diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-09-15 21:53:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-09-15 21:53:56 +0000 |
commit | b10de250060504404ae24e99100852e0a65fa7bc (patch) | |
tree | 2a665dff64597feb74fdb9a3ac49c56de99ba086 /net-analyzer/iplog | |
parent | Mark 0.16 stable on alpha (diff) | |
download | historical-b10de250060504404ae24e99100852e0a65fa7bc.tar.gz historical-b10de250060504404ae24e99100852e0a65fa7bc.tar.bz2 historical-b10de250060504404ae24e99100852e0a65fa7bc.zip |
Mark 2.2.3-r2 stable on alpha
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'net-analyzer/iplog')
-rw-r--r-- | net-analyzer/iplog/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/iplog/iplog-2.2.3-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/iplog/ChangeLog b/net-analyzer/iplog/ChangeLog index b263c981f152..faf500ab7b63 100644 --- a/net-analyzer/iplog/ChangeLog +++ b/net-analyzer/iplog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/iplog # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/ChangeLog,v 1.14 2005/04/25 02:19:18 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/ChangeLog,v 1.15 2005/09/15 21:53:56 agriffis Exp $ + + 15 Sep 2005; Aron Griffis <agriffis@gentoo.org> iplog-2.2.3-r2.ebuild: + Mark 2.2.3-r2 stable on alpha 24 Apr 2005; Marcelo Goes <vanquirius@gentoo.org> -iplog-2.2.3-r1.ebuild, -iplog-2.2.3.ebuild: diff --git a/net-analyzer/iplog/iplog-2.2.3-r2.ebuild b/net-analyzer/iplog/iplog-2.2.3-r2.ebuild index 5b5225008e47..f2d6ea4a2772 100644 --- a/net-analyzer/iplog/iplog-2.2.3-r2.ebuild +++ b/net-analyzer/iplog/iplog-2.2.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/iplog-2.2.3-r2.ebuild,v 1.8 2005/01/29 05:12:51 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iplog/iplog-2.2.3-r2.ebuild,v 1.9 2005/09/15 21:53:56 agriffis Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/ojnk/${P}.tar.gz" LICENSE="|| ( GPL-2 FDL-1.1 )" SLOT="0" -KEYWORDS="x86 ppc sparc ~alpha" +KEYWORDS="alpha ppc sparc x86" IUSE="" DEPEND="virtual/libpcap" |