summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann Schmitz <ercpe@gentoo.org>2014-09-04 04:53:25 +0000
committerJohann Schmitz <ercpe@gentoo.org>2014-09-04 04:53:25 +0000
commit5d6afeafc15c117588b49d9746aefa39e8232a10 (patch)
tree12de6bb72a08acf3d707ad2f30d7e3b2347ace62 /dev-java/jcs
parentVersion bump. (diff)
downloadgentoo-2-5d6afeafc15c117588b49d9746aefa39e8232a10.tar.gz
gentoo-2-5d6afeafc15c117588b49d9746aefa39e8232a10.tar.bz2
gentoo-2-5d6afeafc15c117588b49d9746aefa39e8232a10.zip
Added :0 to dev-java/ dependencies to avoid breakage on the upcoming bumps of the dependencies.
Haven't touched the other QA issues. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Diffstat (limited to 'dev-java/jcs')
-rw-r--r--dev-java/jcs/ChangeLog7
-rw-r--r--dev-java/jcs/jcs-1.2.7.9-r1.ebuild14
-rw-r--r--dev-java/jcs/jcs-1.3-r1.ebuild14
3 files changed, 20 insertions, 15 deletions
diff --git a/dev-java/jcs/ChangeLog b/dev-java/jcs/ChangeLog
index 69fdc5c092f5..252216bf482f 100644
--- a/dev-java/jcs/ChangeLog
+++ b/dev-java/jcs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-java/jcs
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jcs/ChangeLog,v 1.26 2014/06/17 10:55:54 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jcs/ChangeLog,v 1.27 2014/09/04 04:53:25 ercpe Exp $
+
+ 04 Sep 2014; Johann Schmitz <ercpe@gentoo.org> jcs-1.2.7.9-r1.ebuild,
+ jcs-1.3-r1.ebuild:
+ Added :0 to dev-java/ dependencies to avoid breakage on the upcoming bumps of
+ the dependencies. Haven't touched the other QA issues.
17 Jun 2014; Manuel Rüger <mrueg@gentoo.org> -jcs-1.2.7.9.ebuild,
-jcs-1.3.ebuild:
diff --git a/dev-java/jcs/jcs-1.2.7.9-r1.ebuild b/dev-java/jcs/jcs-1.2.7.9-r1.ebuild
index 6496ad3715ee..5a3b2b6f8556 100644
--- a/dev-java/jcs/jcs-1.2.7.9-r1.ebuild
+++ b/dev-java/jcs/jcs-1.2.7.9-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jcs/jcs-1.2.7.9-r1.ebuild,v 1.5 2011/12/19 11:42:47 sera Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jcs/jcs-1.2.7.9-r1.ebuild,v 1.6 2014/09/04 04:53:25 ercpe Exp $
EAPI=1
JAVA_PKG_IUSE="doc source"
@@ -22,13 +22,13 @@ RDEPEND=">=virtual/jre-1.4
dev-java/jisp:2.5
java-virtuals/servlet-api:2.3
dev-db/hsqldb
- dev-java/commons-dbcp
+ dev-java/commons-dbcp:0
dev-java/commons-lang:0
dev-java/commons-logging
- dev-java/commons-pool
- dev-java/concurrent-util
- dev-java/jgroups
- dev-java/xmlrpc
+ dev-java/commons-pool:0
+ dev-java/concurrent-util:0
+ dev-java/jgroups:0
+ dev-java/xmlrpc:0
admin? ( dev-java/velocity )"
DEPEND=">=virtual/jdk-1.4
${RDEPEND}"
diff --git a/dev-java/jcs/jcs-1.3-r1.ebuild b/dev-java/jcs/jcs-1.3-r1.ebuild
index 4062ae74e295..62a2a39fcad5 100644
--- a/dev-java/jcs/jcs-1.3-r1.ebuild
+++ b/dev-java/jcs/jcs-1.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jcs/jcs-1.3-r1.ebuild,v 1.6 2012/06/14 01:06:21 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jcs/jcs-1.3-r1.ebuild,v 1.7 2014/09/04 04:53:25 ercpe Exp $
EAPI=1
JAVA_PKG_IUSE="doc source"
@@ -21,11 +21,11 @@ RDEPEND=">=virtual/jre-1.4
dev-java/jisp:2.5
java-virtuals/servlet-api:2.3
dev-db/hsqldb
- dev-java/commons-dbcp
- dev-java/commons-logging
- dev-java/commons-pool
- dev-java/concurrent-util
- dev-java/xmlrpc
+ dev-java/commons-dbcp:0
+ dev-java/commons-logging:0
+ dev-java/commons-pool:0
+ dev-java/concurrent-util:0
+ dev-java/xmlrpc:0
admin? ( dev-java/velocity )"
DEPEND=">=virtual/jdk-1.4
${RDEPEND}"