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 --- dev-python/gconf-python/Manifest | 1 + .../gconf-python/gconf-python-2.28.1-r1.ebuild | 23 ++++++++++++++++++++++ dev-python/gconf-python/metadata.xml | 6 ++++++ 3 files changed, 30 insertions(+) create mode 100644 dev-python/gconf-python/Manifest create mode 100644 dev-python/gconf-python/gconf-python-2.28.1-r1.ebuild create mode 100644 dev-python/gconf-python/metadata.xml (limited to 'dev-python/gconf-python') diff --git a/dev-python/gconf-python/Manifest b/dev-python/gconf-python/Manifest new file mode 100644 index 000000000000..a5edcb54102c --- /dev/null +++ b/dev-python/gconf-python/Manifest @@ -0,0 +1 @@ +DIST gnome-python-2.28.1.tar.bz2 562220 SHA256 759ce9344cbf89cf7f8449d945822a0c9f317a494f56787782a901e4119b96d8 SHA512 632d91d416f8209c2bc8d576d1229069e00f2cfeedb3441a5f151e12973ed740c0bb26d18d5c16cfeeb64ca35933537997277450001cffd96d8d5077027d45f2 WHIRLPOOL cd4ea19fabd26c55866d8789628fdc3c834e73932381431216d65c5e9b42ad529e83f74d498951f07f060d3049f1739b6db99dbdbe34575eed469ceb23a51c5b diff --git a/dev-python/gconf-python/gconf-python-2.28.1-r1.ebuild b/dev-python/gconf-python/gconf-python-2.28.1-r1.ebuild new file mode 100644 index 000000000000..1f5f60dfbc9d --- /dev/null +++ b/dev-python/gconf-python/gconf-python-2.28.1-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +GNOME_ORG_MODULE="gnome-python" +PYTHON_COMPAT=( python2_7 ) + +inherit gnome-python-common-r1 + +DESCRIPTION="Python bindings for the GConf library" +LICENSE="LGPL-2.1" +SLOT="2" +KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="examples" + +RDEPEND="dev-python/pygobject:2[${PYTHON_USEDEP}] + >=gnome-base/gconf-2.11.1 + ! + + +python +gnome + -- cgit v1.2.3-65-gdbad