diff options
author | 2010-08-15 18:54:51 +0000 | |
---|---|---|
committer | 2010-08-15 18:54:51 +0000 | |
commit | 627e90bc6971661271ea1d4b3a7c005926764453 (patch) | |
tree | d9eb7f32172beaba879b2b0d48dd96f656debd57 /dev-perl/Net-Z3950-ZOOM | |
parent | Update to new ruby_add_bdepend syntax, and block test-unit:2 for testing. (diff) | |
download | historical-627e90bc6971661271ea1d4b3a7c005926764453.tar.gz historical-627e90bc6971661271ea1d4b3a7c005926764453.tar.bz2 historical-627e90bc6971661271ea1d4b3a7c005926764453.zip |
Cleanup
Package-Manager: portage-2.2_rc67_p525/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Net-Z3950-ZOOM')
-rw-r--r-- | dev-perl/Net-Z3950-ZOOM/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.25.ebuild | 18 |
2 files changed, 4 insertions, 19 deletions
diff --git a/dev-perl/Net-Z3950-ZOOM/ChangeLog b/dev-perl/Net-Z3950-ZOOM/ChangeLog index ba495627de01..9f3f308053ed 100644 --- a/dev-perl/Net-Z3950-ZOOM/ChangeLog +++ b/dev-perl/Net-Z3950-ZOOM/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Net-Z3950-ZOOM # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Z3950-ZOOM/ChangeLog,v 1.5 2010/06/09 05:56:39 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Z3950-ZOOM/ChangeLog,v 1.6 2010/08/15 18:54:51 tove Exp $ + + 15 Aug 2010; Torsten Veller <tove@gentoo.org> -Net-Z3950-ZOOM-1.25.ebuild: + Cleanup *Net-Z3950-ZOOM-1.26 (09 Jun 2010) diff --git a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.25.ebuild b/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.25.ebuild deleted file mode 100644 index b7402059310b..000000000000 --- a/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.25.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Z3950-ZOOM/Net-Z3950-ZOOM-1.25.ebuild,v 1.2 2008/10/04 21:40:13 tove Exp $ - -MODULE_AUTHOR="MIRK" - -inherit perl-module - -DESCRIPTION="Perl extension for invoking the ZOOM-C API" - -IUSE="" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~ppc ~x86" - -DEPEND="dev-lang/perl - >=dev-libs/yaz-2.1.50" |