Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/dmake: dmake-4.12.ebuild dmake-4.12.2.ebuild ChangeLog
Date: Sun, 13 May 2012 23:59:50
Message-Id: 20120513235925.BEFBF20047@flycatcher.gentoo.org
1 chithanh 12/05/13 23:59:25
2
3 Modified: dmake-4.12.ebuild ChangeLog
4 Added: dmake-4.12.2.ebuild
5 Log:
6 Fix tests, bug #404989. Version bump, drop merged patch.
7
8 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-util/dmake/dmake-4.12.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dmake/dmake-4.12.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dmake/dmake-4.12.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dmake/dmake-4.12.ebuild?r1=1.2&r2=1.3
16
17 Index: dmake-4.12.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.12.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- dmake-4.12.ebuild 13 May 2012 20:32:07 -0000 1.2
24 +++ dmake-4.12.ebuild 13 May 2012 23:59:25 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.12.ebuild,v 1.2 2012/05/13 20:32:07 chithanh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.12.ebuild,v 1.3 2012/05/13 23:59:25 chithanh Exp $
30
31 EAPI=4
32
33 @@ -15,9 +15,6 @@
34 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
35 IUSE=""
36
37 -# tests fail, bug #404989
38 -RESTRICT="test"
39 -
40 DEPEND="
41 app-arch/unzip
42 sys-apps/groff
43 @@ -26,6 +23,8 @@
44
45 src_prepare() {
46 epatch "${FILESDIR}/${PV}-fix-overlapping-stcpys.patch"
47 + # make tests executable, bug #404989
48 + chmod +x tests/targets-{1..12} || die
49 }
50
51 src_install () {
52
53
54
55 1.27 dev-util/dmake/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dmake/ChangeLog?rev=1.27&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dmake/ChangeLog?rev=1.27&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dmake/ChangeLog?r1=1.26&r2=1.27
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-util/dmake/ChangeLog,v
64 retrieving revision 1.26
65 retrieving revision 1.27
66 diff -u -r1.26 -r1.27
67 --- ChangeLog 13 May 2012 20:32:08 -0000 1.26
68 +++ ChangeLog 13 May 2012 23:59:25 -0000 1.27
69 @@ -1,6 +1,12 @@
70 # ChangeLog for dev-util/dmake
71 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/ChangeLog,v 1.26 2012/05/13 20:32:08 chithanh Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/ChangeLog,v 1.27 2012/05/13 23:59:25 chithanh Exp $
74 +
75 +*dmake-4.12.2 (13 May 2012)
76 +
77 + 13 May 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
78 + +dmake-4.12.2.ebuild, dmake-4.12.ebuild:
79 + Fix tests, bug #404989. Version bump, drop merged patch.
80
81 13 May 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
82 dmake-4.12.ebuild:
83
84
85
86 1.1 dev-util/dmake/dmake-4.12.2.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dmake/dmake-4.12.2.ebuild?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dmake/dmake-4.12.2.ebuild?rev=1.1&content-type=text/plain
90
91 Index: dmake-4.12.2.ebuild
92 ===================================================================
93 # Copyright 1999-2012 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 # $Header: /var/cvsroot/gentoo-x86/dev-util/dmake/dmake-4.12.2.ebuild,v 1.1 2012/05/13 23:59:25 chithanh Exp $
96
97 EAPI=4
98
99 inherit eutils
100
101 DESCRIPTION="Improved make"
102 HOMEPAGE="http://code.google.com/a/apache-extras.org/p/dmake/"
103 SRC_URI="http://${PN}.apache-extras.org.codespot.com/files/${P}.tar.bz2"
104
105 LICENSE="GPL-1"
106 SLOT="0"
107 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
108 IUSE=""
109
110 # test failure, reported upstream at
111 # http://code.google.com/a/apache-extras.org/p/dmake/issues/detail?id=1
112 RESTRICT="test"
113
114 DEPEND="
115 app-arch/unzip
116 sys-apps/groff
117 "
118 RDEPEND=""
119
120 src_prepare() {
121 # make tests executable, bug #404989
122 chmod +x tests/targets-{1..12} || die
123 }
124
125 src_install () {
126 default
127 newman man/dmake.tf dmake.1
128 }