* [gentoo-commits] gentoo-x86 commit in dev-libs/xxl: ChangeLog xxl-1.0.1-r1.ebuild
@ 2012-11-08 10:03 Sergey Popov (pinkbyte)
0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2012-11-08 10:03 UTC (permalink / raw
To: gentoo-commits
pinkbyte 12/11/08 10:03:23
Modified: ChangeLog
Added: xxl-1.0.1-r1.ebuild
Log:
Revision bump: bump to EAPI 4, add 'static-libs' and 'threads' USE-flags, keyword on ~amd64 wrt bug #441958, thanks to Vicente Olivert Riera
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.12 dev-libs/xxl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xxl/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xxl/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xxl/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/xxl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 10 May 2012 16:01:07 -0000 1.11
+++ ChangeLog 8 Nov 2012 10:03:23 -0000 1.12
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/xxl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/ChangeLog,v 1.11 2012/05/10 16:01:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/ChangeLog,v 1.12 2012/11/08 10:03:23 pinkbyte Exp $
+
+*xxl-1.0.1-r1 (08 Nov 2012)
+
+ 08 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> +xxl-1.0.1-r1.ebuild:
+ Revision bump: bump to EAPI 4, add 'static-libs' and 'threads' USE-flags,
+ keyword on ~amd64 wrt bug #441958, thanks to Vicente Olivert Riera
10 May 2012; Agostino Sarubbo <ago@gentoo.org> -xxl-1.0.0.ebuild:
Remove old
1.1 dev-libs/xxl/xxl-1.0.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xxl/xxl-1.0.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/xxl/xxl-1.0.1-r1.ebuild?rev=1.1&content-type=text/plain
Index: xxl-1.0.1-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xxl/xxl-1.0.1-r1.ebuild,v 1.1 2012/11/08 10:03:23 pinkbyte Exp $
EAPI=4
inherit eutils
DESCRIPTION="C/C++ library that provides exception handling and asset management"
HOMEPAGE="http://www.zork.org/xxl/"
SRC_URI="http://www.zork.org/software/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="threads static-libs"
DOCS=( README )
src_prepare() {
epatch "${FILESDIR}"/${P}-nested-exception.patch
}
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable threads)
}
src_install() {
default
prune_libtool_files
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-11-08 10:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-08 10:03 [gentoo-commits] gentoo-x86 commit in dev-libs/xxl: ChangeLog xxl-1.0.1-r1.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