commit:     5293529cb1c6105a8a06624effb7eed14d9711ba
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 10 23:00:55 2017 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Mar 10 23:31:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5293529c

dev-lang/closure-compiler-bin: drop old <20150126 versions

 dev-lang/closure-compiler-bin/Manifest             |  4 ---
 .../closure-compiler-bin-20120305.ebuild           | 29 ----------------------
 .../closure-compiler-bin-20121212.ebuild           | 29 ----------------------
 .../closure-compiler-bin-20130227.ebuild           | 29 ----------------------
 .../closure-compiler-bin-20130411.ebuild           | 29 ----------------------
 5 files changed, 120 deletions(-)

diff --git a/dev-lang/closure-compiler-bin/Manifest 
b/dev-lang/closure-compiler-bin/Manifest
index 737c089f310..0ffce80acb2 100644
--- a/dev-lang/closure-compiler-bin/Manifest
+++ b/dev-lang/closure-compiler-bin/Manifest
@@ -1,5 +1 @@
-DIST closure-compiler-bin-20120305.tar.gz 4905502 SHA256 
593037f0f4e8df99293384559d64c3f89f50cecbd36f9a8755b3d4ddeeea89f2 SHA512 
53c10a2731e4da8e49c46154c5a997a8b68f2d2e6a86baf4268425b3be416be1e4e9bc64809098484536af980e1192d649a95bd1088bb4da7ba83d4b7dad054f
 WHIRLPOOL 
6e140b19282c1564a715aedd1ccee264ee5ea85e7da94f47fe9d59a3b3c9733cd0797b49238b49e68e25a7ce6957b9b3e26214b23ed41547378f45020d6d3490
-DIST closure-compiler-bin-20121212.tar.gz 5436614 SHA256 
a78280bfe585be69648c0777d97bd33d9374d035463125521ca532d203974f60 SHA512 
bb7bf694ff8aa9b932a6b248414884fc0d9cef6ab44d88cfad256ebd707ca299b21d2ee313a3b024032fc5eec0ffc4b7080182882af3c2311a2ad1f4ca85d1f9
 WHIRLPOOL 
5935f6ca1aada268a7d0fca28765c0ad4fc775891cf8f44148b81898838d5a3521a911b13efcb7a97e541f346ddb5fdeb6c998fddf6ed638c0d1fb4c52e87469
-DIST closure-compiler-bin-20130227.tar.gz 5694074 SHA256 
c8ac4796e61919a4112ed616cc1734caf69b5aa5e777d5b0428defb21c253537 SHA512 
f9ea62e994e1989643e3fe3db8fbe8c66eda34196b30bb31cdccbcbb4c209231bc35e705d5ac8cbcc73aecca8325e41ca48879eb624090b595a05413a56eb243
 WHIRLPOOL 
ec4adc79e51fe5365a3087fc5d92fa1da15939a31f80c36faeda5aff3820cb58a7d77f52883f125c80c74cfa57aa3e830d98dd0975391186658339a66a457b93
-DIST closure-compiler-bin-20130411.tar.gz 5719640 SHA256 
8487ab0b22f3c3e1d96ab518d42da057b113a41a685c1e68088c73fa9addcc3c SHA512 
19cda8997828f58954ad94b63777aaf3157ce557af16090b6fc7dfc6333d57f901b630b75443a1b0ce961baec3989aae47061e92f97742be051f4451d8ae4023
 WHIRLPOOL 
3ee276d2f377be03f8bc33ba910770aa2631cc20392855d9dafc25fccc7ea0b393ecb98c20da9932eb6732e68bffc4218b87455260c4ac67d8bf7481aeef7e08
 DIST closure-compiler-bin-20150126.tar.gz 5654460 SHA256 
9b8eb3ada77a440f09b32807be492f7b71429e6677d2227866fb2b50d9c7574a SHA512 
fe302299aa9f5e21c6db4ebb628b63b83a84faea57a533c52d5f1590617d7df1ab484a1f32a4f666ed23de12860e30cd2f43da33fa5ec7dbb27048d2905d537c
 WHIRLPOOL 
