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: moreutils-0.29.ebuild ChangeLog Manifest
Date: Sat, 10 May 2008 05:39:55
Message-Id: E1JuhoE-0008J2-SF@stork.gentoo.org
1 gregkh 08/05/10 05:39:50
2
3 Added: moreutils-0.29.ebuild ChangeLog Manifest
4 Log:
5 initial ebuild for the moreutils package
6 (Portage version: 2.1.5_rc7)
7
8 Revision Changes Path
9 1.1 sys-apps/moreutils/moreutils-0.29.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/moreutils-0.29.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/moreutils-0.29.ebuild?rev=1.1&content-type=text/plain
13
14 Index: moreutils-0.29.ebuild
15 ===================================================================
16 # Copyright 1999-2008 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/moreutils-0.29.ebuild,v 1.1 2008/05/10 05:39:50 gregkh Exp $
19
20 inherit eutils
21
22 DESCRIPTION="a growing collection of the unix tools that nobody thought to write
23 thirty years ago"
24 HOMEPAGE="http://kitenet.net/~joey/code/moreutils/"
25 SRC_URI="http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_${PV}.tar.gz"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="~amd64 ~x86"
30
31 RDEPEND="dev-lang/perl"
32 DEPEND="${RDEPEND}
33 app-text/docbook2X"
34
35 src_unpack() {
36 unpack ${A}
37 cd "${WORKDIR}/moreutils"
38 epatch "${FILESDIR}/docbook-makefile.patch"
39 }
40
41 src_compile() {
42 cd "${WORKDIR}/moreutils"
43 emake CFLAGS="${CFLAGS}" || die "emake failed"
44 }
45
46 src_install() {
47 cd "${WORKDIR}/moreutils"
48 emake PREFIX="${D}" install || die "install failed"
49 }
50
51
52
53 1.1 sys-apps/moreutils/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/ChangeLog?rev=1.1&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/ChangeLog?rev=1.1&content-type=text/plain
57
58 Index: ChangeLog
59 ===================================================================
60 # ChangeLog for sys-apps/moreutils
61 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 # $Header: /var/cvsroot/gentoo-x86/sys-apps/moreutils/ChangeLog,v 1.1 2008/05/10 05:39:50 gregkh Exp $
63
64 *moreutils-0.29 (10 May 2008)
65
66 10 May 2008; Greg Kroah-Hartman <gregkh@g.o>
67 +files/docbook-makefile.patch, +moreutils-0.29.ebuild:
68 initial addition of the moreutils package
69
70
71
72
73 1.1 sys-apps/moreutils/Manifest
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/Manifest?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/moreutils/Manifest?rev=1.1&content-type=text/plain
77
78 Index: Manifest
79 ===================================================================
80 AUX docbook-makefile.patch 741 RMD160 48fea5dfa89011701ee968ad4f84b5bfd5ceee03 SHA1 251d8f95b66dff9de5f2501154a41734316deac3 SHA256 e5b3979e327e15aaf3ba60248aa27b4a9063d154e2738e88d7a3a01ca017b72e
81 DIST moreutils_0.29.tar.gz 36612 RMD160 a92bceda5a7a85642bbecd44915ccc5f5adf2194 SHA1 388d844bfa6113d3ffda65f5c0cbe6b4802bb2d3 SHA256 70287a616257395b874918fd5296c23464be99d3e6f2a4fdb6a058072b10b8e5
82 EBUILD moreutils-0.29.ebuild 892 RMD160 1d61bb5c0b1f2c230b72574496e789982e2e2a6d SHA1 dc5cfbc4483db1dd13069cf76f635c6f1c31bf43 SHA256 e00d387f6744a41f7556a9c35fa499bdf3e82d7e253173a80d795e5bcb7515d2
83 MISC ChangeLog 306 RMD160 bc0f3613b5936b3aae123993a4ded5917900ae8c SHA1 e30042a9667972fc5b95b0dc18b13cb55d7537fc SHA256 bc67f7a52c5a76b836e052f9f7d623a337fbaa78b8d16051f2f21bd4509ad90f
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list