summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-07-01 22:16:47 +0000
committerJon Hood <squinky86@gentoo.org>2004-07-01 22:16:47 +0000
commita872c1692e2f0d6056a8b51381e64a5c2fd456b4 (patch)
tree684e995d77738bd2422b0841a526abcde5d65e43 /net-misc/rsync
parentNew package, submitted by Ulrich Mueller <ulm@kph.uni-mainz.de> #50876 (diff)
downloadhistorical-a872c1692e2f0d6056a8b51381e64a5c2fd456b4.tar.gz
historical-a872c1692e2f0d6056a8b51381e64a5c2fd456b4.tar.bz2
historical-a872c1692e2f0d6056a8b51381e64a5c2fd456b4.zip
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-misc/rsync')
-rw-r--r--net-misc/rsync/ChangeLog7
-rw-r--r--net-misc/rsync/rsync-2.6.0-r1.ebuild4
-rw-r--r--net-misc/rsync/rsync-2.6.0.ebuild4
-rw-r--r--net-misc/rsync/rsync-2.6.1.ebuild4
-rw-r--r--net-misc/rsync/rsync-2.6.2-r1.ebuild4
-rw-r--r--net-misc/rsync/rsync-2.6.2-r2.ebuild4
-rw-r--r--net-misc/rsync/rsync-2.6.2-r3.ebuild4
-rw-r--r--net-misc/rsync/rsync-2.6.2.ebuild4
8 files changed, 20 insertions, 15 deletions
diff --git a/net-misc/rsync/ChangeLog b/net-misc/rsync/ChangeLog
index 369bc8ff0dcc..7ffe41a71d43 100644
--- a/net-misc/rsync/ChangeLog
+++ b/net-misc/rsync/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/rsync
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.54 2004/06/25 03:12:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.55 2004/07/01 21:50:14 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> rsync-2.6.0-r1.ebuild,
+ rsync-2.6.0.ebuild, rsync-2.6.1.ebuild, rsync-2.6.2-r1.ebuild,
+ rsync-2.6.2-r2.ebuild, rsync-2.6.2-r3.ebuild, rsync-2.6.2.ebuild:
+ change virtual/glibc to virtual/libc
*rsync-2.6.1 (22 Jun 2004)
diff --git a/net-misc/rsync/rsync-2.6.0-r1.ebuild b/net-misc/rsync/rsync-2.6.0-r1.ebuild
index 2ec4a177f3ae..27be92b68b8d 100644
--- a/net-misc/rsync/rsync-2.6.0-r1.ebuild
+++ b/net-misc/rsync/rsync-2.6.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.0-r1.ebuild,v 1.4 2004/06/25 03:12:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.0-r1.ebuild,v 1.5 2004/07/01 21:50:14 squinky86 Exp $
inherit eutils flag-o-matic gcc
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa ~amd64 ~ia64 ~ppc64 s390"
IUSE="build static acl"
-RDEPEND="virtual/glibc
+RDEPEND="virtual/libc
!build? ( >=dev-libs/popt-1.5 )"
DEPEND="${RDEPEND}
>=sys-apps/sed-4
diff --git a/net-misc/rsync/rsync-2.6.0.ebuild b/net-misc/rsync/rsync-2.6.0.ebuild
index aa91c834b8be..e4b4943da067 100644
--- a/net-misc/rsync/rsync-2.6.0.ebuild
+++ b/net-misc/rsync/rsync-2.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.0.ebuild,v 1.6 2004/06/25 03:12:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.0.ebuild,v 1.7 2004/07/01 21:50:14 squinky86 Exp $
inherit eutils flag-o-matic gcc
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ia64 ppc64 s390"
IUSE="build static"
-RDEPEND="virtual/glibc
+RDEPEND="virtual/libc
!build? ( >=dev-libs/popt-1.5 )"
DEPEND="${RDEPEND}
>=sys-apps/sed-4"
diff --git a/net-misc/rsync/rsync-2.6.1.ebuild b/net-misc/rsync/rsync-2.6.1.ebuild
index b13ecae2d629..7348bd9ce047 100644
--- a/net-misc/rsync/rsync-2.6.1.ebuild
+++ b/net-misc/rsync/rsync-2.6.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.1.ebuild,v 1.2 2004/06/25 03:12:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.1.ebuild,v 1.3 2004/07/01 21:50:14 squinky86 Exp $
inherit eutils flag-o-matic gcc
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa ~amd64 ~ia64 ~ppc64 s390"
IUSE="build static acl"
-RDEPEND="virtual/glibc
+RDEPEND="virtual/libc
!build? ( >=dev-libs/popt-1.5 )"
DEPEND="${RDEPEND}
>=sys-apps/sed-4
diff --git a/net-misc/rsync/rsync-2.6.2-r1.ebuild b/net-misc/rsync/rsync-2.6.2-r1.ebuild
index 207162ec8aba..960455407226 100644
--- a/net-misc/rsync/rsync-2.6.2-r1.ebuild
+++ b/net-misc/rsync/rsync-2.6.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.2-r1.ebuild,v 1.10 2004/06/25 03:12:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.2-r1.ebuild,v 1.11 2004/07/01 21:50:14 squinky86 Exp $
inherit eutils flag-o-matic gcc
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ~ia64 ppc64 s390"
IUSE="build static acl"
-RDEPEND="virtual/glibc
+RDEPEND="virtual/libc
!build? ( >=dev-libs/popt-1.5 )"
DEPEND="${RDEPEND}
>=sys-apps/sed-4
diff --git a/net-misc/rsync/rsync-2.6.2-r2.ebuild b/net-misc/rsync/rsync-2.6.2-r2.ebuild
index db9e3402aed6..8259f141eedb 100644
--- a/net-misc/rsync/rsync-2.6.2-r2.ebuild
+++ b/net-misc/rsync/rsync-2.6.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.2-r2.ebuild,v 1.2 2004/06/25 03:12:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.2-r2.ebuild,v 1.3 2004/07/01 21:50:14 squinky86 Exp $
inherit eutils flag-o-matic gcc
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ~ia64 ppc64 s390"
IUSE="build static acl"
-RDEPEND="virtual/glibc
+RDEPEND="virtual/libc
!build? ( >=dev-libs/popt-1.5 )"
DEPEND="${RDEPEND}
>=sys-apps/sed-4
diff --git a/net-misc/rsync/rsync-2.6.2-r3.ebuild b/net-misc/rsync/rsync-2.6.2-r3.ebuild
index 76dbf3e9bf50..731e074dd5bb 100644
--- a/net-misc/rsync/rsync-2.6.2-r3.ebuild
+++ b/net-misc/rsync/rsync-2.6.2-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.2-r3.ebuild,v 1.2 2004/06/25 03:12:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.2-r3.ebuild,v 1.3 2004/07/01 21:50:14 squinky86 Exp $
inherit eutils flag-o-matic gcc
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ~ia64 ppc64 s390"
IUSE="build static acl ipv6"
-RDEPEND="virtual/glibc
+RDEPEND="virtual/libc
!build? ( >=dev-libs/popt-1.5 )"
DEPEND="${RDEPEND}
>=sys-apps/sed-4
diff --git a/net-misc/rsync/rsync-2.6.2.ebuild b/net-misc/rsync/rsync-2.6.2.ebuild
index 1d8cf3c07cbc..a29b36323a23 100644
--- a/net-misc/rsync/rsync-2.6.2.ebuild
+++ b/net-misc/rsync/rsync-2.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.2.ebuild,v 1.9 2004/06/25 03:12:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.2.ebuild,v 1.10 2004/07/01 21:50:14 squinky86 Exp $
inherit eutils flag-o-matic gcc
@@ -16,7 +16,7 @@ KEYWORDS="~x86 ~ppc sparc mips ~alpha ~arm hppa ~amd64 ~ia64 ppc64 s390"
# IUSE="build static acl"
IUSE="build static"
-RDEPEND="virtual/glibc
+RDEPEND="virtual/libc
!build? ( >=dev-libs/popt-1.5 )"
DEPEND="${RDEPEND}
>=sys-apps/sed-4