summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-11-25 13:42:54 +0000
committerAchim Gottinger <achim@gentoo.org>2000-11-25 13:42:54 +0000
commit2961f4f723713b8ca2396690c8aa514acf0fe0cd (patch)
tree2612d65220db261a85a1c4d5a2aa3c8c7bbc36d2 /gnome-extra/libgda
parent*** empty log message *** (diff)
downloadgentoo-2-2961f4f723713b8ca2396690c8aa514acf0fe0cd.tar.gz
gentoo-2-2961f4f723713b8ca2396690c8aa514acf0fe0cd.tar.bz2
gentoo-2-2961f4f723713b8ca2396690c8aa514acf0fe0cd.zip
*** empty log message ***
Diffstat (limited to 'gnome-extra/libgda')
-rw-r--r--gnome-extra/libgda/files/digest-libgda-0.1.01
-rw-r--r--gnome-extra/libgda/libgda-0.1.0.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/gnome-extra/libgda/files/digest-libgda-0.1.0 b/gnome-extra/libgda/files/digest-libgda-0.1.0
deleted file mode 100644
index 70c3a2fff804..000000000000
--- a/gnome-extra/libgda/files/digest-libgda-0.1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 32bc66cf394f51a8166d695e5d4a736a libgda-0.1.0.tar.gz
diff --git a/gnome-extra/libgda/libgda-0.1.0.ebuild b/gnome-extra/libgda/libgda-0.1.0.ebuild
deleted file mode 100644
index 62f0af43d009..000000000000
--- a/gnome-extra/libgda/libgda-0.1.0.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
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="gda lib"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-db/${A}"
-HOMEPAGE="http://www.gnome.org/gnome-db"
-
-DEPEND=">=gnome-base/gconf-0.8
- >=gnome-base/gnome-libs-1.2.4
- >=dev-db/mysql-3.23.26
- >=dev-db/unixODBC-1.8.13
- >=net-nds/openldap-1.2.11"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- try ./configure --host=${CHOST} --prefix=/opt/gnome \
- --with-mysql=/usr --with-ldap=/usr --with-odbc
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/opt/gnome install
-
- dodoc AUTHORS COPYING.* ChangeLog NEWS README THANKS TODO
-}
-
-
-
-