public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/yajl: yajl-2.0.4-r2.ebuild ChangeLog yajl-2.0.2.ebuild yajl-1.0.11-r1.ebuild yajl-2.0.4.ebuild
@ 2013-06-23 22:19 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2013-06-23 22:19 UTC (permalink / raw
  To: gentoo-commits

xmw         13/06/23 22:19:25

  Modified:             ChangeLog
  Added:                yajl-2.0.4-r2.ebuild
  Removed:              yajl-2.0.2.ebuild yajl-1.0.11-r1.ebuild
                        yajl-2.0.4.ebuild
  Log:
  Revbump, USE=static-libs (bug 447376, thanks ago), fix multilib test (bug 467808, thanks Alphat-PC). Drop old.
  
  (Portage version: 2.2.0_alpha183/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)

Revision  Changes    Path
1.36                 dev-libs/yajl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	25 Apr 2013 19:38:48 -0000	1.35
+++ ChangeLog	23 Jun 2013 22:19:25 -0000	1.36
@@ -1,6 +1,14 @@
 # ChangeLog for dev-libs/yajl
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v 1.35 2013/04/25 19:38:48 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/ChangeLog,v 1.36 2013/06/23 22:19:25 xmw Exp $
+
+*yajl-2.0.4-r2 (23 Jun 2013)
+
+  23 Jun 2013; Michael Weber <xmw@gentoo.org>
+  +files/yajl-2.0.4-remove_static_lib.patch, +yajl-2.0.4-r2.ebuild,
+  -yajl-1.0.11-r1.ebuild, -yajl-2.0.2.ebuild, -yajl-2.0.4.ebuild:
+  Revbump, USE=static-libs (bug 447376, thanks ago), fix multilib test (bug
+  467808, thanks Alphat-PC). Drop old.
 
 *yajl-2.0.4-r1 (25 Apr 2013)
 



1.1                  dev-libs/yajl/yajl-2.0.4-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-2.0.4-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/yajl/yajl-2.0.4-r2.ebuild?rev=1.1&content-type=text/plain

Index: yajl-2.0.4-r2.ebuild
===================================================================
# Copyright 1999-2013 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-r2.ebuild,v 1.1 2013/06/23 22:19:25 xmw Exp $

EAPI=5

inherit eutils cmake-multilib vcs-snapshot

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="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs"

src_prepare() {
	epatch "${FILESDIR}"/${PN}-fix_static_linking.patch
	if ! use static-libs ; then
		epatch "${FILESDIR}"/${P}-remove_static_lib.patch
	fi
}

src_test() {
	multilib_foreach_abi run_in_build_dir emake test
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-06-23 22:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-23 22:19 [gentoo-commits] gentoo-x86 commit in dev-libs/yajl: yajl-2.0.4-r2.ebuild ChangeLog yajl-2.0.2.ebuild yajl-1.0.11-r1.ebuild yajl-2.0.4.ebuild Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox