tnet-misc/geoip: Remove from overlay. - parlay - yet another gentoo overlay HTML git clone https://git.parazyd.org/parlay DIR Log DIR Files DIR Refs DIR README --- DIR commit 78d334a1b46ccc12a214768463a7e67dfc568a95 DIR parent 35f9365f633c712a1336d6a56cee34b7a659627e HTML Author: parazyd <parazyd@dyne.org> Date: Sun, 3 Jan 2021 17:58:13 +0100 net-misc/geoip: Remove from overlay. Diffstat: D net-misc/geoip/geoip-9999.ebuild | 25 ------------------------- D net-misc/geoip/metadata.xml | 9 --------- 2 files changed, 0 insertions(+), 34 deletions(-) --- DIR diff --git a/net-misc/geoip/geoip-9999.ebuild b/net-misc/geoip/geoip-9999.ebuild t@@ -1,25 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit golang-build golang-vcs - -DESCRIPTION="Short golang utility to fetch geoip data from an API" -HOMEPAGE="https://parazyd.org/git/geoip" -EGO_SRC="git.parazyd.org/geoip" -EGO_PN="${EGO_SRC}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -src_install() { - default - dobin geoip -} DIR diff --git a/net-misc/geoip/metadata.xml b/net-misc/geoip/metadata.xml t@@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> -<email>parazyd@dyne.org</email> -</maintainer> -<longdescription lang="en"> -</longdescription> -</pkgmetadata>