summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-07-09 10:51:40 +0000
committerTilman Klar <phoenix@gentoo.org>2002-07-09 10:51:40 +0000
commit288c7b4712c6452456a9cb32ef8bcf0ff177f7e8 (patch)
tree233d8eecb429c2ba2892ad4773e6a1b769ee120a /net-misc
parentnew version, removed old one (diff)
downloadgentoo-2-288c7b4712c6452456a9cb32ef8bcf0ff177f7e8.tar.gz
gentoo-2-288c7b4712c6452456a9cb32ef8bcf0ff177f7e8.tar.bz2
gentoo-2-288c7b4712c6452456a9cb32ef8bcf0ff177f7e8.zip
repoman QA issues
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/rsync/ChangeLog24
-rw-r--r--net-misc/rsync/rsync-2.5.1-r1.ebuild5
-rw-r--r--net-misc/rsync/rsync-2.5.2-r1.ebuild5
-rw-r--r--net-misc/rsync/rsync-2.5.4-r1.ebuild5
-rw-r--r--net-misc/rsync/rsync-2.5.4.ebuild5
-rw-r--r--net-misc/rsync/rsync-2.5.5-r1.ebuild5
-rw-r--r--net-misc/rsync/rsync-2.5.5.ebuild5
7 files changed, 44 insertions, 10 deletions
diff --git a/net-misc/rsync/ChangeLog b/net-misc/rsync/ChangeLog
index b67c49a8a654..85aadb50193b 100644
--- a/net-misc/rsync/ChangeLog
+++ b/net-misc/rsync/ChangeLog
@@ -1,38 +1,54 @@
# ChangeLog for net-misc/rsync
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.6 2002/05/08 05:03:10 kain Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/ChangeLog,v 1.7 2002/07/09 10:51:40 phoenix Exp $
*rsync-2.5.5-r1 (07 May 2002)
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> rsync-2.5.5-r1.ebuild :
+ Added KEYWORDS, LICENSE, SLOT.
+
07 May 2002; Kain <kain@kain.org> rsync-2.5.5-r1.ebuild : Fix dependency to
libpopt again so that build images not made from a virgin install will work.
*rsync-2.5.5 (02 May 2002)
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> rsync-2.5.5.ebuild :
+ Added KEYWORDS, LICENSE, SLOT.
+
02 May 2002; Daniel Robbins <drobbins@gentoo.org>: new ebuild to hopefully
fix some "dead rsync --daemon" processes... the problem that just won't go
away.
*rsync-2.5.4-r1 (18 Apr 2002)
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> rsync-2.5.4-r1.ebuild :
+ Added KEYWORDS, LICENSE, SLOT.
+
18 Apr 2002; kain <kain@kain.org> rsync-2.5.4-r1.ebuild : Fix dependency to
libpopt so build images made with this will work.
*rsync-2.5.4 (15 Mar 2002)
- 15 Mar 2002; Bruce A. Locke <blocke@shivan.org> rsync-2.5.4.ebuild :
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> rsync-2.5.4.ebuild :
+ Added KEYWORDS, LICENSE, SLOT.
+ 15 Mar 2002; Bruce A. Locke <blocke@shivan.org> rsync-2.5.4.ebuild :
Update to 2.5.4 (with zlib security fix)
*rsync-2.5.2-r1 (1 Mar 2002)
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> rsync-2.5.2-r1.ebuild :
+ Added KEYWORDS, LICENSE, SLOT.
+
1 Mar 2002; Daniel Robbins <drobbins@gentoo.org> : Closed remote denial of
service attack/hung process problem reopened in 2.5.2 due to a missing patch.
*rsync-2.5.2 (1 Feb 2002)
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
+ 09 Jul 2002; phoen][x <phoenix@gentoo.org> rsync-2.5.2.ebuild :
+ Added KEYWORDS, LICENSE, SLOT.
+
+ 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
diff --git a/net-misc/rsync/rsync-2.5.1-r1.ebuild b/net-misc/rsync/rsync-2.5.1-r1.ebuild
index 09a5445144aa..d1e7ab528865 100644
--- a/net-misc/rsync/rsync-2.5.1-r1.ebuild
+++ b/net-misc/rsync/rsync-2.5.1-r1.ebuild
@@ -1,12 +1,15 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.1-r1.ebuild,v 1.1 2002/01/25 08:03:29 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.1-r1.ebuild,v 1.2 2002/07/09 10:51:40 phoenix Exp $
S=${WORKDIR}/${P}
DESCRIPTION="File transfer program to keep remote files into sync"
SRC_URI="http://rsync.samba.org/ftp/rsync/${P}.tar.gz"
HOMEPAGE="http://rsync.samba.org"
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
DEPEND="virtual/glibc"
diff --git a/net-misc/rsync/rsync-2.5.2-r1.ebuild b/net-misc/rsync/rsync-2.5.2-r1.ebuild
index 7a2060d08124..431ab7d372b3 100644
--- a/net-misc/rsync/rsync-2.5.2-r1.ebuild
+++ b/net-misc/rsync/rsync-2.5.2-r1.ebuild
@@ -1,12 +1,15 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.2-r1.ebuild,v 1.1 2002/03/01 07:11:53 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.2-r1.ebuild,v 1.2 2002/07/09 10:51:40 phoenix Exp $
S=${WORKDIR}/${P}
DESCRIPTION="File transfer program to keep remote files into sync"
SRC_URI="http://rsync.samba.org/ftp/rsync/${P}.tar.gz"
HOMEPAGE="http://rsync.samba.org"
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
DEPEND="virtual/glibc"
diff --git a/net-misc/rsync/rsync-2.5.4-r1.ebuild b/net-misc/rsync/rsync-2.5.4-r1.ebuild
index 31705af1ce7d..6715d52e80de 100644
--- a/net-misc/rsync/rsync-2.5.4-r1.ebuild
+++ b/net-misc/rsync/rsync-2.5.4-r1.ebuild
@@ -1,12 +1,15 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.4-r1.ebuild,v 1.2 2002/04/27 23:34:20 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.4-r1.ebuild,v 1.3 2002/07/09 10:51:40 phoenix Exp $
S=${WORKDIR}/${P}
DESCRIPTION="File transfer program to keep remote files into sync"
SRC_URI="http://rsync.samba.org/ftp/rsync/${P}.tar.gz"
HOMEPAGE="http://rsync.samba.org"
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
DEPEND="virtual/glibc"
diff --git a/net-misc/rsync/rsync-2.5.4.ebuild b/net-misc/rsync/rsync-2.5.4.ebuild
index 9a82a0e6a2a8..190af4fb7b40 100644
--- a/net-misc/rsync/rsync-2.5.4.ebuild
+++ b/net-misc/rsync/rsync-2.5.4.ebuild
@@ -1,12 +1,15 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Daniel Robbins <drobbins@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.4.ebuild,v 1.1 2002/03/16 04:35:42 blocke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.4.ebuild,v 1.2 2002/07/09 10:51:40 phoenix Exp $
S=${WORKDIR}/${P}
DESCRIPTION="File transfer program to keep remote files into sync"
SRC_URI="http://rsync.samba.org/ftp/rsync/${P}.tar.gz"
HOMEPAGE="http://rsync.samba.org"
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
DEPEND="virtual/glibc"
diff --git a/net-misc/rsync/rsync-2.5.5-r1.ebuild b/net-misc/rsync/rsync-2.5.5-r1.ebuild
index c16940620289..6aac8a59ffb1 100644
--- a/net-misc/rsync/rsync-2.5.5-r1.ebuild
+++ b/net-misc/rsync/rsync-2.5.5-r1.ebuild
@@ -1,11 +1,14 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.5-r1.ebuild,v 1.1 2002/05/08 05:03:10 kain Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.5-r1.ebuild,v 1.2 2002/07/09 10:51:40 phoenix Exp $
S=${WORKDIR}/${P}
DESCRIPTION="File transfer program to keep remote files into sync"
SRC_URI="http://rsync.samba.org/ftp/rsync/${P}.tar.gz"
HOMEPAGE="http://rsync.samba.org"
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
DEPEND="virtual/glibc"
diff --git a/net-misc/rsync/rsync-2.5.5.ebuild b/net-misc/rsync/rsync-2.5.5.ebuild
index f7d36472e164..b36743c8dd2e 100644
--- a/net-misc/rsync/rsync-2.5.5.ebuild
+++ b/net-misc/rsync/rsync-2.5.5.ebuild
@@ -1,11 +1,14 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.5.ebuild,v 1.1 2002/05/02 21:21:46 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.5.5.ebuild,v 1.2 2002/07/09 10:51:40 phoenix Exp $
S=${WORKDIR}/${P}
DESCRIPTION="File transfer program to keep remote files into sync"
SRC_URI="http://rsync.samba.org/ftp/rsync/${P}.tar.gz"
HOMEPAGE="http://rsync.samba.org"
+KEYWORDS="x86"
+LICENSE="GPL-2"
+SLOT="0"
DEPEND="virtual/glibc"