Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/patchutils: ChangeLog patchutils-0.2.31.ebuild
Date: Mon, 07 Jan 2008 12:19:26
Message-Id: E1JBqwq-0007Om-Qo@stork.gentoo.org
1 robbat2 08/01/07 12:19:20
2
3 Modified: ChangeLog
4 Added: patchutils-0.2.31.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4_rc11)
8
9 Revision Changes Path
10 1.37 dev-util/patchutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/patchutils/ChangeLog?rev=1.37&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/patchutils/ChangeLog?rev=1.37&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/patchutils/ChangeLog?r1=1.36&r2=1.37
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v
19 retrieving revision 1.36
20 retrieving revision 1.37
21 diff -p -w -b -B -u -u -r1.36 -r1.37
22 --- ChangeLog 25 Dec 2007 14:51:15 -0000 1.36
23 +++ ChangeLog 7 Jan 2008 12:19:20 -0000 1.37
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-util/patchutils
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.36 2007/12/25 14:51:15 phreak Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.37 2008/01/07 12:19:20 robbat2 Exp $
30 +
31 +*patchutils-0.2.31 (07 Jan 2008)
32 +
33 + 07 Jan 2008; Robin H. Johnson <robbat2@g.o>
34 + +patchutils-0.2.31.ebuild:
35 + Version bump.
36
37 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
38 Removing seemant from metadata.xml as per #202469.
39
40
41
42 1.1 dev-util/patchutils/patchutils-0.2.31.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/patchutils/patchutils-0.2.31.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/patchutils/patchutils-0.2.31.ebuild?rev=1.1&content-type=text/plain
46
47 Index: patchutils-0.2.31.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-util/patchutils/patchutils-0.2.31.ebuild,v 1.1 2008/01/07 12:19:20 robbat2 Exp $
52
53 WANT_AUTOMAKE=1.8
54 inherit autotools
55
56 DESCRIPTION="A collection of tools that operate on patch files"
57 HOMEPAGE="http://cyberelk.net/tim/patchutils/"
58 SRC_URI="http://cyberelk.net/tim/data/patchutils/stable/${P}.tar.bz2"
59
60 SLOT="0"
61 LICENSE="GPL-2"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
63 IUSE=""
64
65 DEPEND="virtual/libc"
66
67 src_unpack() {
68 unpack "${A}"
69 cd "${S}"
70 # we don't have gendiff
71 sed -i -e '/gendiff/d' Makefile.am
72 WANT_AUTOMAKE=1.8 WANT_AUTOCONF=2.5 \
73 eautoreconf || die "eautoreconf failed"
74 }
75
76 src_install() {
77 make DESTDIR=${D} install || die
78
79 dodoc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
80 }
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list