diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-03-15 18:04:46 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-03-15 18:04:46 +0000 |
commit | 7c848a2f03dfb1893ad2876596eec11a6f859914 (patch) | |
tree | 5a96f48709671e30c7613a4e25884adf2d152e0e /dev-util | |
parent | removed IUSE=ppc, ARCH shouldn't be listed in IUSE (diff) | |
download | historical-7c848a2f03dfb1893ad2876596eec11a6f859914.tar.gz historical-7c848a2f03dfb1893ad2876596eec11a6f859914.tar.bz2 historical-7c848a2f03dfb1893ad2876596eec11a6f859914.zip |
fixes #17291
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/glade/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/glade/files/glade-0.6.4-autogen.sh.patch | 43 | ||||
-rw-r--r-- | dev-util/glade/glade-0.6.4.ebuild | 6 |
3 files changed, 53 insertions, 2 deletions
diff --git a/dev-util/glade/ChangeLog b/dev-util/glade/ChangeLog index b4fd6e616171..69c2beb9140a 100644 --- a/dev-util/glade/ChangeLog +++ b/dev-util/glade/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-util/glade # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.13 2003/02/27 11:37:14 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.14 2003/03/15 18:04:45 liquidx Exp $ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords @@ -30,6 +30,10 @@ *glade-0.6.4 (9 Apr 2002) + 15 Mar 2003; Alastair Tse <liquidx@gentoo.org> glade-0.6.4.ebuild, + files/glade-0.6.4-autogen.sh.patch: + patches to template autogen.sh files to work with newer gettext. + 15 Feb 2003; Mark Guertin <gerk@gentoo.org> glade-0.6.4.ebuild : set ppc in keywords diff --git a/dev-util/glade/files/glade-0.6.4-autogen.sh.patch b/dev-util/glade/files/glade-0.6.4-autogen.sh.patch new file mode 100644 index 000000000000..626f6737f7c3 --- /dev/null +++ b/dev-util/glade/files/glade-0.6.4-autogen.sh.patch @@ -0,0 +1,43 @@ +diff -u -r glade-0.6.4old/glade/data/gtk/autogen.sh glade-0.6.4/glade/data/gtk/autogen.sh +--- glade-0.6.4old/glade/data/gtk/autogen.sh 1999-06-05 11:54:50.000000000 +0100 ++++ glade-0.6.4/glade/data/gtk/autogen.sh 2003-03-14 23:58:22.000000000 +0000 +@@ -106,7 +106,7 @@ + echo "Creating $dr/aclocal.m4 ..." + test -r $dr/aclocal.m4 || touch $dr/aclocal.m4 + echo "Running gettextize... Ignore non-fatal messages." +- echo "no" | gettextize --force --copy ++ echo "no" | gettextize --force --copy --intl + echo "Making $dr/aclocal.m4 writable ..." + test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4 + fi +@@ -115,7 +115,7 @@ + echo "Creating $dr/aclocal.m4 ..." + test -r $dr/aclocal.m4 || touch $dr/aclocal.m4 + echo "Running gettextize... Ignore non-fatal messages." +- echo "no" | gettextize --force --copy ++ echo "no" | gettextize --force --copy --intl + echo "Making $dr/aclocal.m4 writable ..." + test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4 + fi +diff -u -r glade-0.6.4old/macros/autogen.sh glade-0.6.4/macros/autogen.sh +--- glade-0.6.4old/macros/autogen.sh 2001-12-05 18:55:38.000000000 +0000 ++++ glade-0.6.4/macros/autogen.sh 2003-03-14 23:58:00.000000000 +0000 +@@ -145,7 +145,7 @@ + echo "Creating $dr/aclocal.m4 ..." + test -r $dr/aclocal.m4 || touch $dr/aclocal.m4 + echo "Running gettextize... Ignore non-fatal messages." +- echo "no" | gettextize --force --copy ++ echo "no" | gettextize --force --copy --intl + echo "Making $dr/aclocal.m4 writable ..." + test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4 + fi +@@ -154,7 +154,7 @@ + echo "Creating $dr/aclocal.m4 ..." + test -r $dr/aclocal.m4 || touch $dr/aclocal.m4 + echo "Running gettextize... Ignore non-fatal messages." +- echo "no" | gettextize --force --copy ++ echo "no" | gettextize --force --copy --intl + echo "Making $dr/aclocal.m4 writable ..." + test -r $dr/aclocal.m4 && chmod u+w $dr/aclocal.m4 + fi + diff --git a/dev-util/glade/glade-0.6.4.ebuild b/dev-util/glade/glade-0.6.4.ebuild index 03ad5f2a15a6..383451261488 100644 --- a/dev-util/glade/glade-0.6.4.ebuild +++ b/dev-util/glade/glade-0.6.4.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-0.6.4.ebuild,v 1.9 2003/02/15 20:55:54 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-0.6.4.ebuild,v 1.10 2003/03/15 18:04:46 liquidx Exp $ IUSE="nls gnome bonobo" +inherit eutils + S=${WORKDIR}/${P} DESCRIPTION="glade" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/glade/${P}.tar.gz" @@ -25,6 +27,8 @@ RDEPEND="${RDEPEND} src_compile() { local myconf + epatch ${FILESDIR}/${P}-autogen.sh.patch + use gnome || myconf="--disable-gnome" use bonobo \ |