From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- x11-libs/libdesktop-agnostic/Manifest | 1 + .../libdesktop-agnostic-0.3.92-r1.ebuild | 52 ++++++++++++++++++++++ .../libdesktop-agnostic-0.3.92.ebuild | 52 ++++++++++++++++++++++ x11-libs/libdesktop-agnostic/metadata.xml | 16 +++++++ 4 files changed, 121 insertions(+) create mode 100644 x11-libs/libdesktop-agnostic/Manifest create mode 100644 x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild create mode 100644 x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild create mode 100644 x11-libs/libdesktop-agnostic/metadata.xml (limited to 'x11-libs/libdesktop-agnostic') diff --git a/x11-libs/libdesktop-agnostic/Manifest b/x11-libs/libdesktop-agnostic/Manifest new file mode 100644 index 000000000000..84eaf30f4a00 --- /dev/null +++ b/x11-libs/libdesktop-agnostic/Manifest @@ -0,0 +1 @@ +DIST libdesktop-agnostic-0.3.92.tar.gz 442653 SHA256 8a77ec9f299acecdf38a0f106675667a392d314ac33f4e9be84fb696488dd354 SHA512 c383a45edb6a1fed1b1a13ed583627eceda444519276a5d62a8442bcdc1be5e7d37a0449b678e2ccfcf7441648ca6bff6c40e5930dbec9221182657201671e90 WHIRLPOOL e5c8abfe11cd602a0f0a3116acd464348b1975a370435ed3bb7527f1c33af5f0d66d0f9c3824354ff3e2a2608bc98dc4a6504ab49769b225d72dc1c1d168e367 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 new file mode 100644 index 000000000000..292599fa6b0c --- /dev/null +++ b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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="http://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/libdesktop-agnostic-0.3.92.ebuild b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild new file mode 100644 index 000000000000..8a74d818caff --- /dev/null +++ b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +PYTHON_DEPEND="2:2.7" +VALA_USE_DEPEND="vapigen" + +inherit python waf-utils vala + +DESCRIPTION="A desktop-agnostic library for GLib-based projects" +HOMEPAGE="https://launchpad.net/libdesktop-agnostic" +SRC_URI="http://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 + dev-python/pygtk:2 + x11-libs/gtk+:2 + gconf? ( gnome-base/gconf:2 ) + glade? ( gnome-base/libglade:2.0 ) + gnome? ( gnome-base/gnome-desktop:2 )" +DEPEND="${RDEPEND} + $(vala_depend) + dev-libs/gobject-introspection + introspection? ( x11-libs/gtk+:2[introspection] )" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + +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 new file mode 100644 index 000000000000..0e2a4c7f0637 --- /dev/null +++ b/x11-libs/libdesktop-agnostic/metadata.xml @@ -0,0 +1,16 @@ + + + + + angelos@gentoo.org + Christoph Mende + + + Enable GConf as configuration backend + Install the Glade catalog for the desktop-agnotstic GTK widgets. + Use dev-libs/gobject-introspection for introspection + + + libdesktop-agnostic + + -- cgit v1.2.3-65-gdbad