diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-01 19:16:45 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-01 19:31:51 -0500 |
commit | 45bc7eb017f02e224f267afe45181daa86fcc5e7 (patch) | |
tree | 847a226579a7d8d08af2fc6ca492b259fa5be9b0 /dev-java/eclipsito | |
parent | dev-java/bcprov: drop old/unused (diff) | |
download | gentoo-45bc7eb017f02e224f267afe45181daa86fcc5e7.tar.gz gentoo-45bc7eb017f02e224f267afe45181daa86fcc5e7.tar.bz2 gentoo-45bc7eb017f02e224f267afe45181daa86fcc5e7.zip |
dev-java/eclipsito: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-java/eclipsito')
-rw-r--r-- | dev-java/eclipsito/Manifest | 1 | ||||
-rw-r--r-- | dev-java/eclipsito/eclipsito-0_pre20130713.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-java/eclipsito/Manifest b/dev-java/eclipsito/Manifest index e083d5b40a15..35d5f9c4721a 100644 --- a/dev-java/eclipsito/Manifest +++ b/dev-java/eclipsito/Manifest @@ -1,2 +1 @@ -DIST eclipsito-0_pre20130713.tar.xz 162972 BLAKE2B 193a3b2c4bee39bfb87c49eb8b077804d26ef1f84a1dc2c3546d235ab6fa8f86340c943b1a5ce1044dcd5681751d856a044d75866717a0c976e82c86ae8a1ab1 SHA512 b238692950bc93059fb16df8e6301669583185976ae4f12519d1917a13fea2b53c5b3462f2da61d63025019eee10037a3a96b2ac742545d61b80f2ab7964d41b DIST eclipsito-20180510.tar.gz 66661 BLAKE2B 0cd1879314eaf4acfcb26cd37f27c50208263cc584d15cb19cfee4d75b29e925d7840be6f39fdf2b6aa05d26f1497284d2d772f9a42ea81398aeec9b1ebad029 SHA512 420cc4ed44fc80065452b39350625f5621175e0bd2aae1ba38a409134bd92af23b492c01f826234431fec68e09eecdf47d61a06f02338e5998c2c5cad44fd142 diff --git a/dev-java/eclipsito/eclipsito-0_pre20130713.ebuild b/dev-java/eclipsito/eclipsito-0_pre20130713.ebuild deleted file mode 100644 index 6625ce2e9267..000000000000 --- a/dev-java/eclipsito/eclipsito-0_pre20130713.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -JAVA_PKG_IUSE="doc source" - -inherit eutils java-pkg-2 java-ant-2 - -DESCRIPTION="A small subset of Eclipse core libraries for modular applications" -HOMEPAGE="https://code.google.com/p/eclipsito/" -SRC_URI="https://dev.gentoo.org/~tomwij/files/dist/${P}.tar.xz" - -LICENSE="EPL-1.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=">=virtual/jre-1.5" -DEPEND=">=virtual/jdk-1.5" - -S="${WORKDIR}/${PN}/org.bardsoftware.${PN}" - -java_prepare() { - epatch "${FILESDIR}"/${P}-build.xml -} - -src_install() { - java-pkg_dojar ${PN}.jar - - use doc && java-pkg_dojavadoc apidocs - use source && java-pkg_dosrc src/ -} |