From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/serd: serd-0.5.0.ebuild ChangeLog
Date: Tue, 11 Oct 2011 20:29:56 +0000 (UTC) [thread overview]
Message-ID: <20111011202956.6A68C2004B@flycatcher.gentoo.org> (raw)
aballier 11/10/11 20:29:56
Modified: ChangeLog
Added: serd-0.5.0.ebuild
Log:
version bump
(Portage version: 2.2.0_alpha66/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-libs/serd/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/serd/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/serd/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/serd/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/serd/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 27 May 2011 05:46:02 -0000 1.3
+++ ChangeLog 11 Oct 2011 20:29:56 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/serd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/serd/ChangeLog,v 1.3 2011/05/27 05:46:02 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/serd/ChangeLog,v 1.4 2011/10/11 20:29:56 aballier Exp $
+
+*serd-0.5.0 (11 Oct 2011)
+
+ 11 Oct 2011; Alexis Ballier <aballier@gentoo.org> +serd-0.5.0.ebuild:
+ version bump
27 May 2011; Alexis Ballier <aballier@gentoo.org> serd-0.4.2.ebuild:
export CC variables...
1.1 dev-libs/serd/serd-0.5.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/serd/serd-0.5.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/serd/serd-0.5.0.ebuild?rev=1.1&content-type=text/plain
Index: serd-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/serd/serd-0.5.0.ebuild,v 1.1 2011/10/11 20:29:56 aballier Exp $
EAPI=3
inherit base multilib toolchain-funcs
DESCRIPTION="Library for RDF syntax which supports reading and writing Turtle and NTriples"
HOMEPAGE="http://drobilla.net/software/serd/"
SRC_URI="http://download.drobilla.net/${P}.tar.bz2"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc static-libs test"
RDEPEND=""
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
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
}
next reply other threads:[~2011-10-11 20:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-11 20:29 Alexis Ballier (aballier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-03-01 13:45 [gentoo-commits] gentoo-x86 commit in dev-libs/serd: serd-0.5.0.ebuild ChangeLog Thomas Kahle (tomka)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111011202956.6A68C2004B@flycatcher.gentoo.org \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox