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 2275759CA3 for ; Mon, 7 Mar 2016 14:35:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D997321C024; Mon, 7 Mar 2016 14:35:01 +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 7C2AD21C024 for ; Mon, 7 Mar 2016 14:35:01 +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 DD52D340C01 for ; Mon, 7 Mar 2016 14:34:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3ED301B8A for ; Mon, 7 Mar 2016 14:34:56 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1457361231.297d4eeb0611061deaa9ec52c1e1888560b5b07b.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/rex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/rex/rex-1.4.0-r1.ebuild app-admin/rex/rex-1.4.0.ebuild X-VCS-Directories: app-admin/rex/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 297d4eeb0611061deaa9ec52c1e1888560b5b07b X-VCS-Branch: master Date: Mon, 7 Mar 2016 14:34:56 +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: e5f9d50f-b95e-4f0e-b583-00b9aff2def2 X-Archives-Hash: a3c9976bee1b4503ed707ea331e46a4c commit: 297d4eeb0611061deaa9ec52c1e1888560b5b07b Author: Patrick Lauer gentoo org> AuthorDate: Mon Mar 7 14:31:52 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Mon Mar 7 14:33:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297d4eeb app-admin/rex: Cleanups thanks to kentnl Package-Manager: portage-2.2.27 app-admin/rex/{rex-1.4.0.ebuild => rex-1.4.0-r1.ebuild} | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/app-admin/rex/rex-1.4.0.ebuild b/app-admin/rex/rex-1.4.0-r1.ebuild similarity index 88% rename from app-admin/rex/rex-1.4.0.ebuild rename to app-admin/rex/rex-1.4.0-r1.ebuild index 1dc0d62..9c68a18 100644 --- a/app-admin/rex/rex-1.4.0.ebuild +++ b/app-admin/rex/rex-1.4.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -MODULE_AUTHOR=FERKI -MODULE_A=Rex-${PV}.tar.gz +DIST_AUTHOR=FERKI +DIST_NAME=Rex inherit perl-module @@ -58,7 +58,3 @@ DEPEND=" virtual/perl-File-Temp ) " - -SRC_TEST="do" - -S="${WORKDIR}/Rex-${PV}"