diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-07-24 14:05:31 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-07-24 14:05:31 +0000 |
commit | 60af6ac36108d7be82d9221686e548b28c3b490a (patch) | |
tree | d937ce7d7a59c52768833e908c62b969dc3c7c5b /dev-libs/gdl | |
parent | ppc/ppc64 stable wrt #373357 (diff) | |
download | gentoo-2-60af6ac36108d7be82d9221686e548b28c3b490a.tar.gz gentoo-2-60af6ac36108d7be82d9221686e548b28c3b490a.tar.bz2 gentoo-2-60af6ac36108d7be82d9221686e548b28c3b490a.zip |
Version bump.
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/gdl')
-rw-r--r-- | dev-libs/gdl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/gdl/gdl-3.0.2.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-libs/gdl/ChangeLog b/dev-libs/gdl/ChangeLog index 70cb87dfb404..a15c75ba8aeb 100644 --- a/dev-libs/gdl/ChangeLog +++ b/dev-libs/gdl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/gdl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.63 2011/07/11 15:40:59 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.64 2011/07/24 14:05:31 eva Exp $ + +*gdl-3.0.2 (24 Jul 2011) + + 24 Jul 2011; Gilles Dartiguelongue <eva@gentoo.org> +gdl-3.0.2.ebuild: + Version bump. 11 Jul 2011; Matt Turner <mattst88@gentoo.org> gdl-3.0.1.ebuild: Added ~mips, bug 364693 diff --git a/dev-libs/gdl/gdl-3.0.2.ebuild b/dev-libs/gdl/gdl-3.0.2.ebuild new file mode 100644 index 000000000000..25dc351ba79a --- /dev/null +++ b/dev-libs/gdl/gdl-3.0.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-3.0.2.ebuild,v 1.1 2011/07/24 14:05:31 eva Exp $ + +EAPI="4" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" +GNOME_TARBALL_SUFFIX="bz2" + +inherit eutils gnome2 + +DESCRIPTION="The Gnome Devtool Libraries" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="LGPL-2.1" +SLOT="3" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="doc +introspection" + +RDEPEND="dev-libs/glib:2 + >=x11-libs/gtk+-3.0.0:3[introspection?] + >=dev-libs/libxml2-2.4:2 + introspection? ( >=dev-libs/gobject-introspection-0.6.7 )" +DEPEND="${RDEPEND} + dev-util/pkgconfig + >=sys-devel/gettext-0.17 + >=dev-util/intltool-0.40.1 + doc? ( >=dev-util/gtk-doc-1.4 )" + +DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" |