From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: net-libs/hubbub/
Date: Tue, 3 May 2011 20:10:22 +0000 (UTC) [thread overview]
Message-ID: <2a011b097ea56166ef5d7c395cfc3a7c738dd2e4.xmw@gentoo> (raw)
commit: 2a011b097ea56166ef5d7c395cfc3a7c738dd2e4
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue May 3 10:50:19 2011 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue May 3 10:50:19 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=2a011b09
net-libs/hubbub: moved to netsurf.eclass
(Portage version: 2.1.9.42/git/Linux x86_64, signed Manifest commit with key 62EEF090)
---
net-libs/hubbub/ChangeLog | 3 ++
net-libs/hubbub/Manifest | 10 +++---
net-libs/hubbub/hubbub-0.1.0.ebuild | 51 ++++++----------------------------
3 files changed, 17 insertions(+), 47 deletions(-)
diff --git a/net-libs/hubbub/ChangeLog b/net-libs/hubbub/ChangeLog
index 92bcdc0..34b1e2a 100644
--- a/net-libs/hubbub/ChangeLog
+++ b/net-libs/hubbub/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 03 May 2011; Michael Weber <xmw@gentoo.org> hubbub-0.1.0.ebuild:
+ moved to netsurf.eclass
+
02 May 2011; Michael Weber <xmw@gentoo.org> hubbub-0.1.0.ebuild:
fixed deps
diff --git a/net-libs/hubbub/Manifest b/net-libs/hubbub/Manifest
index b2b6073..cbcd6f2 100644
--- a/net-libs/hubbub/Manifest
+++ b/net-libs/hubbub/Manifest
@@ -2,13 +2,13 @@
Hash: SHA256
DIST hubbub-0.1.0-src.tar.gz 812540 RMD160 b48211e4a70366164f39a3a83b2ca0313dc3847c SHA1 c420c40e086866c78427dcc07a9b96da2725ceb7 SHA256 e8b7e87c7414317eb8f1ad4a7e202c0708d0cee14558c66d4d33a6f5465c664b
-EBUILD hubbub-0.1.0.ebuild 1301 RMD160 b9c874a1fc35b16f75625d7b046bf57e2f239148 SHA1 6acb8dd50d1b230376d813344f2c16781c1ed197 SHA256 a04889cd64855753c1f566cb4ac81e6d7114d98372c43be5442cdecf4a23dde2
-MISC ChangeLog 395 RMD160 99095f493c098a9581120c160d80fa7b218c65e9 SHA1 fe0cdfe2bcc022ad6a093533d56de2701245684b SHA256 92ec42fc2db370336ea39359eef71e272c09b8c616bce992a95de2acf8d76af4
+EBUILD hubbub-0.1.0.ebuild 529 RMD160 2afabbdf40507f933bc382eead8774fdccbb1d10 SHA1 993c5ad145caca019997f1388360de3affa62d5f SHA256 62f0672964360c30c2cad2332b7244c2ad1bf8f2832695e2694fb7efb66eeaef
+MISC ChangeLog 489 RMD160 7c8bf67dfeaa956e76afaf426f17d1af0085e223 SHA1 985eb661664cda4fdc26783dc2460d64bfdedfa1 SHA256 1262757ca4071bd08b27fab600f7bb8b9e411ce3ab9f83cc76944cf9314fa1bd
MISC metadata.xml 245 RMD160 6b03982a4d5f32d9fa6b9259ae36f9fcb07c8404 SHA1 fb16c7b4c5ab071dd979f761b8bb075f5396b737 SHA256 375a1da02cd2c393ce2378a73c1ce08134bc030b3bb378c6a4d6ca9cd5be1f8d
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iF4EAREIAAYFAk2+/WkACgkQknrdDGLu8JD5QgD/VDFd1/YiglyBaFx8ahzyLCuv
-OMjxZ0/59nN0XWGz6SUA/2Oi//YgM0JLDO9Y6lB18PXjEwHuRmneh6MnBCXUopeH
-=fzUF
+iF4EAREIAAYFAk2/3esACgkQknrdDGLu8JBo2AD/cTOsQuOgzUBP8ReM1pOXpypB
+GiaUV8fh/w0/XumLq7UA/0iRbWtskr10+pJQNvTmQUz8rpUKO5QZ+WB/kkwY/ckO
+=5P+9
-----END PGP SIGNATURE-----
diff --git a/net-libs/hubbub/hubbub-0.1.0.ebuild b/net-libs/hubbub/hubbub-0.1.0.ebuild
index f37cc3d..3dc1e1c 100644
--- a/net-libs/hubbub/hubbub-0.1.0.ebuild
+++ b/net-libs/hubbub/hubbub-0.1.0.ebuild
@@ -4,57 +4,24 @@
EAPI=3
-inherit multilib
+inherit multilib netsurf
DESCRIPTION="HTML5 compliant parsing library, written in C"
-HOMEPAGE="http://www.netsurf-browser.org/projects/hubbub"
-SRC_URI="http://www.netsurf-browser.org/projects/releases/${P}-src.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc static-libs"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
-RDEPEND="net-libs/libparserutils"
+RDEPEND="dev-libs/libparserutils"
DEPEND="${RDEPEND}
+ dev-util/pkgconfig
virtual/libiconv
doc? ( app-doc/doxygen )
test? ( dev-lang/perl
- dev-libs/json-c
- dev-util/pkgconfig )"
+ dev-libs/json-c )"
S=${WORKDIR}/${P}-src
-src_configure() {
- sed -e "/^INSTALL_ITEMS/s:/lib:/$(get_libdir):g" \
- -e "s:-Werror::" \
- -i Makefile || die
- sed -e "/^libdir/s:/lib:/$(get_libdir):g" \
- -i libhubbub.pc.in || die
-}
-
-src_compile() {
- emake COMPONENT_TYPE=lib-shared || die
- if use static-libs ; then
- emake COMPONENT_TYPE=lib-static || die
- fi
- if use doc ; then
- emake docs || die
- fi
-}
-
# json_object_get_string_len does not exist!
-src_test() {
- return
-}
-
-src_install() {
- emake COMPONENT_TYPE=lib-shared DESTDIR="${D}" PREFIX=/usr install || die
- if use static-libs ; then
- emake COMPONENT_TYPE=lib-static DESTDIR="${D}" PREFIX=/usr install || die
- fi
- dodoc README || die
- if use doc ; then
- dohtml build/docs/html/* || die
- fi
-}
+RESTRICT="test"
+
+NETSURF_PC_FILE=lib${PN}.pc.in
next reply other threads:[~2011-05-03 20:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-03 20:10 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-07-18 7:19 [gentoo-commits] dev/xmw:master commit in: net-libs/hubbub/ Michael Weber
2012-04-29 1:25 Michael Weber
2011-05-03 20:38 Michael Weber
2011-05-02 18:52 Michael Weber
2011-05-02 18:52 Michael Weber
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=2a011b097ea56166ef5d7c395cfc3a7c738dd2e4.xmw@gentoo \
--to=xmw@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