summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-08-20 04:06:59 +0000
committerTom Gall <tgall@gentoo.org>2004-08-20 04:06:59 +0000
commit1c58cfffc311e39bda04d8ec16fb5d9c7d6c9a37 (patch)
tree74a58912d7f24c1fcfb831fc3e4a1d0a2a02b045 /dev-db/freetds
parentStable on sparc. (Manifest recommit) (diff)
downloadgentoo-2-1c58cfffc311e39bda04d8ec16fb5d9c7d6c9a37.tar.gz
gentoo-2-1c58cfffc311e39bda04d8ec16fb5d9c7d6c9a37.tar.bz2
gentoo-2-1c58cfffc311e39bda04d8ec16fb5d9c7d6c9a37.zip
stable on ppc64
Diffstat (limited to 'dev-db/freetds')
-rw-r--r--dev-db/freetds/ChangeLog5
-rw-r--r--dev-db/freetds/freetds-0.62.3.ebuild12
2 files changed, 14 insertions, 3 deletions
diff --git a/dev-db/freetds/ChangeLog b/dev-db/freetds/ChangeLog
index 016fc9764b6e..254180f7cdb0 100644
--- a/dev-db/freetds/ChangeLog
+++ b/dev-db/freetds/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/freetds
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/freetds/ChangeLog,v 1.23 2004/07/03 09:24:31 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/freetds/ChangeLog,v 1.24 2004/08/20 04:06:59 tgall Exp $
+
+ 19 Aug 2004; Tom Gall <tgall@gentoo.org> freetds-0.62.3.ebuild:
+ stable on ppc64
03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> freetds-0.62.3.ebuild:
Stable on alpha.
diff --git a/dev-db/freetds/freetds-0.62.3.ebuild b/dev-db/freetds/freetds-0.62.3.ebuild
index 8ec6c77ec95a..82ab118bc1a7 100644
--- a/dev-db/freetds/freetds-0.62.3.ebuild
+++ b/dev-db/freetds/freetds-0.62.3.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/freetds/freetds-0.62.3.ebuild,v 1.9 2004/07/03 09:24:32 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/freetds/freetds-0.62.3.ebuild,v 1.10 2004/08/20 04:06:59 tgall Exp $
+
+inherit gnuconfig
DESCRIPTION="Tabular Datastream Library"
HOMEPAGE="http://www.freetds.org/"
@@ -8,11 +10,17 @@ SRC_URI="http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc ~sparc ~mips alpha arm ~hppa amd64 ia64 s390"
+KEYWORDS="x86 ~ppc ~sparc ~mips alpha arm ~hppa amd64 ia64 s390 ppc64"
IUSE="odbc mssql"
DEPEND="virtual/libc"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ gnuconfig_update
+}
+
src_compile() {
local myconf
use odbc && myconf="--with-unixodbc=/usr"