* [gentoo-commits] gentoo-x86 commit in dev-libs/yajl: ChangeLog yajl-2.0.4.ebuild
@ 2012-05-06 9:21 Hans de Graaff (graaff)
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2012-05-06 9:21 UTC (permalink / raw
To: gentoo-commits
graaff 12/05/06 09:21:23
Modified: ChangeLog
Added: yajl-2.0.4.ebuild
Log:
Version bump. Closes bug 414759, thanks to Johan Bergström for reporting.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.22 dev-libs/yajl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 5 May 2012 11:38:07 -0000 1.21
+++ ChangeLog 6 May 2012 09:21:23 -0000 1.22
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/yajl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v 1.21 2012/05/05 11:38:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v 1.22 2012/05/06 09:21:23 graaff Exp $
+
+*yajl-2.0.4 (06 May 2012)
+
+ 06 May 2012; Hans de Graaff <graaff@gentoo.org> +yajl-2.0.4.ebuild:
+ Version bump. Closes bug 414759, thanks to Johan Bergström for reporting.
05 May 2012; Markus Meier <maekke@gentoo.org> yajl-2.0.3.ebuild:
x86 stable, bug #402287
1.1 dev-libs/yajl/yajl-2.0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-2.0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-2.0.4.ebuild?rev=1.1&content-type=text/plain
Index: yajl-2.0.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-2.0.4.ebuild,v 1.1 2012/05/06 09:21:23 graaff Exp $
EAPI=4
inherit base cmake-utils
DESCRIPTION="Small event-driven (SAX-style) JSON parser"
HOMEPAGE="http://lloyd.github.com/yajl/"
SRC_URI="http://github.com/lloyd/yajl/tarball/${PV} -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
PATCHES=(
"${FILESDIR}"/${PN}-fix_static_linking.patch
)
src_unpack() {
unpack ${A}
mv "${WORKDIR}"/lloyd-${PN}-* "${S}"
}
src_test() {
emake -C "${CMAKE_BUILD_DIR}" test
}
src_install() {
cmake-utils_src_install
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/yajl: ChangeLog yajl-2.0.4.ebuild
@ 2012-05-18 8:47 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-18 8:47 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/18 08:47:52
Modified: ChangeLog yajl-2.0.4.ebuild
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Revision Changes Path
1.26 dev-libs/yajl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 12 May 2012 12:50:32 -0000 1.25
+++ ChangeLog 18 May 2012 08:47:52 -0000 1.26
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/yajl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v 1.25 2012/05/12 12:50:32 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v 1.26 2012/05/18 08:47:52 aballier Exp $
+
+ 18 May 2012; Alexis Ballier <aballier@gentoo.org> yajl-2.0.4.ebuild:
+ keyword ~amd64-fbsd
12 May 2012; Markus Meier <maekke@gentoo.org> yajl-2.0.3.ebuild:
arm stable, bug #402287
1.2 dev-libs/yajl/yajl-2.0.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-2.0.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-2.0.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-2.0.4.ebuild?r1=1.1&r2=1.2
Index: yajl-2.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-2.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- yajl-2.0.4.ebuild 6 May 2012 09:21:23 -0000 1.1
+++ yajl-2.0.4.ebuild 18 May 2012 08:47:52 -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/dev-libs/yajl/yajl-2.0.4.ebuild,v 1.1 2012/05/06 09:21:23 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-2.0.4.ebuild,v 1.2 2012/05/18 08:47:52 aballier Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
PATCHES=(
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-18 8:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-18 8:47 [gentoo-commits] gentoo-x86 commit in dev-libs/yajl: ChangeLog yajl-2.0.4.ebuild Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2012-05-06 9:21 Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox