summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-23 15:02:59 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-23 15:02:59 +0000
commitdcf2223ab14758c4ee7cd94d9518186c93fa9faf (patch)
treed1cb738342a69c42804e3cef96f28ffa4ba7ce3e /app-admin/tripwire
parentkill virtual/libc (diff)
downloadgentoo-2-dcf2223ab14758c4ee7cd94d9518186c93fa9faf.tar.gz
gentoo-2-dcf2223ab14758c4ee7cd94d9518186c93fa9faf.tar.bz2
gentoo-2-dcf2223ab14758c4ee7cd94d9518186c93fa9faf.zip
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/tripwire')
-rw-r--r--app-admin/tripwire/ChangeLog9
-rw-r--r--app-admin/tripwire/tripwire-2.3.1.2-r1.ebuild10
-rw-r--r--app-admin/tripwire/tripwire-2.3.1.2-r2.ebuild20
-rw-r--r--app-admin/tripwire/tripwire-2.4.1.2.ebuild18
4 files changed, 28 insertions, 29 deletions
diff --git a/app-admin/tripwire/ChangeLog b/app-admin/tripwire/ChangeLog
index 0be31d90ccb1..ec1ec36ee0cd 100644
--- a/app-admin/tripwire/ChangeLog
+++ b/app-admin/tripwire/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/tripwire
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tripwire/ChangeLog,v 1.29 2009/07/31 09:20:08 volkmar Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tripwire/ChangeLog,v 1.30 2009/09/23 15:02:59 patrick Exp $
+
+ 23 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+ tripwire-2.3.1.2-r1.ebuild, tripwire-2.3.1.2-r2.ebuild,
+ tripwire-2.4.1.2.ebuild:
+ Remove virtual/libc
31 Jul 2009; Mounir Lamouri <volkmar@gentoo.org> tripwire-2.4.1.2.ebuild:
Add static USE flag. Fix bug 131816. Thanks to Eric Martin.
diff --git a/app-admin/tripwire/tripwire-2.3.1.2-r1.ebuild b/app-admin/tripwire/tripwire-2.3.1.2-r1.ebuild
index d81f567e5954..795e54667dca 100644
--- a/app-admin/tripwire/tripwire-2.3.1.2-r1.ebuild
+++ b/app-admin/tripwire/tripwire-2.3.1.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tripwire/tripwire-2.3.1.2-r1.ebuild,v 1.13 2007/08/07 11:46:53 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tripwire/tripwire-2.3.1.2-r1.ebuild,v 1.14 2009/09/23 15:02:59 patrick Exp $
inherit eutils flag-o-matic
@@ -17,12 +17,10 @@ SLOT="0"
KEYWORDS="-alpha x86 ~x86-fbsd"
IUSE=""
-DEPEND="virtual/libc
- dev-util/patchutils
+DEPEND="dev-util/patchutils
sys-devel/automake
dev-libs/openssl"
-RDEPEND="virtual/libc
- virtual/cron
+RDEPEND="virtual/cron
virtual/mta
dev-libs/openssl"
diff --git a/app-admin/tripwire/tripwire-2.3.1.2-r2.ebuild b/app-admin/tripwire/tripwire-2.3.1.2-r2.ebuild
index a053a7905f9f..2912ae0efc49 100644
--- a/app-admin/tripwire/tripwire-2.3.1.2-r2.ebuild
+++ b/app-admin/tripwire/tripwire-2.3.1.2-r2.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/app-admin/tripwire/tripwire-2.3.1.2-r2.ebuild,v 1.13 2008/06/18 02:57:18 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tripwire/tripwire-2.3.1.2-r2.ebuild,v 1.14 2009/09/23 15:02:59 patrick Exp $
inherit eutils flag-o-matic autotools
@@ -17,15 +17,13 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc x86 ~x86-fbsd"
IUSE="ssl"
-DEPEND="virtual/libc
- sys-devel/automake
- sys-devel/autoconf
- dev-util/patchutils
- ssl? ( dev-libs/openssl )"
-RDEPEND="virtual/libc
- virtual/cron
- virtual/mta
- ssl? ( dev-libs/openssl )"
+DEPEND="sys-devel/automake
+ sys-devel/autoconf
+ dev-util/patchutils
+ ssl? ( dev-libs/openssl )"
+RDEPEND="virtual/cron
+ virtual/mta
+ ssl? ( dev-libs/openssl )"
S=${WORKDIR}/tripwire-${TW_VER}
diff --git a/app-admin/tripwire/tripwire-2.4.1.2.ebuild b/app-admin/tripwire/tripwire-2.4.1.2.ebuild
index c4dedf1fb7b5..b73b182a92d3 100644
--- a/app-admin/tripwire/tripwire-2.4.1.2.ebuild
+++ b/app-admin/tripwire/tripwire-2.4.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tripwire/tripwire-2.4.1.2.ebuild,v 1.2 2009/07/31 09:20:08 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tripwire/tripwire-2.4.1.2.ebuild,v 1.3 2009/09/23 15:02:59 patrick Exp $
inherit eutils flag-o-matic autotools
@@ -17,15 +17,13 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="ssl static"
-DEPEND="virtual/libc
- sys-devel/automake
- sys-devel/autoconf
- dev-util/patchutils
- ssl? ( dev-libs/openssl )"
-RDEPEND="virtual/libc
- virtual/cron
- virtual/mta
- ssl? ( dev-libs/openssl )"
+DEPEND="sys-devel/automake
+ sys-devel/autoconf
+ dev-util/patchutils
+ ssl? ( dev-libs/openssl )"
+RDEPEND="virtual/cron
+ virtual/mta
+ ssl? ( dev-libs/openssl )"
S=${WORKDIR}/tripwire-${TW_VER}