5e4f532ddf90577a84613af18e9a81561090a3518dd994f0f3407fa0bc16c3d94f2934c4437519e14394353e43147b5a9677ee5d413b5f08c00136ef6e9f9471

diff --git a/dev-lang/closure-compiler-bin/closure-compiler-bin-20120305.ebuild 
b/dev-lang/closure-compiler-bin/closure-compiler-bin-20120305.ebuild
deleted file mode 100644
index 53f1f84b901..00000000000
--- a/dev-lang/closure-compiler-bin/closure-compiler-bin-20120305.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit java-pkg-2
-
-DESCRIPTION="JavaScript optimizing compiler"
-HOMEPAGE="https://code.google.com/p/closure-compiler/";
-SRC_URI="https://closure-compiler.googlecode.com/files/compiler-${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6"
-
-S=${WORKDIR}
-
-src_install() {
-       java-pkg_jarinto /opt/${PN}-${SLOT}/lib
-       java-pkg_newjar compiler.jar ${PN}.jar
-       java-pkg_dolauncher \
-               ${PN%-bin} \
-               --jar /opt/${PN}-${SLOT}/lib/${PN}.jar \
-               -into /opt
-       dodoc README
-}

diff --git a/dev-lang/closure-compiler-bin/closure-compiler-bin-20121212.ebuild 
b/dev-lang/closure-compiler-bin/closure-compiler-bin-20121212.ebuild
deleted file mode 100644
index afee4f1807d..00000000000
--- a/dev-lang/closure-compiler-bin/closure-compiler-bin-20121212.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit java-pkg-2
-
-DESCRIPTION="JavaScript optimizing compiler"
-HOMEPAGE="https://code.google.com/p/closure-compiler/";
-SRC_URI="https://closure-compiler.googlecode.com/files/compiler-${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6"
-
-S=${WORKDIR}
-
-src_install() {
-       java-pkg_jarinto /opt/${PN}-${SLOT}/lib
-       java-pkg_newjar compiler.jar ${PN}.jar
-       java-pkg_dolauncher \
-               ${PN%-bin} \
-               --jar /opt/${PN}-${SLOT}/lib/${PN}.jar \
-               -into /opt
-       dodoc README
-}

diff --git a/dev-lang/closure-compiler-bin/closure-compiler-bin-20130227.ebuild 
b/dev-lang/closure-compiler-bin/closure-compiler-bin-20130227.ebuild
deleted file mode 100644
index afee4f1807d..00000000000
--- a/dev-lang/closure-compiler-bin/closure-compiler-bin-20130227.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit java-pkg-2
-
-DESCRIPTION="JavaScript optimizing compiler"
-HOMEPAGE="https://code.google.com/p/closure-compiler/";
-SRC_URI="https://closure-compiler.googlecode.com/files/compiler-${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6"
-
-S=${WORKDIR}
-
-src_install() {
-       java-pkg_jarinto /opt/${PN}-${SLOT}/lib
-       java-pkg_newjar compiler.jar ${PN}.jar
-       java-pkg_dolauncher \
-               ${PN%-bin} \
-               --jar /opt/${PN}-${SLOT}/lib/${PN}.jar \
-               -into /opt
-       dodoc README
-}

diff --git a/dev-lang/closure-compiler-bin/closure-compiler-bin-20130411.ebuild 
b/dev-lang/closure-compiler-bin/closure-compiler-bin-20130411.ebuild
deleted file mode 100644
index afee4f1807d..00000000000
--- a/dev-lang/closure-compiler-bin/closure-compiler-bin-20130411.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit java-pkg-2
-
-DESCRIPTION="JavaScript optimizing compiler"
-HOMEPAGE="https://code.google.com/p/closure-compiler/";
-SRC_URI="https://closure-compiler.googlecode.com/files/compiler-${PV}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6"
-
-S=${WORKDIR}
-
-src_install() {
-       java-pkg_jarinto /opt/${PN}-${SLOT}/lib
-       java-pkg_newjar compiler.jar ${PN}.jar
-       java-pkg_dolauncher \
-               ${PN%-bin} \
-               --jar /opt/${PN}-${SLOT}/lib/${PN}.jar \
-               -into /opt
-       dodoc README
-}

Reply via email to