summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-25 16:12:01 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-25 16:12:01 +0000
commite494f1c0908426cf29ed1b8e300d8e99d862e818 (patch)
tree69dff949868eeb14fdf84288f01ffdde86990eb9 /app-admin/gentoo-rsync-mirror
parentQA - fix use invocation (diff)
downloadhistorical-e494f1c0908426cf29ed1b8e300d8e99d862e818.tar.gz
historical-e494f1c0908426cf29ed1b8e300d8e99d862e818.tar.bz2
historical-e494f1c0908426cf29ed1b8e300d8e99d862e818.zip
glibc ----------------------------> libc !
Diffstat (limited to 'app-admin/gentoo-rsync-mirror')
-rw-r--r--app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r2.ebuild15
-rw-r--r--app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r3.ebuild15
2 files changed, 14 insertions, 16 deletions
diff --git a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r2.ebuild b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r2.ebuild
index 5d0161b07824..853f278f985e 100644
--- a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r2.ebuild
+++ b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r2.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r2.ebuild,v 1.7 2004/06/24 21:26:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r2.ebuild,v 1.8 2004/06/25 16:10:15 vapier Exp $
-IUSE=""
-S=${WORKDIR}/gentoo-rsync-mirror-${PV}
DESCRIPTION="Ebuild for setting up a Gentoo rsync mirror"
HOMEPAGE="http://www.gentoo.org/doc/en/rsync.xml"
-DEPEND="virtual/glibc"
-RDEPEND="net-misc/rsync
- dev-lang/perl"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ppc sparc alpha amd64"
+IUSE=""
+
+DEPEND="virtual/libc"
+RDEPEND="net-misc/rsync
+ dev-lang/perl"
src_install() {
dodir /opt/gentoo-rsync
@@ -40,4 +40,3 @@ pkg_postinst() {
einfo
einfo "For more information visit: http://www.gentoo.org/doc/en/rsync.xml"
}
-
diff --git a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r3.ebuild b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r3.ebuild
index 8271d908f145..cdfc77fa443b 100644
--- a/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r3.ebuild
+++ b/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r3.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r3.ebuild,v 1.4 2004/06/24 21:26:49 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/gentoo-rsync-mirror/gentoo-rsync-mirror-1.0-r3.ebuild,v 1.5 2004/06/25 16:10:15 vapier Exp $
-IUSE=""
-S=${WORKDIR}/gentoo-rsync-mirror-${PV}
DESCRIPTION="Ebuild for setting up a Gentoo rsync mirror"
HOMEPAGE="http://www.gentoo.org/doc/en/rsync.xml"
-DEPEND="virtual/glibc"
-RDEPEND="net-misc/rsync
- dev-lang/perl"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ppc sparc alpha amd64"
+IUSE=""
+
+DEPEND="virtual/libc"
+RDEPEND="net-misc/rsync
+ dev-lang/perl"
src_install() {
dodir /opt/gentoo-rsync
@@ -49,4 +49,3 @@ pkg_postinst() {
einfo
einfo "For more information visit: http://www.gentoo.org/doc/en/rsync.xml"
}
-