* [gentoo-commits] gentoo-x86 commit in sys-devel/sparse: sparse-0.4.4.ebuild sparse-9999.ebuild ChangeLog
@ 2013-05-09 17:42 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2013-05-09 17:42 UTC (permalink / raw
To: gentoo-commits
vapier 13/05/09 17:42:05
Modified: sparse-9999.ebuild ChangeLog
Added: sparse-0.4.4.ebuild
Log:
Version bump #469138 by Antonio Quartulli.
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Revision Changes Path
1.12 sys-devel/sparse/sparse-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/sparse/sparse-9999.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/sparse/sparse-9999.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/sparse/sparse-9999.ebuild?r1=1.11&r2=1.12
Index: sparse-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-9999.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sparse-9999.ebuild 24 May 2012 02:37:51 -0000 1.11
+++ sparse-9999.ebuild 9 May 2013 17:42:05 -0000 1.12
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-9999.ebuild,v 1.11 2012/05/24 02:37:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-9999.ebuild,v 1.12 2013/05/09 17:42:05 vapier Exp $
-EAPI="2"
+EAPI="4"
inherit eutils multilib toolchain-funcs
if [[ ${PV} == "9999" ]] ; then
@@ -23,7 +23,7 @@
LICENSE="OSL-1.1"
SLOT="0"
-IUSE="gtk xml"
+IUSE="gtk test xml"
RDEPEND="gtk? ( x11-libs/gtk+:2 )
xml? ( dev-libs/libxml2 )"
@@ -32,15 +32,16 @@
xml? ( virtual/pkgconfig )"
src_prepare() {
+ tc-export AR CC PKG_CONFIG
sed -i \
-e '/^PREFIX=/s:=.*:=/usr:' \
-e "/^LIBDIR=/s:/lib:/$(get_libdir):" \
- -e '/^CFLAGS =/{s:=:+=:;s:-O2 -finline-functions::}' \
+ -e '/^CFLAGS =/{s:=:+= $(CPPFLAGS):;s:-O2 -finline-functions::}' \
+ -e "s:pkg-config:${PKG_CONFIG}:" \
Makefile || die
- export MAKEOPTS+=" V=1 CC=$(tc-getCC) HAVE_GTK2=$(usex gtk) HAVE_LIBXML=$(usex xml)"
+ export MAKEOPTS+=" V=1 AR=${AR} CC=${CC} HAVE_GTK2=$(usex gtk) HAVE_LIBXML=$(usex xml)"
}
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc FAQ README
+src_compile() {
+ emake $(usex test all all-installable)
}
1.54 sys-devel/sparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/sparse/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/sparse/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/sparse/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 8 Jul 2012 17:34:30 -0000 1.53
+++ ChangeLog 9 May 2013 17:42:05 -0000 1.54
@@ -1,6 +1,12 @@
# ChangeLog for sys-devel/sparse
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.53 2012/07/08 17:34:30 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.54 2013/05/09 17:42:05 vapier Exp $
+
+*sparse-0.4.4 (09 May 2013)
+
+ 09 May 2013; Mike Frysinger <vapier@gentoo.org> +sparse-0.4.4.ebuild,
+ sparse-9999.ebuild:
+ Version bump #469138 by Antonio Quartulli.
08 Jul 2012; Raúl Porcel <armin76@gentoo.org> sparse-0.4.3.ebuild:
ia64/s390/sh/sparc stable wrt #418405
@@ -197,4 +203,3 @@
27 Oct 2005; <solar.@gentoo.org> +metadata.xml, +sparse-2005.10.28.ebuild:
- initial commit of sparse. Bug #110656
-
1.1 sys-devel/sparse/sparse-0.4.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/sparse/sparse-0.4.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/sparse/sparse-0.4.4.ebuild?rev=1.1&content-type=text/plain
Index: sparse-0.4.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.4.4.ebuild,v 1.1 2013/05/09 17:42:05 vapier Exp $
EAPI="4"
inherit eutils multilib toolchain-funcs
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://git.kernel.org/pub/scm/devel/sparse/sparse.git"
inherit git-2
fi
DESCRIPTION="C semantic parser"
HOMEPAGE="http://sparse.wiki.kernel.org/index.php/Main_Page"
if [[ ${PV} == "9999" ]] ; then
SRC_URI=""
#KEYWORDS=""
else
SRC_URI="mirror://kernel/software/devel/sparse/dist/${P}.tar.bz2"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
fi
LICENSE="OSL-1.1"
SLOT="0"
IUSE="gtk test xml"
RDEPEND="gtk? ( x11-libs/gtk+:2 )
xml? ( dev-libs/libxml2 )"
DEPEND="${RDEPEND}
gtk? ( virtual/pkgconfig )
xml? ( virtual/pkgconfig )"
src_prepare() {
tc-export AR CC PKG_CONFIG
sed -i \
-e '/^PREFIX=/s:=.*:=/usr:' \
-e "/^LIBDIR=/s:/lib:/$(get_libdir):" \
-e '/^CFLAGS =/{s:=:+= $(CPPFLAGS):;s:-O2 -finline-functions::}' \
-e "s:pkg-config:${PKG_CONFIG}:" \
Makefile || die
export MAKEOPTS+=" V=1 AR=${AR} CC=${CC} HAVE_GTK2=$(usex gtk) HAVE_LIBXML=$(usex xml)"
}
src_compile() {
emake $(usex test all all-installable)
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-05-09 17:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-09 17:42 [gentoo-commits] gentoo-x86 commit in sys-devel/sparse: sparse-0.4.4.ebuild sparse-9999.ebuild ChangeLog Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox