diff options
author | D.M.D. Ljungmark <spider@gentoo.org> | 2002-07-23 23:06:25 +0000 |
---|---|---|
committer | D.M.D. Ljungmark <spider@gentoo.org> | 2002-07-23 23:06:25 +0000 |
commit | 747f0c2270710c47bc7763ba5a96ba1b00c7a663 (patch) | |
tree | 462341573f64c42c477416a7caab627240dd968b /gnome-base | |
parent | updated with SLOT LICENSE and KEYWORDS (diff) | |
download | gentoo-2-747f0c2270710c47bc7763ba5a96ba1b00c7a663.tar.gz gentoo-2-747f0c2270710c47bc7763ba5a96ba1b00c7a663.tar.bz2 gentoo-2-747f0c2270710c47bc7763ba5a96ba1b00c7a663.zip |
removed the old 0.17 build, the only difference was SLOT and KEYWORD + LICENSE.
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/libglade/files/digest-libglade-0.17-r5 | 1 | ||||
-rw-r--r-- | gnome-base/libglade/libglade-0.17-r5.ebuild | 50 |
2 files changed, 0 insertions, 51 deletions
diff --git a/gnome-base/libglade/files/digest-libglade-0.17-r5 b/gnome-base/libglade/files/digest-libglade-0.17-r5 deleted file mode 100644 index f084922d5464..000000000000 --- a/gnome-base/libglade/files/digest-libglade-0.17-r5 +++ /dev/null @@ -1 +0,0 @@ -MD5 38b2e2cfd813783fe157617813bfe3b3 libglade-0.17.tar.gz 418921 diff --git a/gnome-base/libglade/libglade-0.17-r5.ebuild b/gnome-base/libglade/libglade-0.17-r5.ebuild deleted file mode 100644 index 87f170b72e40..000000000000 --- a/gnome-base/libglade/libglade-0.17-r5.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-0.17-r5.ebuild,v 1.3 2002/07/11 06:30:26 drobbins Exp $ - -#provide Xmake and Xemake - -inherit virtualx - -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/stable/sources/${PN}/${P}.tar.gz" -HOMEPAGE="http://developer.gnome.org/doc/API/libglade/libglade.html" - -#please dont add gnome-libs as an optional DEPEND, as -#it causes too many problems. -RDEPEND=">=dev-libs/libxml-1.8.15 - >=gnome-base/gnome-libs-1.4.1.2-r1 - bonobo? ( >=gnome-base/bonobo-1.0.19-r1 )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext )" - -src_compile() { - local myconf="" - - use bonobo && myconf="${myconf} --enable-bonobo" - use bonobo || myconf="${myconf} --disable-bonobo --disable-bonobotest" - - use nls || myconf="${myconf} --disable-nls" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - --disable-gnomedb \ - ${myconf} || die - - Xemake || die -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS COPYING* ChangeLog NEWS - dodoc doc/*.txt -} - |