Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/moreutils: ChangeLog moreutils-0.34.ebuild
Date: Thu, 23 Apr 2009 20:07:35
Message-Id: E1Lx5Cm-0008S1-IL@stork.gentoo.org
1 patrick 09/04/23 20:07:32
2
3 Modified: ChangeLog
4 Added: moreutils-0.34.ebuild
5 Log:
6 Bump to 0.34, fixes #244894. Thanks to Tim Harder for the modified ebuild.
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 sys-apps/moreutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 17 Sep 2008 09:11:21 -0000 1.6
23 +++ ChangeLog 23 Apr 2009 20:07:32 -0000 1.7
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sys-apps/moreutils
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v 1.6 2008/09/17 09:11:21 jer Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v 1.7 2009/04/23 20:07:32 patrick Exp $
30 +
31 +*moreutils-0.34 (23 Apr 2009)
32 +
33 + 23 Apr 2009; Patrick Lauer <patrick@g.o> +moreutils-0.34.ebuild:
34 + Bump to 0.34, fixes #244894. Thanks to Tim Harder for the modified ebuild.
35
36 17 Sep 2008; Jeroen Roovers <jer@g.o> moreutils-0.30-r1.ebuild:
37 Marked ~hppa too.
38
39
40
41 1.1 sys-apps/moreutils/moreutils-0.34.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/moreutils-0.34.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/moreutils-0.34.ebuild?rev=1.1&content-type=text/plain
45
46 Index: moreutils-0.34.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/moreutils-0.34.ebuild,v 1.1 2009/04/23 20:07:32 patrick Exp $
51
52 EAPI="2"
53
54 inherit eutils
55
56 DESCRIPTION="a growing collection of the unix tools that nobody thought to write
57 thirty years ago"
58 HOMEPAGE="http://kitenet.net/~joey/code/moreutils/"
59 SRC_URI="http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_${PV}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~hppa ~x86"
64 IUSE=""
65
66 RDEPEND="dev-lang/perl
67 dev-perl/Time-Duration
68 dev-perl/TimeDate"
69 DEPEND="${RDEPEND}
70 >=app-text/docbook2X-0.8.8-r2
71 app-text/docbook-xml-dtd:4.4"
72
73 S=${WORKDIR}/${PN}
74
75 src_prepare() {
76 epatch "${FILESDIR}"/${PN}-0.30-dtd-path.patch
77 }
78
79 src_compile() {
80 emake CFLAGS="${CFLAGS}" DOCBOOK2XMAN="docbook2man.pl" || die "emake failed"
81 }
82
83 src_install() {
84 emake DESTDIR="${D}" INSTALL_BIN=install install || die "install failed"
85 }