summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2016-03-07 15:31:52 +0100
committerPatrick Lauer <patrick@gentoo.org>2016-03-07 15:33:51 +0100
commit297d4eeb0611061deaa9ec52c1e1888560b5b07b (patch)
tree2b3a8336c4f61e20e0b95ef1618cd2bbba1278de /app-admin
parentMerge remote-tracking branch 'remotes/zpuskas/kicad-4.0.2' (diff)
downloadgentoo-297d4eeb0611061deaa9ec52c1e1888560b5b07b.tar.gz
gentoo-297d4eeb0611061deaa9ec52c1e1888560b5b07b.tar.bz2
gentoo-297d4eeb0611061deaa9ec52c1e1888560b5b07b.zip
app-admin/rex: Cleanups thanks to kentnl
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/rex/rex-1.4.0-r1.ebuild (renamed from app-admin/rex/rex-1.4.0.ebuild)12
1 files 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
index 1dc0d62bb531..9c68a1841660 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}"