commit: 963824d7e9aef9b54bd2ef6122aa6a24fc913298 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Nov 11 22:26:28 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Nov 12 17:35:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963824d7
app-backup/simplebackup: drop 1.8.1-r1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../simplebackup/simplebackup-1.8.1-r1.ebuild | 28 ---------------------- 1 file changed, 28 deletions(-) diff --git a/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild b/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild deleted file mode 100644 index e0f3f72bf4f1..000000000000 --- a/app-backup/simplebackup/simplebackup-1.8.1-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Cross-platform backup program" -HOMEPAGE="https://migas-sbackup.sourceforge.net/" -SRC_URI="mirror://sourceforge/migas-sbackup/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="sasl" - -DEPEND="" -RDEPEND="dev-lang/perl - sasl? ( dev-perl/Authen-SASL )" - -S="${WORKDIR}/${P}/unix" - -src_compile() { - return; -} - -src_install() { - newbin simplebackup.pl simplebackup - dodoc ../unix_readme.txt -}
