commit: 0ad950fbeb2d37566989970bdf8766509535f744 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun May 31 10:03:42 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 31 10:07:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad950fb
x11-misc/obtheme: Remove last-rited pkg Closes: https://bugs.gentoo.org/708140 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 1 - x11-misc/obtheme/Manifest | 1 - x11-misc/obtheme/metadata.xml | 8 -------- x11-misc/obtheme/obtheme-2013.2.20.2.ebuild | 31 ----------------------------- 4 files changed, 41 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index c2184417abf..4ae2a4414e5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -399,7 +399,6 @@ dev-python/paramunittest # Require dead dev-python/pygtk. # Removal in 30 days. Bug #708140. x11-misc/obmenu -x11-misc/obtheme # Michał Górny <[email protected]> (2020-04-22) # Effectively unmaintained and stuck on Python 3.6. diff --git a/x11-misc/obtheme/Manifest b/x11-misc/obtheme/Manifest deleted file mode 100644 index 69d92959cd5..00000000000 --- a/x11-misc/obtheme/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST obtheme-2013.2.20.2.tar.xz 25080 BLAKE2B 5828a20a94825d5a858a1bbe9695c7c08e1b81b5368ee998d4f295874a9a968a346156adbba2d2446e64bc656c91c2f69e88cf315f100cb6dc58849704d810a3 SHA512 5e7d1d187c0d5f3e6851b3a09be9aeed3b2708277940abd19efba4a501bf3ab20e0307f51e4b63e33ba07d301abf41607cec7074b3e478c9c5e6b065b3773f77 diff --git a/x11-misc/obtheme/metadata.xml b/x11-misc/obtheme/metadata.xml deleted file mode 100644 index 2ba8e9e851e..00000000000 --- a/x11-misc/obtheme/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Desktop Miscellaneous Project</name> - </maintainer> -</pkgmetadata> 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 3913afadb96..00000000000 --- 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 -}
