diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:13:06 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:13:06 +0000 |
commit | 6ffc04c40cd89925403cea6908cd0d04868a5cb6 (patch) | |
tree | 59fbec084496e38463dda79219d1011f95babf24 /gnome-base/libglade | |
parent | sync IUSE (missing), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-6ffc04c40cd89925403cea6908cd0d04868a5cb6.tar.gz gentoo-2-6ffc04c40cd89925403cea6908cd0d04868a5cb6.tar.bz2 gentoo-2-6ffc04c40cd89925403cea6908cd0d04868a5cb6.zip |
don't dep on arch for gnuconfig_update, don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'gnome-base/libglade')
-rw-r--r-- | gnome-base/libglade/libglade-0.17-r6.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/libglade/libglade-2.0.1.ebuild | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/gnome-base/libglade/libglade-0.17-r6.ebuild b/gnome-base/libglade/libglade-0.17-r6.ebuild index 3d49f0344014..ffae640a8938 100644 --- a/gnome-base/libglade/libglade-0.17-r6.ebuild +++ b/gnome-base/libglade/libglade-0.17-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-0.17-r6.ebuild,v 1.22 2004/06/24 21:59:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-0.17-r6.ebuild,v 1.23 2004/07/14 15:13:06 agriffis Exp $ IUSE="nls bonobo" @@ -8,7 +8,6 @@ IUSE="nls bonobo" inherit libtool virtualx gnome.org -S=${WORKDIR}/${P} DESCRIPTION="libglade allows programs to load their UIs from an XMLS description at tuntime." SRC_URI="ftp://ftp.gnome.org/pub/GNOME/sources/${PN}/${PV}/${P}.tar.gz" HOMEPAGE="http://developer.gnome.org/doc/API/libglade/libglade.html" @@ -55,4 +54,3 @@ src_install() { dodoc AUTHORS COPYING* ChangeLog NEWS dodoc doc/*.txt } - diff --git a/gnome-base/libglade/libglade-2.0.1.ebuild b/gnome-base/libglade/libglade-2.0.1.ebuild index 48322360540b..380565e80b32 100644 --- a/gnome-base/libglade/libglade-2.0.1.ebuild +++ b/gnome-base/libglade/libglade-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.0.1.ebuild,v 1.20 2004/06/24 21:59:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.0.1.ebuild,v 1.21 2004/07/14 15:13:06 agriffis Exp $ IUSE="doc nls" @@ -9,7 +9,6 @@ inherit gnome2 gnuconfig LICENSE="LGPL-2.1" -S=${WORKDIR}/${P} DESCRIPTION="GLADE is a interface builder" HOMEPAGE="http://www.gnome.org/" KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips" @@ -31,7 +30,7 @@ DEPEND=">=dev-util/pkgconfig-0.12.0 src_compile() { ## allow for configuration on mips systems - use mips && gnuconfig_update + gnuconfig_update ## patch for xml stuff patch -p0 < ${FILESDIR}/Makefile.in.am-xmlcatalog.patch gnome2_src_configure |