public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-cluster/libqb: ChangeLog libqb-0.14.3.ebuild
@ 2012-10-29 11:07 Alexys Jacob (ultrabug)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexys Jacob (ultrabug) @ 2012-10-29 11:07 UTC (permalink / raw
  To: gentoo-commits

ultrabug    12/10/29 11:07:24

  Modified:             ChangeLog
  Added:                libqb-0.14.3.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key B658FA13)

Revision  Changes    Path
1.2                  sys-cluster/libqb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libqb/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	16 May 2012 10:29:46 -0000	1.1
+++ ChangeLog	29 Oct 2012 11:07:24 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for sys-cluster/libqb
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libqb/ChangeLog,v 1.1 2012/05/16 10:29:46 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libqb/ChangeLog,v 1.2 2012/10/29 11:07:24 ultrabug Exp $
+
+*libqb-0.14.3 (29 Oct 2012)
+
+  29 Oct 2012; Ultrabug <ultrabug@gentoo.org> +libqb-0.14.3.ebuild:
+  Version bump
 
 *libqb-0.13.0 (16 May 2012)
 



1.1                  sys-cluster/libqb/libqb-0.14.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libqb/libqb-0.14.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libqb/libqb-0.14.3.ebuild?rev=1.1&content-type=text/plain

Index: libqb-0.14.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libqb/libqb-0.14.3.ebuild,v 1.1 2012/10/29 11:07:24 ultrabug Exp $

EAPI=4

AUTOTOOLS_AUTORECONF=1

inherit autotools-utils

DESCRIPTION="Library providing high performance logging, tracing, ipc, and poll"
HOMEPAGE="https://github.com/asalkeld/libqb"
SRC_URI="http://fedorahosted.org/releases/q/u/quarterback/${P}.tar.xz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc examples static-libs test"

RDEPEND="dev-libs/glib:2"
DEPEND="${RDEPEND}
	app-arch/xz-utils
	test? ( dev-libs/check )
	doc? ( app-doc/doxygen[dot] )"

DOCS=(README.markdown ChangeLog)

src_prepare() {
	sed -e '/dist_doc_DATA/d' -i Makefile.am || die
	autotools-utils_src_prepare
}

src_configure() {
	local myeconfargs=(
		$(use_enable debug)
	)
	autotools-utils_src_configure
}

src_compile() {
	autotools-utils_src_compile
	use doc && autotools-utils_src_compile doxygen
}

src_install() {
	use doc && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/docs/html/")
	autotools-utils_src_install
	if use examples ; then
		insinto /usr/share/doc/${PF}/examples
		doins examples/*.c
	fi
}





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

* [gentoo-commits] gentoo-x86 commit in sys-cluster/libqb: ChangeLog libqb-0.14.3.ebuild
@ 2012-11-14 17:23 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2012-11-14 17:23 UTC (permalink / raw
  To: gentoo-commits

jer         12/11/14 17:23:50

  Modified:             ChangeLog libqb-0.14.3.ebuild
  Log:
  Marked ~hppa (bug #442408).
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  sys-cluster/libqb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libqb/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	29 Oct 2012 11:07:24 -0000	1.2
+++ ChangeLog	14 Nov 2012 17:23:50 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for sys-cluster/libqb
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libqb/ChangeLog,v 1.2 2012/10/29 11:07:24 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libqb/ChangeLog,v 1.3 2012/11/14 17:23:50 jer Exp $
+
+  14 Nov 2012; Jeroen Roovers <jer@gentoo.org> libqb-0.14.3.ebuild:
+  Marked ~hppa (bug #442408).
 
 *libqb-0.14.3 (29 Oct 2012)
 



1.2                  sys-cluster/libqb/libqb-0.14.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libqb/libqb-0.14.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libqb/libqb-0.14.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libqb/libqb-0.14.3.ebuild?r1=1.1&r2=1.2

Index: libqb-0.14.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libqb/libqb-0.14.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libqb-0.14.3.ebuild	29 Oct 2012 11:07:24 -0000	1.1
+++ libqb-0.14.3.ebuild	14 Nov 2012 17:23:50 -0000	1.2
@@ -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/sys-cluster/libqb/libqb-0.14.3.ebuild,v 1.1 2012/10/29 11:07:24 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libqb/libqb-0.14.3.ebuild,v 1.2 2012/11/14 17:23:50 jer Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE="debug doc examples static-libs test"
 
 RDEPEND="dev-libs/glib:2"





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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 11:07 [gentoo-commits] gentoo-x86 commit in sys-cluster/libqb: ChangeLog libqb-0.14.3.ebuild Alexys Jacob (ultrabug)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-14 17:23 Jeroen Roovers (jer)

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