* [gentoo-commits] gentoo-x86 commit in dev-libs/quazip: ChangeLog quazip-0.4.3-r1.ebuild
@ 2011-09-21 12:42 Sebastian Pipping (sping)
0 siblings, 0 replies; 4+ messages in thread
From: Sebastian Pipping (sping) @ 2011-09-21 12:42 UTC (permalink / raw
To: gentoo-commits
sping 11/09/21 12:42:19
Modified: ChangeLog quazip-0.4.3-r1.ebuild
Log:
dev-libs/quazip: Fix compilation against zlib-1.2.5.1-r1 (bug #383309)
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Revision Changes Path
1.7 dev-libs/quazip/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 13 Sep 2011 21:30:52 -0000 1.6
+++ ChangeLog 21 Sep 2011 12:42:19 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/quazip
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v 1.6 2011/09/13 21:30:52 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v 1.7 2011/09/21 12:42:19 sping Exp $
+
+ 21 Sep 2011; Sebastian Pipping <sping@gentoo.org> quazip-0.4.3-r1.ebuild,
+ +files/quazip-0.4.3-zlib.patch:
+ Fix compilation against zlib-1.2.5.1-r1 (bug #383309)
*quazip-0.4.3-r1 (13 Sep 2011)
1.3 dev-libs/quazip/quazip-0.4.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild?r1=1.2&r2=1.3
Index: quazip-0.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- quazip-0.4.3-r1.ebuild 13 Sep 2011 23:03:16 -0000 1.2
+++ quazip-0.4.3-r1.ebuild 21 Sep 2011 12:42:19 -0000 1.3
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild,v 1.2 2011/09/13 23:03:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild,v 1.3 2011/09/21 12:42:19 sping Exp $
EAPI=4
-inherit multilib cmake-utils
+inherit eutils multilib cmake-utils
DESCRIPTION="A simple C++ wrapper over Gilles Vollant's ZIP/UNZIP package"
HOMEPAGE="http://quazip.sourceforge.net/"
@@ -22,3 +22,8 @@
S="${WORKDIR}"/${P}
DOCS="NEWS README.txt"
+
+src_prepare() {
+ # Support zlib-1.2.5.1-r1 (bug #383309)
+ epatch "${FILESDIR}"/${P}-zlib.patch
+}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/quazip: ChangeLog quazip-0.4.3-r1.ebuild
@ 2011-10-11 19:21 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2011-10-11 19:21 UTC (permalink / raw
To: gentoo-commits
jer 11/10/11 19:21:56
Modified: ChangeLog quazip-0.4.3-r1.ebuild
Log:
Marked ~hppa (bug #383945).
(Portage version: 2.2.0_alpha66/cvs/Linux x86_64)
Revision Changes Path
1.8 dev-libs/quazip/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 21 Sep 2011 12:42:19 -0000 1.7
+++ ChangeLog 11 Oct 2011 19:21:56 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/quazip
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v 1.7 2011/09/21 12:42:19 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v 1.8 2011/10/11 19:21:56 jer Exp $
+
+ 11 Oct 2011; Jeroen Roovers <jer@gentoo.org> quazip-0.4.3-r1.ebuild:
+ Marked ~hppa (bug #383945).
21 Sep 2011; Sebastian Pipping <sping@gentoo.org> quazip-0.4.3-r1.ebuild,
+files/quazip-0.4.3-zlib.patch:
1.4 dev-libs/quazip/quazip-0.4.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild?r1=1.3&r2=1.4
Index: quazip-0.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- quazip-0.4.3-r1.ebuild 21 Sep 2011 12:42:19 -0000 1.3
+++ quazip-0.4.3-r1.ebuild 11 Oct 2011 19:21:56 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild,v 1.3 2011/09/21 12:42:19 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild,v 1.4 2011/10/11 19:21:56 jer Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="sys-libs/zlib
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/quazip: ChangeLog quazip-0.4.3-r1.ebuild
@ 2011-11-01 5:47 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-11-01 5:47 UTC (permalink / raw
To: gentoo-commits
maekke 11/11/01 05:47:49
Modified: ChangeLog quazip-0.4.3-r1.ebuild
Log:
add ~arm, bug #383945
(Portage version: 2.1.10.32/cvs/Linux i686)
Revision Changes Path
1.9 dev-libs/quazip/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 11 Oct 2011 19:21:56 -0000 1.8
+++ ChangeLog 1 Nov 2011 05:47:49 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/quazip
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v 1.8 2011/10/11 19:21:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v 1.9 2011/11/01 05:47:49 maekke Exp $
+
+ 01 Nov 2011; Markus Meier <maekke@gentoo.org> quazip-0.4.3-r1.ebuild:
+ add ~arm, bug #383945
11 Oct 2011; Jeroen Roovers <jer@gentoo.org> quazip-0.4.3-r1.ebuild:
Marked ~hppa (bug #383945).
1.5 dev-libs/quazip/quazip-0.4.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild?r1=1.4&r2=1.5
Index: quazip-0.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- quazip-0.4.3-r1.ebuild 11 Oct 2011 19:21:56 -0000 1.4
+++ quazip-0.4.3-r1.ebuild 1 Nov 2011 05:47:49 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild,v 1.4 2011/10/11 19:21:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild,v 1.5 2011/11/01 05:47:49 maekke Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="sys-libs/zlib
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/quazip: ChangeLog quazip-0.4.3-r1.ebuild
@ 2011-11-04 12:25 Naohiro Aota (naota)
0 siblings, 0 replies; 4+ messages in thread
From: Naohiro Aota (naota) @ 2011-11-04 12:25 UTC (permalink / raw
To: gentoo-commits
naota 11/11/04 12:25:42
Modified: ChangeLog quazip-0.4.3-r1.ebuild
Log:
Add ~x86-fbsd
(Portage version: 2.2.0_alpha66/cvs/FreeBSD i386)
Revision Changes Path
1.10 dev-libs/quazip/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 1 Nov 2011 05:47:49 -0000 1.9
+++ ChangeLog 4 Nov 2011 12:25:42 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/quazip
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v 1.9 2011/11/01 05:47:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/ChangeLog,v 1.10 2011/11/04 12:25:42 naota Exp $
+
+ 04 Nov 2011; Naohiro Aota <naota@gentoo.org> quazip-0.4.3-r1.ebuild:
+ Add ~x86-fbsd
01 Nov 2011; Markus Meier <maekke@gentoo.org> quazip-0.4.3-r1.ebuild:
add ~arm, bug #383945
1.6 dev-libs/quazip/quazip-0.4.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild?r1=1.5&r2=1.6
Index: quazip-0.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- quazip-0.4.3-r1.ebuild 1 Nov 2011 05:47:49 -0000 1.5
+++ quazip-0.4.3-r1.ebuild 4 Nov 2011 12:25:42 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild,v 1.5 2011/11/01 05:47:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/quazip/quazip-0.4.3-r1.ebuild,v 1.6 2011/11/04 12:25:42 naota Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="sys-libs/zlib
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-11-04 12:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-01 5:47 [gentoo-commits] gentoo-x86 commit in dev-libs/quazip: ChangeLog quazip-0.4.3-r1.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2011-11-04 12:25 Naohiro Aota (naota)
2011-10-11 19:21 Jeroen Roovers (jer)
2011-09-21 12:42 Sebastian Pipping (sping)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox