diff options
author | 2014-07-21 23:23:37 +0000 | |
---|---|---|
committer | 2014-07-21 23:23:37 +0000 | |
commit | 72b936524f9b178ec067f3baed7d92fdd0bb2af2 (patch) | |
tree | d6e9758f071883223fe16e327620970ce4d2fd38 /sci-libs/libcerf | |
parent | Version bump (diff) | |
download | gentoo-2-72b936524f9b178ec067f3baed7d92fdd0bb2af2.tar.gz gentoo-2-72b936524f9b178ec067f3baed7d92fdd0bb2af2.tar.bz2 gentoo-2-72b936524f9b178ec067f3baed7d92fdd0bb2af2.zip |
don't inject -Werror and keyworded ~x86-macos ~amd64-linux ~arm (tested by me)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-libs/libcerf')
-rw-r--r-- | sci-libs/libcerf/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libcerf/files/libcerf-1.3-autotools.patch | 21 | ||||
-rw-r--r-- | sci-libs/libcerf/libcerf-1.3.ebuild | 4 |
3 files changed, 29 insertions, 3 deletions
diff --git a/sci-libs/libcerf/ChangeLog b/sci-libs/libcerf/ChangeLog index 08f171600dcc..61c0cffd95c5 100644 --- a/sci-libs/libcerf/ChangeLog +++ b/sci-libs/libcerf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/libcerf # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v 1.2 2014/07/21 22:51:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/ChangeLog,v 1.3 2014/07/21 23:23:37 ottxor Exp $ + + 21 Jul 2014; Christoph Junghans <ottxor@gentoo.org> + files/libcerf-1.3-autotools.patch, libcerf-1.3.ebuild: + don't inject -Werror and keyworded ~x86-macos ~amd64-linux ~arm (tested by + me) 21 Jul 2014; Jeroen Roovers <jer@gentoo.org> libcerf-1.3.ebuild: Marked ~hppa (bug #517726). diff --git a/sci-libs/libcerf/files/libcerf-1.3-autotools.patch b/sci-libs/libcerf/files/libcerf-1.3-autotools.patch index d074abbbb3e2..caa00dd133ed 100644 --- a/sci-libs/libcerf/files/libcerf-1.3-autotools.patch +++ b/sci-libs/libcerf/files/libcerf-1.3-autotools.patch @@ -1,4 +1,25 @@ Send upstream (j.wuttke@fz-juelich.de) 14.07.14 +diff -Naur libcerf-1.3.orig/configure.ac libcerf-1.3/configure.ac +--- libcerf-1.3.orig/configure.ac 2013-07-17 03:49:33.000000000 -0600 ++++ libcerf-1.3/configure.ac 2014-07-21 17:01:15.399324021 -0600 +@@ -19,7 +19,7 @@ + # Website: + # http://apps.jcns.fz-juelich.de/libcerf + +-AC_INIT([cerf],[1:3],[http://apps.jcns.fz-juelich.de/libcerf]) ++AC_INIT([libcerf],[1:3],[http://apps.jcns.fz-juelich.de/libcerf]) + # version is current:revision:age; for simplicity, we always put age=0 + # <- http://www.sourceware.org/autobook/autobook/autobook_91.html + +@@ -31,7 +31,7 @@ + LT_INIT([disable-static]) + + AC_PROG_CC_C99 +-AC_SUBST(AM_CFLAGS,"-pedantic -Wall -Werror") ++AC_SUBST(AM_CFLAGS,"-pedantic -Wall") + AC_CONFIG_HEADERS([config.h]) # to avoid endless -D options + AC_HEADER_STDC + diff -Naur libcerf-1.3.orig/libcerf.pc.in libcerf-1.3/libcerf.pc.in --- libcerf-1.3.orig/libcerf.pc.in 2013-07-17 03:51:59.000000000 -0600 +++ libcerf-1.3/libcerf.pc.in 2014-07-14 11:18:01.646512503 -0600 diff --git a/sci-libs/libcerf/libcerf-1.3.ebuild b/sci-libs/libcerf/libcerf-1.3.ebuild index c58da83e1540..8a1c842e8e2a 100644 --- a/sci-libs/libcerf/libcerf-1.3.ebuild +++ b/sci-libs/libcerf/libcerf-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/libcerf-1.3.ebuild,v 1.2 2014/07/21 22:51:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcerf/libcerf-1.3.ebuild,v 1.3 2014/07/21 23:23:37 ottxor Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="http://apps.jcns.fz-juelich.de/src/${PN}/${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-macos" IUSE="doc static-libs test" DEPEND="" |