* [gentoo-commits] gentoo-x86 commit in dev-libs/jthread: ChangeLog jthread-1.3.1.ebuild
@ 2012-12-13 17:23 Sergey Popov (pinkbyte)
0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2012-12-13 17:23 UTC (permalink / raw
To: gentoo-commits
pinkbyte 12/12/13 17:23:44
Modified: ChangeLog
Added: jthread-1.3.1.ebuild
Log:
Version bump
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.12 dev-libs/jthread/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jthread/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jthread/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jthread/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/jthread/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 4 Dec 2012 15:36:35 -0000 1.11
+++ ChangeLog 13 Dec 2012 17:23:44 -0000 1.12
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/jthread
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/jthread/ChangeLog,v 1.11 2012/12/04 15:36:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/jthread/ChangeLog,v 1.12 2012/12/13 17:23:44 pinkbyte Exp $
+
+*jthread-1.3.1 (13 Dec 2012)
+
+ 13 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> +jthread-1.3.1.ebuild:
+ Version bump
04 Dec 2012; <ago@gentoo.org> jthread-1.2.1.ebuild:
Stable for x86, wrt bug #444304
1.1 dev-libs/jthread/jthread-1.3.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jthread/jthread-1.3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/jthread/jthread-1.3.1.ebuild?rev=1.1&content-type=text/plain
Index: jthread-1.3.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/jthread/jthread-1.3.1.ebuild,v 1.1 2012/12/13 17:23:44 pinkbyte Exp $
EAPI=5
inherit cmake-utils
DESCRIPTION="JThread provides some classes to make use of threads easy on different platforms."
HOMEPAGE="http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jthread"
SRC_URI="http://research.edm.uhasselt.be/jori/${PN}/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
DOCS=( ChangeLog README.TXT TODO doc/manual.tex )
src_prepare() {
# do not build static library, if it is not requested
if ! use static-libs; then
sed -i -e '/jthread-static/d' src/CMakeLists.txt || die 'sed on src/CMakeLists.txt failed'
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-13 17:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-13 17:23 [gentoo-commits] gentoo-x86 commit in dev-libs/jthread: ChangeLog jthread-1.3.1.ebuild Sergey Popov (pinkbyte)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox