summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 10:09:29 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 10:09:29 +0000
commit37b780faefcfb81f61d21256eb8e8b21a41ab07a (patch)
tree9eea0d9baf1d0bb1570c9f0b1006e6bbc74a7373 /gnome-base/libglade
parentUpdate (diff)
downloadhistorical-37b780faefcfb81f61d21256eb8e8b21a41ab07a.tar.gz
historical-37b780faefcfb81f61d21256eb8e8b21a41ab07a.tar.bz2
historical-37b780faefcfb81f61d21256eb8e8b21a41ab07a.zip
*** empty log message ***
Diffstat (limited to 'gnome-base/libglade')
-rw-r--r--gnome-base/libglade/files/digest-libglade-0.151
-rw-r--r--gnome-base/libglade/files/digest-libglade-0.161
-rw-r--r--gnome-base/libglade/libglade-0.15.ebuild51
-rw-r--r--gnome-base/libglade/libglade-0.16.ebuild49
4 files changed, 0 insertions, 102 deletions
diff --git a/gnome-base/libglade/files/digest-libglade-0.15 b/gnome-base/libglade/files/digest-libglade-0.15
deleted file mode 100644
index f5a89c754abd..000000000000
--- a/gnome-base/libglade/files/digest-libglade-0.15
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bb27a5ae9b08eef7faa6e245d2816784 libglade-0.15.tar.gz
diff --git a/gnome-base/libglade/files/digest-libglade-0.16 b/gnome-base/libglade/files/digest-libglade-0.16
deleted file mode 100644
index 58af1e0503a9..000000000000
--- a/gnome-base/libglade/files/digest-libglade-0.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6b98bbf13ee08e571d96765662dfd344 libglade-0.16.tar.gz
diff --git a/gnome-base/libglade/libglade-0.15.ebuild b/gnome-base/libglade/libglade-0.15.ebuild
deleted file mode 100644
index ba146737c178..000000000000
--- a/gnome-base/libglade/libglade-0.15.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2000 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/gnome-base/libglade/libglade-0.15.ebuild,v 1.2 2000/11/25 14:01:31 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="libglade"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=gnome-base/gnome-libs-1.2.4
- >=gnome-base/libxml-1.8.10
- bonobo? ( >=gnome-base/bonobo-0.28 )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # Bonobo does not work at the moment
- #cp configure.in configure.in.orig
- #sed -e "s:have_bonobo=true:have_bonobo=false:" configure.in.orig > configure.in
- #autoconf configure.in > configure
-}
-src_compile() {
- cd ${S}
- local myopts
- if [ "`use bonobo`" ]
- then
- myopts="--enable-bonobo"
- else
- myopts="--disable-bonobo"
- fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome ${myopts}
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/opt/gnome install
- dodoc AUTHORS COPYING* ChangeLog NEWS
- dodoc doc/*.txt
-}
-
-
-
-
-
-
-
-
-
diff --git a/gnome-base/libglade/libglade-0.16.ebuild b/gnome-base/libglade/libglade-0.16.ebuild
deleted file mode 100644
index a167511f8c23..000000000000
--- a/gnome-base/libglade/libglade-0.16.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2000 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/gnome-base/libglade/libglade-0.16.ebuild,v 1.1 2001/03/06 05:21:09 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="libglade"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${A}
- ftp://gnome.eazel.com/pub/gnome/stable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND="nls? ( sys-devel/gettext )
- >=gnome-base/gnome-libs-1.2.12
- >=gnome-base/libxml-1.8.11
- bonobo? ( >=gnome-base/bonobo-0.37 )"
-
-src_compile() {
-
- local myopts
- if [ "`use bonobo`" ]
- then
- myconf="--enable-bonobo"
- else
- myconf="--disable-bonobo"
- fi
- if [ -z "`use nls`" ]
- then
- myconf="${myconf} --disable-nls"
- fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome ${myconf}
- try make
-
-}
-
-src_install() {
- try make prefix=${D}/opt/gnome install
- dodoc AUTHORS COPYING* ChangeLog NEWS
- dodoc doc/*.txt
-}
-
-
-
-
-
-
-
-
-