diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-20 04:23:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-02-20 04:23:29 +0000 |
commit | 1b2756239961901564228c39d398f42d8cb8f514 (patch) | |
tree | 6e91a014de3805750cf4b6f727cd4f8d226ea9cc /net-misc | |
parent | amd64 stable, security bug 209453 (diff) | |
download | gentoo-2-1b2756239961901564228c39d398f42d8cb8f514.tar.gz gentoo-2-1b2756239961901564228c39d398f42d8cb8f514.tar.bz2 gentoo-2-1b2756239961901564228c39d398f42d8cb8f514.zip |
old
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/rsync/rsync-2.6.9-r1.ebuild | 72 | ||||
-rw-r--r-- | net-misc/rsync/rsync-2.6.9-r2.ebuild | 74 | ||||
-rw-r--r-- | net-misc/rsync/rsync-2.6.9-r3.ebuild | 75 | ||||
-rw-r--r-- | net-misc/rsync/rsync-2.6.9-r4.ebuild | 76 | ||||
-rw-r--r-- | net-misc/rsync/rsync-3.0.0_pre8.ebuild | 62 |
5 files changed, 0 insertions, 359 deletions
diff --git a/net-misc/rsync/rsync-2.6.9-r1.ebuild b/net-misc/rsync/rsync-2.6.9-r1.ebuild deleted file mode 100644 index 5e96c8d4b9c4..000000000000 --- a/net-misc/rsync/rsync-2.6.9-r1.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.9-r1.ebuild,v 1.2 2007/03/03 06:05:44 vapier Exp $ - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="File transfer program to keep remote files into sync" -HOMEPAGE="http://rsync.samba.org/" -SRC_URI="http://rsync.samba.org/ftp/rsync/${P/_/}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="acl ipv6 static xinetd" - -DEPEND=">=dev-libs/popt-1.5 - acl? ( kernel_linux? ( sys-apps/acl ) )" - -S=${WORKDIR}/${P/_/} - -src_unpack() { - unpack ${P/_/}.tar.gz - cd "${S}" - if use acl ; then - epatch patches/{acls,xattrs}.diff - epatch "${FILESDIR}"/${P}-delete-acls-xattr.patch - ./prepare-source || die - fi -} - -src_compile() { - [[ $(gcc-version) == "2.95" ]] && append-ldflags -lpthread - use static && append-ldflags -static - - econf \ - --without-included-popt \ - $(use_enable acl acl-support) \ - $(use_enable acl xattr-support) \ - $(use_enable ipv6) \ - --with-rsyncd-conf=/etc/rsyncd.conf \ - || die - emake || die "emake failed" -} - -pkg_preinst() { - if [[ -e ${ROOT}/etc/rsync/rsyncd.conf ]] && [[ ! -e ${ROOT}/etc/rsyncd.conf ]] ; then - mv "${ROOT}"/etc/rsync/rsyncd.conf "${ROOT}"/etc/rsyncd.conf - rm -f "${ROOT}"/etc/rsync/.keep - rmdir "${ROOT}"/etc/rsync >& /dev/null - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - newconfd "${FILESDIR}"/rsyncd.conf.d rsyncd - newinitd "${FILESDIR}"/rsyncd.init.d rsyncd - dodoc NEWS OLDNEWS README TODO tech_report.tex - insinto /etc - doins "${FILESDIR}"/rsyncd.conf - if use xinetd ; then - insinto /etc/xinetd.d - newins "${FILESDIR}"/rsyncd.xinetd rsyncd - fi -} - -pkg_postinst() { - ewarn "The rsyncd.conf file has been moved for you to /etc/rsyncd.conf" - echo - ewarn "Please make sure you do NOT disable the rsync server running" - ewarn "in a chroot. Please check /etc/rsyncd.conf and make sure" - ewarn "it says: use chroot = yes" -} diff --git a/net-misc/rsync/rsync-2.6.9-r2.ebuild b/net-misc/rsync/rsync-2.6.9-r2.ebuild deleted file mode 100644 index 9869e8aa4268..000000000000 --- a/net-misc/rsync/rsync-2.6.9-r2.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.9-r2.ebuild,v 1.11 2007/07/10 17:42:12 angelos Exp $ - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="File transfer program to keep remote files into sync" -HOMEPAGE="http://rsync.samba.org/" -SRC_URI="http://rsync.samba.org/ftp/rsync/${P/_/}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="acl ipv6 static xinetd" - -DEPEND=">=dev-libs/popt-1.5 - acl? ( kernel_linux? ( sys-apps/acl ) ) - xinetd? ( sys-apps/xinetd )" - -S=${WORKDIR}/${P/_/} - -src_unpack() { - unpack ${P/_/}.tar.gz - cd "${S}" - if use acl ; then - epatch patches/{acls,xattrs}.diff - epatch "${FILESDIR}"/${P}-delete-acls-xattr.patch - ./prepare-source || die - fi - epatch "${FILESDIR}"/${P}-stats-fix.patch #165121 -} - -src_compile() { - [[ $(gcc-version) == "2.95" ]] && append-ldflags -lpthread - use static && append-ldflags -static - - econf \ - --without-included-popt \ - $(use_enable acl acl-support) \ - $(use_enable acl xattr-support) \ - $(use_enable ipv6) \ - --with-rsyncd-conf=/etc/rsyncd.conf \ - || die - emake || die "emake failed" -} - -pkg_preinst() { - if [[ -e ${ROOT}/etc/rsync/rsyncd.conf ]] && [[ ! -e ${ROOT}/etc/rsyncd.conf ]] ; then - mv "${ROOT}"/etc/rsync/rsyncd.conf "${ROOT}"/etc/rsyncd.conf - rm -f "${ROOT}"/etc/rsync/.keep - rmdir "${ROOT}"/etc/rsync >& /dev/null - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - newconfd "${FILESDIR}"/rsyncd.conf.d rsyncd - newinitd "${FILESDIR}"/rsyncd.init.d rsyncd - dodoc NEWS OLDNEWS README TODO tech_report.tex - insinto /etc - doins "${FILESDIR}"/rsyncd.conf - if use xinetd ; then - insinto /etc/xinetd.d - newins "${FILESDIR}"/rsyncd.xinetd rsyncd - fi -} - -pkg_postinst() { - ewarn "The rsyncd.conf file has been moved for you to /etc/rsyncd.conf" - echo - ewarn "Please make sure you do NOT disable the rsync server running" - ewarn "in a chroot. Please check /etc/rsyncd.conf and make sure" - ewarn "it says: use chroot = yes" -} diff --git a/net-misc/rsync/rsync-2.6.9-r3.ebuild b/net-misc/rsync/rsync-2.6.9-r3.ebuild deleted file mode 100644 index 166b46170ca6..000000000000 --- a/net-misc/rsync/rsync-2.6.9-r3.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.9-r3.ebuild,v 1.10 2007/08/29 10:19:53 corsair Exp $ - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="File transfer program to keep remote files into sync" -HOMEPAGE="http://rsync.samba.org/" -SRC_URI="http://rsync.samba.org/ftp/rsync/${P/_/}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="acl ipv6 static xinetd" - -DEPEND=">=dev-libs/popt-1.5 - acl? ( kernel_linux? ( sys-apps/acl ) ) - xinetd? ( sys-apps/xinetd )" - -S=${WORKDIR}/${P/_/} - -src_unpack() { - unpack ${P/_/}.tar.gz - cd "${S}" - if use acl ; then - epatch patches/{acls,xattrs}.diff - epatch "${FILESDIR}"/${P}-delete-acls-xattr.patch - ./prepare-source || die - fi - epatch "${FILESDIR}"/${P}-stats-fix.patch #165121 - epatch "${FILESDIR}"/${P}-fname-obo.patch #189132 -} - -src_compile() { - [[ $(gcc-version) == "2.95" ]] && append-ldflags -lpthread - use static && append-ldflags -static - - econf \ - --without-included-popt \ - $(use_enable acl acl-support) \ - $(use_enable acl xattr-support) \ - $(use_enable ipv6) \ - --with-rsyncd-conf=/etc/rsyncd.conf \ - || die - emake || die "emake failed" -} - -pkg_preinst() { - if [[ -e ${ROOT}/etc/rsync/rsyncd.conf ]] && [[ ! -e ${ROOT}/etc/rsyncd.conf ]] ; then - mv "${ROOT}"/etc/rsync/rsyncd.conf "${ROOT}"/etc/rsyncd.conf - rm -f "${ROOT}"/etc/rsync/.keep - rmdir "${ROOT}"/etc/rsync >& /dev/null - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - newconfd "${FILESDIR}"/rsyncd.conf.d rsyncd - newinitd "${FILESDIR}"/rsyncd.init.d rsyncd - dodoc NEWS OLDNEWS README TODO tech_report.tex - insinto /etc - doins "${FILESDIR}"/rsyncd.conf - if use xinetd ; then - insinto /etc/xinetd.d - newins "${FILESDIR}"/rsyncd.xinetd rsyncd - fi -} - -pkg_postinst() { - ewarn "The rsyncd.conf file has been moved for you to /etc/rsyncd.conf" - echo - ewarn "Please make sure you do NOT disable the rsync server running" - ewarn "in a chroot. Please check /etc/rsyncd.conf and make sure" - ewarn "it says: use chroot = yes" -} diff --git a/net-misc/rsync/rsync-2.6.9-r4.ebuild b/net-misc/rsync/rsync-2.6.9-r4.ebuild deleted file mode 100644 index 54f390f03c0b..000000000000 --- a/net-misc/rsync/rsync-2.6.9-r4.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.9-r4.ebuild,v 1.1 2007/09/28 13:08:11 uberlord Exp $ - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="File transfer program to keep remote files into sync" -HOMEPAGE="http://rsync.samba.org/" -SRC_URI="http://rsync.samba.org/ftp/rsync/${P/_/}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="acl ipv6 static xinetd" - -DEPEND=">=dev-libs/popt-1.5 - acl? ( kernel_linux? ( sys-apps/acl ) ) - xinetd? ( sys-apps/xinetd )" - -S=${WORKDIR}/${P/_/} - -src_unpack() { - unpack ${P/_/}.tar.gz - cd "${S}" - if use acl ; then - epatch patches/{acls,xattrs}.diff - epatch "${FILESDIR}"/${P}-delete-acls-xattr.patch - ./prepare-source || die - fi - epatch "${FILESDIR}"/${P}-stats-fix.patch #165121 - epatch "${FILESDIR}"/${P}-fname-obo.patch #189132 - epatch "${FILESDIR}"/${P}-pid-early.patch #192075 -} - -src_compile() { - [[ $(gcc-version) == "2.95" ]] && append-ldflags -lpthread - use static && append-ldflags -static - - econf \ - --without-included-popt \ - $(use_enable acl acl-support) \ - $(use_enable acl xattr-support) \ - $(use_enable ipv6) \ - --with-rsyncd-conf=/etc/rsyncd.conf \ - || die - emake || die "emake failed" -} - -pkg_preinst() { - if [[ -e ${ROOT}/etc/rsync/rsyncd.conf ]] && [[ ! -e ${ROOT}/etc/rsyncd.conf ]] ; then - mv "${ROOT}"/etc/rsync/rsyncd.conf "${ROOT}"/etc/rsyncd.conf - rm -f "${ROOT}"/etc/rsync/.keep - rmdir "${ROOT}"/etc/rsync >& /dev/null - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - newconfd "${FILESDIR}"/rsyncd.conf.d rsyncd - newinitd "${FILESDIR}"/rsyncd.init.d rsyncd - dodoc NEWS OLDNEWS README TODO tech_report.tex - insinto /etc - doins "${FILESDIR}"/rsyncd.conf - if use xinetd ; then - insinto /etc/xinetd.d - newins "${FILESDIR}"/rsyncd.xinetd rsyncd - fi -} - -pkg_postinst() { - ewarn "The rsyncd.conf file has been moved for you to /etc/rsyncd.conf" - echo - ewarn "Please make sure you do NOT disable the rsync server running" - ewarn "in a chroot. Please check /etc/rsyncd.conf and make sure" - ewarn "it says: use chroot = yes" -} diff --git a/net-misc/rsync/rsync-3.0.0_pre8.ebuild b/net-misc/rsync/rsync-3.0.0_pre8.ebuild deleted file mode 100644 index 7d9982ee9ad9..000000000000 --- a/net-misc/rsync/rsync-3.0.0_pre8.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.0_pre8.ebuild,v 1.3 2008/02/19 21:12:09 cardoe Exp $ - -inherit eutils flag-o-matic toolchain-funcs autotools - -DESCRIPTION="File transfer program to keep remote files into sync" -HOMEPAGE="http://rsync.samba.org/" -SRC_URI="http://rsync.samba.org/ftp/rsync/${P/_/}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="acl ipv6 static xattr xinetd" - -DEPEND=">=dev-libs/popt-1.5 - acl? ( kernel_linux? ( sys-apps/acl ) ) - xattr? ( kernel_linux? ( sys-apps/attr ) ) - xinetd? ( sys-apps/xinetd )" - -S=${WORKDIR}/${P/_/} - -src_compile() { - use static && append-ldflags -static - econf \ - --without-included-popt \ - $(use_enable acl acl-support) \ - $(use_enable xattr xattr-support) \ - $(use_enable ipv6) \ - --with-rsyncd-conf=/etc/rsyncd.conf \ - || die - emake || die "emake failed" -} - -pkg_preinst() { - if [[ -e ${ROOT}/etc/rsync/rsyncd.conf ]] && [[ ! -e ${ROOT}/etc/rsyncd.conf ]] ; then - mv "${ROOT}"/etc/rsync/rsyncd.conf "${ROOT}"/etc/rsyncd.conf - rm -f "${ROOT}"/etc/rsync/.keep - rmdir "${ROOT}"/etc/rsync >& /dev/null - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - newconfd "${FILESDIR}"/rsyncd.conf.d rsyncd - newinitd "${FILESDIR}"/rsyncd.init.d rsyncd - dodoc NEWS OLDNEWS README TODO tech_report.tex - insinto /etc - doins "${FILESDIR}"/rsyncd.conf - if use xinetd ; then - insinto /etc/xinetd.d - newins "${FILESDIR}"/rsyncd.xinetd rsyncd - fi -} - -pkg_postinst() { - ewarn "The rsyncd.conf file has been moved for you to /etc/rsyncd.conf" - echo - ewarn "Please make sure you do NOT disable the rsync server running" - ewarn "in a chroot. Please check /etc/rsyncd.conf and make sure" - ewarn "it says: use chroot = yes" -} |