From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C413C139084 for ; Thu, 21 Dec 2017 09:07:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 143C0E115C; Thu, 21 Dec 2017 09:07:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E333DE114F for ; Thu, 21 Dec 2017 09:07:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2750B340BEA for ; Thu, 21 Dec 2017 09:07:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF365AE99 for ; Thu, 21 Dec 2017 09:07:47 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1513847256.244d0e2919f18c2b220a49c78f162284e075dcf2.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/closure-compiler-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/closure-compiler-bin/Manifest dev-lang/closure-compiler-bin/closure-compiler-bin-20150126.ebuild X-VCS-Directories: dev-lang/closure-compiler-bin/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 244d0e2919f18c2b220a49c78f162284e075dcf2 X-VCS-Branch: master Date: Thu, 21 Dec 2017 09:07:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4fba4d92-e452-447f-9778-89102c491208 X-Archives-Hash: 68e30b30ff90578ea8b46066c554eab2 commit: 244d0e2919f18c2b220a49c78f162284e075dcf2 Author: Michael Palimaka gentoo org> AuthorDate: Thu Dec 21 09:04:44 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Dec 21 09:07:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244d0e29 dev-lang/closure-compiler-bin: remove 20150126 Package-Manager: Portage-2.3.14, Repoman-2.3.6 dev-lang/closure-compiler-bin/Manifest | 1 - .../closure-compiler-bin-20150126.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) diff --git a/dev-lang/closure-compiler-bin/Manifest b/dev-lang/closure-compiler-bin/Manifest index 14f697acbe5..8ef636f3f9a 100644 --- a/dev-lang/closure-compiler-bin/Manifest +++ b/dev-lang/closure-compiler-bin/Manifest @@ -1,2 +1 @@ -DIST closure-compiler-bin-20150126.tar.gz 5654460 BLAKE2B e23ae36a74cbc3d6835d0c42e31e3edf03de777366dcdd88f21cf8a04ab61c59065fb46cebc19a6a12a24ff5387621d52cd4c1d880c5dc815d7a0703a17c4687 SHA512 fe302299aa9f5e21c6db4ebb628b63b83a84faea57a533c52d5f1590617d7df1ab484a1f32a4f666ed23de12860e30cd2f43da33fa5ec7dbb27048d2905d537c DIST closure-compiler-bin-20170218.tar.gz 6515448 BLAKE2B ddf7600776445c90059bcee037596af9c7b14265d55c51c1c4a2a55acf2fc97e8f9ab04f854f8a7ba0a32147e63c9e4e7723f4d7f34e842efae96fc86953d305 SHA512 4ddbb339615edb104ddcb84775b1da2f096d49dc921b70c5094a7b7afba25e40c1212bbc9f0e51ad643a3a72bfc46a301efcadd7909d09a77d0bb5e68e41bd81 diff --git a/dev-lang/closure-compiler-bin/closure-compiler-bin-20150126.ebuild b/dev-lang/closure-compiler-bin/closure-compiler-bin-20150126.ebuild deleted file mode 100644 index 4db97caba63..00000000000 --- a/dev-lang/closure-compiler-bin/closure-compiler-bin-20150126.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 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://github.com/google/closure-compiler" -SRC_URI="https://dl.google.com/closure-compiler/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.md -}