public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in perl-core/Compress-Raw-Zlib: ChangeLog Compress-Raw-Zlib-2.49.0.ebuild
@ 2012-02-21 19:30 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2012-02-21 19:30 UTC (permalink / raw
  To: gentoo-commits

tove        12/02/21 19:30:33

  Modified:             ChangeLog
  Added:                Compress-Raw-Zlib-2.49.0.ebuild
  Log:
  [bump] perl-core/Compress-Raw-Zlib-2.49.0
  
  (Portage version: 2.2.0_alpha87/cvs/Linux x86_64)

Revision  Changes    Path
1.45                 perl-core/Compress-Raw-Zlib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	23 Nov 2011 17:29:15 -0000	1.44
+++ ChangeLog	21 Feb 2012 19:30:33 -0000	1.45
@@ -1,6 +1,12 @@
 # ChangeLog for perl-core/Compress-Raw-Zlib
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.44 2011/11/23 17:29:15 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.45 2012/02/21 19:30:33 tove Exp $
+
+*Compress-Raw-Zlib-2.49.0 (21 Feb 2012)
+
+  21 Feb 2012; Torsten Veller <tove@gentoo.org>
+  +Compress-Raw-Zlib-2.49.0.ebuild:
+  Version bump
 
 *Compress-Raw-Zlib-2.43.0 (23 Nov 2011)
 



1.1                  perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.49.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.49.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.49.0.ebuild?rev=1.1&content-type=text/plain

Index: Compress-Raw-Zlib-2.49.0.ebuild
===================================================================
# Copyright 1999-2012 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.49.0.ebuild,v 1.1 2012/02/21 19:30:33 tove Exp $

EAPI=4

MODULE_AUTHOR=PMQS
MODULE_VERSION=2.049
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 ~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.49.0.ebuild
@ 2012-04-26 19:58 Alexis Ballier (aballier)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-04-26 19:58 UTC (permalink / raw
  To: gentoo-commits

aballier    12/04/26 19:58:39

  Modified:             ChangeLog Compress-Raw-Zlib-2.49.0.ebuild
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.46                 perl-core/Compress-Raw-Zlib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	21 Feb 2012 19:30:33 -0000	1.45
+++ ChangeLog	26 Apr 2012 19:58:39 -0000	1.46
@@ -1,6 +1,10 @@
 # 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.45 2012/02/21 19:30:33 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.46 2012/04/26 19:58:39 aballier Exp $
+
+  26 Apr 2012; Alexis Ballier <aballier@gentoo.org>
+  Compress-Raw-Zlib-2.49.0.ebuild:
+  keyword ~amd64-fbsd
 
 *Compress-Raw-Zlib-2.49.0 (21 Feb 2012)
 



1.2                  perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.49.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.49.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.49.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.49.0.ebuild?r1=1.1&r2=1.2

Index: Compress-Raw-Zlib-2.49.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.49.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Compress-Raw-Zlib-2.49.0.ebuild	21 Feb 2012 19:30:33 -0000	1.1
+++ Compress-Raw-Zlib-2.49.0.ebuild	26 Apr 2012 19:58:39 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.49.0.ebuild,v 1.1 2012/02/21 19:30:33 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.49.0.ebuild,v 1.2 2012/04/26 19:58:39 aballier Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 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 ~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"
+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"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-26 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-26 19:58 [gentoo-commits] gentoo-x86 commit in perl-core/Compress-Raw-Zlib: ChangeLog Compress-Raw-Zlib-2.49.0.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-21 19:30 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