commit: f71215168882526382a3a705b76770607ed65236
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 8 09:03:19 2017 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Tue Aug 8 09:03:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7121516
app-backup/simplebackup: EAPI 6 bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
.../{simplebackup-1.8.1.ebuild => simplebackup-1.8.1-r1.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-backup/simplebackup/simplebackup-1.8.1.ebuild
b/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild
similarity index 86%
rename from app-backup/simplebackup/simplebackup-1.8.1.ebuild
rename to app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild
index 2452d95d4ea..3c933c22977 100644
--- a/app-backup/simplebackup/simplebackup-1.8.1.ebuild
+++ b/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
DESCRIPTION="Cross-platform backup program"
HOMEPAGE="http://migas-sbackup.sourceforge.net/"
SRC_URI="mirror://sourceforge/migas-sbackup/${P}.tar.gz"
@@ -14,7 +16,7 @@ DEPEND=""
RDEPEND="dev-lang/perl
sasl? ( dev-perl/Authen-SASL )"
-S=${WORKDIR}/${P}/unix
+S="${WORKDIR}/${P}/unix"
src_compile() {
return;