public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-benchmarks/libc-bench: libc-bench-20110206.ebuild ChangeLog
@ 2014-04-03 20:58 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2014-04-03 20:58 UTC (permalink / raw
  To: gentoo-commits

vapier      14/04/03 20:58:19

  Modified:             libc-bench-20110206.ebuild ChangeLog
  Log:
  Update HOMEPAGE and fix CC/CPPFLAGS handling.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.2                  app-benchmarks/libc-bench/libc-bench-20110206.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/libc-bench/libc-bench-20110206.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/libc-bench/libc-bench-20110206.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/libc-bench/libc-bench-20110206.ebuild?r1=1.1&r2=1.2

Index: libc-bench-20110206.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/libc-bench/libc-bench-20110206.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libc-bench-20110206.ebuild	21 Jun 2013 14:19:16 -0000	1.1
+++ libc-bench-20110206.ebuild	3 Apr 2014 20:58:19 -0000	1.2
@@ -1,13 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/libc-bench/libc-bench-20110206.ebuild,v 1.1 2013/06/21 14:19:16 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/libc-bench/libc-bench-20110206.ebuild,v 1.2 2014/04/03 20:58:19 vapier Exp $
 
 EAPI="5"
 
-inherit eutils
+inherit eutils toolchain-funcs
 
 DESCRIPTION="Time and memory-efficiency tests of various C/POSIX standard library functions"
-HOMEPAGE="http://www.etalabs.net/libc-bench.html"
+HOMEPAGE="http://www.etalabs.net/libc-bench.html http://git.musl-libc.org/cgit/libc-bench/"
 SRC_URI="http://www.etalabs.net/releases/${P}.tar.gz"
 
 LICENSE="MIT"
@@ -15,14 +15,15 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND="${DEPEND}"
-
 src_prepare() {
 	epatch "${FILESDIR}"/respect-flags.patch
 }
 
+src_configure() {
+	tc-export CC
+	CFLAGS+=" ${CPPFLAGS}"
+}
+
 src_install() {
-	exeinto /usr/bin
-	doexe libc-bench
+	dobin libc-bench
 }



1.2                  app-benchmarks/libc-bench/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/libc-bench/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/libc-bench/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/libc-bench/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/libc-bench/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	21 Jun 2013 14:19:16 -0000	1.1
+++ ChangeLog	3 Apr 2014 20:58:19 -0000	1.2
@@ -1,10 +1,12 @@
 # ChangeLog for app-benchmarks/libc-bench
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/libc-bench/ChangeLog,v 1.1 2013/06/21 14:19:16 blueness Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/libc-bench/ChangeLog,v 1.2 2014/04/03 20:58:19 vapier Exp $
+
+  03 Apr 2014; Mike Frysinger <vapier@gentoo.org> libc-bench-20110206.ebuild:
+  Update HOMEPAGE and fix CC/CPPFLAGS handling.
 
 *libc-bench-20110206 (21 Jun 2013)
 
   21 Jun 2013; Anthony G. Basile <blueness@gentoo.org>
   +libc-bench-20110206.ebuild, +files/respect-flags.patch, +metadata.xml:
   Initial commit
-





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

only message in thread, other threads:[~2014-04-03 20:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-03 20:58 [gentoo-commits] gentoo-x86 commit in app-benchmarks/libc-bench: libc-bench-20110206.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