ultrabug    14/08/12 15:26:38

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

Revision  Changes    Path
1.6                  sys-cluster/libqb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libqb/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   20 Oct 2013 13:40:59 -0000      1.5
+++ ChangeLog   12 Aug 2014 15:26:38 -0000      1.6
@@ -1,6 +1,11 @@
 # ChangeLog for sys-cluster/libqb
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libqb/ChangeLog,v 1.5 
2013/10/20 13:40:59 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libqb/ChangeLog,v 1.6 
2014/08/12 15:26:38 ultrabug Exp $
+
+*libqb-0.17.0 (12 Aug 2014)
+
+  12 Aug 2014; Ultrabug <[email protected]> +libqb-0.17.0.ebuild:
+  version bump
 
   20 Oct 2013; Jeroen Roovers <[email protected]> libqb-0.14.4.ebuild:
   Stable for HPPA (bug #457572).



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

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

Index: libqb-0.17.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libqb/libqb-0.17.0.ebuild,v 1.1 
2014/08/12 15:26:38 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 ~hppa ~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
}




Reply via email to