Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/moreutils: ChangeLog moreutils-0.30-r1.ebuild
Date: Sat, 31 May 2008 17:16:53
Message-Id: E1K2UhD-0004Ag-IA@stork.gentoo.org
1 coldwind 08/05/31 17:16:47
2
3 Modified: ChangeLog
4 Added: moreutils-0.30-r1.ebuild
5 Log:
6 Fix docbook-xml-dtd dep and handling (#222209) and pre-striping (#222283) thanks to Tristan Heaven <nyhm@g.o>.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.5 sys-apps/moreutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 31 May 2008 16:48:38 -0000 1.4
23 +++ ChangeLog 31 May 2008 17:16:47 -0000 1.5
24 @@ -1,6 +1,13 @@
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.4 2008/05/31 16:48:38 coldwind Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v 1.5 2008/05/31 17:16:47 coldwind Exp $
29 +
30 +*moreutils-0.30-r1 (31 May 2008)
31 +
32 + 31 May 2008; Santiago M. Mola <coldwind@g.o>
33 + +files/moreutils-0.30-dtd-path.patch, +moreutils-0.30-r1.ebuild:
34 + Fix docbook-xml-dtd dep and handling (#222209) and pre-striping (#222283)
35 + thanks to Tristan Heaven <nyhm@g.o>.
36
37 31 May 2008; Santiago M. Mola <coldwind@g.o> moreutils-0.30.ebuild:
38 Depend on new docbook2X, fixes #223971. Use S and remove redundant
39
40
41
42 1.1 sys-apps/moreutils/moreutils-0.30-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/moreutils-0.30-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/moreutils-0.30-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: moreutils-0.30-r1.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/sys-apps/moreutils/moreutils-0.30-r1.ebuild,v 1.1 2008/05/31 17:16:47 coldwind Exp $
52
53 EAPI=1
54
55 inherit eutils
56
57 DESCRIPTION="a growing collection of the unix tools that nobody thought to write
58 thirty years ago"
59 HOMEPAGE="http://kitenet.net/~joey/code/moreutils/"
60 SRC_URI="http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_${PV}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 RDEPEND="dev-lang/perl"
68 DEPEND="${RDEPEND}
69 >=app-text/docbook2X-0.8.8-r2
70 app-text/docbook-xml-dtd:4.4"
71
72 S=${WORKDIR}/${PN}
73
74 src_unpack() {
75 unpack ${A}
76 cd "${S}"
77 epatch "${FILESDIR}"/${P}-dtd-path.patch
78 }
79
80 src_compile() {
81 emake CFLAGS="${CFLAGS}" DOCBOOK2XMAN="docbook2man.pl" || die "emake failed"
82 }
83
84 src_install() {
85 emake DESTDIR="${D}" INSTALL_BIN=install install || die "install failed"
86 }
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list