diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-03-30 01:26:22 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-03-30 01:26:22 +0000 |
commit | d6127ceaeaa7f1d209b8b006d35744b4d34a2815 (patch) | |
tree | 7e28e86faa759294fe81a56f986221757c545624 /dev-util/glade | |
parent | Cleaned up the ebuild a little (diff) | |
download | historical-d6127ceaeaa7f1d209b8b006d35744b4d34a2815.tar.gz historical-d6127ceaeaa7f1d209b8b006d35744b4d34a2815.tar.bz2 historical-d6127ceaeaa7f1d209b8b006d35744b4d34a2815.zip |
Ebuild clean up
Diffstat (limited to 'dev-util/glade')
-rw-r--r-- | dev-util/glade/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/glade/glade-0.6.2.ebuild | 28 |
2 files changed, 21 insertions, 15 deletions
diff --git a/dev-util/glade/ChangeLog b/dev-util/glade/ChangeLog index 5ac2d2c6ca71..7286096515b0 100644 --- a/dev-util/glade/ChangeLog +++ b/dev-util/glade/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/glade # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.1 2002/02/01 21:53:28 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.2 2002/03/30 01:26:22 seemant Exp $ + +*glade-0.6.2 (29 Mar 2002) + + 29 Mar 2002; Seemant Kulleen <seemant@gentoo.org> glade-0.6.2.ebuild : + + Cleaned up ebuild a little. *glade-0.6.2 (1 Feb 2002) diff --git a/dev-util/glade/glade-0.6.2.ebuild b/dev-util/glade/glade-0.6.2.ebuild index 966e0ca02f74..0c53d8af37b3 100644 --- a/dev-util/glade/glade-0.6.2.ebuild +++ b/dev-util/glade/glade-0.6.2.ebuild @@ -1,21 +1,21 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-0.6.2.ebuild,v 1.8 2001/11/10 12:45:09 hallski Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-0.6.2.ebuild,v 1.9 2002/03/30 01:26:22 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="glade" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/glade/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/" +HOMEPAGE="http://glade.gnome.org/" RDEPEND=">=x11-libs/gtk+-1.2.10-r4 - gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) - bonobo? ( >=gnome-base/bonobo-1.0.9-r1 )" + gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) + bonobo? ( >=gnome-base/bonobo-1.0.9-r1 )" DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - >=dev-util/intltool-0.11 - >=app-text/scrollkeeper-0.2" + nls? ( sys-devel/gettext + >=dev-util/intltool-0.11 ) + >=app-text/scrollkeeper-0.2" src_compile() { local myopts @@ -43,18 +43,18 @@ src_compile() { fi ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --disable-gnome-db \ - ${myopts} || die + --prefix=/usr \ + --sysconfdir=/etc \ + --disable-gnome-db \ + ${myopts} || die emake || die } src_install() { make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - install || die + sysconfdir=${D}/etc \ + install || die dodoc AUTHORS COPYING* FAQ NEWS README* TODO } |