From afdf89e033f08c21cbb9370748f98869d07d096d Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Thu, 5 Oct 2000 18:22:52 +0000 Subject: *** empty log message *** --- net-misc/rsync/files/digest-rsync-2.4.4-r1 | 1 - net-misc/rsync/files/digest-rsync-2.4.5 | 1 - net-misc/rsync/rsync-2.4.4-r1.ebuild | 32 ------------------------------ net-misc/rsync/rsync-2.4.5.ebuild | 32 ------------------------------ net-misc/rsync/rsync-2.4.6.ebuild | 31 +++++++++++++++++++++++++++++ 5 files changed, 31 insertions(+), 66 deletions(-) delete mode 100644 net-misc/rsync/files/digest-rsync-2.4.4-r1 delete mode 100644 net-misc/rsync/files/digest-rsync-2.4.5 delete mode 100644 net-misc/rsync/rsync-2.4.4-r1.ebuild delete mode 100644 net-misc/rsync/rsync-2.4.5.ebuild create mode 100644 net-misc/rsync/rsync-2.4.6.ebuild (limited to 'net-misc/rsync') diff --git a/net-misc/rsync/files/digest-rsync-2.4.4-r1 b/net-misc/rsync/files/digest-rsync-2.4.4-r1 deleted file mode 100644 index a52195267d10..000000000000 --- a/net-misc/rsync/files/digest-rsync-2.4.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 fb2653d816c87b1d7804651e65cc927d rsync-2.4.4.tar.gz diff --git a/net-misc/rsync/files/digest-rsync-2.4.5 b/net-misc/rsync/files/digest-rsync-2.4.5 deleted file mode 100644 index a2a8d16398bd..000000000000 --- a/net-misc/rsync/files/digest-rsync-2.4.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 d8397f98cce56a090e9b3893ca451d62 rsync-2.4.5.tar.gz diff --git a/net-misc/rsync/rsync-2.4.4-r1.ebuild b/net-misc/rsync/rsync-2.4.4-r1.ebuild deleted file mode 100644 index 28b4a9adc59d..000000000000 --- a/net-misc/rsync/rsync-2.4.4-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.4.4-r1.ebuild,v 1.3 2000/09/15 20:09:13 drobbins Exp $ - -P=rsync-2.4.4 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="File transfer program to keep remote files into sync" -SRC_URI="ftp://rsync.samba.org/pub/rsync/${A}" -HOMEPAGE="http://rsync.samba.org" - - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr --sysconfdir=/etc/rsync --host=${CHOST} - try make - -} - -src_install () { - - cd ${S} - try make prefix=${D}/usr install - prepman - dodir /etc/rsync - dodoc COPYING README - -} - - diff --git a/net-misc/rsync/rsync-2.4.5.ebuild b/net-misc/rsync/rsync-2.4.5.ebuild deleted file mode 100644 index f0bc7a7c589e..000000000000 --- a/net-misc/rsync/rsync-2.4.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.4.5.ebuild,v 1.2 2000/09/15 20:09:13 drobbins Exp $ - -P=rsync-2.4.5 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="File transfer program to keep remote files into sync" -SRC_URI="http://rsync.samba.org/ftp/rsync/${A}" -HOMEPAGE="http://rsync.samba.org" - - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr --sysconfdir=/etc/rsync --host=${CHOST} - try make - -} - -src_install () { - - cd ${S} - try make prefix=${D}/usr install - prepman - dodir /etc/rsync - dodoc COPYING README - -} - - diff --git a/net-misc/rsync/rsync-2.4.6.ebuild b/net-misc/rsync/rsync-2.4.6.ebuild new file mode 100644 index 000000000000..5ba611606e77 --- /dev/null +++ b/net-misc/rsync/rsync-2.4.6.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Achim Gottinger +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.4.6.ebuild,v 1.1 2000/10/05 18:22:51 achim Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="File transfer program to keep remote files into sync" +SRC_URI="http://rsync.samba.org/ftp/rsync/${A}" +HOMEPAGE="http://rsync.samba.org" + + +src_compile() { + + cd ${S} + try ./configure --prefix=/usr --sysconfdir=/etc/rsync --host=${CHOST} + try make + +} + +src_install () { + + cd ${S} + try make prefix=${D}/usr install + prepman + dodir /etc/rsync + dodoc COPYING README + +} + + -- cgit v1.2.3-65-gdbad