summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2007-02-14 04:42:44 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2007-02-14 04:42:44 +0000
commita93f6020cc076211284d76c50bf82fa56cb55c26 (patch)
treec6fc8ec03a107bf3a49e0e333e72908941f8a585
parentStable for HPPA (bug #165482). (diff)
downloadgentoo-2-a93f6020cc076211284d76c50bf82fa56cb55c26.tar.gz
gentoo-2-a93f6020cc076211284d76c50bf82fa56cb55c26.tar.bz2
gentoo-2-a93f6020cc076211284d76c50bf82fa56cb55c26.zip
new release for many bug fixes
(Portage version: 2.1.2-r9)
-rw-r--r--dev-util/glade/ChangeLog8
-rw-r--r--dev-util/glade/files/digest-glade-3.1.53
-rw-r--r--dev-util/glade/glade-3.1.4.ebuild4
-rw-r--r--dev-util/glade/glade-3.1.5.ebuild36
4 files changed, 48 insertions, 3 deletions
diff --git a/dev-util/glade/ChangeLog b/dev-util/glade/ChangeLog
index 518311baca16..4ceb1caaac47 100644
--- a/dev-util/glade/ChangeLog
+++ b/dev-util/glade/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/glade
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.58 2007/01/20 09:30:38 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.59 2007/02/14 04:42:44 compnerd Exp $
+
+*glade-3.1.5 (14 Feb 2007)
+
+ 14 Feb 2007; Saleem Abdulrasool <compnerd@gentoo.org> +glade-3.1.5.ebuild:
+ New version from upstream with numerous bug fixes, mask python on alpha for
+ now
20 Jan 2007; Saleem Abdulrasool <compnerd@gentoo.org>
-glade-2.10.1.ebuild, -glade-3.1.2.ebuild:
diff --git a/dev-util/glade/files/digest-glade-3.1.5 b/dev-util/glade/files/digest-glade-3.1.5
new file mode 100644
index 000000000000..316739d89ee4
--- /dev/null
+++ b/dev-util/glade/files/digest-glade-3.1.5
@@ -0,0 +1,3 @@
+MD5 0ba2a06a007a7a54235b5c7f64714b58 glade3-3.1.5.tar.bz2 1072770
+RMD160 2b993d692b29829f9c7a17cd9f3316d03e8b7fb3 glade3-3.1.5.tar.bz2 1072770
+SHA256 b9cf8775eb063f3bdf40e36d7a677aa996096db5695a20a66f574c8eee685bdd glade3-3.1.5.tar.bz2 1072770
diff --git a/dev-util/glade/glade-3.1.4.ebuild b/dev-util/glade/glade-3.1.4.ebuild
index ef0f73dbc4fb..baf5da2ac997 100644
--- a/dev-util/glade/glade-3.1.4.ebuild
+++ b/dev-util/glade/glade-3.1.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.1.4.ebuild,v 1.1 2007/01/20 09:17:54 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.1.4.ebuild,v 1.2 2007/02/14 04:42:44 compnerd Exp $
inherit eutils gnome2
@@ -21,7 +21,7 @@ RDEPEND=">=dev-libs/glib-2.8.0
>=gnome-base/libgnomeui-2.0
>=gnome-base/libbonoboui-2.0
)
- python? ( >=dev-python/pygtk-2.10.0 )"
+ !alpha? ( python? ( >=dev-python/pygtk-2.10.0 ) )"
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/intltool-0.35
diff --git a/dev-util/glade/glade-3.1.5.ebuild b/dev-util/glade/glade-3.1.5.ebuild
new file mode 100644
index 000000000000..93cffa8655ba
--- /dev/null
+++ b/dev-util/glade/glade-3.1.5.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.1.5.ebuild,v 1.1 2007/02/14 04:42:44 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 python"
+
+RDEPEND=">=dev-libs/glib-2.8.0
+ >=x11-libs/gtk+-2.10.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
+ )
+ !alpha? ( python? ( >=dev-python/pygtk-2.10.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) $(use_enable python)"
+}