Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libvformat: libvformat-1.13.ebuild ChangeLog
Date: Sun, 22 Jun 2008 17:11:05
Message-Id: E1KAT5f-0006sr-Q2@stork.gentoo.org
1 mrness 08/06/22 17:10:59
2
3 Modified: libvformat-1.13.ebuild ChangeLog
4 Log:
5 Patch only the .am file and run eautoreconf (#226707).
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.7 dev-libs/libvformat/libvformat-1.13.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild?r1=1.6&r2=1.7
14
15 Index: libvformat-1.13.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- libvformat-1.13.ebuild 25 Sep 2007 20:54:38 -0000 1.6
22 +++ libvformat-1.13.ebuild 22 Jun 2008 17:10:59 -0000 1.7
23 @@ -1,13 +1,13 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild,v 1.6 2007/09/25 20:54:38 mrness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/libvformat-1.13.ebuild,v 1.7 2008/06/22 17:10:59 mrness Exp $
29
30 -inherit eutils
31 +inherit eutils autotools
32
33 DESCRIPTION="Library to read and write vcard files"
34 HOMEPAGE="http://sourceforge.net/projects/vformat/"
35 SRC_URI="mirror://debian/pool/main/libv/${PN}/${PN}_${PV}.orig.tar.gz
36 - mirror://debian/pool/main/libv/${PN}/${PN}_${PV}-3.diff.gz"
37 + mirror://debian/pool/main/libv/${PN}/${PN}_${PV}-3.diff.gz"
38
39 LICENSE="LGPL-2.1"
40 SLOT="0"
41 @@ -24,8 +24,10 @@
42
43 cd "${S}"
44 epatch "${DISTDIR}/${PN}_${PV}-3.diff.gz" || die "epatch failed"
45 +
46 # Patch for not installing documentation, because that needs c2man
47 epatch "${FILESDIR}/${PN}-nodoc.patch" || die "epatch failed"
48 + eautoreconf
49 }
50
51 src_install() {
52
53
54
55 1.7 dev-libs/libvformat/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/ChangeLog?rev=1.7&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/ChangeLog?rev=1.7&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libvformat/ChangeLog?r1=1.6&r2=1.7
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v
64 retrieving revision 1.6
65 retrieving revision 1.7
66 diff -u -r1.6 -r1.7
67 --- ChangeLog 25 Sep 2007 20:54:38 -0000 1.6
68 +++ ChangeLog 22 Jun 2008 17:10:59 -0000 1.7
69 @@ -1,6 +1,10 @@
70 # ChangeLog for dev-libs/libvformat
71 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.6 2007/09/25 20:54:38 mrness Exp $
73 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvformat/ChangeLog,v 1.7 2008/06/22 17:10:59 mrness Exp $
75 +
76 + 22 Jun 2008; Alin Năstac <mrness@g.o>
77 + files/libvformat-nodoc.patch, libvformat-1.13.ebuild:
78 + Patch only the .am file and run eautoreconf (#226707).
79
80 25 Sep 2007; Alin Năstac <mrness@g.o> libvformat-1.13.ebuild:
81 Cosmetic changes.
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list