Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libdaemon: ChangeLog libdaemon-0.10.ebuild libdaemon-0.13.ebuild libdaemon-0.11-r1.ebuild
Date: Thu, 02 Oct 2008 21:13:09
Message-Id: E1KlVTt-0004EX-Ss@stork.gentoo.org
1 eva 08/10/02 21:13:05
2
3 Modified: ChangeLog libdaemon-0.10.ebuild
4 Added: libdaemon-0.13.ebuild
5 Removed: libdaemon-0.11-r1.ebuild
6 Log:
7 Version bump to 0.13, bug #238177.
8 (Portage version: 2.2_rc11/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
9
10 Revision Changes Path
11 1.55 dev-libs/libdaemon/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libdaemon/ChangeLog?rev=1.55&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libdaemon/ChangeLog?rev=1.55&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libdaemon/ChangeLog?r1=1.54&r2=1.55
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/ChangeLog,v
20 retrieving revision 1.54
21 retrieving revision 1.55
22 diff -u -r1.54 -r1.55
23 --- ChangeLog 18 May 2008 21:16:18 -0000 1.54
24 +++ ChangeLog 2 Oct 2008 21:13:05 -0000 1.55
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-libs/libdaemon
27 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/ChangeLog,v 1.54 2008/05/18 21:16:18 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/ChangeLog,v 1.55 2008/10/02 21:13:05 eva Exp $
30 +
31 +*libdaemon-0.13 (02 Oct 2008)
32 +
33 + 02 Oct 2008; Gilles Dartiguelongue <eva@g.o>
34 + -files/libdaemon-0.11-daemon_close_all.patch, libdaemon-0.10.ebuild,
35 + -libdaemon-0.11-r1.ebuild, +libdaemon-0.13.ebuild:
36 + Version bump to 0.13, bug #238177.
37
38 18 May 2008; Gilles Dartiguelongue <eva@g.o> libdaemon-0.10.ebuild,
39 libdaemon-0.11-r1.ebuild, libdaemon-0.12.ebuild:
40
41
42
43 1.19 dev-libs/libdaemon/libdaemon-0.10.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libdaemon/libdaemon-0.10.ebuild?rev=1.19&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libdaemon/libdaemon-0.10.ebuild?rev=1.19&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libdaemon/libdaemon-0.10.ebuild?r1=1.18&r2=1.19
48
49 Index: libdaemon-0.10.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.10.ebuild,v
52 retrieving revision 1.18
53 retrieving revision 1.19
54 diff -u -r1.18 -r1.19
55 --- libdaemon-0.10.ebuild 18 May 2008 21:16:18 -0000 1.18
56 +++ libdaemon-0.10.ebuild 2 Oct 2008 21:13:05 -0000 1.19
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.10.ebuild,v 1.18 2008/05/18 21:16:18 eva Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.10.ebuild,v 1.19 2008/10/02 21:13:05 eva Exp $
62
63 DESCRIPTION="Simple library for creating daemon processes in C"
64 HOMEPAGE="http://0pointer.de/lennart/projects/libdaemon/"
65 @@ -8,7 +8,7 @@
66
67 LICENSE="LGPL-2.1"
68 SLOT="0"
69 -KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
70 +KEYWORDS="arm s390 sh"
71 IUSE="doc"
72
73 RDEPEND=""
74
75
76
77 1.1 dev-libs/libdaemon/libdaemon-0.13.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libdaemon/libdaemon-0.13.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libdaemon/libdaemon-0.13.ebuild?rev=1.1&content-type=text/plain
81
82 Index: libdaemon-0.13.ebuild
83 ===================================================================
84 # Copyright 1999-2008 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libdaemon/libdaemon-0.13.ebuild,v 1.1 2008/10/02 21:13:05 eva Exp $
87
88 inherit libtool
89
90 DESCRIPTION="Simple library for creating daemon processes in C"
91 HOMEPAGE="http://0pointer.de/lennart/projects/libdaemon/"
92 SRC_URI="http://0pointer.de/lennart/projects/${PN}/${P}.tar.gz"
93
94 LICENSE="LGPL-2.1"
95 SLOT="0"
96 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
97 IUSE="doc examples"
98
99 RDEPEND=""
100 DEPEND="doc? ( app-doc/doxygen )"
101
102 src_unpack() {
103 unpack ${A}
104
105 elibtoolize
106 }
107
108 src_compile() {
109 econf --disable-lynx
110 emake || die "emake failed"
111
112 if use doc ; then
113 einfo "Building documentation"
114 make doxygen || die "make doxygen failed"
115 fi
116 }
117
118 src_install() {
119 emake DESTDIR="${D}" install || die "make install failed"
120
121 if use doc; then
122 ln -sf doc/reference/html reference
123 dohtml -r doc/README.html reference
124 doman doc/reference/man/man*/*
125 fi
126
127 if use examples; then
128 docinto examples
129 dodoc examples/testd.c
130 fi
131
132 dodoc README
133 }