summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-09-21 08:14:14 +0200
committerMichał Górny <mgorny@gentoo.org>2020-09-21 08:15:14 +0200
commit43e1683cadf821ab2646f2e1793fc9e75d4b04dd (patch)
tree6c1ec6f7e98a9aada6c59178bf4468600091633f /app-portage/gpytage/gpytage-0.3.0_rc1-r1.ebuild
parentdev-db/mysql-workbench: Remove last-rited pkg (diff)
downloadgentoo-43e1683cadf821ab2646f2e1793fc9e75d4b04dd.tar.gz
gentoo-43e1683cadf821ab2646f2e1793fc9e75d4b04dd.tar.bz2
gentoo-43e1683cadf821ab2646f2e1793fc9e75d4b04dd.zip
app-portage/gpytage: Remove last-rited pkg
Closes: https://bugs.gentoo.org/708174 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage/gpytage/gpytage-0.3.0_rc1-r1.ebuild')
-rw-r--r--app-portage/gpytage/gpytage-0.3.0_rc1-r1.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-portage/gpytage/gpytage-0.3.0_rc1-r1.ebuild b/app-portage/gpytage/gpytage-0.3.0_rc1-r1.ebuild
deleted file mode 100644
index 4f2a875c2724..000000000000
--- a/app-portage/gpytage/gpytage-0.3.0_rc1-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="GTK Utility to help manage Portage's user config files"
-HOMEPAGE="https://gna.org/projects/gpytage"
-SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/pygtk-2.14"