summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/libxml2/files/digest-libxml2-2.3.41
-rw-r--r--dev-libs/libxml2/libxml2-2.3.4.ebuild31
-rw-r--r--gnome-extra/gb/files/digest-gb-0.0.151
-rw-r--r--gnome-extra/gb/files/digest-gb-0.0.161
-rw-r--r--gnome-extra/gb/gb-0.0.15.ebuild32
-rw-r--r--gnome-extra/gb/gb-0.0.16.ebuild32
-rw-r--r--gnome-extra/medusa/files/digest-medusa-0.2.21
-rw-r--r--gnome-extra/medusa/files/digest-medusa-0.3.21
-rw-r--r--gnome-extra/medusa/medusa-0.2.2.ebuild33
-rw-r--r--gnome-extra/medusa/medusa-0.3.2.ebuild38
-rw-r--r--gnome-libs/ammonite/ammonite-0.8.1.ebuild32
-rw-r--r--gnome-libs/ammonite/ammonite-0.8.6.ebuild39
-rw-r--r--gnome-libs/ammonite/files/digest-ammonite-0.8.11
-rw-r--r--gnome-libs/ammonite/files/digest-ammonite-0.8.61
-rw-r--r--gnome-libs/gb/files/digest-gb-0.0.151
-rw-r--r--gnome-libs/gb/files/digest-gb-0.0.161
-rw-r--r--gnome-libs/gb/gb-0.0.15.ebuild32
-rw-r--r--gnome-libs/gb/gb-0.0.16.ebuild32
-rw-r--r--gnome-libs/libxml2/files/digest-libxml2-2.3.41
-rw-r--r--gnome-libs/libxml2/libxml2-2.3.4.ebuild31
-rw-r--r--gnome-libs/medusa/files/digest-medusa-0.2.21
-rw-r--r--gnome-libs/medusa/files/digest-medusa-0.3.21
-rw-r--r--gnome-libs/medusa/medusa-0.2.2.ebuild33
-rw-r--r--gnome-libs/medusa/medusa-0.3.2.ebuild38
24 files changed, 0 insertions, 415 deletions
diff --git a/dev-libs/libxml2/files/digest-libxml2-2.3.4 b/dev-libs/libxml2/files/digest-libxml2-2.3.4
deleted file mode 100644
index f34a32897ca3..000000000000
--- a/dev-libs/libxml2/files/digest-libxml2-2.3.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ffaa340b5b5e5363210a0c4fc30ed066 libxml2-2.3.4.tar.gz
diff --git a/dev-libs/libxml2/libxml2-2.3.4.ebuild b/dev-libs/libxml2/libxml2-2.3.4.ebuild
deleted file mode 100644
index 133ffe95bab8..000000000000
--- a/dev-libs/libxml2/libxml2-2.3.4.ebuild
+++ /dev/null
@@ -1,31 +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/dev-libs/libxml2/libxml2-2.3.4.ebuild,v 1.1 2001/03/15 21:01:34 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="libxml"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/${A}
- ftp://gnome.eazel.com/pub/gnome/stable/sources/libxml/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=sys-libs/ncurses-5.2
- >=sys-libs/readline-4.1"
-
-src_compile() {
- try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome
- try make
-}
-
-src_install() {
- try make install prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome mandir=${D}/opt/gnome/share/man
- dodoc AUTHORS COPYING* ChangeLog NEWS README
-}
-
-
-
-
-
-
-
diff --git a/gnome-extra/gb/files/digest-gb-0.0.15 b/gnome-extra/gb/files/digest-gb-0.0.15
deleted file mode 100644
index 1b5045bd10a2..000000000000
--- a/gnome-extra/gb/files/digest-gb-0.0.15
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3e59330868d23b5ee4e12cb9a81f9a7c gb-0.0.15.tar.gz
diff --git a/gnome-extra/gb/files/digest-gb-0.0.16 b/gnome-extra/gb/files/digest-gb-0.0.16
deleted file mode 100644
index 6c699c8d3105..000000000000
--- a/gnome-extra/gb/files/digest-gb-0.0.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e7ff8b79afbc2ae88a40a45703fdaab3 gb-0.0.16.tar.gz
diff --git a/gnome-extra/gb/gb-0.0.15.ebuild b/gnome-extra/gb/gb-0.0.15.ebuild
deleted file mode 100644
index 8b4fb871f777..000000000000
--- a/gnome-extra/gb/gb-0.0.15.ebuild
+++ /dev/null
@@ -1,32 +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
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="GNOME Basic"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=gnome-base/gnome-libs-1.2.8"
-
-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 COPYING ChangeLog NEWS README* TODO
-}
-
-
-
diff --git a/gnome-extra/gb/gb-0.0.16.ebuild b/gnome-extra/gb/gb-0.0.16.ebuild
deleted file mode 100644
index 8b4fb871f777..000000000000
--- a/gnome-extra/gb/gb-0.0.16.ebuild
+++ /dev/null
@@ -1,32 +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
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="GNOME Basic"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=gnome-base/gnome-libs-1.2.8"
-
-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 COPYING ChangeLog NEWS README* TODO
-}
-
-
-
diff --git a/gnome-extra/medusa/files/digest-medusa-0.2.2 b/gnome-extra/medusa/files/digest-medusa-0.2.2
deleted file mode 100644
index 918055a20776..000000000000
--- a/gnome-extra/medusa/files/digest-medusa-0.2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 19066c59e85fa81d8a24966d24c17291 medusa-0.2.2.tar.gz
diff --git a/gnome-extra/medusa/files/digest-medusa-0.3.2 b/gnome-extra/medusa/files/digest-medusa-0.3.2
deleted file mode 100644
index 7314099d0ba5..000000000000
--- a/gnome-extra/medusa/files/digest-medusa-0.3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5730b53f444793bde5475c5cef7722f7 medusa-0.3.2.tar.gz
diff --git a/gnome-extra/medusa/medusa-0.2.2.ebuild b/gnome-extra/medusa/medusa-0.2.2.ebuild
deleted file mode 100644
index 7e55f668dc04..000000000000
--- a/gnome-extra/medusa/medusa-0.2.2.ebuild
+++ /dev/null
@@ -1,33 +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-extra/medusa/medusa-0.2.2.ebuild,v 1.2 2000/11/25 18:30:43 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="medusa"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=gnome-base/gnome-vfs-0.4.2
- >=gnome-base/libunicode-0.4"
-
-src_compile() {
- cd ${S}
- try LDFLAGS=\"-L/opt/gnome/lib -lunicode -lpspell\" \
- ./configure --host=${CHOST} --prefix=/opt/gnome
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/opt/gnome install
- dodoc AUTHORS COPYING ChangeLog NEWS README
-}
-
-
-
-
-
-
-
diff --git a/gnome-extra/medusa/medusa-0.3.2.ebuild b/gnome-extra/medusa/medusa-0.3.2.ebuild
deleted file mode 100644
index 66b5a8ab75ad..000000000000
--- a/gnome-extra/medusa/medusa-0.3.2.ebuild
+++ /dev/null
@@ -1,38 +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-extra/medusa/medusa-0.3.2.ebuild,v 1.1 2001/03/06 06:05:34 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="medusa"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}
- ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=gnome-base/gnome-vfs-0.6.2
- >=sys-libs/db-1.8"
-
-src_compile() {
-
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --sysconfdir=/etc/opt/gnome --mandir=/opt/gnome/share/man \
- --sharedstatedir=/var/lib --localstatedir=/var/lib --enable-prefere-db1
- try make medusainitdir=/tmp
-}
-
-src_install() {
-
- try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome \
- medusainitdir=/tmp mandir=${D}/opt/gnome/share/man install
-
- dodoc AUTHORS COPYING ChangeLog NEWS README
-
-}
-
-
-
-
-
-
-
diff --git a/gnome-libs/ammonite/ammonite-0.8.1.ebuild b/gnome-libs/ammonite/ammonite-0.8.1.ebuild
deleted file mode 100644
index c1d4b0fc96f3..000000000000
--- a/gnome-libs/ammonite/ammonite-0.8.1.ebuild
+++ /dev/null
@@ -1,32 +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-libs/ammonite/ammonite-0.8.1.ebuild,v 1.2 2000/11/25 18:30:43 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="libgtop"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/"${A}
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=gnome-base/gnome-libs-1.2.8
- >=gnome-base/gconf-0.11"
-
-src_compile() {
- cd ${S}
- #LDFLAGS="-lncurses"
- try ./configure --host=${CHOST} --prefix=/opt/gnome
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/opt/gnome install
- dodoc ABOUT-NLS AUTHORS COPYING* HACKING README NEWS
- dodoc TODO doc/*.txt
-
-}
-
-
-
-
diff --git a/gnome-libs/ammonite/ammonite-0.8.6.ebuild b/gnome-libs/ammonite/ammonite-0.8.6.ebuild
deleted file mode 100644
index a6a404a5d69d..000000000000
--- a/gnome-libs/ammonite/ammonite-0.8.6.ebuild
+++ /dev/null
@@ -1,39 +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-libs/ammonite/ammonite-0.8.6.ebuild,v 1.1 2001/03/06 06:05:34 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="ammonite"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}
- ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}"
-
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND="nls? ( sys-devel/gettext )
- >=gnome-base/gnome-libs-1.2.12
- >=gnome-base/gconf-0.50
- >=dev-libs/openssl-0.9.6"
-
-src_compile() {
- local myconf
- if [ -z "`use nls`" ]
- then
- myconf="--disable-nls"
- fi
- try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome ${myconf}
- try make
-}
-
-src_install() {
-
- try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome install
- dodoc ABOUT-NLS AUTHORS COPYING* HACKING README NEWS
- dodoc TODO doc/*.txt
-
-}
-
-
-
-
diff --git a/gnome-libs/ammonite/files/digest-ammonite-0.8.1 b/gnome-libs/ammonite/files/digest-ammonite-0.8.1
deleted file mode 100644
index 4f4b27c83b60..000000000000
--- a/gnome-libs/ammonite/files/digest-ammonite-0.8.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a0df75276f3b7c76ea4c881541634e3b ammonite-0.8.1.tar.gz
diff --git a/gnome-libs/ammonite/files/digest-ammonite-0.8.6 b/gnome-libs/ammonite/files/digest-ammonite-0.8.6
deleted file mode 100644
index ca571433dd77..000000000000
--- a/gnome-libs/ammonite/files/digest-ammonite-0.8.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cd65a0bc2bd8ca36547d3a38df3bbb19 ammonite-0.8.6.tar.gz
diff --git a/gnome-libs/gb/files/digest-gb-0.0.15 b/gnome-libs/gb/files/digest-gb-0.0.15
deleted file mode 100644
index 1b5045bd10a2..000000000000
--- a/gnome-libs/gb/files/digest-gb-0.0.15
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3e59330868d23b5ee4e12cb9a81f9a7c gb-0.0.15.tar.gz
diff --git a/gnome-libs/gb/files/digest-gb-0.0.16 b/gnome-libs/gb/files/digest-gb-0.0.16
deleted file mode 100644
index 6c699c8d3105..000000000000
--- a/gnome-libs/gb/files/digest-gb-0.0.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e7ff8b79afbc2ae88a40a45703fdaab3 gb-0.0.16.tar.gz
diff --git a/gnome-libs/gb/gb-0.0.15.ebuild b/gnome-libs/gb/gb-0.0.15.ebuild
deleted file mode 100644
index 8b4fb871f777..000000000000
--- a/gnome-libs/gb/gb-0.0.15.ebuild
+++ /dev/null
@@ -1,32 +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
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="GNOME Basic"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=gnome-base/gnome-libs-1.2.8"
-
-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 COPYING ChangeLog NEWS README* TODO
-}
-
-
-
diff --git a/gnome-libs/gb/gb-0.0.16.ebuild b/gnome-libs/gb/gb-0.0.16.ebuild
deleted file mode 100644
index 8b4fb871f777..000000000000
--- a/gnome-libs/gb/gb-0.0.16.ebuild
+++ /dev/null
@@ -1,32 +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
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="GNOME Basic"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=gnome-base/gnome-libs-1.2.8"
-
-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 COPYING ChangeLog NEWS README* TODO
-}
-
-
-
diff --git a/gnome-libs/libxml2/files/digest-libxml2-2.3.4 b/gnome-libs/libxml2/files/digest-libxml2-2.3.4
deleted file mode 100644
index f34a32897ca3..000000000000
--- a/gnome-libs/libxml2/files/digest-libxml2-2.3.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ffaa340b5b5e5363210a0c4fc30ed066 libxml2-2.3.4.tar.gz
diff --git a/gnome-libs/libxml2/libxml2-2.3.4.ebuild b/gnome-libs/libxml2/libxml2-2.3.4.ebuild
deleted file mode 100644
index 2c4879c3470f..000000000000
--- a/gnome-libs/libxml2/libxml2-2.3.4.ebuild
+++ /dev/null
@@ -1,31 +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-libs/libxml2/libxml2-2.3.4.ebuild,v 1.1 2001/03/15 21:01:34 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="libxml"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/${A}
- ftp://gnome.eazel.com/pub/gnome/stable/sources/libxml/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=sys-libs/ncurses-5.2
- >=sys-libs/readline-4.1"
-
-src_compile() {
- try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome
- try make
-}
-
-src_install() {
- try make install prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome mandir=${D}/opt/gnome/share/man
- dodoc AUTHORS COPYING* ChangeLog NEWS README
-}
-
-
-
-
-
-
-
diff --git a/gnome-libs/medusa/files/digest-medusa-0.2.2 b/gnome-libs/medusa/files/digest-medusa-0.2.2
deleted file mode 100644
index 918055a20776..000000000000
--- a/gnome-libs/medusa/files/digest-medusa-0.2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 19066c59e85fa81d8a24966d24c17291 medusa-0.2.2.tar.gz
diff --git a/gnome-libs/medusa/files/digest-medusa-0.3.2 b/gnome-libs/medusa/files/digest-medusa-0.3.2
deleted file mode 100644
index 7314099d0ba5..000000000000
--- a/gnome-libs/medusa/files/digest-medusa-0.3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5730b53f444793bde5475c5cef7722f7 medusa-0.3.2.tar.gz
diff --git a/gnome-libs/medusa/medusa-0.2.2.ebuild b/gnome-libs/medusa/medusa-0.2.2.ebuild
deleted file mode 100644
index f15e672dc533..000000000000
--- a/gnome-libs/medusa/medusa-0.2.2.ebuild
+++ /dev/null
@@ -1,33 +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-libs/medusa/medusa-0.2.2.ebuild,v 1.2 2000/11/25 18:30:43 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="medusa"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=gnome-base/gnome-vfs-0.4.2
- >=gnome-base/libunicode-0.4"
-
-src_compile() {
- cd ${S}
- try LDFLAGS=\"-L/opt/gnome/lib -lunicode -lpspell\" \
- ./configure --host=${CHOST} --prefix=/opt/gnome
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/opt/gnome install
- dodoc AUTHORS COPYING ChangeLog NEWS README
-}
-
-
-
-
-
-
-
diff --git a/gnome-libs/medusa/medusa-0.3.2.ebuild b/gnome-libs/medusa/medusa-0.3.2.ebuild
deleted file mode 100644
index af51137dc385..000000000000
--- a/gnome-libs/medusa/medusa-0.3.2.ebuild
+++ /dev/null
@@ -1,38 +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-libs/medusa/medusa-0.3.2.ebuild,v 1.1 2001/03/06 06:05:34 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="medusa"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A}
- ftp://gnome.eazel.com/pub/gnome/unstable/sources/${PN}/${A}"
-HOMEPAGE="http://www.gnome.org/"
-
-DEPEND=">=gnome-base/gnome-vfs-0.6.2
- >=sys-libs/db-1.8"
-
-src_compile() {
-
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --sysconfdir=/etc/opt/gnome --mandir=/opt/gnome/share/man \
- --sharedstatedir=/var/lib --localstatedir=/var/lib --enable-prefere-db1
- try make medusainitdir=/tmp
-}
-
-src_install() {
-
- try make prefix=${D}/opt/gnome sysconfdir=${D}/etc/opt/gnome \
- medusainitdir=/tmp mandir=${D}/opt/gnome/share/man install
-
- dodoc AUTHORS COPYING ChangeLog NEWS README
-
-}
-
-
-
-
-
-
-