diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-09-28 22:02:05 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-09-28 22:02:05 +0000 |
commit | 189d36c9cfd0bb1ae880703f932b371b7f0e61d3 (patch) | |
tree | 1863494506eb5a361cbea0587cbeeb939241c926 /dev-libs/gdl | |
parent | Mask development releases of media-sound/solfege. (diff) | |
download | gentoo-2-189d36c9cfd0bb1ae880703f932b371b7f0e61d3.tar.gz gentoo-2-189d36c9cfd0bb1ae880703f932b371b7f0e61d3.tar.bz2 gentoo-2-189d36c9cfd0bb1ae880703f932b371b7f0e61d3.zip |
Version bump. Translation updates.
(Portage version: 2.2_rc88/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-2.30.1.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-libs/gdl/ChangeLog b/dev-libs/gdl/ChangeLog index d2843f0d8d48..b2d92d709204 100644 --- a/dev-libs/gdl/ChangeLog +++ b/dev-libs/gdl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/gdl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.47 2010/09/11 19:01:24 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.48 2010/09/28 22:02:05 eva Exp $ + +*gdl-2.30.1 (28 Sep 2010) + + 28 Sep 2010; Gilles Dartiguelongue <eva@gentoo.org> +gdl-2.30.1.ebuild: + Version bump. Translation updates. 11 Sep 2010; Joseph Jezak <josejx@gentoo.org> gdl-2.30.0.ebuild: Marked ppc for bug #324077. diff --git a/dev-libs/gdl/gdl-2.30.1.ebuild b/dev-libs/gdl/gdl-2.30.1.ebuild new file mode 100644 index 000000000000..cfd08b7b8815 --- /dev/null +++ b/dev-libs/gdl/gdl-2.30.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.30.1.ebuild,v 1.1 2010/09/28 22:02:05 eva Exp $ + +EAPI="3" +GCONF_DEBUG="no" + +inherit eutils gnome2 multilib + +DESCRIPTION="The Gnome Devtool Libraries" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="doc" + +RDEPEND=">=dev-libs/glib-2 + >=x11-libs/gtk+-2.12 + >=dev-libs/libxml2-2.4" +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" |