Gentoo Archives: gentoo-commits

From: "Marcelo Goes (vanquirius)" <vanquirius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/tardy: ChangeLog tardy-1.17.ebuild
Date: Sat, 28 Jun 2008 18:00:56
Message-Id: E1KCejC-0006xv-GA@stork.gentoo.org
1 vanquirius 08/06/28 18:00:50
2
3 Modified: ChangeLog
4 Added: tardy-1.17.ebuild
5 Log:
6 1.17 version bump.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.9 app-arch/tardy/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tardy/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tardy/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tardy/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/tardy/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 22 Jun 2008 18:24:41 -0000 1.8
23 +++ ChangeLog 28 Jun 2008 18:00:50 -0000 1.9
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-arch/tardy
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/ChangeLog,v 1.8 2008/06/22 18:24:41 vanquirius Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/ChangeLog,v 1.9 2008/06/28 18:00:50 vanquirius Exp $
29 +
30 +*tardy-1.17 (28 Jun 2008)
31 +
32 + 28 Jun 2008; Marcelo Goes <vanquirius@g.o> +tardy-1.17.ebuild:
33 + 1.17 version bump.
34
35 *tardy-1.16 (22 Jun 2008)
36
37
38
39
40 1.1 app-arch/tardy/tardy-1.17.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tardy/tardy-1.17.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/tardy/tardy-1.17.ebuild?rev=1.1&content-type=text/plain
44
45 Index: tardy-1.17.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-arch/tardy/tardy-1.17.ebuild,v 1.1 2008/06/28 18:00:50 vanquirius Exp $
50
51 inherit eutils
52
53 DESCRIPTION="A tar post-processor"
54 HOMEPAGE="http://tardy.sourceforge.net/"
55 SRC_URI="mirror://sourceforge/tardy/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
60 IUSE=""
61
62 src_unpack() {
63 unpack ${A}
64 cd "${S}"
65 sed -i '/^CFLAGS/d' Makefile.in
66 }
67
68 src_test() {
69 make sure || die "test failed"
70 }
71
72 src_install() {
73 make RPM_BUILD_ROOT="${D}" install || die "make install failed"
74 dodoc README
75 }
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list