* [gentoo-commits] gentoo-x86 commit in dev-libs/sord: ChangeLog sord-0.5.0.ebuild
@ 2011-10-11 20:35 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2011-10-11 20:35 UTC (permalink / raw
To: gentoo-commits
aballier 11/10/11 20:35:13
Modified: ChangeLog
Added: sord-0.5.0.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha66/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-libs/sord/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sord/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sord/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sord/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/sord/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 27 May 2011 05:48:46 -0000 1.2
+++ ChangeLog 11 Oct 2011 20:35:13 -0000 1.3
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/sord
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/sord/ChangeLog,v 1.2 2011/05/27 05:48:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/sord/ChangeLog,v 1.3 2011/10/11 20:35:13 aballier Exp $
+
+*sord-0.5.0 (11 Oct 2011)
+
+ 11 Oct 2011; Alexis Ballier <aballier@gentoo.org> +sord-0.5.0.ebuild:
+ version bump
27 May 2011; Alexis Ballier <aballier@gentoo.org> sord-0.4.2.ebuild:
export CC variables and depend on pkgconfig
1.1 dev-libs/sord/sord-0.5.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sord/sord-0.5.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sord/sord-0.5.0.ebuild?rev=1.1&content-type=text/plain
Index: sord-0.5.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/sord/sord-0.5.0.ebuild,v 1.1 2011/10/11 20:35:13 aballier Exp $
EAPI=3
inherit base multilib toolchain-funcs
DESCRIPTION="Library for storing RDF data in memory"
HOMEPAGE="http://drobilla.net/software/sord/"
SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc static-libs test"
RDEPEND=">=dev-libs/serd-0.5.0"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
dev-util/pkgconfig"
PATCHES=( "${FILESDIR}/ldconfig.patch" )
src_configure() {
tc-export CC CXX CPP AR RANLIB
./waf configure \
--prefix=/usr \
--libdir="/usr/$(get_libdir)" \
--mandir=/usr/share/man \
--docdir=/usr/share/doc/${PF} \
$(use test && echo "--test") \
$(use doc && echo "--docs") \
$(use static-libs && echo "--static") \
|| die
}
src_compile() {
./waf || die
}
src_test() {
./waf test || die
}
src_install() {
./waf install --destdir="${D}" || die
dodoc AUTHORS README ChangeLog || die
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/sord: ChangeLog sord-0.5.0.ebuild
@ 2012-03-01 13:44 Thomas Kahle (tomka)
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Kahle (tomka) @ 2012-03-01 13:44 UTC (permalink / raw
To: gentoo-commits
tomka 12/03/01 13:44:23
Modified: ChangeLog sord-0.5.0.ebuild
Log:
marked ~x86 per bug 397887
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.5 dev-libs/sord/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sord/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sord/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sord/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/sord/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 7 Dec 2011 13:17:55 -0000 1.4
+++ ChangeLog 1 Mar 2012 13:44:23 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/sord
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/sord/ChangeLog,v 1.4 2011/12/07 13:17:55 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/sord/ChangeLog,v 1.5 2012/03/01 13:44:23 tomka Exp $
+
+ 01 Mar 2012; Thomas Kahle <tomka@gentoo.org> sord-0.5.0.ebuild:
+ marked ~x86 per bug 397887
07 Dec 2011; Alexis Ballier <aballier@gentoo.org> -sord-0.4.2.ebuild:
remove old
1.2 dev-libs/sord/sord-0.5.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sord/sord-0.5.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sord/sord-0.5.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/sord/sord-0.5.0.ebuild?r1=1.1&r2=1.2
Index: sord-0.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/sord/sord-0.5.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sord-0.5.0.ebuild 11 Oct 2011 20:35:13 -0000 1.1
+++ sord-0.5.0.ebuild 1 Mar 2012 13:44:23 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/sord/sord-0.5.0.ebuild,v 1.1 2011/10/11 20:35:13 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/sord/sord-0.5.0.ebuild,v 1.2 2012/03/01 13:44:23 tomka Exp $
EAPI=3
@@ -12,7 +12,7 @@
LICENSE="ISC"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="doc static-libs test"
RDEPEND=">=dev-libs/serd-0.5.0"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-01 13:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-01 13:44 [gentoo-commits] gentoo-x86 commit in dev-libs/sord: ChangeLog sord-0.5.0.ebuild Thomas Kahle (tomka)
-- strict thread matches above, loose matches on Subject: below --
2011-10-11 20:35 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox