Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/dvutil: ChangeLog dvutil-0.15.4.ebuild dvutil-0.14.ebuild dvutil-0.13.17.ebuild
Date: Mon, 31 Dec 2007 11:44:15
Message-Id: E1J9J3t-0004R3-QX@stork.gentoo.org
1 dev-zero 07/12/31 11:44:05
2
3 Modified: ChangeLog
4 Added: dvutil-0.15.4.ebuild
5 Removed: dvutil-0.14.ebuild dvutil-0.13.17.ebuild
6 Log:
7 Version bump (bug #203806). Dropped old versions.
8 (Portage version: 2.1.4_rc11)
9
10 Revision Changes Path
11 1.27 dev-libs/dvutil/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/dvutil/ChangeLog?rev=1.27&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/dvutil/ChangeLog?rev=1.27&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/dvutil/ChangeLog?r1=1.26&r2=1.27
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/dvutil/ChangeLog,v
20 retrieving revision 1.26
21 retrieving revision 1.27
22 diff -u -r1.26 -r1.27
23 --- ChangeLog 22 Feb 2007 00:34:46 -0000 1.26
24 +++ ChangeLog 31 Dec 2007 11:44:05 -0000 1.27
25 @@ -1,6 +1,14 @@
26 # ChangeLog for dev-libs/dvutil
27 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvutil/ChangeLog,v 1.26 2007/02/22 00:34:46 peper Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dvutil/ChangeLog,v 1.27 2007/12/31 11:44:05 dev-zero Exp $
30 +
31 +*dvutil-0.15.4 (31 Dec 2007)
32 +
33 + 31 Dec 2007; Tiziano Müller <dev-zero@g.o>
34 + -files/dvutil-0.13.17-fix-underquoted-m4.diff,
35 + +files/dvutil-0.15.4-namespace_fix.patch, -dvutil-0.13.17.ebuild,
36 + -dvutil-0.14.ebuild, +dvutil-0.15.4.ebuild:
37 + Version bump (bug #203806). Dropped old versions.
38
39 22 Feb 2007; Piotr Jaroszyński <peper@g.o> ChangeLog:
40 Transition to Manifest2.
41
42
43
44 1.1 dev-libs/dvutil/dvutil-0.15.4.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/dvutil/dvutil-0.15.4.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/dvutil/dvutil-0.15.4.ebuild?rev=1.1&content-type=text/plain
48
49 Index: dvutil-0.15.4.ebuild
50 ===================================================================
51 # Copyright 1999-2007 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-libs/dvutil/dvutil-0.15.4.ebuild,v 1.1 2007/12/31 11:44:05 dev-zero Exp $
54
55 inherit eutils
56
57 DESCRIPTION="Provides some general C++ utility classes for files, directories, dates, property lists, reference counted pointers, number conversion etc. "
58 HOMEPAGE="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvutil/html/"
59 SRC_URI="http://tinf2.vub.ac.be/~dvermeir/software/dv/dvutil/download/dvutil-${PV}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~ppc ~sparc ~x86"
64 IUSE="doc"
65
66 DEPEND=""
67 RDEPEND=""
68
69 src_unpack() {
70 unpack ${A}
71 cd "${S}"
72
73 epatch "${FILESDIR}/${P}-namespace_fix.patch"
74
75 sed -i 's|^\(SUBDIRS =.*\)doc\(.*\)$|\1\2|' Makefile.in || \
76 die "sed Makefile.in failed"
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" install || die "make install failed"
81 dodoc AUTHORS ChangeLog NEWS README
82
83 if use doc ; then
84 doman doc/man/*/*.[1-9]
85 dohtml -r doc/html/*
86 fi
87 }
88
89
90
91 --
92 gentoo-commits@g.o mailing list