* [gentoo-commits] gentoo-x86 commit in dev-libs/libdaemon: libdaemon-0.14.ebuild ChangeLog libdaemon-0.10.ebuild
@ 2009-11-01 17:45 99% Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 1+ results
From: Gilles Dartiguelongue (eva) @ 2009-11-01 17:45 UTC (permalink / raw
To: gentoo-commits
eva 09/11/01 17:45:29
Modified: ChangeLog
Added: libdaemon-0.14.ebuild
Removed: libdaemon-0.10.ebuild
Log:
Version bump. Install docs in one place, clean up old revisions.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Revision Changes Path
1.58 dev-libs/libdaemon/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libdaemon/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libdaemon/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libdaemon/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 11 Feb 2009 07:40:38 -0000 1.57
+++ ChangeLog 1 Nov 2009 17:45:29 -0000 1.58
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libdaemon
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/ChangeLog,v 1.57 2009/02/11 07:40:38 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/ChangeLog,v 1.58 2009/11/01 17:45:29 eva Exp $
+
+*libdaemon-0.14 (01 Nov 2009)
+
+ 01 Nov 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ -libdaemon-0.10.ebuild, +libdaemon-0.14.ebuild:
+ Version bump. Install docs in one place, clean up old revisions.
11 Feb 2009; Alexis Ballier <aballier@gentoo.org>
+files/libdaemon-0.13-bsd.patch, libdaemon-0.13-r1.ebuild:
1.1 dev-libs/libdaemon/libdaemon-0.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libdaemon/libdaemon-0.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libdaemon/libdaemon-0.14.ebuild?rev=1.1&content-type=text/plain
Index: libdaemon-0.14.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.14.ebuild,v 1.1 2009/11/01 17:45:29 eva Exp $
inherit libtool eutils
DESCRIPTION="Simple library for creating daemon processes in C"
HOMEPAGE="http://0pointer.de/lennart/projects/libdaemon/"
SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc examples"
RDEPEND=""
DEPEND="doc? ( app-doc/doxygen )"
src_compile() {
econf \
--docdir=/usr/share/doc/${PF}
--localstatedir=/var \
--disable-examples \
--disable-lynx
emake || die "emake failed"
if use doc ; then
einfo "Building documentation"
emake doxygen || die "make doxygen failed"
fi
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
if use doc; then
ln -sf doc/reference/html reference
dohtml -r doc/README.html doc/style.css reference || die "dohtml failed"
doman doc/reference/man/man*/* || "doman failed"
fi
if use examples; then
docinto examples
dodoc examples/testd.c || die "dodoc 1 failed"
fi
rm -rf "${D}"/usr/share/doc/${PF}/{README.html,style.css} || die "rm failed"
dodoc README || die "dodoc 2 failed"
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-11-01 17:45 99% [gentoo-commits] gentoo-x86 commit in dev-libs/libdaemon: libdaemon-0.14.ebuild ChangeLog libdaemon-0.10.ebuild Gilles Dartiguelongue (eva)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox