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 7705F59CAF for ; Sun, 3 Apr 2016 22:36:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8FA521C012; Sun, 3 Apr 2016 22:36:54 +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 E87E521C001 for ; Sun, 3 Apr 2016 22:36:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EF356340C03 for ; Sun, 3 Apr 2016 22:36:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA7EAC6 for ; Sun, 3 Apr 2016 22:36:50 +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: <1459722867.3bec6f36c118cd36ff5713cb42aa9a2da381bf5a.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/java-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/java-config/java-config-2.2.0.ebuild X-VCS-Directories: dev-java/java-config/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 3bec6f36c118cd36ff5713cb42aa9a2da381bf5a X-VCS-Branch: master Date: Sun, 3 Apr 2016 22:36:50 +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: 3f2b5d4a-1b81-4aaf-b976-2c43370902d7 X-Archives-Hash: 2e446109452fb07bace7d239df3f2229 commit: 3bec6f36c118cd36ff5713cb42aa9a2da381bf5a Author: James Le Cuirot gentoo org> AuthorDate: Sun Apr 3 22:04:52 2016 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Apr 3 22:34:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bec6f36 dev-java/java-config: Remove old 2.2.0 Package-Manager: portage-2.2.28 dev-java/java-config/java-config-2.2.0.ebuild | 29 --------------------------- 1 file changed, 29 deletions(-) diff --git a/dev-java/java-config/java-config-2.2.0.ebuild b/dev-java/java-config/java-config-2.2.0.ebuild deleted file mode 100644 index 082aac1..0000000 --- a/dev-java/java-config/java-config-2.2.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -# jython depends on java-config, so don't add it or things will break -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) - -inherit distutils-r1 - -DESCRIPTION="Java environment configuration query tool" -HOMEPAGE="https://www.gentoo.org/proj/en/java/" -SRC_URI="https://dev.gentoo.org/~sera/distfiles/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="amd64 ~arm ppc64 x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -# baselayout-java is added as a dep till it can be added to eclass. -RDEPEND=" - >=dev-java/java-config-wrapper-0.15 - sys-apps/baselayout-java - sys-apps/portage" - -python_test() { - esetup.py test -}