diff options
Diffstat (limited to 'dev-java/spring-aop')
-rw-r--r-- | dev-java/spring-aop/Manifest | 4 | ||||
-rw-r--r-- | dev-java/spring-aop/metadata.xml | 18 | ||||
-rw-r--r-- | dev-java/spring-aop/spring-aop-3.2.4.ebuild | 72 |
3 files changed, 0 insertions, 94 deletions
diff --git a/dev-java/spring-aop/Manifest b/dev-java/spring-aop/Manifest deleted file mode 100644 index 284287d9ed99..000000000000 --- a/dev-java/spring-aop/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST spring-framework-3.2.4-buildscripts.tar.bz2 2894 BLAKE2B da3bc9130a054c874303fa10d796566cc1a7a043adce0aa15fdcf67b4bb529a97af9611357f3a8c2e192b0bf89fa0e2877416d19a1a742891de74d2b7acac1a2 SHA512 003551ffd37501c8b8dceba7ca484709cdf05f96c893d35c33161288770d72f70c092917f79216aa71742e045cb71ddcb17e6b58a2221fe2c153a70e5e0346b9 -DIST spring-framework-3.2.4.tar.gz 8925304 BLAKE2B ecc8b52f8dad35f7118f1231355f71a2f1e89afe4d1105afe3878e9f9150f519eae6660403856af09b79f178870bfa99657f3502389d2192f6c9860f6e6e35b6 SHA512 6a8fe58213f105deaa982b188e7b49a5bd9e0cf32917c568423509fed6b7c708cb5ca42ee7b3818327d673e59e7af7c67c13707e8a635329540b2febddda0f1b -EBUILD spring-aop-3.2.4.ebuild 1652 BLAKE2B 77f55efc7e91022e213274cf37613750cfb365ade56a03d0d9a25250374f4629ee5b03f85ee21800d0faec51946eb261ca4798d01b47716e401c9860655d0581 SHA512 6be489c83a2b077d3d82ef3428adef9974b2740c61e676b735280616db4e07fcca2a6513bb47e396972403eb116bfe40b04963a8101216f37ecfb1d4c2c8d58f -MISC metadata.xml 805 BLAKE2B 2c05c3f6f6f5a67e33ef1ca66d02b9a8c99671fc12a6adf04ebfdaa945362ae5e9ef19baae4400c944e637db0567190c3606ee54aba5c3d51529afc38f126304 SHA512 76da7349ca93ef13fb154f1531a175e9dba0536614191d9f801c157bdfdbce407eb06a7677224468dc7a19868010604bafd8db2b1348f1fce16b0bd2dd414005 diff --git a/dev-java/spring-aop/metadata.xml b/dev-java/spring-aop/metadata.xml deleted file mode 100644 index 73672eec8b78..000000000000 --- a/dev-java/spring-aop/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>java@gentoo.org</email> - <name>Java</name> - </maintainer> - <longdescription> - The Spring Framework provides a comprehensive programming and configuration model for - modern Java-based enterprise applications - on any kind of deployment platform. A key - element of Spring is infrastructural support at the application level: Spring focuses - on the "plumbing" of enterprise applications so that teams can focus on application-level - business logic, without unnecessary ties to specific deployment environments. - </longdescription> - <upstream> - <remote-id type="github">SpringSource/spring-framework</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-java/spring-aop/spring-aop-3.2.4.ebuild b/dev-java/spring-aop/spring-aop-3.2.4.ebuild deleted file mode 100644 index 66f482a9c876..000000000000 --- a/dev-java/spring-aop/spring-aop-3.2.4.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -JAVA_PKG_IUSE="doc source test" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="A comprehensive programming and configuration model for enterprise applications" -HOMEPAGE="http://www.springsource.org/spring-framework" -SRC_URI="https://github.com/SpringSource/spring-framework/archive/v${PV}.RELEASE.tar.gz -> spring-framework-${PV}.tar.gz - https://dev.gentoo.org/~ercpe/distfiles/dev-java/spring-framework/spring-framework-${PV}-buildscripts.tar.bz2" - -LICENSE="Apache-2.0" -SLOT="3.2" -KEYWORDS="~amd64 ~x86" - -IUSE="" - -CDEPEND="dev-java/spring-core:${SLOT} - dev-java/spring-beans:${SLOT} - dev-java/aopalliance:1 - dev-java/aspectj:0 - dev-java/commons-logging:0 - dev-java/commons-pool:0 - dev-java/jamon:1" - -DEPEND=">=virtual/jdk-1.7 - test? ( - dev-java/hamcrest-core:1.3 - dev-java/hamcrest-library:1.3 - dev-java/junit:4 - dev-java/mockito:0 - dev-java/ant-junit4:0 - dev-java/xmlunit:1 - ) - ${CDEPEND}" - -RDEPEND=">=virtual/jre-1.7 - ${CDEPEND}" - -S="${WORKDIR}/spring-framework-${PV}.RELEASE/" - -EANT_BUILD_XML=${S}/${PN}/build.xml - -JAVA_ANT_REWRITE_CLASSPATH="true" -EANT_GENTOO_CLASSPATH="spring-core-${SLOT} - spring-beans-${SLOT} - aopalliance-1 - aspectj - commons-logging - commons-pool - jamon-1" - -EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH} - hamcrest-library-1.3 - hamcrest-core-1.3 - junit-4 - mockito - xmlunit-1" - -src_install() { - java-pkg_dojar "${S}"/${PN}/dist/${PN}.jar - - use source && java-pkg_dosrc "${S}"/${PN}/src/main/java/org/ - use doc && java-pkg_dojavadoc "${S}"/${PN}/dist/apidocs/ -} - -src_test() { - java-pkg-2_src_test -} |