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 | 35e63d52bb78d73be6dcf32b513fbc39f081a92d (patch) | |
tree | d7bdc7e4d4446ce513d92d5e99a954a1ce3b5591 /net-misc | |
parent | ppc stable profile update (diff) | |
download | historical-35e63d52bb78d73be6dcf32b513fbc39f081a92d.tar.gz historical-35e63d52bb78d73be6dcf32b513fbc39f081a92d.tar.bz2 historical-35e63d52bb78d73be6dcf32b513fbc39f081a92d.zip |
Remove old versions.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/rsnapshot/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/rsnapshot/Manifest | 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 |
6 files changed, 6 insertions, 99 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/Manifest b/net-misc/rsnapshot/Manifest index 7f326188f724..e633e25616b6 100644 --- a/net-misc/rsnapshot/Manifest +++ b/net-misc/rsnapshot/Manifest @@ -1,8 +1,4 @@ -MD5 80b11414816b11596f97e63173d727cd rsnapshot-1.1.4.ebuild 1124 MD5 2e77c8ac18d04dcb130c2f5e38ddc87b rsnapshot-1.1.6.ebuild 1130 -MD5 dfa142becbc66bbe954921b07bb25793 rsnapshot-1.1.5.ebuild 1124 -MD5 160faa6d7542d61e6859023ebd6ea04c ChangeLog 1577 MD5 3125bec127754bb5fb5fd85f47d9ff4c metadata.xml 202 -MD5 315eef7b4a2572bb536a9f331ef3cab8 files/digest-rsnapshot-1.1.4 66 -MD5 07f44ec1f0dbf2c14a715674d0a63df2 files/digest-rsnapshot-1.1.5 66 +MD5 8f19b57b7592a5fa3b88adb4eaee0985 ChangeLog 1705 MD5 5cb328274e5b013d754bfb3993ca7c57 files/digest-rsnapshot-1.1.6 66 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 -} |