Our Spring Framework packages are going to be masked because they're
outdated, vulnerable, and not likely to be updated soon. Straight to
stable because I'm just removing USE-based functionality.
Package-Manager: portage-2.2.28
<email>java@gentoo.org</email>
<name>Java</name>
</maintainer>
- <use>
- <flag name="spring">Build support for the spring framework</flag>
- </use>
<upstream>
<remote-id type="google-code">spymemcached</remote-id>
</upstream>
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="spring"
-
CDEPEND="dev-java/log4j:0
- dev-java/slf4j-api:0
- spring? ( dev-java/spring-beans:3.2 )"
+ dev-java/slf4j-api:0"
DEPEND=">=virtual/jdk-1.5
${CDEPEND}"
JAVA_GENTOO_CLASSPATH="log4j,slf4j-api"
java_prepare() {
- if use spring; then
- JAVA_GENTOO_CLASSPATH+=",spring-beans-3.2"
- else
- rm net/spy/memcached/spring/MemcachedClientFactoryBean.java || die
- fi
+ rm net/spy/memcached/spring/MemcachedClientFactoryBean.java || die
}