ultrabug    14/12/02 14:28:58

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

Revision  Changes    Path
1.7                  sys-cluster/libqb/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libqb/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   12 Aug 2014 15:26:38 -0000      1.6
+++ ChangeLog   2 Dec 2014 14:28:58 -0000       1.7
@@ -1,6 +1,11 @@
 # ChangeLog for sys-cluster/libqb
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libqb/ChangeLog,v 1.7 
2014/12/02 14:28:58 ultrabug Exp $
+
+*libqb-0.17.1 (02 Dec 2014)
+
+  02 Dec 2014; Ultrabug <[email protected]> +libqb-0.17.1.ebuild:
+  version bump
 
 *libqb-0.17.0 (12 Aug 2014)
 



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

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

Index: libqb-0.17.1.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.1.ebuild,v 1.1 
2014/12/02 14:28:58 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