* [gentoo-commits] gentoo-x86 commit in dev-libs/gumbo: ChangeLog gumbo-0.9.3.ebuild
@ 2015-04-29 4:58 Hans de Graaff (graaff)
0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2015-04-29 4:58 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-04-29 4:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29 4:58 [gentoo-commits] gentoo-x86 commit in dev-libs/gumbo: ChangeLog gumbo-0.9.3.ebuild Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox