From: "Hans de Graaff (graaff)" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/gumbo: ChangeLog gumbo-0.9.3.ebuild
Date: Wed, 29 Apr 2015 04:58:44 +0000 (UTC) [thread overview]
Message-ID: <20150429045844.9C4D598E@oystercatcher.gentoo.org> (raw)
graaff 15/04/29 04:58:44
Modified: ChangeLog
Added: gumbo-0.9.3.ebuild
Log:
Version bump.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path
1.3 dev-libs/gumbo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gumbo/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gumbo/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gumbo/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/gumbo/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 25 Dec 2014 08:46:29 -0000 1.2
+++ ChangeLog 29 Apr 2015 04:58:44 -0000 1.3
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/gumbo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gumbo/ChangeLog,v 1.2 2014/12/25 08:46:29 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gumbo/ChangeLog,v 1.3 2015/04/29 04:58:44 graaff Exp $
+
+*gumbo-0.9.3 (29 Apr 2015)
+
+ 29 Apr 2015; Hans de Graaff <graaff@gentoo.org> +gumbo-0.9.3.ebuild:
+ Version bump.
25 Dec 2014; Hans de Graaff <graaff@gentoo.org> gumbo-0.9.2.ebuild:
Add support for doxygen documentation.
1.1 dev-libs/gumbo/gumbo-0.9.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gumbo/gumbo-0.9.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gumbo/gumbo-0.9.3.ebuild?rev=1.1&content-type=text/plain
Index: gumbo-0.9.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gumbo/gumbo-0.9.3.ebuild,v 1.1 2015/04/29 04:58:44 graaff Exp $
EAPI=5
inherit autotools
DESCRIPTION="An implementation of the HTML5 parsing algorithm implemented as a pure C99 library"
HOMEPAGE="https://github.com/google/gumbo-parser#readme"
SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc test"
S="${WORKDIR}/gumbo-parser-${PV}"
DEPEND="test? ( dev-cpp/gtest )
doc? ( app-doc/doxygen )"
src_prepare() {
eautoreconf
}
src_compile() {
default
if use doc; then
doxygen || die "doxygen failed"
fi
}
src_install() {
default
if use doc; then
dohtml -r docs/html/.
for page in docs/man/man3/* ; do
doman ${page}
done
fi
}
reply other threads:[~2015-04-29 4:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20150429045844.9C4D598E@oystercatcher.gentoo.org \
--to=graaff@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