diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:19:11 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:19:11 +0000 |
commit | 49a669d3bb9444de3072813ca28138bf194b97b4 (patch) | |
tree | 63424e57deb8091bd188847279cc8d3b1d55a1e2 /net-analyzer/portmon | |
parent | add in new special sauce! (diff) | |
download | historical-49a669d3bb9444de3072813ca28138bf194b97b4.tar.gz historical-49a669d3bb9444de3072813ca28138bf194b97b4.tar.bz2 historical-49a669d3bb9444de3072813ca28138bf194b97b4.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-analyzer/portmon')
-rw-r--r-- | net-analyzer/portmon/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/portmon/portmon-1.9.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/portmon/portmon-2.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/portmon/ChangeLog b/net-analyzer/portmon/ChangeLog index 00fd2ae8a3ad..0b372ca1c91d 100644 --- a/net-analyzer/portmon/ChangeLog +++ b/net-analyzer/portmon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/portmon # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portmon/ChangeLog,v 1.5 2004/06/24 22:15:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portmon/ChangeLog,v 1.6 2004/07/01 20:13:37 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> portmon-1.9.ebuild, + portmon-2.0.ebuild: + change virtual/glibc to virtual/libc 28 Apr 2004; David Holm <dholm@gentoo.org> portmon-2.0.ebuild: Added to ~ppc. diff --git a/net-analyzer/portmon/portmon-1.9.ebuild b/net-analyzer/portmon/portmon-1.9.ebuild index 532a5e85a270..49c9aed3892b 100644 --- a/net-analyzer/portmon/portmon-1.9.ebuild +++ b/net-analyzer/portmon/portmon-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portmon/portmon-1.9.ebuild,v 1.5 2004/06/24 22:15:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portmon/portmon-1.9.ebuild,v 1.6 2004/07/01 20:13:37 squinky86 Exp $ DESCRIPTION="Portmon is a netwok 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/glibc" +DEPEND="virtual/libc" src_compile() { econf --sysconfdir=/etc/portmon || die "Configure failed" diff --git a/net-analyzer/portmon/portmon-2.0.ebuild b/net-analyzer/portmon/portmon-2.0.ebuild index 49d3704af8b1..4958a3d4f06a 100644 --- a/net-analyzer/portmon/portmon-2.0.ebuild +++ b/net-analyzer/portmon/portmon-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.3 2004/06/24 22:15:33 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portmon/portmon-2.0.ebuild,v 1.4 2004/07/01 20:13:37 squinky86 Exp $ DESCRIPTION="Portmon is a netwok 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/glibc" +DEPEND="virtual/libc" src_compile() { econf --sysconfdir=/etc/portmon || die "Configure failed" |