diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:50:06 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:50:06 +0000 |
commit | 6891b703d84b457d6d71968c289321dd47fd91ae (patch) | |
tree | f4838cabc5776eea8deb88826f9c6753ae17b75e /net-libs/librsync | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-6891b703d84b457d6d71968c289321dd47fd91ae.tar.gz gentoo-2-6891b703d84b457d6d71968c289321dd47fd91ae.tar.bz2 gentoo-2-6891b703d84b457d6d71968c289321dd47fd91ae.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/librsync')
-rw-r--r-- | net-libs/librsync/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/librsync/librsync-0.9.6.ebuild | 6 | ||||
-rw-r--r-- | net-libs/librsync/librsync-0.9.7.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-libs/librsync/ChangeLog b/net-libs/librsync/ChangeLog index 38e833d4c081..1857c7220524 100644 --- a/net-libs/librsync/ChangeLog +++ b/net-libs/librsync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/librsync -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/ChangeLog,v 1.27 2008/01/16 20:56:17 grobian Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/ChangeLog,v 1.28 2009/09/23 18:50:06 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> librsync-0.9.6.ebuild, + librsync-0.9.7.ebuild: + Remove virtual/libc 16 Jan 2008; Fabian Groffen <grobian@gentoo.org> librsync-0.9.7.ebuild, librsync-0.9.7-r1.ebuild: diff --git a/net-libs/librsync/librsync-0.9.6.ebuild b/net-libs/librsync/librsync-0.9.6.ebuild index 8daf0cc90bb5..1339a9b22db6 100644 --- a/net-libs/librsync/librsync-0.9.6.ebuild +++ b/net-libs/librsync/librsync-0.9.6.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # 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.9 2005/01/22 21:10:18 j4rg0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.6.ebuild,v 1.10 2009/09/23 18:50:06 patrick Exp $ DESCRIPTION="Flexible remote checksum-based differencing" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" HOMEPAGE="http://librsync.sf.net/" -DEPEND="virtual/libc" +DEPEND="" SLOT="0" LICENSE="LGPL-2.1" diff --git a/net-libs/librsync/librsync-0.9.7.ebuild b/net-libs/librsync/librsync-0.9.7.ebuild index 8e55a5533c98..451fa379809e 100644 --- a/net-libs/librsync/librsync-0.9.7.ebuild +++ b/net-libs/librsync/librsync-0.9.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.7.ebuild,v 1.14 2008/01/16 20:56:17 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.7.ebuild,v 1.15 2009/09/23 18:50:06 patrick Exp $ DESCRIPTION="Flexible remote checksum-based differencing" HOMEPAGE="http://librsync.sourceforge.net/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh sparc x86" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { econf --enable-shared || die |