kensington 14/10/15 17:47:58 Modified: ChangeLog Added: log4c-1.2.4.ebuild Log: Version bump. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.35 dev-libs/log4c/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/log4c/ChangeLog?rev=1.35&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/log4c/ChangeLog?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/log4c/ChangeLog?r1=1.34&r2=1.35 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/log4c/ChangeLog,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- ChangeLog 16 Feb 2014 10:35:29 -0000 1.34 +++ ChangeLog 15 Oct 2014 17:47:58 -0000 1.35 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/log4c # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/ChangeLog,v 1.34 2014/02/16 10:35:29 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/ChangeLog,v 1.35 2014/10/15 17:47:58 kensington Exp $ + +*log4c-1.2.4 (15 Oct 2014) + + 15 Oct 2014; Michael Palimaka <[email protected]> + +files/log4c-1.2.4-docdir.patch, +log4c-1.2.4.ebuild: + Version bump. 16 Feb 2014; Pacho Ramos <[email protected]> metadata.xml: Cleanup due #200380 1.1 dev-libs/log4c/log4c-1.2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/log4c/log4c-1.2.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/log4c/log4c-1.2.4.ebuild?rev=1.1&content-type=text/plain Index: log4c-1.2.4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/log4c/log4c-1.2.4.ebuild,v 1.1 2014/10/15 17:47:58 kensington Exp $ EAPI=5 inherit autotools-utils DESCRIPTION="Log4c is a library of C for flexible logging to files, syslog and other destinations" HOMEPAGE="http://log4c.sourceforge.net/" SRC_URI="mirror://sourceforge/log4c/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="debug doc examples +expat static-libs" RDEPEND="expat? ( dev-libs/expat )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen[dot] )" PATCHES=( "${FILESDIR}/${P}-docdir.patch" ) src_configure() { local myeconfargs=( --disable-expattest $(use_enable debug) $(use_enable doc) ) use expat || myeconfargs+=( --without-expat ) autotools-utils_src_configure } src_install() { autotools-utils_src_install if use examples; then insinto "/usr/share/doc/${PF}/examples" doins -r examples/* fi }
