summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-23 16:57:07 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-23 16:57:07 +0000
commitd5d387b0ad7a14f66de140c56ccd04e49a784e14 (patch)
tree1c5ae7e4239d245150290d24ac34610925af3acb /dev-libs/xapian
parentRemove virtual/libc (diff)
downloadhistorical-d5d387b0ad7a14f66de140c56ccd04e49a784e14.tar.gz
historical-d5d387b0ad7a14f66de140c56ccd04e49a784e14.tar.bz2
historical-d5d387b0ad7a14f66de140c56ccd04e49a784e14.zip
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r--dev-libs/xapian/ChangeLog5
-rw-r--r--dev-libs/xapian/xapian-1.0.6.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-libs/xapian/ChangeLog b/dev-libs/xapian/ChangeLog
index 826de14dee3d..8b756b449797 100644
--- a/dev-libs/xapian/ChangeLog
+++ b/dev-libs/xapian/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/xapian
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.33 2009/09/14 23:24:00 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/ChangeLog,v 1.34 2009/09/23 16:53:42 patrick Exp $
+
+ 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> xapian-1.0.6.ebuild:
+ Remove virtual/libc
*xapian-1.0.16 (14 Sep 2009)
diff --git a/dev-libs/xapian/xapian-1.0.6.ebuild b/dev-libs/xapian/xapian-1.0.6.ebuild
index f790175e1377..ebfedae0f7dc 100644
--- a/dev-libs/xapian/xapian-1.0.6.ebuild
+++ b/dev-libs/xapian/xapian-1.0.6.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/dev-libs/xapian/xapian-1.0.6.ebuild,v 1.3 2008/07/06 19:00:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xapian/xapian-1.0.6.ebuild,v 1.4 2009/09/23 16:53:42 patrick Exp $
DESCRIPTION="Xapian Probabilistic Information Retrieval library"
HOMEPAGE="http://www.xapian.org/"
@@ -11,14 +11,13 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ppc x86"
IUSE=""
-DEPEND="virtual/libc
- sys-apps/gawk
+DEPEND="sys-apps/gawk
sys-apps/grep
sys-apps/sed
sys-devel/libtool
sys-devel/gcc"
-RDEPEND="virtual/libc"
+RDEPEND=""
S=${WORKDIR}/xapian-core-${PV}