diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:26:56 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:26:56 +0000 |
commit | 6096120a1804f29bf91339e03e38fde98286cc48 (patch) | |
tree | f22cacf178ec7bed148fd21383880bd6934d41ff /net-analyzer/portmon | |
parent | alpha/ia64 stable wrt #284765 (diff) | |
download | historical-6096120a1804f29bf91339e03e38fde98286cc48.tar.gz historical-6096120a1804f29bf91339e03e38fde98286cc48.tar.bz2 historical-6096120a1804f29bf91339e03e38fde98286cc48.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/portmon')
-rw-r--r-- | net-analyzer/portmon/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/portmon/portmon-2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/portmon/ChangeLog b/net-analyzer/portmon/ChangeLog index 8e11134b296a..55cace3a3501 100644 --- a/net-analyzer/portmon/ChangeLog +++ b/net-analyzer/portmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/portmon -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portmon/ChangeLog,v 1.13 2007/09/06 17:49:16 jokey Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portmon/ChangeLog,v 1.14 2009/09/23 18:23:33 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> portmon-2.0.ebuild: + Remove virtual/libc 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -portmon-1.9.ebuild: Cleanup diff --git a/net-analyzer/portmon/portmon-2.0.ebuild b/net-analyzer/portmon/portmon-2.0.ebuild index fe3aac02c029..5531eeb92f54 100644 --- a/net-analyzer/portmon/portmon-2.0.ebuild +++ b/net-analyzer/portmon/portmon-2.0.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/net-analyzer/portmon/portmon-2.0.ebuild,v 1.8 2007/04/28 12:00:48 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portmon/portmon-2.0.ebuild,v 1.9 2009/09/23 18:23:33 patrick Exp $ DESCRIPTION="Portmon is a network service monitoring daemon." SRC_URI="http://aboleo.net/software/portmon/downloads/${P}.tar.gz" @@ -11,7 +11,7 @@ SLOT="0" LICENSE="GPL-2" IUSE="" -DEPEND="virtual/libc" +DEPEND="" src_compile() { econf --sysconfdir=/etc/portmon || die "Configure failed" |