summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-29 21:47:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-30 00:11:35 +0200
commit7714018b8c4212d1e2a551d212cb260ae41afe8c (patch)
treeb6059f8768347b62178e1ff0c1baf7c9770e1481 /x11-misc/wbarconf/wbarconf-0.7.2.2-r4.ebuild
parentx11-misc/icewmcp: Remove last-rited package (diff)
downloadgentoo-7714018b8c4212d1e2a551d212cb260ae41afe8c.tar.gz
gentoo-7714018b8c4212d1e2a551d212cb260ae41afe8c.tar.bz2
gentoo-7714018b8c4212d1e2a551d212cb260ae41afe8c.zip
x11-misc/wbarconf: Remove last-rited package
Closes: https://bugs.gentoo.org/708144 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/wbarconf/wbarconf-0.7.2.2-r4.ebuild')
-rw-r--r--x11-misc/wbarconf/wbarconf-0.7.2.2-r4.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/x11-misc/wbarconf/wbarconf-0.7.2.2-r4.ebuild b/x11-misc/wbarconf/wbarconf-0.7.2.2-r4.ebuild
deleted file mode 100644
index 3caca84352cf..000000000000
--- a/x11-misc/wbarconf/wbarconf-0.7.2.2-r4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="Configuration GUI for x11-misc/wbar"
-HOMEPAGE="http://koti.kapsi.fi/ighea/wbarconf/"
-SRC_URI="http://koti.kapsi.fi/ighea/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="sys-devel/gettext"
-RDEPEND="
- ${PYTHON_DEPS}
- >=x11-misc/wbar-1.3.3
- $(python_gen_cond_dep '
- dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
- dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
- ')"
-
-S="${WORKDIR}/${PN}"
-PATCHES=( "${FILESDIR}"/${P}-install.patch )
-
-src_compile() {
- python_fix_shebang wbarconf
-}
-
-src_install() {
- ./install.sh "${ED%/}/usr" || die "./install.sh failed."
-}