summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-25 13:37:07 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-25 13:37:07 +0000
commit97dbf47f7a33ef02560078dec819e810d45cba0d (patch)
tree45d1b8a3b34e9a5d53ae960be323b871f5d6b1d8 /gnome-base/gconf
parent*** empty log message *** (diff)
downloadgentoo-2-97dbf47f7a33ef02560078dec819e810d45cba0d.tar.gz
gentoo-2-97dbf47f7a33ef02560078dec819e810d45cba0d.tar.bz2
gentoo-2-97dbf47f7a33ef02560078dec819e810d45cba0d.zip
*** empty log message ***
Diffstat (limited to 'gnome-base/gconf')
-rw-r--r--gnome-base/gconf/files/digest-gconf-0.101
-rw-r--r--gnome-base/gconf/files/digest-gconf-0.81
-rw-r--r--gnome-base/gconf/files/digest-gconf-0.91
-rw-r--r--gnome-base/gconf/gconf-0.8.ebuild36
-rw-r--r--gnome-base/gconf/gconf-0.9.ebuild36
5 files changed, 0 insertions, 75 deletions
diff --git a/gnome-base/gconf/files/digest-gconf-0.10 b/gnome-base/gconf/files/digest-gconf-0.10
deleted file mode 100644
index 421b13ecdbc4..000000000000
--- a/gnome-base/gconf/files/digest-gconf-0.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4bb9865a982a4b10ae34e26c70c60532 GConf-0.10.tar.gz
diff --git a/gnome-base/gconf/files/digest-gconf-0.8 b/gnome-base/gconf/files/digest-gconf-0.8
deleted file mode 100644
index f79cd9dc37d2..000000000000
--- a/gnome-base/gconf/files/digest-gconf-0.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 57258919431085a58b16269c63b92ff3 GConf-0.8.tar.gz
diff --git a/gnome-base/gconf/files/digest-gconf-0.9 b/gnome-base/gconf/files/digest-gconf-0.9
deleted file mode 100644
index 814d2c38b074..000000000000
--- a/gnome-base/gconf/files/digest-gconf-0.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c7c7b95b02ee7fd494aa05d25774d6f6 GConf-0.9.tar.gz
diff --git a/gnome-base/gconf/gconf-0.8.ebuild b/gnome-base/gconf/gconf-0.8.ebuild
deleted file mode 100644
index 6084e27d652c..000000000000
--- a/gnome-base/gconf/gconf-0.8.ebuild
+++ /dev/null
@@ -1,36 +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
-
-P=GConf-0.8
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Gconf"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=dev-util/guile-1.4
- >=x11-libs/gtk+-1.2.8
- >=gnome-base/oaf-0.5.1"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/opt/gnome --with-catgets
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/opt/gnome install
- prepman /opt/gnome
-
- dodoc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README* THANKS TODO
-}
-
-
-
diff --git a/gnome-base/gconf/gconf-0.9.ebuild b/gnome-base/gconf/gconf-0.9.ebuild
deleted file mode 100644
index af099ef5edb5..000000000000
--- a/gnome-base/gconf/gconf-0.9.ebuild
+++ /dev/null
@@ -1,36 +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
-
-P=GConf-${PV}
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Gconf"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=dev-util/guile-1.4
- >=x11-libs/gtk+-1.2.8
- >=gnome-base/oaf-0.5.1"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/opt/gnome
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/opt/gnome install
-
- dodoc AUTHORS BUGS COPYING ChangeLog FAQ NEWS README* THANKS TODO
-}
-
-
-
-