summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-06-12 12:11:45 +0000
committerSven Wegener <swegener@gentoo.org>2005-06-12 12:11:45 +0000
commit6e91694bd8ea8bc45003c6b2978fe52763bb5390 (patch)
tree0b1e42e4a4123d8dd2d059737333c38825314796 /dev-db/unixODBC
parentadd nls support (#95402); remove old versions (diff)
downloadgentoo-2-6e91694bd8ea8bc45003c6b2978fe52763bb5390.tar.gz
gentoo-2-6e91694bd8ea8bc45003c6b2978fe52763bb5390.tar.bz2
gentoo-2-6e91694bd8ea8bc45003c6b2978fe52763bb5390.zip
Removed * postfix from <, <=, >= and > dependencies.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r--dev-db/unixODBC/ChangeLog6
-rw-r--r--dev-db/unixODBC/unixODBC-2.2.2.ebuild4
-rw-r--r--dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild4
-rw-r--r--dev-db/unixODBC/unixODBC-2.2.6.ebuild4
-rw-r--r--dev-db/unixODBC/unixODBC-2.2.8.ebuild4
5 files changed, 13 insertions, 9 deletions
diff --git a/dev-db/unixODBC/ChangeLog b/dev-db/unixODBC/ChangeLog
index 7c2db44ebb00..962a13c18797 100644
--- a/dev-db/unixODBC/ChangeLog
+++ b/dev-db/unixODBC/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/unixODBC
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.40 2005/05/28 22:59:27 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.41 2005/06/12 12:11:44 swegener Exp $
+
+ 12 Jun 2005; Sven Wegener <swegener@gentoo.org> unixODBC-2.2.2.ebuild,
+ unixODBC-2.2.6.ebuild, unixODBC-2.2.6-r1.ebuild, unixODBC-2.2.8.ebuild:
+ Removed * postfix from <, <=, >= and > dependencies.
29 May 2005; Danny van Dyk <kugelfang@gentoo.org> unixODBC-2.2.8.ebuild:
BUG #94262(multilib-strict) fixed as of unixODBC-2.2.8.
diff --git a/dev-db/unixODBC/unixODBC-2.2.2.ebuild b/dev-db/unixODBC/unixODBC-2.2.2.ebuild
index ea738635710e..3651917f8d42 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-2005 Gentoo Foundation
# 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.19 2005/01/01 17:44:35 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.2.ebuild,v 1.20 2005/06/12 12:11:44 swegener Exp $
inherit eutils
@@ -16,7 +16,7 @@ IUSE="qt"
DEPEND="virtual/libc
>=sys-libs/readline-4.1
>=sys-libs/ncurses-5.2
- qt? ( >=x11-libs/qt-3.0* )"
+ qt? ( >=x11-libs/qt-3.0 )"
src_unpack() {
unpack ${A}
diff --git a/dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild b/dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild
index 572fdd5a18ff..c4723409bf62 100644
--- a/dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild,v 1.10 2005/02/07 01:47:15 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.6-r1.ebuild,v 1.11 2005/06/12 12:11:44 swegener Exp $
inherit eutils
@@ -17,7 +17,7 @@ DEPEND="virtual/libc
>=sys-libs/readline-4.1
>=sys-libs/ncurses-5.2
gnome? ( gnome-base/gnome-libs )
- qt? ( >=x11-libs/qt-3.0* )"
+ qt? ( >=x11-libs/qt-3.0 )"
# the configure.in patch is required for 'use qt'
src_unpack() {
diff --git a/dev-db/unixODBC/unixODBC-2.2.6.ebuild b/dev-db/unixODBC/unixODBC-2.2.6.ebuild
index c2b77720de09..aebda2aba92f 100644
--- a/dev-db/unixODBC/unixODBC-2.2.6.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.6.ebuild,v 1.16 2005/04/08 08:37:01 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.6.ebuild,v 1.17 2005/06/12 12:11:44 swegener Exp $
DESCRIPTION="ODBC Interface for Linux"
HOMEPAGE="http://www.unixodbc.org/"
@@ -14,7 +14,7 @@ IUSE="qt gnome"
DEPEND="virtual/libc
>=sys-libs/readline-4.1
>=sys-libs/ncurses-5.2
- qt? ( >=x11-libs/qt-3.0* )
+ qt? ( >=x11-libs/qt-3.0 )
gnome? ( gnome-base/gnome-libs )"
src_compile() {
diff --git a/dev-db/unixODBC/unixODBC-2.2.8.ebuild b/dev-db/unixODBC/unixODBC-2.2.8.ebuild
index 794213415879..f1c7460d80ff 100644
--- a/dev-db/unixODBC/unixODBC-2.2.8.ebuild
+++ b/dev-db/unixODBC/unixODBC-2.2.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.8.ebuild,v 1.19 2005/05/31 15:18:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.8.ebuild,v 1.20 2005/06/12 12:11:44 swegener Exp $
inherit eutils gnuconfig multilib
@@ -18,7 +18,7 @@ DEPEND="virtual/libc
>=sys-libs/ncurses-5.2
!mips? (
gnome? ( gnome-base/gnome-libs )
- qt? ( >=x11-libs/qt-3.0* )
+ qt? ( >=x11-libs/qt-3.0 )
)"
# the configure.in patch is required for 'use qt'