public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/hubbub: hubbub-0.1.2.ebuild ChangeLog
@ 2012-07-18  7:20 Michael Weber (xmw)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber (xmw) @ 2012-07-18  7:20 UTC (permalink / raw
  To: gentoo-commits

xmw         12/07/18 07:20:43

  Modified:             hubbub-0.1.2.ebuild ChangeLog
  Log:
  fix inherit
  
  (Portage version: 2.1.11.8/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-libs/hubbub/hubbub-0.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild?r1=1.1&r2=1.2

Index: hubbub-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hubbub-0.1.2.ebuild	17 Jul 2012 22:22:59 -0000	1.1
+++ hubbub-0.1.2.ebuild	18 Jul 2012 07:20:42 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild,v 1.1 2012/07/17 22:22:59 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild,v 1.2 2012/07/18 07:20:42 xmw Exp $
 
 EAPI=4
 
-inherit multilib
+inherit multilib toolchain-funcs
 
 DESCRIPTION="HTML5 compliant parsing library, written in C"
 HOMEPAGE="http://www.netsurf-browser.org/projects/hubbub/"
@@ -49,9 +49,9 @@
 }
 
 src_install() {
-	emake COMPONENT_TYPE=lib-shared DESTDIR="${D}" PREFIX=/usr install
+	emake DESTDIR="${D}" PREFIX=/usr COMPONENT_TYPE=lib-shared install
     use static-libs && \
-		emake COMPONENT_TYPE=lib-static DESTDIR="${D}" PREFIX=/usr install
+		emake DESTDIR="${D}" PREFIX=/usr COMPONENT_TYPE=lib-static install
 
 	dodoc README docs/{Architecture,Macros,Todo,Treebuilder,Updated}
 	use doc && dohtml build/docs/html/*



1.2                  net-libs/hubbub/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/hubbub/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	17 Jul 2012 22:22:59 -0000	1.1
+++ ChangeLog	18 Jul 2012 07:20:42 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/hubbub
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/hubbub/ChangeLog,v 1.1 2012/07/17 22:22:59 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/hubbub/ChangeLog,v 1.2 2012/07/18 07:20:42 xmw Exp $
+
+  18 Jul 2012; Michael Weber <xmw@gentoo.org> hubbub-0.1.2.ebuild:
+  fix inherit
 
 *hubbub-0.1.2 (17 Jul 2012)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/hubbub: hubbub-0.1.2.ebuild ChangeLog
@ 2012-07-18 14:24 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2012-07-18 14:24 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    12/07/18 14:24:39

  Modified:             hubbub-0.1.2.ebuild ChangeLog
  Log:
  add missing test to IUSE
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-libs/hubbub/hubbub-0.1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild?r1=1.2&r2=1.3

Index: hubbub-0.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hubbub-0.1.2.ebuild	18 Jul 2012 07:20:42 -0000	1.2
+++ hubbub-0.1.2.ebuild	18 Jul 2012 14:24:39 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild,v 1.2 2012/07/18 07:20:42 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/hubbub/hubbub-0.1.2.ebuild,v 1.3 2012/07/18 14:24:39 mr_bones_ Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm"
-IUSE="doc static-libs"
+IUSE="doc static-libs test"
 
 RDEPEND="dev-libs/libparserutils"
 DEPEND="${RDEPEND}



1.3                  net-libs/hubbub/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/hubbub/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/hubbub/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	18 Jul 2012 07:20:42 -0000	1.2
+++ ChangeLog	18 Jul 2012 14:24:39 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/hubbub
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/hubbub/ChangeLog,v 1.2 2012/07/18 07:20:42 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/hubbub/ChangeLog,v 1.3 2012/07/18 14:24:39 mr_bones_ Exp $
+
+  18 Jul 2012; Michael Sterrett <mr_bones_@gentoo.org> hubbub-0.1.2.ebuild:
+  add missing test to IUSE
 
   18 Jul 2012; Michael Weber <xmw@gentoo.org> hubbub-0.1.2.ebuild:
   fix inherit






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-18 14:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-18 14:24 [gentoo-commits] gentoo-x86 commit in net-libs/hubbub: hubbub-0.1.2.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-18  7:20 Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox