diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-04-24 17:05:48 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-04-24 17:05:48 +0000 |
commit | 72f13771e0fdfb2eaeb37db1c8b9f3bedff0b9c6 (patch) | |
tree | 2ea1ef3c884cbd21e0aefb93570097b3ffc38720 /dev-libs/gdl | |
parent | Move libunique:3 from the gnome overlay to tree, use GNOME2_LA_PUNT instead o... (diff) | |
download | gentoo-2-72f13771e0fdfb2eaeb37db1c8b9f3bedff0b9c6.tar.gz gentoo-2-72f13771e0fdfb2eaeb37db1c8b9f3bedff0b9c6.tar.bz2 gentoo-2-72f13771e0fdfb2eaeb37db1c8b9f3bedff0b9c6.zip |
Move libunique:3 from the gnome overlay to tree, ~hppa dropped w.r.t. KEYWORDREQ bug 364693
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/gdl')
-rw-r--r-- | dev-libs/gdl/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/gdl/gdl-3.0.0.ebuild | 29 | ||||
-rw-r--r-- | dev-libs/gdl/metadata.xml | 4 |
3 files changed, 41 insertions, 1 deletions
diff --git a/dev-libs/gdl/ChangeLog b/dev-libs/gdl/ChangeLog index e403a2149c99..cc79b202fc2d 100644 --- a/dev-libs/gdl/ChangeLog +++ b/dev-libs/gdl/ChangeLog @@ -1,6 +1,13 @@ # 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.59 2011/04/14 18:13:37 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.60 2011/04/24 17:05:48 nirbheek Exp $ + +*gdl-3.0.0 (24 Apr 2011) + + 24 Apr 2011; Nirbheek Chauhan <nirbheek@gentoo.org> +gdl-3.0.0.ebuild, + metadata.xml: + Move libunique:3 from the gnome overlay to tree, ~hppa dropped w.r.t. + KEYWORDREQ bug 364693 14 Apr 2011; Gilles Dartiguelongue <eva@gentoo.org> -gdl-2.30.0.ebuild: Clean up old revision. diff --git a/dev-libs/gdl/gdl-3.0.0.ebuild b/dev-libs/gdl/gdl-3.0.0.ebuild new file mode 100644 index 000000000000..0951861d3824 --- /dev/null +++ b/dev-libs/gdl/gdl-3.0.0.ebuild @@ -0,0 +1,29 @@ +# 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.0.ebuild,v 1.1 2011/04/24 17:05:48 nirbheek Exp $ + +EAPI="3" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" + +inherit eutils gnome2 + +DESCRIPTION="The Gnome Devtool Libraries" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="LGPL-2.1" +SLOT="3" +KEYWORDS="~alpha ~amd64 ~ia64 ~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" diff --git a/dev-libs/gdl/metadata.xml b/dev-libs/gdl/metadata.xml index da6fd63d0085..b4df7ab52805 100644 --- a/dev-libs/gdl/metadata.xml +++ b/dev-libs/gdl/metadata.xml @@ -2,4 +2,8 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>gnome</herd> +<use> + <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> + for introspection</flag> +</use> </pkgmetadata> |