summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-05-18 22:57:39 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-05-18 22:57:39 +0000
commitfa552b9dd246ab661eea2a3bc8243594a7b792b2 (patch)
tree04005465ba441c8a20b866b8c0510d27a3e8c2f4 /dev-libs/gdl
parentFix libusb dependancy. Without the slot, libusb-1 get selected and that does ... (diff)
downloadgentoo-2-fa552b9dd246ab661eea2a3bc8243594a7b792b2.tar.gz
gentoo-2-fa552b9dd246ab661eea2a3bc8243594a7b792b2.tar.bz2
gentoo-2-fa552b9dd246ab661eea2a3bc8243594a7b792b2.zip
Bump to 2.26.2. Translation updates.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/gdl')
-rw-r--r--dev-libs/gdl/ChangeLog7
-rw-r--r--dev-libs/gdl/gdl-2.26.2.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-libs/gdl/ChangeLog b/dev-libs/gdl/ChangeLog
index d712166c712a..7e3377003a1f 100644
--- a/dev-libs/gdl/ChangeLog
+++ b/dev-libs/gdl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/gdl
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.27 2009/05/13 18:25:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.28 2009/05/18 22:57:39 eva Exp $
+
+*gdl-2.26.2 (18 May 2009)
+
+ 18 May 2009; Gilles Dartiguelongue <eva@gentoo.org> +gdl-2.26.2.ebuild:
+ Bump to 2.26.2. Translation updates.
13 May 2009; Markus Meier <maekke@gentoo.org> gdl-2.24.0.ebuild:
revert stabilization on amd64/x86, see bug #268359
diff --git a/dev-libs/gdl/gdl-2.26.2.ebuild b/dev-libs/gdl/gdl-2.26.2.ebuild
new file mode 100644
index 000000000000..cde14cdea5b1
--- /dev/null
+++ b/dev-libs/gdl/gdl-2.26.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.26.2.ebuild,v 1.1 2009/05/18 22:57:39 eva Exp $
+
+inherit gnome2
+
+DESCRIPTION="The Gnome Devtool Libraries"
+HOMEPAGE="http://www.gnome.org/"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-libs/glib-2
+ >=x11-libs/gtk+-2.12
+ >=dev-libs/libxml2-2.4
+ >=gnome-base/libglade-2.0"
+DEPEND="${RDEPEND}
+ !<dev-python/gdl-python-2.19.1-r1
+ !<=dev-python/gnome-python-extras-2.19.1-r2
+ dev-util/pkgconfig
+ >=dev-util/intltool-0.35
+ doc? ( >=dev-util/gtk-doc-1.4 )"
+
+DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"