* [gentoo-commits] gentoo-x86 commit in perl-core/Compress-Raw-Zlib: ChangeLog Compress-Raw-Zlib-2.60.0.ebuild
@ 2013-01-19 12:14 Torsten Veller (tove)
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2013-01-19 12:14 UTC (permalink / raw
To: gentoo-commits
tove 13/01/19 12:14:00
Modified: ChangeLog
Added: Compress-Raw-Zlib-2.60.0.ebuild
Log:
[bump] perl-core/Compress-Raw-Zlib-2.60.0
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Revision Changes Path
1.52 perl-core/Compress-Raw-Zlib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 8 Dec 2012 15:16:37 -0000 1.51
+++ ChangeLog 19 Jan 2013 12:14:00 -0000 1.52
@@ -1,6 +1,12 @@
# ChangeLog for perl-core/Compress-Raw-Zlib
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.51 2012/12/08 15:16:37 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.52 2013/01/19 12:14:00 tove Exp $
+
+*Compress-Raw-Zlib-2.60.0 (19 Jan 2013)
+
+ 19 Jan 2013; Torsten Veller <tove@gentoo.org>
+ +Compress-Raw-Zlib-2.60.0.ebuild:
+ Version bump
*Compress-Raw-Zlib-2.59.0 (08 Dec 2012)
1.1 perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.60.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.60.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.60.0.ebuild?rev=1.1&content-type=text/plain
Index: Compress-Raw-Zlib-2.60.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.60.0.ebuild,v 1.1 2013/01/19 12:14:00 tove Exp $
EAPI=5
MODULE_AUTHOR=PMQS
MODULE_VERSION=2.060
inherit multilib perl-module
DESCRIPTION="Low-Level Interface to zlib compression library"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=sys-libs/zlib-1.2.5"
DEPEND="${RDEPEND}"
# test? ( dev-perl/Test-Pod )"
SRC_TEST=parallel
src_prepare() {
rm -rf "${S}"/zlib-src/ || die
sed -i '/^zlib-src/d' "${S}"/MANIFEST || die
perl-module_src_prepare
}
src_configure() {
BUILD_ZLIB=False \
ZLIB_INCLUDE="${EPREFIX}"/usr/include \
ZLIB_LIB="${EPREFIX}"/usr/$(get_libdir) \
perl-module_src_configure
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in perl-core/Compress-Raw-Zlib: ChangeLog Compress-Raw-Zlib-2.60.0.ebuild
@ 2015-06-04 17:05 Andreas Huettel (dilfridge)
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Huettel (dilfridge) @ 2015-06-04 17:05 UTC (permalink / raw
To: gentoo-commits
dilfridge 15/06/04 17:05:55
Modified: ChangeLog Compress-Raw-Zlib-2.60.0.ebuild
Log:
Drop keywords
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Revision Changes Path
1.68 perl-core/Compress-Raw-Zlib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?r1=1.67&r2=1.68
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog 5 Jul 2014 16:02:13 -0000 1.67
+++ ChangeLog 4 Jun 2015 17:05:55 -0000 1.68
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/Compress-Raw-Zlib
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.67 2014/07/05 16:02:13 dilfridge Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.68 2015/06/04 17:05:55 dilfridge Exp $
+
+ 04 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org>
+ Compress-Raw-Zlib-2.60.0.ebuild:
+ Drop keywords
05 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org>
-Compress-Raw-Zlib-2.024.ebuild, -Compress-Raw-Zlib-2.33.ebuild,
1.16 perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.60.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.60.0.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.60.0.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.60.0.ebuild?r1=1.15&r2=1.16
Index: Compress-Raw-Zlib-2.60.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.60.0.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Compress-Raw-Zlib-2.60.0.ebuild 20 Jan 2014 20:45:03 -0000 1.15
+++ Compress-Raw-Zlib-2.60.0.ebuild 4 Jun 2015 17:05:55 -0000 1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.60.0.ebuild,v 1.15 2014/01/20 20:45:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.60.0.ebuild,v 1.16 2015/06/04 17:05:55 dilfridge Exp $
EAPI=5
@@ -11,7 +11,7 @@
DESCRIPTION="Low-Level Interface to zlib compression library"
SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS=""
IUSE=""
RDEPEND=">=sys-libs/zlib-1.2.5"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-04 17:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-04 17:05 [gentoo-commits] gentoo-x86 commit in perl-core/Compress-Raw-Zlib: ChangeLog Compress-Raw-Zlib-2.60.0.ebuild Andreas Huettel (dilfridge)
-- strict thread matches above, loose matches on Subject: below --
2013-01-19 12:14 Torsten Veller (tove)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox