summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-05-05 16:44:06 +0000
committerSven Wegener <swegener@gentoo.org>2005-05-05 16:44:06 +0000
commit2ee10e697d5294e1a952e44091d8561f9e80af78 (patch)
tree28ad6acfcf095bf62972797b9c06e38505b08410
parentdid some cleanup, introduced support for the source useflag. (diff)
downloadhistorical-2ee10e697d5294e1a952e44091d8561f9e80af78.tar.gz
historical-2ee10e697d5294e1a952e44091d8561f9e80af78.tar.bz2
historical-2ee10e697d5294e1a952e44091d8561f9e80af78.zip
Fixed [<>]=cat/pkg-ver* dependencies.
-rw-r--r--eclass/gnustep.eclass4
-rw-r--r--eclass/php-sapi.eclass4
-rw-r--r--eclass/php5-sapi-r1.eclass4
-rw-r--r--eclass/php5-sapi-r2.eclass4
-rw-r--r--eclass/php5-sapi.eclass4
5 files changed, 10 insertions, 10 deletions
diff --git a/eclass/gnustep.eclass b/eclass/gnustep.eclass
index 0f2dc50f01db..101d346e6794 100644
--- a/eclass/gnustep.eclass
+++ b/eclass/gnustep.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.23 2005/04/15 04:27:43 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.24 2005/05/05 16:44:06 swegener Exp $
inherit gnustep-funcs eutils flag-o-matic
@@ -62,7 +62,7 @@ GNUSTEP_GUI_DEPEND="${GNUSTEP_BASE_DEPEND}
GS_DEPEND="gnustep-base/gnustep-env"
DEBUG_DEPEND="debug? ( >=sys-devel/gdb-6.0 )"
DOC_RDEPEND="doc? ( sys-apps/man
- >=sys-apps/texinfo-4.6* )"
+ >=sys-apps/texinfo-4.6 )"
GS_RDEPEND="${GS_DEPEND}
${DEBUG_DEPEND}
${DOC_RDEPEND}"
diff --git a/eclass/php-sapi.eclass b/eclass/php-sapi.eclass
index 439933785dbe..b6a7255943bf 100644
--- a/eclass/php-sapi.eclass
+++ b/eclass/php-sapi.eclass
@@ -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/eclass/php-sapi.eclass,v 1.57 2005/04/10 20:46:31 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-sapi.eclass,v 1.58 2005/05/05 16:44:06 swegener Exp $
# Author: Robin H. Johnson <robbat2@gentoo.org>
inherit eutils flag-o-matic multilib
@@ -285,7 +285,7 @@ supports-lfs() {
# for some reason (I do not know who wrote this) we do not want LFS on glibc-2.2
# maybe it's broken then
- has_version '>=sys-libs/glibc-2.3*' && return 0
+ has_version '>=sys-libs/glibc-2.3' && return 0
has_version '=sys-libs/glibc-2.2*' && return 1
return 0
}
diff --git a/eclass/php5-sapi-r1.eclass b/eclass/php5-sapi-r1.eclass
index 7e7f471c0ecf..dc2b3ab7cd19 100644
--- a/eclass/php5-sapi-r1.eclass
+++ b/eclass/php5-sapi-r1.eclass
@@ -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/eclass/php5-sapi-r1.eclass,v 1.3 2005/03/19 06:58:45 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.4 2005/05/05 16:44:06 swegener Exp $
#
# eclass/php5-sapi.eclass
# Eclass for building different php5 SAPI instances
@@ -30,7 +30,7 @@ DEPEND="$DEPEND
!<=dev-php/php-4.99.99
berkdb? ( =sys-libs/db-4* )
bzlib? ( app-arch/bzip2 )
- cpdflib? ( >=media-libs/clibpdf-2* )
+ cpdflib? ( >=media-libs/clibpdf-2 )
crypt? ( >=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.2 )
fam? ( virtual/fam )
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass
index 8100d7b92483..b68612ae9cff 100644
--- a/eclass/php5-sapi-r2.eclass
+++ b/eclass/php5-sapi-r2.eclass
@@ -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/eclass/php5-sapi-r2.eclass,v 1.2 2005/05/04 23:39:15 stuart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.3 2005/05/05 16:44:06 swegener Exp $
#
# eclass/php5-sapi-r2.eclass
# Eclass for building different php5 SAPI instances
@@ -39,7 +39,7 @@ DEPEND="$DEPEND
!<=dev-php/php-4.99.99
berkdb? ( =sys-libs/db-4* )
bzlib? ( app-arch/bzip2 )
- cpdflib? ( >=media-libs/clibpdf-2* )
+ cpdflib? ( >=media-libs/clibpdf-2 )
crypt? ( >=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.2 )
fam? ( virtual/fam )
diff --git a/eclass/php5-sapi.eclass b/eclass/php5-sapi.eclass
index 44883d7f341c..c10f347bcc7e 100644
--- a/eclass/php5-sapi.eclass
+++ b/eclass/php5-sapi.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.43 2005/03/19 06:58:45 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi.eclass,v 1.44 2005/05/05 16:44:06 swegener Exp $
#
# eclass/php5-sapi.eclass
# Eclass for building different php5 SAPI instances
@@ -30,7 +30,7 @@ DEPEND="$DEPEND
!<=dev-php/php-4.99.99
berkdb? ( =sys-libs/db-4* )
bzlib? ( app-arch/bzip2 )
- cpdflib? ( >=media-libs/clibpdf-2* )
+ cpdflib? ( >=media-libs/clibpdf-2 )
crypt? ( >=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.2 )
fam? ( virtual/fam )