diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-04-30 21:33:31 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-04-30 21:33:31 +0100 |
commit | 2f8db31405fac68eea6f7257d58529243815033b (patch) | |
tree | 54259cc8988a98a10586fc0496b1f3501cd1e2a1 /x11-libs/libdesktop-agnostic | |
parent | a4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (diff) |
gentoo resync : 30.04.2018
Diffstat (limited to 'x11-libs/libdesktop-agnostic')
-rw-r--r-- | x11-libs/libdesktop-agnostic/Manifest | 3 | ||||
-rw-r--r-- | x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild | 51 | ||||
-rw-r--r-- | x11-libs/libdesktop-agnostic/metadata.xml | 11 |
3 files changed, 0 insertions, 65 deletions
diff --git a/x11-libs/libdesktop-agnostic/Manifest b/x11-libs/libdesktop-agnostic/Manifest deleted file mode 100644 index 17a7119d12b6..000000000000 --- a/x11-libs/libdesktop-agnostic/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST libdesktop-agnostic-0.3.92.tar.gz 442653 BLAKE2B 9b56013974077f080608dde565f8850d2b8c52a12d32353dafb184b43d138cee7ca361cebe814104df7e75c44f578da360cf393bbad672166e3624512112964e SHA512 c383a45edb6a1fed1b1a13ed583627eceda444519276a5d62a8442bcdc1be5e7d37a0449b678e2ccfcf7441648ca6bff6c40e5930dbec9221182657201671e90 -EBUILD libdesktop-agnostic-0.3.92-r1.ebuild 1375 BLAKE2B 735981a392e5fa9246e23fe8fc3ed6bff671d0d9b7d066623dc5218599761407aaedd94f5be62a8d4a92fc1449c8592f4693e22bedf097467ff4d27a4f934d81 SHA512 0350d6b739aae086845e24b46ac1860a9bb8481745f3982385c601243be21c5d7879a6472afcffaecf00498e18ddd6454b636d82450880a69a6fef283c4c9d51 -MISC metadata.xml 410 BLAKE2B 7f9bd146707c07d13c8cfb4f8664c83f5b98030ad5b3c72c9f84129a662d43cb1f069c7c5a9faf34944d3791447e337c696ec28c9bb9e33764fe477fbb0019b9 SHA512 8957d3d8b720e4d51c28bad1637ab6de0d25feb656a0be4d5335c34ba9955e857e79945a5904650f26423a5e8b8e49563b9d46c52c70a0fb834a74b577169b0e diff --git a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild deleted file mode 100644 index c587c4404e12..000000000000 --- a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="threads(+)" -VALA_USE_DEPEND="vapigen" - -inherit python-single-r1 waf-utils vala - -DESCRIPTION="A desktop-agnostic library for GLib-based projects" -HOMEPAGE="https://launchpad.net/libdesktop-agnostic" -SRC_URI="https://launchpad.net/${PN}/0.4/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug +gconf glade gnome +introspection" - -RDEPEND=">=dev-libs/glib-2 - dev-python/pygobject:2[${PYTHON_USEDEP}] - dev-python/pygtk:2[${PYTHON_USEDEP}] - x11-libs/gtk+:2 - gconf? ( gnome-base/gconf:2 ) - glade? ( gnome-base/libglade:2.0 ) - gnome? ( gnome-base/gnome-desktop:2 ) - ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - $(vala_depend) - dev-libs/gobject-introspection - introspection? ( x11-libs/gtk+:2[introspection] )" - -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -src_configure() { - local cfg="keyfile" fdo="glib" myconf="" - - use gconf && cfg="gconf,${cfg}" - use gnome && fdo="${fdo},gnome" - use debug && myconf="${myconf} --enable-debug" - use glade && myconf="${myconf} --with-glade" - use introspection || myconf="${myconf} --disable-gi" - - waf-utils_src_configure \ - --sysconfdir="${EPREFIX}"/etc \ - --config-backends=${cfg} \ - --desktop-entry-backends=${fdo} \ - --vfs-backends=gio \ - ${myconf} -} diff --git a/x11-libs/libdesktop-agnostic/metadata.xml b/x11-libs/libdesktop-agnostic/metadata.xml deleted file mode 100644 index 0bc19fc83076..000000000000 --- a/x11-libs/libdesktop-agnostic/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <use> - <flag name="gconf">Enable GConf as configuration backend</flag> - <flag name="glade">Install the Glade catalog for the desktop-agnotstic GTK widgets.</flag> - </use> - <upstream> - <remote-id type="launchpad">libdesktop-agnostic</remote-id> - </upstream> -</pkgmetadata> |