Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/dvthread: ChangeLog dvthread-0.7.0.ebuild dvthread-0.6.2.ebuild
Date: Sat, 02 Feb 2008 05:08:30
Message-Id: E1JLAc7-0008Q2-BN@stork.gentoo.org
1 halcy0n 08/02/02 05:08:27
2
3 Modified: ChangeLog
4 Added: dvthread-0.7.0.ebuild
5 Removed: dvthread-0.6.2.ebuild
6 Log:
7 Version bump; bug #203806
8 (Portage version: 2.1.4.1)
9
10 Revision Changes Path
11 1.20 dev-libs/dvthread/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/dvthread/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/dvthread/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/dvthread/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/dvthread/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 4 Jan 2008 08:10:48 -0000 1.19
24 +++ ChangeLog 2 Feb 2008 05:08:26 -0000 1.20
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/dvthread
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvthread/ChangeLog,v 1.19 2008/01/04 08:10:48 dev-zero Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvthread/ChangeLog,v 1.20 2008/02/02 05:08:26 halcy0n Exp $
30 +
31 +*dvthread-0.7.0 (02 Feb 2008)
32 +
33 + 02 Feb 2008; Mark Loeser <halcy0n@g.o> -dvthread-0.6.2.ebuild,
34 + +dvthread-0.7.0.ebuild:
35 + Version bump; bug #203806
36
37 *dvthread-0.6.2 (04 Jan 2008)
38
39
40
41
42 1.1 dev-libs/dvthread/dvthread-0.7.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/dvthread/dvthread-0.7.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/dvthread/dvthread-0.7.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: dvthread-0.7.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/dvthread/dvthread-0.7.0.ebuild,v 1.1 2008/02/02 05:08:26 halcy0n Exp $
52
53 DESCRIPTION="Classes for threads and monitors, wrapped around the posix thread library"
54 SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/${PN}/download/${P}.tar.gz"
55 HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvthread/html/"
56
57 KEYWORDS="~amd64 ~ppc ~x86"
58 LICENSE="GPL-2"
59 SLOT="0"
60 IUSE="doc"
61
62 DEPEND="dev-libs/dvutil
63 dev-libs/openssl"
64 RDEPEND=""
65
66 src_unpack() {
67 unpack ${A}
68 cd "${S}"
69
70 sed -i 's|^\(SUBDIRS =.*\)doc\(.*\)$|\1\2|' Makefile.in || \
71 die "sed Makefile.in failed"
72 }
73
74 src_install() {
75 emake DESTDIR="${D}" install || die "make install failed"
76 dodoc AUTHORS ChangeLog README NEWS
77
78 if use doc ; then
79 # installed by dvutil
80 rm -f doc/man/*/{Dv,tostring.h}.3
81
82 doman doc/man/*/*.[1-9]
83 dohtml -r doc/html/*
84 fi
85 }
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list