summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-11-01 13:37:34 +0000
committerTorsten Veller <tove@gentoo.org>2008-11-01 13:37:34 +0000
commit5769f7a2950791fd26983dbe14c90a1df2b9b042 (patch)
tree8ac9d65570e196ff66b0762b0951c3fc1cf2ba8d
parentRemove broken TestCal.exe program from compilation (diff)
downloadgentoo-2-5769f7a2950791fd26983dbe14c90a1df2b9b042.tar.gz
gentoo-2-5769f7a2950791fd26983dbe14c90a1df2b9b042.tar.bz2
gentoo-2-5769f7a2950791fd26983dbe14c90a1df2b9b042.zip
Cleanup.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
-rw-r--r--dev-perl/Compress-Raw-Zlib/ChangeLog6
-rw-r--r--dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.011.ebuild32
-rw-r--r--dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.012.ebuild32
3 files changed, 5 insertions, 65 deletions
diff --git a/dev-perl/Compress-Raw-Zlib/ChangeLog b/dev-perl/Compress-Raw-Zlib/ChangeLog
index c65e579390f0..6d6043658ee8 100644
--- a/dev-perl/Compress-Raw-Zlib/ChangeLog
+++ b/dev-perl/Compress-Raw-Zlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Compress-Raw-Zlib
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.51 2008/10/23 18:11:34 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Compress-Raw-Zlib/ChangeLog,v 1.52 2008/11/01 13:37:34 tove Exp $
+
+ 01 Nov 2008; Torsten Veller <tove@gentoo.org>
+ -Compress-Raw-Zlib-2.011.ebuild, -Compress-Raw-Zlib-2.012.ebuild:
+ Cleanup.
23 Oct 2008; Tobias Scherbaum <dertobi123@gentoo.org>
Compress-Raw-Zlib-2.015.ebuild:
diff --git a/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.011.ebuild b/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.011.ebuild
deleted file mode 100644
index 2535ea63f488..000000000000
--- a/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.011.ebuild
+++ /dev/null
@@ -1,32 +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/Compress-Raw-Zlib/Compress-Raw-Zlib-2.011.ebuild,v 1.2 2008/07/15 16:56:58 armin76 Exp $
-
-MODULE_AUTHOR=PMQS
-
-inherit multilib perl-module
-
-DESCRIPTION="Low-Level Interface to zlib compression library"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-lang/perl
- sys-libs/zlib"
-
-SRC_TEST="do"
-
-src_unpack() {
- perl-module_src_unpack
-
- cat <<-EOF > "${S}/config.in"
- BUILD_ZLIB = False
- INCLUDE = /usr/include
- LIB = /usr/${get_libdir}
-
- OLD_ZLIB = False
- GZIP_OS_CODE = AUTO_DETECT
- EOF
-}
diff --git a/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.012.ebuild b/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.012.ebuild
deleted file mode 100644
index a7e7b3fd8b1d..000000000000
--- a/dev-perl/Compress-Raw-Zlib/Compress-Raw-Zlib-2.012.ebuild
+++ /dev/null
@@ -1,32 +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/Compress-Raw-Zlib/Compress-Raw-Zlib-2.012.ebuild,v 1.1 2008/07/19 08:27:33 tove Exp $
-
-MODULE_AUTHOR=PMQS
-
-inherit multilib perl-module
-
-DESCRIPTION="Low-Level Interface to zlib compression library"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="dev-lang/perl
- >=sys-libs/zlib-1.2.2.1"
-
-SRC_TEST="do"
-
-src_unpack() {
- perl-module_src_unpack
-
- cat <<-EOF > "${S}/config.in"
- BUILD_ZLIB = False
- INCLUDE = /usr/include
- LIB = /usr/${get_libdir}
-
- OLD_ZLIB = False
- GZIP_OS_CODE = AUTO_DETECT
- EOF
-}