diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-06-13 10:39:22 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-06-13 10:39:22 +0100 |
commit | 9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch) | |
tree | 8ac67e26b45f34d71c5aab3621813b100a0d5f00 /x11-misc/obtheme | |
parent | f516638b7fe9592837389826a6152a7e1b251c54 (diff) |
gentoo resync : 13.06.2020
Diffstat (limited to 'x11-misc/obtheme')
-rw-r--r-- | x11-misc/obtheme/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/obtheme/metadata.xml | 8 | ||||
-rw-r--r-- | x11-misc/obtheme/obtheme-2013.2.20.2.ebuild | 31 |
3 files changed, 0 insertions, 42 deletions
diff --git a/x11-misc/obtheme/Manifest b/x11-misc/obtheme/Manifest deleted file mode 100644 index 54cfc21c1ab2..000000000000 --- a/x11-misc/obtheme/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST obtheme-2013.2.20.2.tar.xz 25080 BLAKE2B 5828a20a94825d5a858a1bbe9695c7c08e1b81b5368ee998d4f295874a9a968a346156adbba2d2446e64bc656c91c2f69e88cf315f100cb6dc58849704d810a3 SHA512 5e7d1d187c0d5f3e6851b3a09be9aeed3b2708277940abd19efba4a501bf3ab20e0307f51e4b63e33ba07d301abf41607cec7074b3e478c9c5e6b065b3773f77 -EBUILD obtheme-2013.2.20.2.ebuild 681 BLAKE2B f033cc6968bcda151eca6b07b8270d1e85772c9208a89571bd07ccf8fa04e04aecded6eed1a63fc2002de4c45cd535146c13adeaeca88a18ec6ddeec79e1c243 SHA512 1b79761e6f5bf6014668c3d5ff080c9ff971e42d91c7e68f0d4e465978778bb7ac9020969762d0c404897885a4dc7fc4fb5a26f3dffc842fe98a0965aba24ffb -MISC metadata.xml 276 BLAKE2B c4cbc92f4cc708c8a571df5735be5dc6d3b2b9d882265fbf398ca38a7c685a9da8d647e78d05a85edae0568f141b065edaa6ac6f6022106fabb8126740b1c60d SHA512 3497963f4fb51bb32521472b54a995091cb457d2cda65c786bd4b46e5af325caf8f6d5c969cefa0c09fe717df09fb015ec59b52f5571c3b2b9d4ea33e6c843ab diff --git a/x11-misc/obtheme/metadata.xml b/x11-misc/obtheme/metadata.xml deleted file mode 100644 index 2ba8e9e851e4..000000000000 --- 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>desktop-misc@gentoo.org</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 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 -} |