ultrabug    15/01/19 12:09:25

  Modified:             ChangeLog
  Added:                liblogging-1.0.5.ebuild
  Log:
  version bump fix #536772 thx to Thomas D.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
B658FA13)

Revision  Changes    Path
1.7                  dev-libs/liblogging/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/liblogging/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   5 Oct 2014 07:24:54 -0000       1.6
+++ ChangeLog   19 Jan 2015 12:09:25 -0000      1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/liblogging
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblogging/ChangeLog,v 1.6 
2014/10/05 07:24:54 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/liblogging/ChangeLog,v 1.7 
2015/01/19 12:09:25 ultrabug Exp $
+
+*liblogging-1.0.5 (19 Jan 2015)
+
+  19 Jan 2015; Ultrabug <[email protected]> +liblogging-1.0.5.ebuild:
+  version bump fix #536772 thx to Thomas D.
 
   05 Oct 2014; Agostino Sarubbo <[email protected]> liblogging-1.0.4.ebuild:
   Stable for x86, wrt bug #524290



1.1                  dev-libs/liblogging/liblogging-1.0.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liblogging/liblogging-1.0.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/liblogging/liblogging-1.0.5.ebuild?rev=1.1&content-type=text/plain

Index: liblogging-1.0.5.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/liblogging/liblogging-1.0.5.ebuild,v 1.1 
2015/01/19 12:09:25 ultrabug Exp $

EAPI=5

inherit autotools-utils eutils

DESCRIPTION="Liblogging is an easy to use, portable, open source library for 
system logging"
HOMEPAGE="http://www.liblogging.org";
SRC_URI="http://download.rsyslog.com/liblogging/${P}.tar.gz";

LICENSE="BSD-2"
SLOT="0/0"
KEYWORDS="~amd64 ~arm ~hppa ~x86"
IUSE="rfc3195 static-libs +stdlog systemd"

RDEPEND="systemd? ( sys-apps/systemd )"

DEPEND="
        ${RDEPEND}
        virtual/pkgconfig
"

DOCS=( ChangeLog )

AUTOTOOLS_IN_SOURCE_BUILD=1

src_configure() {
        local myeconfargs=(
                $(use_enable rfc3195)
                $(use_enable stdlog)
                $(use_enable systemd journal)
        )
        autotools-utils_src_configure
}




Reply via email to