summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-07-23 23:06:25 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-07-23 23:06:25 +0000
commit747f0c2270710c47bc7763ba5a96ba1b00c7a663 (patch)
tree462341573f64c42c477416a7caab627240dd968b /gnome-base
parentupdated with SLOT LICENSE and KEYWORDS (diff)
downloadgentoo-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-r51
-rw-r--r--gnome-base/libglade/libglade-0.17-r5.ebuild50
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
-}
-