diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-12-06 23:09:57 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-12-06 23:09:57 +0000 |
commit | bcfea353662168ab913b00c628b224c658c50ccf (patch) | |
tree | b75df7651bf12944b37d1b0e2fc73593959aeef5 /dev-util | |
parent | Version bump, added --enable-switch_user to configure script, bug #71149 (diff) | |
download | gentoo-2-bcfea353662168ab913b00c628b224c658c50ccf.tar.gz gentoo-2-bcfea353662168ab913b00c628b224c658c50ccf.tar.bz2 gentoo-2-bcfea353662168ab913b00c628b224c658c50ccf.zip |
version bump from upstream
(Portage version: 2.1.2_rc2-r5)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/glade/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/glade/files/digest-glade-3.1.2 | 3 | ||||
-rw-r--r-- | dev-util/glade/glade-3.1.2.ebuild | 35 |
3 files changed, 44 insertions, 1 deletions
diff --git a/dev-util/glade/ChangeLog b/dev-util/glade/ChangeLog index a3b8627548ee..94ab108c06fb 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.52 2006/10/29 04:46:18 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.53 2006/12/06 23:09:57 compnerd Exp $ + +*glade-3.1.2 (06 Dec 2006) + + 06 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org> +glade-3.1.2.ebuild: + Version bump from upstream *glade-3.0.2 (29 Oct 2006) diff --git a/dev-util/glade/files/digest-glade-3.1.2 b/dev-util/glade/files/digest-glade-3.1.2 new file mode 100644 index 000000000000..a374b89dd85d --- /dev/null +++ b/dev-util/glade/files/digest-glade-3.1.2 @@ -0,0 +1,3 @@ +MD5 4646ad6f862fb3ecfae14135669b3d1a glade3-3.1.2.tar.bz2 885286 +RMD160 7a59ba0dee099618f3f37b4d7276d78a1f3437bf glade3-3.1.2.tar.bz2 885286 +SHA256 e70ec750b843e79f22fa21b7e80fe66a2dede4909b11caa816eeccbcbc750368 glade3-3.1.2.tar.bz2 885286 diff --git a/dev-util/glade/glade-3.1.2.ebuild b/dev-util/glade/glade-3.1.2.ebuild new file mode 100644 index 000000000000..9915c3374813 --- /dev/null +++ b/dev-util/glade/glade-3.1.2.ebuild @@ -0,0 +1,35 @@ +# 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.1.2.ebuild,v 1.1 2006/12/06 23:09:57 compnerd Exp $ + +inherit eutils gnome2 + +DESCRIPTION="GNOME GUI Builder" +HOMEPAGE="http://glade.gnome.org/" +SRC_URI="mirror://gnome/sources/glade3/3.1/glade3-${PV}.tar.bz2" + +LICENSE="GPL-2" +SLOT="3" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="devhelp doc gnome" + +RDEPEND=">=dev-libs/glib-2.8.0 + >=x11-libs/gtk+-2.8.0 + >=dev-libs/libxml2-2.4 + !alpha? ( !ppc64? ( devhelp? ( >=dev-util/devhelp-0.12 ) ) ) + gnome? ( + >=gnome-base/libgnomeui-2.0 + >=gnome-base/libbonoboui-2.0 + )" +DEPEND="${RDEPEND} + sys-devel/gettext + >=dev-util/intltool-0.35 + >=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_with devhelp) $(use_enable gnome)" +} |