diff options
author | David Holm <dholm@gentoo.org> | 2004-06-11 08:45:18 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-06-11 08:45:18 +0000 |
commit | 2ad1c0299a7d886715c535e6964f1fa4c45e358c (patch) | |
tree | 34ccabb9c078e4a71e907bc5374b2cc0c9a913eb /net-libs/librsync | |
parent | new package (Manifest recommit) (diff) | |
download | gentoo-2-2ad1c0299a7d886715c535e6964f1fa4c45e358c.tar.gz gentoo-2-2ad1c0299a7d886715c535e6964f1fa4c45e358c.tar.bz2 gentoo-2-2ad1c0299a7d886715c535e6964f1fa4c45e358c.zip |
Added to ~ppc
Diffstat (limited to 'net-libs/librsync')
-rw-r--r-- | net-libs/librsync/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/librsync/librsync-0.9.5.1.ebuild | 4 | ||||
-rw-r--r-- | net-libs/librsync/librsync-0.9.5.ebuild | 4 | ||||
-rw-r--r-- | net-libs/librsync/librsync-0.9.6.ebuild | 4 |
4 files changed, 10 insertions, 7 deletions
diff --git a/net-libs/librsync/ChangeLog b/net-libs/librsync/ChangeLog index db3136c65c09..c13a8f145084 100644 --- a/net-libs/librsync/ChangeLog +++ b/net-libs/librsync/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/librsync # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/ChangeLog,v 1.7 2004/03/25 01:09:41 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/ChangeLog,v 1.8 2004/06/11 08:41:02 dholm Exp $ + + 11 Jun 2004; David Holm <dholm@gentoo.org> librsync-0.9.6.ebuild: + Added to ~ppc. 24 Mar 2004; Jason Wever <weeve@gentoo.org> librsync-0.9.6.ebuild: Marked stable on sparc. diff --git a/net-libs/librsync/librsync-0.9.5.1.ebuild b/net-libs/librsync/librsync-0.9.5.1.ebuild index 684a6bd192b4..76b95b4fc10f 100644 --- a/net-libs/librsync/librsync-0.9.5.1.ebuild +++ b/net-libs/librsync/librsync-0.9.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.5.1.ebuild,v 1.1 2003/05/31 13:34:20 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.5.1.ebuild,v 1.2 2004/06/11 08:41:02 dholm Exp $ S=${WORKDIR}/${P} DESCRIPTION="Flexible remote checksum-based differencing" diff --git a/net-libs/librsync/librsync-0.9.5.ebuild b/net-libs/librsync/librsync-0.9.5.ebuild index 4337be9aebda..5307e54f3b7b 100644 --- a/net-libs/librsync/librsync-0.9.5.ebuild +++ b/net-libs/librsync/librsync-0.9.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.5.ebuild,v 1.8 2003/02/13 14:20:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.5.ebuild,v 1.9 2004/06/11 08:41:02 dholm Exp $ S=${WORKDIR}/${P} DESCRIPTION="Flexible remote checksum-based differencing" diff --git a/net-libs/librsync/librsync-0.9.6.ebuild b/net-libs/librsync/librsync-0.9.6.ebuild index a8aca56f8678..fad2a079bdd5 100644 --- a/net-libs/librsync/librsync-0.9.6.ebuild +++ b/net-libs/librsync/librsync-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.6.ebuild,v 1.3 2004/03/25 01:09:41 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.6.ebuild,v 1.4 2004/06/11 08:41:02 dholm Exp $ S=${WORKDIR}/${P} DESCRIPTION="Flexible remote checksum-based differencing" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 sparc" +KEYWORDS="x86 sparc ~ppc" src_compile() { ./configure --prefix=/usr --host=${CHOST} --enable-shared || die |