diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 13:25:52 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 13:25:52 +0000 |
commit | 13d58185d29a4a20638231062ebae397c2ced30d (patch) | |
tree | efa1703836dd2269cf348759342cfbe08dc7f10d /gnome-base/gconf | |
parent | updated to latest version (diff) | |
download | historical-13d58185d29a4a20638231062ebae397c2ced30d.tar.gz historical-13d58185d29a4a20638231062ebae397c2ced30d.tar.bz2 historical-13d58185d29a4a20638231062ebae397c2ced30d.zip |
removed old version
Diffstat (limited to 'gnome-base/gconf')
-rw-r--r-- | gnome-base/gconf/files/digest-gconf-1.0.4-r3 | 1 | ||||
-rw-r--r-- | gnome-base/gconf/files/digest-gconf-1.0.5 | 1 | ||||
-rw-r--r-- | gnome-base/gconf/files/digest-gconf-1.0.6 | 1 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-1.0.4-r3.ebuild | 47 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-1.0.5.ebuild | 47 | ||||
-rw-r--r-- | gnome-base/gconf/gconf-1.0.6.ebuild | 47 |
6 files changed, 0 insertions, 144 deletions
diff --git a/gnome-base/gconf/files/digest-gconf-1.0.4-r3 b/gnome-base/gconf/files/digest-gconf-1.0.4-r3 deleted file mode 100644 index 2cf590e667a5..000000000000 --- a/gnome-base/gconf/files/digest-gconf-1.0.4-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 6eb7072552d8d9a02bdca38376f58863 GConf-1.0.4.tar.gz 1081344 diff --git a/gnome-base/gconf/files/digest-gconf-1.0.5 b/gnome-base/gconf/files/digest-gconf-1.0.5 deleted file mode 100644 index 0fca81439c76..000000000000 --- a/gnome-base/gconf/files/digest-gconf-1.0.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 0b2d2c0797c35ec5ae7d3201fc9701b3 GConf-1.0.5.tar.gz 1150976 diff --git a/gnome-base/gconf/files/digest-gconf-1.0.6 b/gnome-base/gconf/files/digest-gconf-1.0.6 deleted file mode 100644 index e5923622daad..000000000000 --- a/gnome-base/gconf/files/digest-gconf-1.0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 5150a041da2f4b3f09855539914c554b GConf-1.0.6.tar.gz 1159168 diff --git a/gnome-base/gconf/gconf-1.0.4-r3.ebuild b/gnome-base/gconf/gconf-1.0.4-r3.ebuild deleted file mode 100644 index ab39220cc10d..000000000000 --- a/gnome-base/gconf/gconf-1.0.4-r3.ebuild +++ /dev/null @@ -1,47 +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/gconf/gconf-1.0.4-r3.ebuild,v 1.2 2001/10/07 22:15:58 hallski Exp $ - -P=GConf-${PV} -S=${WORKDIR}/${P} -DESCRIPTION="Gconf" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/${P}.tar.gz" - -HOMEPAGE="http://www.gnome.org/" - -RDEPEND=">=sys-libs/db-3.2.3h - >=gnome-base/oaf-0.6.6-r1 - >=gnome-base/gnome-libs-1.4.1.2-r1" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - >=dev-util/guile-1.4" - -src_compile() { - local myconf - - if [ -z "`use nls`" ] - then - myconf="--disable-nls" - mkdir intl - touch intl/libgettext.h - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - ${myconf} || die - - make || die # Doesn't work with -j 4 (hallski) -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS COPYING ChangeLog NEWS README* TODO -} diff --git a/gnome-base/gconf/gconf-1.0.5.ebuild b/gnome-base/gconf/gconf-1.0.5.ebuild deleted file mode 100644 index c6e9487deb66..000000000000 --- a/gnome-base/gconf/gconf-1.0.5.ebuild +++ /dev/null @@ -1,47 +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/gconf/gconf-1.0.5.ebuild,v 1.1 2001/10/14 21:03:34 hallski Exp $ - -P=GConf-${PV} -S=${WORKDIR}/${P} -DESCRIPTION="Gconf" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/${P}.tar.gz" - -HOMEPAGE="http://www.gnome.org/" - -RDEPEND=">=sys-libs/db-3.2.3h - >=gnome-base/oaf-0.6.6-r1 - >=gnome-base/gnome-libs-1.4.1.2-r1" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - >=dev-util/guile-1.4" - -src_compile() { - local myconf - - if [ -z "`use nls`" ] - then - myconf="--disable-nls" - mkdir intl - touch intl/libgettext.h - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - ${myconf} || die - - make || die # Doesn't work with -j 4 (hallski) -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS COPYING ChangeLog NEWS README* TODO -} diff --git a/gnome-base/gconf/gconf-1.0.6.ebuild b/gnome-base/gconf/gconf-1.0.6.ebuild deleted file mode 100644 index c2528ad866e6..000000000000 --- a/gnome-base/gconf/gconf-1.0.6.ebuild +++ /dev/null @@ -1,47 +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/gconf/gconf-1.0.6.ebuild,v 1.1 2001/10/25 14:58:40 hallski Exp $ - -P=GConf-${PV} -S=${WORKDIR}/${P} -DESCRIPTION="Gconf" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/GConf/${P}.tar.gz" - -HOMEPAGE="http://www.gnome.org/" - -RDEPEND=">=sys-libs/db-3.2.3h - >=gnome-base/oaf-0.6.6-r1 - >=gnome-base/gnome-libs-1.4.1.2-r1" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - >=dev-util/guile-1.4" - -src_compile() { - local myconf - - if [ -z "`use nls`" ] - then - myconf="--disable-nls" - mkdir intl - touch intl/libgettext.h - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - ${myconf} || die - - make || die # Doesn't work with -j 4 (hallski) -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS COPYING ChangeLog NEWS README* TODO -} |