summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-06-17 18:46:00 +0000
committerPacho Ramos <pacho@gentoo.org>2010-06-17 18:46:00 +0000
commitb0c19f03437d19342b38ab982d4b0f4c98bd344a (patch)
tree983225104c95a8f20dad3945b1a59bc395e8c0c3 /dev-python/gconf-python
parentMigrating away from deprecated postgres virtuals (diff)
downloadhistorical-b0c19f03437d19342b38ab982d4b0f4c98bd344a.tar.gz
historical-b0c19f03437d19342b38ab982d4b0f4c98bd344a.tar.bz2
historical-b0c19f03437d19342b38ab982d4b0f4c98bd344a.zip
Version bump
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-python/gconf-python')
-rw-r--r--dev-python/gconf-python/ChangeLog7
-rw-r--r--dev-python/gconf-python/gconf-python-2.28.1.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-python/gconf-python/ChangeLog b/dev-python/gconf-python/ChangeLog
index 88e9fd9412f1..d1a9eea233a3 100644
--- a/dev-python/gconf-python/ChangeLog
+++ b/dev-python/gconf-python/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/gconf-python
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.25 2010/06/11 09:21:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/ChangeLog,v 1.26 2010/06/17 18:43:02 pacho Exp $
+
+*gconf-python-2.28.1 (17 Jun 2010)
+
+ 17 Jun 2010; Pacho Ramos <pacho@gentoo.org> +gconf-python-2.28.1.ebuild:
+ Version bump
11 Jun 2010; Pacho Ramos <pacho@gentoo.org> gconf-python-2.28.0.ebuild:
amd64 stable, bug 320247
diff --git a/dev-python/gconf-python/gconf-python-2.28.1.ebuild b/dev-python/gconf-python/gconf-python-2.28.1.ebuild
new file mode 100644
index 000000000000..8bbf2461102b
--- /dev/null
+++ b/dev-python/gconf-python/gconf-python-2.28.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gconf-python/gconf-python-2.28.1.ebuild,v 1.1 2010/06/17 18:43:02 pacho Exp $
+
+GCONF_DEBUG="no"
+G_PY_PN="gnome-python"
+
+inherit gnome-python-common
+
+DESCRIPTION="Python bindings for the GConf library"
+LICENSE="LGPL-2.1"
+SLOT="2"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
+IUSE="examples"
+
+RDEPEND=">=gnome-base/gconf-2.11.1
+ !<dev-python/gnome-python-2.22.1"
+DEPEND="${RDEPEND}"
+
+EXAMPLES="examples/gconf/*"