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 34118138331 for ; Wed, 21 Sep 2016 00:34:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A559E0B31; Wed, 21 Sep 2016 00:34:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A074E0B31 for ; Wed, 21 Sep 2016 00:34:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58C39340C02 for ; Wed, 21 Sep 2016 00:34:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AD0D248C for ; Wed, 21 Sep 2016 00:34:12 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1474418038.d41fce750ec1ea30ac8d7247276ead9466f853c4.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jopt-simple/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jopt-simple/Manifest dev-java/jopt-simple/jopt-simple-4.7.ebuild X-VCS-Directories: dev-java/jopt-simple/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: d41fce750ec1ea30ac8d7247276ead9466f853c4 X-VCS-Branch: master Date: Wed, 21 Sep 2016 00:34:12 +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: 65f332ba-f08e-458a-96e0-def7762ba971 X-Archives-Hash: 7bfaeb3b89bc049370a6268a9d014d8a commit: d41fce750ec1ea30ac8d7247276ead9466f853c4 Author: Patrice Clement gentoo org> AuthorDate: Wed Sep 21 00:33:58 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Sep 21 00:33:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41fce75 dev-java/jopt-simple: clean up old. Package-Manager: portage-2.2.28 dev-java/jopt-simple/Manifest | 1 - dev-java/jopt-simple/jopt-simple-4.7.ebuild | 33 ----------------------------- 2 files changed, 34 deletions(-) diff --git a/dev-java/jopt-simple/Manifest b/dev-java/jopt-simple/Manifest index e8226ec..67f8aac 100644 --- a/dev-java/jopt-simple/Manifest +++ b/dev-java/jopt-simple/Manifest @@ -1,2 +1 @@ -DIST jopt-simple-4.7.tar.gz 109206 SHA256 082aae8f1d5f6169017fed90aceee41e2b83c3716aeebf877cbe6bb9b9c0a13b SHA512 02d89cfd5ff4e48c6968a99448f0b378c6c8ce1a035d1c815f4489e2efa24ad159f5013705716b6bdea905e3c963664e1aafb18b308e661a5402b42a0eb271ae WHIRLPOOL f0be49cce81c25ec2e825a8256c273decfbe89f5a46a988aff9807f29cd63593159347ed2c1757ad7e02521a55fdf6a1e0a9291065f7364e6dd4c6f691e1c868 DIST jopt-simple-4.8.tar.gz 110173 SHA256 21adbb508568d244a827999c1ab1567a9021febad0566b0d0464de262859fed9 SHA512 cc5360cf97446117849f93397c41734a9a001ea623e9ea4223b8d760f36897c62103ab9d2dabfcf0fa032db8e33f7bc51759d626d7bd76dda3adc61fa6622984 WHIRLPOOL cb0e88abcf34a77f617bacc39a9152dafcc04ff9723cfb78bc454250acd4c7c78717c9772bb809e79bfd5da8ff032b323dbeb9d158ea79e53337db400a872050 diff --git a/dev-java/jopt-simple/jopt-simple-4.7.ebuild b/dev-java/jopt-simple/jopt-simple-4.7.ebuild deleted file mode 100644 index 2918e7f..00000000 --- a/dev-java/jopt-simple/jopt-simple-4.7.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="A Java library for parsing command line options" -HOMEPAGE="https://pholser.github.com/jopt-simple/" -SRC_URI="https://github.com/pholser/${PN}/tarball/${P} -> ${P}.tar.gz" -LICENSE="MIT" -SLOT="4.4" -KEYWORDS="amd64 ppc64 x86" - -IUSE="" - -RDEPEND=">=virtual/jre-1.6" -DEPEND=">=virtual/jdk-1.6" - -S="${WORKDIR}/pholser-${PN}-0cb3e93" -JAVA_SRC_DIR="src/main/java" - -java_prepare() { - # Easier to use java-pkg-simple. - rm -v pom.xml || die -} - -src_install() { - java-pkg-simple_src_install - dodoc README.md -}