diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/gnome-python-desktop-base | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/gnome-python-desktop-base')
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-python/gnome-python-desktop-base/Manifest b/dev-python/gnome-python-desktop-base/Manifest deleted file mode 100644 index c60a18d3838a..000000000000 --- a/dev-python/gnome-python-desktop-base/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST gnome-python-desktop-2.32.0.tar.bz2 621277 BLAKE2B a6ec5161eff68cbe9820a1ca1f31d39d9cd4c2e944564fe9ed36f06723bad8ec7525f488cdf6e5f9556ad42053e88e3cee3405146caf778df59aa639f0108099 SHA512 51beefd21fa3aa6242ba4c66e57d940372fbf4a84ffe34063339f6e7e7c22e76d281b25d5f113de3780a0dbf733c7e07142f05a285056cda26736323b4185d18 -EBUILD gnome-python-desktop-base-2.32.0-r1.ebuild 1077 BLAKE2B f23c2c1c7d01d629ceb342a66f8d1d9885b7560104d0fed0a8e04c0f8bd0a128814c2767766b0ee3e1679d05b17c860221fecded360d7b9b9bdfe4a2b4fbe44d SHA512 3de5611926b91175e217c7e65f976f6445007726b1afb212f1b29ccb4f4c07f99f2d71af7354639e395c541f704ab0681ec62544811163a60546a3fcd8b5d4d7 -MISC metadata.xml 249 BLAKE2B e71e1b95fee768c696704acbf7e3cf0e599ed2bc8de92bae0141d1194ef9e842bdc292798904487a9b90ddfda9b0e84abd3b76b1518576c1d288240e4e46f110 SHA512 c40662134899a5c9f0369a1017806f35adf3280a0b3c91726f7a8ca6012a073a8b471583f5bfb6fe95faac1dcf607e8e2e43f8c91d48ec46f4a8824e2f551506 diff --git a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild b/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild deleted file mode 100644 index 18367683dba2..000000000000 --- a/dev-python/gnome-python-desktop-base/gnome-python-desktop-base-2.32.0-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="no" -PYTHON_COMPAT=( python2_7 ) -GNOME_ORG_MODULE="gnome-python-desktop" -GNOME_TARBALL_SUFFIX="bz2" - -inherit gnome2 python-any-r1 - -# This ebuild does nothing -- we just want to get the pkgconfig file installed - -DESCRIPTION="Provides python the base files for the Gnome Python Desktop bindings" -HOMEPAGE="http://pygtk.org/" - -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" - -IUSE="" -LICENSE="LGPL-2.1" -SLOT="0" - -# From the gnome-python-desktop eclass -RDEPEND="$(python_gen_any_dep '>=dev-python/pygtk-2.10.3:2[${PYTHON_USEDEP}]') - >=dev-libs/glib-2.6.0:2 - >=x11-libs/gtk+-2.4.0:2 - !<dev-python/gnome-python-extras-2.13 - !<dev-python/gnome-python-desktop-2.22.0-r10" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -RESTRICT="test" - -src_prepare() { - gnome2_src_prepare - python_fix_shebang . -} - -src_configure() { - DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" - gnome2_src_configure \ - --disable-allbindings -} diff --git a/dev-python/gnome-python-desktop-base/metadata.xml b/dev-python/gnome-python-desktop-base/metadata.xml deleted file mode 100644 index 39980802b1da..000000000000 --- a/dev-python/gnome-python-desktop-base/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>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> -</maintainer> -</pkgmetadata> |