public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/jemalloc: jemalloc-2.1.0.ebuild ChangeLog jemalloc-2.0.1.ebuild
@ 2011-01-07  2:14 Jory Pratt (anarchy)
  0 siblings, 0 replies; only message in thread
From: Jory Pratt (anarchy) @ 2011-01-07  2:14 UTC (permalink / raw
  To: gentoo-commits

anarchy     11/01/07 02:14:50

  Modified:             ChangeLog
  Added:                jemalloc-2.1.0.ebuild
  Removed:              jemalloc-2.0.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.9.29/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/jemalloc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	30 Dec 2010 14:11:43 -0000	1.1
+++ ChangeLog	7 Jan 2011 02:14:46 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/jemalloc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v 1.1 2010/12/30 14:11:43 anarchy Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/ChangeLog,v 1.2 2011/01/07 02:14:46 anarchy Exp $
+
+*jemalloc-2.1.0 (07 Jan 2011)
+
+  07 Jan 2011; Jory A. Pratt <anarchy@gentoo.org> -jemalloc-2.0.1.ebuild,
+  +jemalloc-2.1.0.ebuild:
+  Version bump
 
 *jemalloc-2.0.1 (30 Dec 2010)
 



1.1                  dev-libs/jemalloc/jemalloc-2.1.0.ebuild

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

Index: jemalloc-2.1.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/jemalloc/jemalloc-2.1.0.ebuild,v 1.1 2011/01/07 02:14:45 anarchy Exp $

EAPI="2"

inherit autotools eutils flag-o-matic

DESCRIPTION="Jemalloc is a general-purpose scalable concurrent allocator"
HOMEPAGE="http://www.canonware.com/jemalloc/"
SRC_URI="http://www.canonware.com/download/${PN}/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="debug profile stats"

DEPEND=""
RDEPEND=""

src_prepare() {
	epatch "${FILESDIR}/${PN}-strip-optimization.patch"

	eautoreconf
}

src_configure() {
	econf \
		$(use_enable debug) \
		$(use_enable profile prof) \
		$(use_enable stats) \
		|| die "configure failed"
}

src_install() {
	make DESTDIR="${D}" install
}






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

only message in thread, other threads:[~2011-01-07  2:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-07  2:14 [gentoo-commits] gentoo-x86 commit in dev-libs/jemalloc: jemalloc-2.1.0.ebuild ChangeLog jemalloc-2.0.1.ebuild Jory Pratt (anarchy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox