summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-31 12:03:42 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-31 12:07:01 +0200
commit0ad950fbeb2d37566989970bdf8766509535f744 (patch)
tree8b4a60b2f5d3ae29e0f5131592fce2096ec19488 /x11-misc/obtheme/obtheme-2013.2.20.2.ebuild
parentgames-action/rune: Remove last-rited pkg (diff)
downloadgentoo-0ad950fbeb2d37566989970bdf8766509535f744.tar.gz
gentoo-0ad950fbeb2d37566989970bdf8766509535f744.tar.bz2
gentoo-0ad950fbeb2d37566989970bdf8766509535f744.zip
x11-misc/obtheme: Remove last-rited pkg
Closes: https://bugs.gentoo.org/708140 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc/obtheme/obtheme-2013.2.20.2.ebuild')
-rw-r--r--x11-misc/obtheme/obtheme-2013.2.20.2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/x11-misc/obtheme/obtheme-2013.2.20.2.ebuild b/x11-misc/obtheme/obtheme-2013.2.20.2.ebuild
deleted file mode 100644
index 3913afadb960..000000000000
--- a/x11-misc/obtheme/obtheme-2013.2.20.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils python-r1
-
-DESCRIPTION="A gui theme editor for openbox"
-HOMEPAGE="http://xyne.archlinux.ca/projects/obtheme/"
-SRC_URI="http://xyne.archlinux.ca/projects/obtheme/src/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- dev-python/pygobject:2[${PYTHON_USEDEP}]
- dev-python/pygtk:2[${PYTHON_USEDEP}]
- dev-python/fuse-python
- x11-libs/gtk+:2
-"
-
-src_install() {
- python_foreach_impl python_doscript ${PN}
- domenu ${PN}.desktop
- dodoc README CHANGELOG
-}