From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CBB8558973 for ; Fri, 22 Jan 2016 21:51:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BE9521C036; Fri, 22 Jan 2016 21:51:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D95F21C036 for ; Fri, 22 Jan 2016 21:51:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E556F340739 for ; Fri, 22 Jan 2016 21:51:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3786AA91 for ; Fri, 22 Jan 2016 21:51:35 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1453499488.cadbd36b36b59cebf30315179050b4cef14dd34d.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/guice/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/guice/Manifest dev-java/guice/guice-4.0.ebuild X-VCS-Directories: dev-java/guice/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: cadbd36b36b59cebf30315179050b4cef14dd34d X-VCS-Branch: master Date: Fri, 22 Jan 2016 21:51:35 +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: ba4cc99b-24bb-4719-b5a1-bde4c25ff3b6 X-Archives-Hash: 7f188028c3283f2be9887886f4dcd3d8 commit: cadbd36b36b59cebf30315179050b4cef14dd34d Author: James Le Cuirot gentoo org> AuthorDate: Fri Jan 22 21:51:04 2016 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Jan 22 21:51:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cadbd36b dev-java/guice: Use a sane distfile name Package-Manager: portage-2.2.27 dev-java/guice/Manifest | 2 +- dev-java/guice/guice-4.0.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/guice/Manifest b/dev-java/guice/Manifest index 4b076b0..23f8e3e 100644 --- a/dev-java/guice/Manifest +++ b/dev-java/guice/Manifest @@ -1,2 +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-4.0.tar.gz 23103592 SHA256 353cd5130d6e7f5bdb702af2e6b4f8aedd6e152c276275a6adcf5bbefade4ddb SHA512 45bdc00ebbad051f1f31b7cb5c134e42c841a06513563abc184739a514f39bc76dcb220af77ec60f46a0d887df93e0177ce071110b41ef6e5e69bad1a30f0e40 WHIRLPOOL 7b9b1d41b5256592ae5ccbd550b008d4cd10a50e7007a3c2b3d9b5cfaaa144f43be2d398386a762d9ca4afa76b30d4ec40aed2a9c9fd1c731f359de23c3be0df diff --git a/dev-java/guice/guice-4.0.ebuild b/dev-java/guice/guice-4.0.ebuild index 56820e0..6049aeb 100644 --- a/dev-java/guice/guice-4.0.ebuild +++ b/dev-java/guice/guice-4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ inherit java-pkg-2 java-ant-2 DESCRIPTION="Guice is a lightweight dependency injection framework for Java 5 and above" HOMEPAGE="https://github.com/google/guice/" -SRC_URI="https://github.com/google/${PN}/archive/${PV}.zip" +SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="4"