Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/safecopy: safecopy-1.6.ebuild ChangeLog
Date: Tue, 31 May 2011 10:23:00
Message-Id: 20110531102247.2573D20054@flycatcher.gentoo.org
1 scarabeus 11/05/31 10:22:47
2
3 Modified: safecopy-1.6.ebuild ChangeLog
4 Log:
5 EAPI=4. Stabilise on amd64 and x86.
6
7 (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-fs/safecopy/safecopy-1.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.6.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.6.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/safecopy-1.6.ebuild?r1=1.1&r2=1.2
15
16 Index: safecopy-1.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.6.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- safecopy-1.6.ebuild 5 Jan 2011 09:57:51 -0000 1.1
23 +++ safecopy-1.6.ebuild 31 May 2011 10:22:47 -0000 1.2
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.6.ebuild,v 1.1 2011/01/05 09:57:51 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/safecopy-1.6.ebuild,v 1.2 2011/05/31 10:22:47 scarabeus Exp $
29
30 -EAPI=3
31 +EAPI=4
32
33 inherit base
34
35 @@ -12,39 +12,37 @@
36
37 LICENSE="GPL-2"
38 SLOT="0"
39 -KEYWORDS="~amd64 ~x86"
40 +KEYWORDS="amd64 x86"
41 IUSE="test"
42
43 RDEPEND=""
44 DEPEND=""
45
46 +DOCS=( README )
47 +
48 src_prepare() {
49 + base_src_prepare
50 sed -e 's:bin/sh:bin/bash:' \
51 - -i "${S}"/test/test.sh || die "sed failed"
52 + -i "${S}"/test/test.sh || die
53 }
54
55 src_configure() {
56 - base_src_configure
57 + default_src_configure
58 if use test; then
59 cd "${S}"/simulator
60 - econf
61 + default_src_configure
62 fi
63 }
64
65 src_compile() {
66 - base_src_compile
67 + default_src_compile
68 if use test; then
69 cd "${S}"/simulator
70 - emake || die "Simulator compilation failed -- needed for testing"
71 + default_src_compile
72 fi
73 }
74
75 -src_install() {
76 - base_src_install
77 - dodoc README || die "copying documentation failed"
78 -}
79 -
80 src_test() {
81 cd "${S}"/test
82 - ./test.sh || die "./tesh.sh failed"
83 + ./test.sh || die
84 }
85
86
87
88 1.7 sys-fs/safecopy/ChangeLog
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?rev=1.7&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?rev=1.7&content-type=text/plain
92 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/safecopy/ChangeLog?r1=1.6&r2=1.7
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v
97 retrieving revision 1.6
98 retrieving revision 1.7
99 diff -u -r1.6 -r1.7
100 --- ChangeLog 5 Jan 2011 09:57:51 -0000 1.6
101 +++ ChangeLog 31 May 2011 10:22:47 -0000 1.7
102 @@ -1,6 +1,9 @@
103 # ChangeLog for sys-fs/safecopy
104 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v 1.6 2011/01/05 09:57:51 scarabeus Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/safecopy/ChangeLog,v 1.7 2011/05/31 10:22:47 scarabeus Exp $
107 +
108 + 31 May 2011; Tomáš Chvátal <scarabeus@g.o> safecopy-1.6.ebuild:
109 + EAPI=4. Stabilise on amd64 and x86.
110
111 *safecopy-1.6 (05 Jan 2011)