diff options
author | Mike Auty <ikelos@gentoo.org> | 2008-12-14 12:00:57 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2008-12-14 12:00:57 +0000 |
commit | ad9c2a894bbb325ad6608abe9a8124939c7982f4 (patch) | |
tree | 4f9b2daa4ce20fc1ce6b4f6ab0f740afa752e575 /net-libs | |
parent | Remove PACKAGE_* definitions from installed config.h (#192676). (diff) | |
download | gentoo-2-ad9c2a894bbb325ad6608abe9a8124939c7982f4.tar.gz gentoo-2-ad9c2a894bbb325ad6608abe9a8124939c7982f4.tar.bz2 gentoo-2-ad9c2a894bbb325ad6608abe9a8124939c7982f4.zip |
Version bump, clear out old versions.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnipper/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/libnipper/libnipper-0.12.1.ebuild | 17 | ||||
-rw-r--r-- | net-libs/libnipper/libnipper-0.12.2.ebuild | 17 | ||||
-rw-r--r-- | net-libs/libnipper/libnipper-0.12.5.ebuild (renamed from net-libs/libnipper/libnipper-0.12.0.ebuild) | 2 |
4 files changed, 9 insertions, 36 deletions
diff --git a/net-libs/libnipper/ChangeLog b/net-libs/libnipper/ChangeLog index 0dc837e86167..e59c518e7825 100644 --- a/net-libs/libnipper/ChangeLog +++ b/net-libs/libnipper/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-libs/libnipper # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnipper/ChangeLog,v 1.6 2008/11/08 11:10:41 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnipper/ChangeLog,v 1.7 2008/12/14 12:00:57 ikelos Exp $ + +*libnipper-0.12.5 (14 Dec 2008) + + 14 Dec 2008; Mike Auty <ikelos@gentoo.org> -libnipper-0.12.0.ebuild, + -libnipper-0.12.1.ebuild, -libnipper-0.12.2.ebuild, + +libnipper-0.12.5.ebuild: + Version bump, clear out old versions. 08 Nov 2008; Mike Auty <ikelos@gentoo.org> ChangeLog: Fix up broken manifest diff --git a/net-libs/libnipper/libnipper-0.12.1.ebuild b/net-libs/libnipper/libnipper-0.12.1.ebuild deleted file mode 100644 index 677102bcf357..000000000000 --- a/net-libs/libnipper/libnipper-0.12.1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnipper/libnipper-0.12.1.ebuild,v 1.1 2008/09/05 20:41:01 ikelos Exp $ - -inherit cmake-utils - -DESCRIPTION="A router configuration security analysis library" -HOMEPAGE="http://nipper.titania.co.uk/" -SRC_URI="mirror://sourceforge/nipper/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -# DEPEND is implicitly set by cmake-utils -RDEPEND="" diff --git a/net-libs/libnipper/libnipper-0.12.2.ebuild b/net-libs/libnipper/libnipper-0.12.2.ebuild deleted file mode 100644 index 3e47c5d07c1e..000000000000 --- a/net-libs/libnipper/libnipper-0.12.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnipper/libnipper-0.12.2.ebuild,v 1.1 2008/10/19 17:51:12 ikelos Exp $ - -inherit cmake-utils - -DESCRIPTION="A router configuration security analysis library" -HOMEPAGE="http://nipper.titania.co.uk/" -SRC_URI="mirror://sourceforge/nipper/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -# DEPEND is implicitly set by cmake-utils -RDEPEND="" diff --git a/net-libs/libnipper/libnipper-0.12.0.ebuild b/net-libs/libnipper/libnipper-0.12.5.ebuild index ae549b632c91..63819ed86b56 100644 --- a/net-libs/libnipper/libnipper-0.12.0.ebuild +++ b/net-libs/libnipper/libnipper-0.12.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnipper/libnipper-0.12.0.ebuild,v 1.1 2008/08/30 19:01:04 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnipper/libnipper-0.12.5.ebuild,v 1.1 2008/12/14 12:00:57 ikelos Exp $ inherit cmake-utils |