summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 09:39:24 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 09:39:24 +0000
commit1a6fbb0e3b0026d97f32f9d76e2a372736545916 (patch)
treea0fbad241eadfe171d01c405062870474f985c72 /dev-db/unixODBC
parentCleanup (diff)
downloadgentoo-2-1a6fbb0e3b0026d97f32f9d76e2a372736545916.tar.gz
gentoo-2-1a6fbb0e3b0026d97f32f9d76e2a372736545916.tar.bz2
gentoo-2-1a6fbb0e3b0026d97f32f9d76e2a372736545916.zip
Cleanup
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r--dev-db/unixODBC/files/digest-unixODBC-1.8.131
-rw-r--r--dev-db/unixODBC/files/digest-unixODBC-2.0.21
-rw-r--r--dev-db/unixODBC/unixODBC-1.8.13.ebuild37
-rw-r--r--dev-db/unixODBC/unixODBC-2.0.2.ebuild37
4 files changed, 0 insertions, 76 deletions
diff --git a/dev-db/unixODBC/files/digest-unixODBC-1.8.13 b/dev-db/unixODBC/files/digest-unixODBC-1.8.13
deleted file mode 100644
index a54ace41a9ad..000000000000
--- a/dev-db/unixODBC/files/digest-unixODBC-1.8.13
+++ /dev/null
@@ -1 +0,0 @@
-MD5 732338e03ab52a7382968ef2a0f6dd51 unixODBC-1.8.13.tar.gz
diff --git a/dev-db/unixODBC/files/digest-unixODBC-2.0.2 b/dev-db/unixODBC/files/digest-unixODBC-2.0.2
deleted file mode 100644
index 245cac8908a8..000000000000
--- a/dev-db/unixODBC/files/digest-unixODBC-2.0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ee3db6b20a0bfda7fcceb583f68387f2 unixODBC-2.0.2.tar.gz
diff --git a/dev-db/unixODBC/unixODBC-1.8.13.ebuild b/dev-db/unixODBC/unixODBC-1.8.13.ebuild
deleted file mode 100644
index c70687361e4e..000000000000
--- a/dev-db/unixODBC/unixODBC-1.8.13.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-1.8.13.ebuild,v 1.4 2000/12/11 16:40:49 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="ODBC Interface for Linux"
-SRC_URI="http://www.unixodbc.org/${A}"
-HOMEPAGE="http://www.unixodbc.org"
-
-DEPEND=">=x11-libs/qt-x11-2.2.2"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- cp Makefile.in Makefile.orig
- sed -e "s:touch :touch \${DESTDIR}/:" Makefile.orig > Makefile.in
-
-}
-src_compile() {
-
- cd ${S}
- try ./configure --prefix=/usr --sysconfdir=/etc/unixODBC --host=${CHOST}
-
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog NEWS REDAME*
-}
-
diff --git a/dev-db/unixODBC/unixODBC-2.0.2.ebuild b/dev-db/unixODBC/unixODBC-2.0.2.ebuild
deleted file mode 100644
index b46f398cd670..000000000000
--- a/dev-db/unixODBC/unixODBC-2.0.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.0.2.ebuild,v 1.1 2001/01/13 20:07:52 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="ODBC Interface for Linux"
-SRC_URI="http://www.unixodbc.org/${A}"
-HOMEPAGE="http://www.unixodbc.org"
-
-DEPEND=">=x11-libs/qt-x11-2.2.2"
-
-src_unpack() {
-
- unpack ${A}
- cd ${S}
- cp Makefile.in Makefile.orig
- sed -e "s:touch :touch \${DESTDIR}/:" Makefile.orig > Makefile.in
-
-}
-src_compile() {
-
- cd ${S}
- try ./configure --prefix=/usr --sysconfdir=/etc/unixODBC --host=${CHOST}
-
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog NEWS REDAME*
-}
-