summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-04-19 22:43:09 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-04-19 22:43:09 +0000
commited9310546c47f319d00105c418c14c8dc7114894 (patch)
treee8bc06a9f9e9da0b7ca8e9a8a3b2c15f0b93d9dc /app-backup
parentRemove old. (diff)
downloadgentoo-2-ed9310546c47f319d00105c418c14c8dc7114894.tar.gz
gentoo-2-ed9310546c47f319d00105c418c14c8dc7114894.tar.bz2
gentoo-2-ed9310546c47f319d00105c418c14c8dc7114894.zip
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/simplebackup/ChangeLog8
-rw-r--r--app-backup/simplebackup/simplebackup-1.7.1.ebuild27
2 files changed, 5 insertions, 30 deletions
diff --git a/app-backup/simplebackup/ChangeLog b/app-backup/simplebackup/ChangeLog
index 441f1b76d4cc..22b4a1cf0fb9 100644
--- a/app-backup/simplebackup/ChangeLog
+++ b/app-backup/simplebackup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-backup/simplebackup
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/simplebackup/ChangeLog,v 1.4 2010/09/10 19:08:39 robbat2 Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-backup/simplebackup/ChangeLog,v 1.5 2015/04/19 22:43:09 mrueg Exp $
+
+ 19 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -simplebackup-1.7.1.ebuild:
+ Remove old.
10 Sep 2010; Robin H. Johnson <robbat2@gentoo.org> metadata.xml:
Duplicate <maintainer> block of the herd is pointless.
@@ -19,4 +22,3 @@
02 Jun 2006; Lisa Seelye <lisa@gentoo.org> +metadata.xml,
+simplebackup-1.7.1.ebuild:
New package submitted by Thomas Seifert, ts77 at gmx dot de. Bug 97121
-
diff --git a/app-backup/simplebackup/simplebackup-1.7.1.ebuild b/app-backup/simplebackup/simplebackup-1.7.1.ebuild
deleted file mode 100644
index c913eec18d14..000000000000
--- a/app-backup/simplebackup/simplebackup-1.7.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-backup/simplebackup/simplebackup-1.7.1.ebuild,v 1.1 2006/06/02 12:28:54 lisa Exp $
-
-DESCRIPTION="Cross-platform backup program"
-HOMEPAGE="http://migas.kicks-ass.org/index.php?pag=en.myapps&subpag=simplebackup"
-SRC_URI="http://migas.kicks-ass.org/myapps/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~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 readme.html readme.txt
-}