hwoarang    14/04/12 15:42:43

  Modified:             ChangeLog
  Added:                json-c-0.12.ebuild
  Log:
  Version bump. Bug #507218
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  Changes    Path
1.46                 dev-libs/json-c/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/json-c/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   19 Mar 2014 15:13:47 -0000      1.45
+++ ChangeLog   12 Apr 2014 15:42:43 -0000      1.46
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/json-c
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-c/ChangeLog,v 1.45 2014/03/19 
15:13:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-c/ChangeLog,v 1.46 2014/04/12 
15:42:43 hwoarang Exp $
+
+*json-c-0.12 (12 Apr 2014)
+
+  12 Apr 2014; Markos Chandras <hwoar...@gentoo.org> +json-c-0.12.ebuild:
+  Version bump. Bug #507218
 
   19 Mar 2014; Agostino Sarubbo <a...@gentoo.org> json-c-0.11-r1.ebuild:
   Stable for alpha, wrt bug #495404



1.1                  dev-libs/json-c/json-c-0.12.ebuild

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

Index: json-c-0.12.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/json-c/json-c-0.12.ebuild,v 1.1 
2014/04/12 15:42:43 hwoarang Exp $

EAPI=5

AUTOTOOLS_AUTORECONF=true

inherit autotools-multilib

DESCRIPTION="A JSON implementation in C"
HOMEPAGE="https://github.com/json-c/json-c/wiki";
SRC_URI="https://s3.amazonaws.com/json-c_releases/releases/${P}.tar.gz";

LICENSE="MIT"
SLOT="0/0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
IUSE="doc static-libs"

# tests break otherwise
AUTOTOOLS_IN_SOURCE_BUILD=1

src_prepare() {
        sed -i -e "s:-Werror::" Makefile.am.inc || die
        autotools-multilib_src_prepare
}

src_test() {
        export USE_VALGRIND=0 VERBOSE=1
        autotools-multilib_src_test
}

src_install() {
        use doc && HTML_DOCS=( "${S}"/doc/html )
        autotools-multilib_src_install

        # add symlink for projects not using pkgconfig
        dosym ../json-c /usr/include/json-c/json
}




Reply via email to