summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-10-27 02:08:00 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-10-27 02:08:00 +0000
commitd3bfa0e02d84123c9f1f4124df11424916c5f1fa (patch)
tree039b2326a7d26b04034cdf175adc745b64cd81a4 /dev-db
parentadd amd64 flag (diff)
downloadgentoo-2-d3bfa0e02d84123c9f1f4124df11424916c5f1fa.tar.gz
gentoo-2-d3bfa0e02d84123c9f1f4124df11424916c5f1fa.tar.bz2
gentoo-2-d3bfa0e02d84123c9f1f4124df11424916c5f1fa.zip
cleanup ebuild slightly
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/unixODBC/ChangeLog5
-rw-r--r--dev-db/unixODBC/Manifest10
-rw-r--r--dev-db/unixODBC/unixODBC-2.2.2.ebuild5
3 files changed, 11 insertions, 9 deletions
diff --git a/dev-db/unixODBC/ChangeLog b/dev-db/unixODBC/ChangeLog
index 4e94dcb58faf..e55e0cc195a3 100644
--- a/dev-db/unixODBC/ChangeLog
+++ b/dev-db/unixODBC/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-db/unixODBC
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.11 2003/07/31 19:36:23 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.12 2003/10/27 02:07:55 robbat2 Exp $
+
+ 26 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> unixODBC-2.2.2.ebuild:
+ cleanup ebuild slightly
10 Jun 2003; Will Woods <wwoods@gentoo.org> unixODBC-2.0.6.ebuild,
unixODBC-2.0.8.ebuild, unixODBC-2.2.2.ebuild:
diff --git a/dev-db/unixODBC/Manifest b/dev-db/unixODBC/Manifest
index 44e2a5a1dd6c..9f5973a70dac 100644
--- a/dev-db/unixODBC/Manifest
+++ b/dev-db/unixODBC/Manifest
@@ -1,8 +1,8 @@
-MD5 a55d0191a4329aca973202ac7532057c ChangeLog 1610
-MD5 34cbce459221e84e81fe21e09eed39ae unixODBC-2.0.6.ebuild 1426
-MD5 0bd88c25618464c75595f9e0e39195ff unixODBC-2.0.8.ebuild 1108
-MD5 2e30bb09ba90e973d19ee3d269ad3696 unixODBC-2.2.2.ebuild 1304
+MD5 7fd4effb7972b220fe5405fb9174e050 unixODBC-2.2.2.ebuild 1296
+MD5 3b9a42e82c3ddfdb84528a6747ad5a76 unixODBC-2.0.8.ebuild 1107
+MD5 1a0bfe0009bb88b6788612d82bc0cb8a ChangeLog 1710
+MD5 b9b0087370495c4fb0b92c9ffabe0d76 unixODBC-2.0.6.ebuild 1425
+MD5 ffd3cee4e2a1f6dffc130557ccda934b files/gentoo-yac.diff 316
MD5 c42b71d136e76c906ee32229e4ac81f8 files/digest-unixODBC-2.0.6 67
MD5 f383c7806ba5f687ba55d5f1bc6a36aa files/digest-unixODBC-2.0.8 67
MD5 0f7614b93d6ede252ed2f7d7ff1aac90 files/digest-unixODBC-2.2.2 67
-MD5 ffd3cee4e2a1f6dffc130557ccda934b files/gentoo-yac.diff 316
diff --git a/dev-db/unixODBC/unixODBC-2.2.2.ebuild b/dev-db/unixODBC/unixODBC-2.2.2.ebuild
index 8af2d49a7782..2a5c0b1e147c 100644
--- a/dev-db/unixODBC/unixODBC-2.2.2.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.2.ebuild,v 1.12 2003/08/05 16:05:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.2.ebuild,v 1.13 2003/10/27 02:07:55 robbat2 Exp $
DESCRIPTION="ODBC Interface for Linux"
HOMEPAGE="http://www.unixodbc.org/"
@@ -29,8 +29,7 @@ src_unpack() {
src_compile() {
local myconf
- if [ "`use qt`" ]
- then
+ if use qt; then
myconf="--enable-gui=yes"
else
myconf="--enable-gui=no"