Gentoo Archives: gentoo-commits

From: "Greg Kroah-Hartman (gregkh)" <gregkh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/moreutils: ChangeLog moreutils-0.30.ebuild
Date: Thu, 15 May 2008 14:41:26
Message-Id: E1Jwee2-0006Ne-W4@stork.gentoo.org
1 gregkh 08/05/15 14:41:22
2
3 Modified: ChangeLog
4 Added: moreutils-0.30.ebuild
5 Log:
6 0.30 release
7 (Portage version: 2.1.5_rc10)
8
9 Revision Changes Path
10 1.3 sys-apps/moreutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 12 May 2008 04:36:52 -0000 1.2
23 +++ ChangeLog 15 May 2008 14:41:22 -0000 1.3
24 @@ -1,6 +1,12 @@
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.2 2008/05/12 04:36:52 gregkh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v 1.3 2008/05/15 14:41:22 gregkh Exp $
29 +
30 +*moreutils-0.30 (15 May 2008)
31 +
32 + 15 May 2008; Greg Kroah-Hartman <gregkh@g.o>
33 + +moreutils-0.30.ebuild:
34 + 0.30 bump
35
36 12 May 2008; Greg Kroah-Hartman <gregkh@g.o> +metadata.xml:
37 add forgotten metadata.xml file
38
39
40
41 1.1 sys-apps/moreutils/moreutils-0.30.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/moreutils-0.30.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/moreutils-0.30.ebuild?rev=1.1&content-type=text/plain
45
46 Index: moreutils-0.30.ebuild
47 ===================================================================
48 # Copyright 1999-2008 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.30.ebuild,v 1.1 2008/05/15 14:41:22 gregkh Exp $
51
52 inherit eutils
53
54 DESCRIPTION="a growing collection of the unix tools that nobody thought to write
55 thirty years ago"
56 HOMEPAGE="http://kitenet.net/~joey/code/moreutils/"
57 SRC_URI="http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_${PV}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62
63 RDEPEND="dev-lang/perl"
64 DEPEND="${RDEPEND}
65 app-text/docbook2X"
66
67 src_unpack() {
68 unpack ${A}
69 cd "${WORKDIR}/moreutils"
70 # any patches?
71 }
72
73 src_compile() {
74 cd "${WORKDIR}/moreutils"
75 emake CFLAGS="${CFLAGS}" DOCBOOK2XMAN="docbook2man.pl" || die "emake failed"
76 }
77
78 src_install() {
79 cd "${WORKDIR}/moreutils"
80 emake DESTDIR="${D}" install || die "install failed"
81 }
82
83
84
85 --
86 gentoo-commits@l.g.o mailing list