diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-06-28 10:43:07 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-06-28 10:43:07 +0000 |
commit | 48b46a53bffe11e841a688913448d1eaed13a889 (patch) | |
tree | 11b531e211b79fbecb43592024c923871ce39f47 /dev-java | |
parent | Version bump. (diff) | |
download | gentoo-2-48b46a53bffe11e841a688913448d1eaed13a889.tar.gz gentoo-2-48b46a53bffe11e841a688913448d1eaed13a889.tar.bz2 gentoo-2-48b46a53bffe11e841a688913448d1eaed13a889.zip |
Remove old versions.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-java')
4 files changed, 6 insertions, 149 deletions
diff --git a/dev-java/resin-servlet-api/ChangeLog b/dev-java/resin-servlet-api/ChangeLog index c142ee82fa8d..58419a13d00a 100644 --- a/dev-java/resin-servlet-api/ChangeLog +++ b/dev-java/resin-servlet-api/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/resin-servlet-api # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/resin-servlet-api/ChangeLog,v 1.28 2009/06/28 10:41:41 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/resin-servlet-api/ChangeLog,v 1.29 2009/06/28 10:43:07 nelchael Exp $ + + 28 Jun 2009; Krzysiek Pawlik <nelchael@gentoo.org> + -resin-servlet-api-3.0.26.ebuild, -resin-servlet-api-3.1.8.ebuild, + -resin-servlet-api-3.2.1.ebuild: + Remove old versions. *resin-servlet-api-3.0.28 (28 Jun 2009) diff --git a/dev-java/resin-servlet-api/resin-servlet-api-3.0.26.ebuild b/dev-java/resin-servlet-api/resin-servlet-api-3.0.26.ebuild deleted file mode 100644 index 6a18cecf43f3..000000000000 --- a/dev-java/resin-servlet-api/resin-servlet-api-3.0.26.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/resin-servlet-api/resin-servlet-api-3.0.26.ebuild,v 1.1 2008/06/10 20:58:33 nelchael Exp $ - -JAVA_PKG_IUSE="source" - -inherit eutils java-pkg-2 java-ant-2 - -DESCRIPTION="Resin Servlet API 2.4/JSP API 2.0 implementation" -HOMEPAGE="http://www.caucho.com/" -SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip - mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="2.4" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -IUSE="" - -COMMON_DEP="" - -RDEPEND=">=virtual/jre-1.4 - ${COMMON_DEP}" -DEPEND=">=virtual/jdk-1.4 - app-arch/unzip - ${COMMON_DEP}" - -S="${WORKDIR}/resin-${PV}" - -src_unpack() { - - unpack ${A} - - mkdir "${S}/lib" - - cd "${S}" - epatch "${WORKDIR}/${PV}/resin-${PV}-build.xml.patch" - -} - -EANT_BUILD_TARGET="jsdk" -EANT_DOC_TARGET="" - -src_install() { - - java-pkg_newjar "lib/jsdk-24.jar" - use source && java-pkg_dosrc "${S}"/modules/jsdk/src/* - -} diff --git a/dev-java/resin-servlet-api/resin-servlet-api-3.1.8.ebuild b/dev-java/resin-servlet-api/resin-servlet-api-3.1.8.ebuild deleted file mode 100644 index 868001fd8c4b..000000000000 --- a/dev-java/resin-servlet-api/resin-servlet-api-3.1.8.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/resin-servlet-api/resin-servlet-api-3.1.8.ebuild,v 1.1 2009/01/10 15:08:51 nelchael Exp $ - -JAVA_PKG_IUSE="source" - -inherit eutils java-pkg-2 java-ant-2 - -DESCRIPTION="Resin Servlet API 2.5/JSP API 2.1 implementation" -HOMEPAGE="http://www.caucho.com/" -SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip - mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="2.5" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" - -IUSE="" - -COMMON_DEP="" - -RDEPEND=">=virtual/jre-1.5 - ${COMMON_DEP}" -DEPEND=">=virtual/jdk-1.5 - app-arch/unzip - ${COMMON_DEP}" - -S="${WORKDIR}/resin-${PV}" - -src_unpack() { - - unpack ${A} - - mkdir "${S}/lib" - - cd "${S}" - epatch "${WORKDIR}/${PV}/resin-${PV}-build.xml.patch" || die - -} - -EANT_BUILD_TARGET="jsdk" -EANT_DOC_TARGET="" - -src_install() { - - java-pkg_newjar "lib/jsdk-15.jar" - use source && java-pkg_dosrc "${S}"/modules/jsdk/src/* - -} diff --git a/dev-java/resin-servlet-api/resin-servlet-api-3.2.1.ebuild b/dev-java/resin-servlet-api/resin-servlet-api-3.2.1.ebuild deleted file mode 100644 index 663c2e970b89..000000000000 --- a/dev-java/resin-servlet-api/resin-servlet-api-3.2.1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/resin-servlet-api/resin-servlet-api-3.2.1.ebuild,v 1.2 2009/03/07 16:20:26 nelchael Exp $ - -JAVA_PKG_IUSE="source" - -inherit eutils java-pkg-2 java-ant-2 - -DESCRIPTION="Resin Servlet API 2.5/JSP API 2.1 implementation" -HOMEPAGE="http://www.caucho.com/" -SRC_URI="http://www.caucho.com/download/resin-${PV}-src.zip - mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="2.5" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" - -IUSE="" - -COMMON_DEP="" - -RDEPEND=">=virtual/jre-1.5 - ${COMMON_DEP}" -DEPEND=">=virtual/jdk-1.5 - app-arch/unzip - ${COMMON_DEP}" - -S="${WORKDIR}/resin-${PV}" - -src_unpack() { - - unpack ${A} - - mkdir "${S}/lib" - - cd "${S}" - epatch "${WORKDIR}/${PV}/resin-${PV}-build.xml.patch" || die - java-ant_bsfix_files build-common.xml || die - -} - -EANT_BUILD_TARGET="jsdk" -EANT_DOC_TARGET="" - -src_install() { - - java-pkg_newjar "modules/jsdk/dist/jsdk-16.jar" - use source && java-pkg_dosrc "${S}"/modules/jsdk/src/* - -} |