* [gentoo-commits] gentoo-x86 commit in sys-devel/sparse: sparse-0.5.0.ebuild ChangeLog
@ 2014-02-27 20:31 Greg Kroah-Hartman (gregkh)
0 siblings, 0 replies; only message in thread
From: Greg Kroah-Hartman (gregkh) @ 2014-02-27 20:31 UTC (permalink / raw
To: gentoo-commits
gregkh 14/02/27 20:31:26
Modified: ChangeLog
Added: sparse-0.5.0.ebuild
Log:
0.5.0 version bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.56 sys-devel/sparse/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/sparse/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/sparse/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/sparse/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 5 Sep 2013 09:17:49 -0000 1.55
+++ ChangeLog 27 Feb 2014 20:31:26 -0000 1.56
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/sparse
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.55 2013/09/05 09:17:49 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/ChangeLog,v 1.56 2014/02/27 20:31:26 gregkh Exp $
+
+*sparse-0.5.0 (27 Feb 2014)
+
+ 27 Feb 2014; Greg Kroah-Hartman <gregkh@gentoo.org> +sparse-0.5.0.ebuild:
+ 0.5.0 version bump
05 Sep 2013; Mike Frysinger <vapier@gentoo.org> metadata.xml,
sparse-9999.ebuild:
1.1 sys-devel/sparse/sparse-0.5.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/sparse/sparse-0.5.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/sparse/sparse-0.5.0.ebuild?rev=1.1&content-type=text/plain
Index: sparse-0.5.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/sparse/sparse-0.5.0.ebuild,v 1.1 2014/02/27 20:31:26 gregkh 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.xz"
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:[~2014-02-27 20:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-27 20:31 [gentoo-commits] gentoo-x86 commit in sys-devel/sparse: sparse-0.5.0.ebuild ChangeLog Greg Kroah-Hartman (gregkh)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox