diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2010-03-20 14:06:59 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2010-03-20 14:06:59 +0000 |
commit | ea6bd3fa6d346a2bb90e764ceddd91081a9439c4 (patch) | |
tree | 03dbb926b6dd4806d41b3a2864fb67020a50f7b1 /dev-java/istack-commons-runtime | |
parent | Remove old version. (diff) | |
download | gentoo-2-ea6bd3fa6d346a2bb90e764ceddd91081a9439c4.tar.gz gentoo-2-ea6bd3fa6d346a2bb90e764ceddd91081a9439c4.tar.bz2 gentoo-2-ea6bd3fa6d346a2bb90e764ceddd91081a9439c4.zip |
Remove old revisions.
(Portage version: 2.2_rc65/cvs/Linux i686)
Diffstat (limited to 'dev-java/istack-commons-runtime')
3 files changed, 7 insertions, 101 deletions
diff --git a/dev-java/istack-commons-runtime/ChangeLog b/dev-java/istack-commons-runtime/ChangeLog index 5f1a8fee5f39..59786907455d 100644 --- a/dev-java/istack-commons-runtime/ChangeLog +++ b/dev-java/istack-commons-runtime/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/istack-commons-runtime -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog,v 1.12 2009/11/18 14:10:08 volkmar Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/istack-commons-runtime/ChangeLog,v 1.13 2010/03/20 14:06:59 betelgeuse Exp $ + + 20 Mar 2010; Petteri Räty <betelgeuse@gentoo.org> + -istack-commons-runtime-20070122.ebuild, + -istack-commons-runtime-20090620.ebuild: + Remove old revisions. 18 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> istack-commons-runtime-20070122-r1.ebuild: diff --git a/dev-java/istack-commons-runtime/istack-commons-runtime-20070122.ebuild b/dev-java/istack-commons-runtime/istack-commons-runtime-20070122.ebuild deleted file mode 100644 index bb24cfbddf98..000000000000 --- a/dev-java/istack-commons-runtime/istack-commons-runtime-20070122.ebuild +++ /dev/null @@ -1,42 +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/istack-commons-runtime/istack-commons-runtime-20070122.ebuild,v 1.6 2008/03/28 17:50:06 nixnut Exp $ - -JAVA_PKG_IUSE="source" - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="istack-commons" -HOMEPAGE="https://istack-commons.dev.java.net/" -SRC_URI="mirror://gentoo/istack-commons-${PV}.tar.bz2" - -LICENSE="CDDL" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -COMMON_DEP="dev-java/sun-jaf" - -DEPEND=">=virtual/jdk-1.5 - ${COMMON_DEP}" -RDEPEND=">=virtual/jre-1.5 - ${COMMON_DEP}" - -S="${WORKDIR}/istack-commons-${PV}" - -src_unpack() { - unpack ${A} - - java-ant_bsfix_one "${S}/build-common.xml" - - java-pkg_jarfrom --into "${S}/runtime/lib" sun-jaf -} - -EANT_BUILD_XML="runtime/build.xml" - -src_install() { - - java-pkg_dojar runtime/build/istack-commons-runtime.jar - - use source && java-pkg_dosrc runtime/src/* -} diff --git a/dev-java/istack-commons-runtime/istack-commons-runtime-20090620.ebuild b/dev-java/istack-commons-runtime/istack-commons-runtime-20090620.ebuild deleted file mode 100644 index cdc2d59b3d45..000000000000 --- a/dev-java/istack-commons-runtime/istack-commons-runtime-20090620.ebuild +++ /dev/null @@ -1,57 +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/istack-commons-runtime/istack-commons-runtime-20090620.ebuild,v 1.1 2009/06/21 02:47:03 robbat2 Exp $ - -JAVA_PKG_IUSE="source" -EAPI=2 - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="istack-commons" -HOMEPAGE="https://istack-commons.dev.java.net/" -PROJ_PN="istack-commons" -PROJ_P="${PROJ_PN}-${PV}" -SRC_FILE="${PROJ_P}-src.tar.bz2" -SRC_URI="mirror://gentoo/${SRC_FILE}" - -LICENSE="CDDL" -SLOT="1.1" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="" - -COMMON_DEP="java-virtuals/jaf" - -DEPEND=">=virtual/jdk-1.5 - ${COMMON_DEP}" -RDEPEND=">=virtual/jre-1.5 - ${COMMON_DEP}" - -S="${WORKDIR}/${PROJ_P}" - -# Helper to generate the tarball :-) -# ( PN=istack-commons-runtime ; PV=20090620 ; P="${PN}-${PV}" ; . ${P}.ebuild ; src_tarball ) -src_tarball() { - CVSROOT=':pserver:guest@cvs.dev.java.net:/cvs' - PROJ_PN='istack-commons' - cvs -d "${CVSROOT}" \ - export -D $PV -d "${PROJ_P}" \ - "${PROJ_PN}/${PROJ_PN}" && \ - tar cvjf "${SRC_FILE}" \ - --exclude '*.zip' \ - --exclude '*.jar' \ - "${PROJ_P}" \ - && \ - echo "New tarball located at ${SRC_FILE}" -} - -java_prepare() { - java-ant_bsfix_one "${S}/build-common.xml" - java-pkg_jarfrom --into "${S}/runtime/lib" --virtual jaf -} - -EANT_BUILD_XML="runtime/build.xml" - -src_install() { - java-pkg_dojar runtime/build/istack-commons-runtime.jar - use source && java-pkg_dosrc runtime/src/* -} |