diff options
author | Amy Liffey <amynka@gentoo.org> | 2017-08-08 11:03:19 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-08-08 11:03:19 +0200 |
commit | f71215168882526382a3a705b76770607ed65236 (patch) | |
tree | 6326c05f8f211206146eb552c1025814aa35cd35 /app-backup/simplebackup | |
parent | sci-mathematics/geogebra: remove unused patch (diff) | |
download | gentoo-f71215168882526382a3a705b76770607ed65236.tar.gz gentoo-f71215168882526382a3a705b76770607ed65236.tar.bz2 gentoo-f71215168882526382a3a705b76770607ed65236.zip |
app-backup/simplebackup: EAPI 6 bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-backup/simplebackup')
-rw-r--r-- | app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild (renamed from app-backup/simplebackup/simplebackup-1.8.1.ebuild) | 6 |
1 files 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 index 2452d95d4eac..3c933c229773 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; |