diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-04 21:05:26 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-04 21:05:26 +0000 |
commit | 2e5f8508ae50a9ddd934ad71ecbb52365e8a4c86 (patch) | |
tree | 50a4853759933878abfb042271ddb53ad9ba2a06 /net-misc/rsnapshot | |
parent | PPC stable profile update (Manifest recommit) (diff) | |
download | gentoo-2-2e5f8508ae50a9ddd934ad71ecbb52365e8a4c86.tar.gz gentoo-2-2e5f8508ae50a9ddd934ad71ecbb52365e8a4c86.tar.bz2 gentoo-2-2e5f8508ae50a9ddd934ad71ecbb52365e8a4c86.zip |
Remove old versions.
Diffstat (limited to 'net-misc/rsnapshot')
-rw-r--r-- | net-misc/rsnapshot/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/rsnapshot/files/digest-rsnapshot-1.1.4 | 1 | ||||
-rw-r--r-- | net-misc/rsnapshot/files/digest-rsnapshot-1.1.5 | 1 | ||||
-rw-r--r-- | net-misc/rsnapshot/rsnapshot-1.1.4.ebuild | 46 | ||||
-rw-r--r-- | net-misc/rsnapshot/rsnapshot-1.1.5.ebuild | 45 |
5 files changed, 5 insertions, 94 deletions
diff --git a/net-misc/rsnapshot/ChangeLog b/net-misc/rsnapshot/ChangeLog index 048729bfec06..4078ead00634 100644 --- a/net-misc/rsnapshot/ChangeLog +++ b/net-misc/rsnapshot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/rsnapshot # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsnapshot/ChangeLog,v 1.10 2004/08/26 01:33:57 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsnapshot/ChangeLog,v 1.11 2004/10/04 21:05:26 kloeri Exp $ + + 04 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> -rsnapshot-1.1.4.ebuild, + -rsnapshot-1.1.5.ebuild: + Remove old versions. 26 Aug 2004; Bryan Østergaard <kloeri@gentoo.org> rsnapshot-1.1.6.ebuild: x86 stable bump. diff --git a/net-misc/rsnapshot/files/digest-rsnapshot-1.1.4 b/net-misc/rsnapshot/files/digest-rsnapshot-1.1.4 deleted file mode 100644 index 5766352b7b24..000000000000 --- a/net-misc/rsnapshot/files/digest-rsnapshot-1.1.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 938a065a0da619d7d94908dc9374b63c rsnapshot-1.1.4.tar.gz 87089 diff --git a/net-misc/rsnapshot/files/digest-rsnapshot-1.1.5 b/net-misc/rsnapshot/files/digest-rsnapshot-1.1.5 deleted file mode 100644 index 56c316d89cff..000000000000 --- a/net-misc/rsnapshot/files/digest-rsnapshot-1.1.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 a64f26ff52e0ebac004338cf48ebfca8 rsnapshot-1.1.5.tar.gz 89566 diff --git a/net-misc/rsnapshot/rsnapshot-1.1.4.ebuild b/net-misc/rsnapshot/rsnapshot-1.1.4.ebuild deleted file mode 100644 index 442871ef83e5..000000000000 --- a/net-misc/rsnapshot/rsnapshot-1.1.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsnapshot/rsnapshot-1.1.4.ebuild,v 1.3 2004/06/28 09:12:58 kloeri Exp $ - -inherit eutils - - -DESCRIPTION="rsnapshot is a filesystem backup utility based on rsync." -HOMEPAGE="http://www.rsnapshot.org" -SRC_URI="http://www.rsnapshot.org/downloads/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" -IUSE="" - -RDEPEND=">=dev-lang/perl-5.8.2 - >=sys-apps/util-linux-2.12-r4 - >=sys-apps/coreutils-5.0.91-r4 - >=net-misc/openssh-3.7.1_p2-r1 - >=net-misc/rsync-2.6.0" - -src_compile() { - econf \ - --prefix=/usr \ - --sysconfdir=/etc || die - - emake || die "emake failed" -} - -src_install() { - make install DESTDIR=${D} || die "make install failed" -} - -pkg_postinst() { - einfo - einfo "The configuration file: " - einfo " /etc/rsnapshot.conf.default " - einfo " has been installed. " - einfo "This is a template. " - einfo "Copy, or move, the above file to: " - einfo " /etc/rsnapshot.conf " - einfo "Note that upgrading will update " - einfo " the template, not real config. " - einfo -} diff --git a/net-misc/rsnapshot/rsnapshot-1.1.5.ebuild b/net-misc/rsnapshot/rsnapshot-1.1.5.ebuild deleted file mode 100644 index 7824ec56f7fe..000000000000 --- a/net-misc/rsnapshot/rsnapshot-1.1.5.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsnapshot/rsnapshot-1.1.5.ebuild,v 1.1 2004/06/28 09:12:58 kloeri Exp $ - -inherit eutils - -DESCRIPTION="rsnapshot is a filesystem backup utility based on rsync." -HOMEPAGE="http://www.rsnapshot.org" -SRC_URI="http://www.rsnapshot.org/downloads/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" -IUSE="" - -RDEPEND=">=dev-lang/perl-5.8.2 - >=sys-apps/util-linux-2.12-r4 - >=sys-apps/coreutils-5.0.91-r4 - >=net-misc/openssh-3.7.1_p2-r1 - >=net-misc/rsync-2.6.0" - -src_compile() { - econf \ - --prefix=/usr \ - --sysconfdir=/etc || die - - emake || die "emake failed" -} - -src_install() { - make install DESTDIR=${D} || die "make install failed" -} - -pkg_postinst() { - einfo - einfo "The configuration file: " - einfo " /etc/rsnapshot.conf.default " - einfo " has been installed. " - einfo "This is a template. " - einfo "Copy, or move, the above file to: " - einfo " /etc/rsnapshot.conf " - einfo "Note that upgrading will update " - einfo " the template, not real config. " - einfo -} |