From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/guice/
Date: Sun, 16 Aug 2015 00:45:17 +0000 (UTC) [thread overview]
Message-ID: <1439689521.efccd1654212a75f4e0ddf646a44e22046ddf4ca.monsieurp@gentoo> (raw)
commit: efccd1654212a75f4e0ddf646a44e22046ddf4ca
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 16 01:42:58 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug 16 01:45:21 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efccd165
dev-java/guice: Drop buggy version. Fixes bug 556934.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-java/guice/Manifest | 1 -
dev-java/guice/guice-3.0-r1.ebuild | 50 --------------------------------------
2 files changed, 51 deletions(-)
diff --git a/dev-java/guice/Manifest b/dev-java/guice/Manifest
index b826a07..4b076b0 100644
--- a/dev-java/guice/Manifest
+++ b/dev-java/guice/Manifest
@@ -1,3 +1,2 @@
DIST 4.0.zip 23619064 SHA256 162f10637cd76d34b1bdcccff7f721424928ecdf1e15dc04270f0fa6a5f8953c SHA512 db4021518a7868fa3387686a701fa5e464b92f69f6a2e4a6a8d85c13b665da22c1cacfdb36caa0de484ad03321280fde9ad5ec9725c66c6bb455575b03915344 WHIRLPOOL 36d426f4a604b8dd0c51b42df4e6e5acd8e05391c1acf4cb90731331a8e1126d09e14c0264b6854fac14632ed11bcc45bad0f0fafc076023488f0684b7a6c55f
DIST guice-2.0-src.zip 17342981 SHA256 7f836156d9d6b7688d373a4c70971b8b42e3a553e26a8f98a110a868eb749394 SHA512 61e1c5b6bbd7db5017a99b2998b706071717781360ab8d622d163be2cc954d9b34ab8b68d2ab02f29bb1a8b640ac25350dca302c390855641ca3e4cc4438a1b9 WHIRLPOOL 7be8673b603ad1aa722ddb76cefaec5e1d03e9a4199d25cbb1a58a31f89c33ac1d9e0a479951b5412cc2c94504d46afd56f42a57f3d87ef3915554fbf821d506
-DIST guice-3.0-src.zip 24396399 SHA256 aaa4da9c2d588018b69a757879966da7fcaa02b4a6b208f1300a313c1a426eba SHA512 2918a2ec1c355025d789c6de4275e1b87fa0263e4529813b9758f219d9faeb08cdcba5a82962c3ec632fbdb31376c03198d12599ce6b2ae872cf8b252edd7a05 WHIRLPOOL e2b602bff8e85c6223f05bc750b912e1068f8546cc78fc31957107b6e9e8d0d23e99ea9e94b51562882ccabab14485245207f6754137d33d5e8cc6358e3e9402
diff --git a/dev-java/guice/guice-3.0-r1.ebuild b/dev-java/guice/guice-3.0-r1.ebuild
deleted file mode 100644
index 82d861c..0000000
--- a/dev-java/guice/guice-3.0-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-JAVA_PKG_IUSE="source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Guice is a lightweight dependency injection framework for Java 5 and above"
-HOMEPAGE="http://code.google.com/p/google-guice/"
-SRC_URI="http://google-guice.googlecode.com/files/${P}-src.zip"
-
-LICENSE="Apache-2.0"
-SLOT="3"
-KEYWORDS="amd64 x86"
-
-IUSE=""
-
-COMMON_DEPEND="dev-java/aopalliance:1
- dev-java/javax-inject:0
- dev-java/asm:3
- dev-java/cglib:3"
-
-RDEPEND=">=virtual/jre-1.6
- ${COMMON_DEPEND}"
-
-DEPEND=">=virtual/jdk-1.6
- ${COMMON_DEPEND}"
-
-RESTRICT="test"
-
-S="${WORKDIR}/${P}-src/"
-
-JAVA_PKG_BSFIX_NAME="build.xml common.xml servlet/build.xml"
-JAVA_ANT_REWRITE_CLASSPATH="yes"
-EANT_GENTOO_CLASSPATH="aopalliance-1,asm-3,cglib-3,javax-inject"
-
-java_prepare() {
- find . -name '*.jar' -exec rm -v {} + || die
- find . -name '*.class' -exec rm -v {} + || die
- epatch "${FILESDIR}"/${PV}-common.xml.patch
- epatch "${FILESDIR}"/${PV}-build.xml.patch
-}
-
-src_install() {
- java-pkg_dojar build/${PN}.jar
- use source && java-pkg_dosrc core/src/com
-}
next reply other threads:[~2015-08-16 0:45 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-16 0:45 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-29 21:49 [gentoo-commits] repo/gentoo:master commit in: dev-java/guice/ Sam James
2025-09-14 3:06 Sam James
2025-09-13 13:22 Sam James
2025-08-16 16:32 Miroslav Šulc
2024-05-09 11:08 Florian Schmaus
2023-12-08 9:53 Miroslav Šulc
2022-06-07 18:56 Arthur Zamarin
2022-06-07 18:32 Arthur Zamarin
2022-06-07 18:32 Arthur Zamarin
2022-05-17 9:24 Agostino Sarubbo
2022-05-11 12:54 Agostino Sarubbo
2022-04-27 11:08 Florian Schmaus
2021-12-22 18:47 Arthur Zamarin
2021-11-15 19:41 Agostino Sarubbo
2021-11-11 2:22 Sam James
2021-10-19 0:15 Sam James
2021-07-24 15:22 Sam James
2017-08-31 19:55 James Le Cuirot
2017-08-31 19:55 James Le Cuirot
2016-11-22 0:01 James Le Cuirot
2016-03-14 21:04 James Le Cuirot
2016-01-22 21:51 James Le Cuirot
2015-08-16 15:10 Justin Lecher
2015-08-16 0:45 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1439689521.efccd1654212a75f4e0ddf646a44e22046ddf4ca.monsieurp@gentoo \
--to=monsieurp@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox