summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-09-09 16:19:39 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-09-09 16:19:39 +0000
commitf4c89864a1375f002a4bff4ecfe2185060bc6bb0 (patch)
treeb652ee20876b0433c7d655e8052911d8dc01ed96 /net-libs/librsync
parents390/sh stable (diff)
downloadhistorical-f4c89864a1375f002a4bff4ecfe2185060bc6bb0.tar.gz
historical-f4c89864a1375f002a4bff4ecfe2185060bc6bb0.tar.bz2
historical-f4c89864a1375f002a4bff4ecfe2185060bc6bb0.zip
Remove old.
Package-Manager: portage-2.1.11.13/cvs/Linux x86_64
Diffstat (limited to 'net-libs/librsync')
-rw-r--r--net-libs/librsync/ChangeLog6
-rw-r--r--net-libs/librsync/librsync-0.9.7-r1.ebuild36
-rw-r--r--net-libs/librsync/librsync-0.9.7.ebuild22
3 files changed, 5 insertions, 59 deletions
diff --git a/net-libs/librsync/ChangeLog b/net-libs/librsync/ChangeLog
index bdee67f0f0a5..128eaec804d3 100644
--- a/net-libs/librsync/ChangeLog
+++ b/net-libs/librsync/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/librsync
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/ChangeLog,v 1.36 2012/09/09 15:45:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/ChangeLog,v 1.37 2012/09/09 16:19:39 kensington Exp $
+
+ 09 Sep 2012; Michael Palimaka <kensington@gentoo.org>
+ -librsync-0.9.7-r1.ebuild, -librsync-0.9.7.ebuild:
+ Remove old.
09 Sep 2012; Raúl Porcel <armin76@gentoo.org> librsync-0.9.7-r2.ebuild:
alpha/ia64/s390/sh/sparc stable wrt #391509
diff --git a/net-libs/librsync/librsync-0.9.7-r1.ebuild b/net-libs/librsync/librsync-0.9.7-r1.ebuild
deleted file mode 100644
index ee506ecbf65b..000000000000
--- a/net-libs/librsync/librsync-0.9.7-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2008 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-r1.ebuild,v 1.2 2008/01/16 20:56:17 grobian Exp $
-
-inherit eutils libtool
-
-DESCRIPTION="Flexible remote checksum-based differencing"
-HOMEPAGE="http://librsync.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Bug #142945
- epatch "${FILESDIR}"/${P}-huge-files.patch
-
- # Bug #185600
- elibtoolize
- epunt_cxx
-}
-
-src_compile() {
- econf --enable-shared || die
- emake || die
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die
- dodoc NEWS AUTHORS THANKS README TODO
-}
diff --git a/net-libs/librsync/librsync-0.9.7.ebuild b/net-libs/librsync/librsync-0.9.7.ebuild
deleted file mode 100644
index 7812013c224c..000000000000
--- a/net-libs/librsync/librsync-0.9.7.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2011 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.17 2011/04/09 16:07:24 jer Exp $
-
-DESCRIPTION="Flexible remote checksum-based differencing"
-HOMEPAGE="http://librsync.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-src_compile() {
- econf --enable-shared || die
- emake || die
-}
-
-src_install () {
- make DESTDIR="${D}" install || die
- dodoc NEWS INSTALL AUTHORS THANKS README TODO
-}