diff options
author | 2021-12-28 10:09:49 +0100 | |
---|---|---|
committer | 2021-12-28 10:15:11 +0100 | |
commit | 4cb855620935cf837187fe0bdd984244c6943324 (patch) | |
tree | ff0a1caa49bc73ad75fd6ac18b9b3218ee3180dc /dev-java/portletapi/portletapi-1.0-r1.ebuild | |
parent | dev-java/vldocking: treeclean (diff) | |
download | gentoo-4cb855620935cf837187fe0bdd984244c6943324.tar.gz gentoo-4cb855620935cf837187fe0bdd984244c6943324.tar.bz2 gentoo-4cb855620935cf837187fe0bdd984244c6943324.zip |
dev-java/portletapi: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-java/portletapi/portletapi-1.0-r1.ebuild')
-rw-r--r-- | dev-java/portletapi/portletapi-1.0-r1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-java/portletapi/portletapi-1.0-r1.ebuild b/dev-java/portletapi/portletapi-1.0-r1.ebuild deleted file mode 100644 index 6ddc04673e50..000000000000 --- a/dev-java/portletapi/portletapi-1.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Portlet API implementation of JSR 168" -HOMEPAGE="http://portals.apache.org/jetspeed-2/" -SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="1" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - >=virtual/jre-1.6" - -DEPEND=" - >=virtual/jdk-1.6" |