diff options
-rw-r--r-- | dev-util/glade/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/glade/files/digest-glade-3.0.1 | 3 | ||||
-rw-r--r-- | dev-util/glade/glade-3.0.1.ebuild | 34 |
3 files changed, 43 insertions, 1 deletions
diff --git a/dev-util/glade/ChangeLog b/dev-util/glade/ChangeLog index 5628260fb43f..b0577b86c0b0 100644 --- a/dev-util/glade/ChangeLog +++ b/dev-util/glade/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/glade # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.47 2006/08/18 19:29:33 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.48 2006/08/21 21:39:11 compnerd Exp $ + +*glade-3.0.1 (21 Aug 2006) + + 21 Aug 2006; Saleem Abdulrasool <compnerd@gentoo.org> +glade-3.0.1.ebuild: + version bump from usptream 18 Aug 2006; Saleem Abdulrasool <compnerd@gentoo.org> glade-3.0.0.ebuild: Minor cleanups as suggested by ferdy (bug #144336) diff --git a/dev-util/glade/files/digest-glade-3.0.1 b/dev-util/glade/files/digest-glade-3.0.1 new file mode 100644 index 000000000000..b23b4d55191a --- /dev/null +++ b/dev-util/glade/files/digest-glade-3.0.1 @@ -0,0 +1,3 @@ +MD5 60cd82c76ddfe81533a09854e0656dad glade3-3.0.1.tar.bz2 810202 +RMD160 c50323cde5064c16e4a6ff3f8926dba7e2443df1 glade3-3.0.1.tar.bz2 810202 +SHA256 21f1d64ea33a219262284b0e104710fcaaca1e5117ce489586173a26b31cd03b glade3-3.0.1.tar.bz2 810202 diff --git a/dev-util/glade/glade-3.0.1.ebuild b/dev-util/glade/glade-3.0.1.ebuild new file mode 100644 index 000000000000..312a3793b777 --- /dev/null +++ b/dev-util/glade/glade-3.0.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.0.1.ebuild,v 1.1 2006/08/21 21:39:11 compnerd Exp $ + +inherit eutils gnome2 + +DESCRIPTION="GNOME GUI Builder" +HOMEPAGE="http://glade.gnome.org/" +SRC_URI="mirror://gnome/sources/glade3/3.0/glade3-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="3" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="doc gnome" + +RDEPEND=">=dev-libs/glib-2.8.0 + >=x11-libs/gtk+-2.8.0 + >=dev-libs/libxml2-2.4 + gnome? ( + >=gnome-base/libgnomeui-2.0 + >=gnome-base/libbonoboui-2.0 + )" +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/intltool-0.29 + >=dev-util/pkgconfig-0.19 + doc? ( >=dev-util/gtk-doc-1.4 )" + +S="${WORKDIR}/glade3-${PV}" +DOCS="AUTHORS BUGS ChangeLog HACKING INTERNALS MAINTAINERS NEWS README TODO" + +pkg_config() { + G2CONF="${G2CONF} $(use_enable gnome)" +} |