Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/ltp/
Date: Sat, 02 Jan 2016 21:26:33
Message-Id: 1451769792.29534d3a893add33538aab46bb45a8d4a66b296c.mrueg@gentoo
1 commit: 29534d3a893add33538aab46bb45a8d4a66b296c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 21:23:12 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 21:23:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29534d3a
7
8 app-benchmarks/ltp: Remove old
9
10 Package-Manager: portage-2.2.26
11
12 app-benchmarks/ltp/Manifest | 2 -
13 app-benchmarks/ltp/ltp-20130503.ebuild | 77 ---------------------------------
14 app-benchmarks/ltp/ltp-20140828.ebuild | 79 ----------------------------------
15 3 files changed, 158 deletions(-)
16
17 diff --git a/app-benchmarks/ltp/Manifest b/app-benchmarks/ltp/Manifest
18 index c34c377..547bc7e 100644
19 --- a/app-benchmarks/ltp/Manifest
20 +++ b/app-benchmarks/ltp/Manifest
21 @@ -1,5 +1,3 @@
22 -DIST ltp-20130503.tar.gz 4698775 SHA256 34519b6365cae24f8d8bb8a4ec0955d83999b1a4685d87305191cf2be7a2b5a1 SHA512 36ad9f808b41f6f4ee983cd697415ab8883e569268759c249eb680e8aab4147a1425407769af2b3643c117889b8b5da385cbabffe55d2fe04c00e46ef6f71a0e WHIRLPOOL a69888c7e887ba1fbb60811cb5e7b41a7444e0b367fe72fd4ec1c0e6d8f2931577edeac40d8008dae8d8a547cbff013f14dda6540da03f8017cc27ee528c9a66
23 -DIST ltp-20140828.tar.gz 4690629 SHA256 95febd3db2c33d74b180c532f8bf9a9bac3ce27e2603aee28cad15f85834cde9 SHA512 e685f109d0e74bfd2bcd7604c744872967d3a6d34d5fa8ee87867501da1162b27777f0c3c099836d9d14b2eab319bad6da87cb2e3fabec478cf95b692b4e2fe8 WHIRLPOOL 5cff0a5ef887135f8b1baa4f10df54f5422a22f71a5d417b1c25f0c2b8c9e40d238d743216e2128b6f30ab97b1949df168320198e991a20c455e3c669efb626b
24 DIST ltp-20150119.tar.gz 4695541 SHA256 6cba3476e5bef74d21979c45d0629632bfaeaafc4dbbebccd187ba7b6b9dca52 SHA512 5e5624738da08a3f5f5b08d821a73666d6ef9957b62ff72bd12aba0d021c304dae5652956a6af60aa593256cadd98f061759d5a65045ff5b1864956ea5ad5186 WHIRLPOOL 0417bf1c41347aca68b9e9fb3b203c209f36112ecdf7f020d32060ac637949b1cf40e437f976352ebca1d4566394abe2149b14ad946e1fa2f37cf68397c3e610
25 DIST ltp-20150420.tar.gz 4673384 SHA256 65a6ed64d55edc77f0ff690e269dc3ef32290d4499ccbb8f24b2cf59dd974408 SHA512 a5d259cf2a984eae1a0e6b7be538f06eb6021e0f961bb7683aaafc1bad347e73690fa5d6ae39beb6c92c9ea69e4160841d0e46ac49ccfa77053f1c7a0a854099 WHIRLPOOL 7d0b26c8a1f99cea1a609545671d6160278cf81c4654fff7dba84688e37b6f6349e3a2b90cb44ef7abf5c7cfad2187543431df23dd5833917f8b446db8425aec
26 DIST ltp-20150903.tar.gz 4680969 SHA256 e670ae9f1e42bc8b500edd3c3a5cf09c6447c56d7738a22235c87a13739bcace SHA512 9d52e1f82e2052ec4ed8dde9e246fd1b9dc1b665110e7a20f11de741d41f024e85443571846efe3181592e7bf3b63ed88e9ae9878c5c6f4f759171b245948ef2 WHIRLPOOL 0665affbb226ccf26028818220c41d965c20e2bf257347f01ac6e90f6f8d6f579c4fb1a0d3154d3773b4189787c7e0d99cc6b06f873cff2b6c44a0c1de777d0c
27
28 diff --git a/app-benchmarks/ltp/ltp-20130503.ebuild b/app-benchmarks/ltp/ltp-20130503.ebuild
29 deleted file mode 100644
30 index e1cf3aa..0000000
31 --- a/app-benchmarks/ltp/ltp-20130503.ebuild
32 +++ /dev/null
33 @@ -1,77 +0,0 @@
34 -# Copyright 1999-2013 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI="4"
39 -
40 -inherit autotools eutils readme.gentoo
41 -
42 -DESCRIPTION="A testsuite for the linux kernel"
43 -HOMEPAGE="http://linux-test-project.github.io/"
44 -SRC_URI="https://github.com/linux-test-project/ltp/archive/20130503.tar.gz -> ${P}.tar.gz"
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -
48 -KEYWORDS="~amd64 ~hppa ~ppc ~x86"
49 -IUSE="expect perl pm open-posix python rt"
50 -
51 -DEPEND="expect? ( dev-tcltk/expect )
52 - perl? ( dev-lang/perl )
53 - python? ( dev-lang/python )"
54 -
55 -RESTRICT="test"
56 -
57 -pkg_setup() {
58 - # Don't create groups
59 - export CREATE=0
60 -
61 - DOC_CONTENTS="LTP requires root access to run the tests.
62 - The LTP root directory is located in /opt/${PN}.
63 - For more information please read the ltp-howto located in
64 - /usr/share/doc/${PF}"
65 -}
66 -
67 -src_prepare() {
68 - # regenerate
69 - AT_M4DIR="m4" eautoreconf
70 -}
71 -
72 -src_configure() {
73 - # FIXME: improve me
74 - local myconf=
75 - use open-posix && myconf+="--with-open-posix-testsuite "
76 - use pm && mytconf+="--with-power-management-testsuite "
77 - use rt && myconf+="--with-realtime-testsuite "
78 - use perl && myconf+="--with-perl "
79 - use python && myconf+="--with-python "
80 - use expect && myconf+="--with-expect "
81 -
82 - # Better put it into /opt/${PN} as everything needs to
83 - # be under the same directory..
84 -
85 - econf --prefix=/opt/${PN} ${myconf}
86 -}
87 -
88 -src_compile() {
89 - # Posix testsuite does not seem to build with -j>1
90 - # Is this maintained anymore?
91 - if use open-posix; then
92 - export MAKEOPTS="-j1"
93 - fi
94 - emake
95 -}
96 -
97 -src_install() {
98 - default
99 - dosym /usr/libexec/${PN}/runltp /usr/bin/runltp
100 - # install docs
101 - dodoc doc/MaintNotes
102 - for txt in doc/*.txt; do
103 - dodoc ${txt}
104 - done
105 - dodoc -r doc/examples doc/testcases
106 - dohtml -r doc/automation-*.html
107 - doman doc/man1/*.1
108 - doman doc/man3/*.3
109 - readme.gentoo_create_doc
110 -}
111
112 diff --git a/app-benchmarks/ltp/ltp-20140828.ebuild b/app-benchmarks/ltp/ltp-20140828.ebuild
113 deleted file mode 100644
114 index 03a7c7e..0000000
115 --- a/app-benchmarks/ltp/ltp-20140828.ebuild
116 +++ /dev/null
117 @@ -1,79 +0,0 @@
118 -# Copyright 1999-2014 Gentoo Foundation
119 -# Distributed under the terms of the GNU General Public License v2
120 -# $Id$
121 -
122 -EAPI="4"
123 -
124 -inherit autotools eutils readme.gentoo
125 -
126 -DESCRIPTION="A testsuite for the linux kernel"
127 -HOMEPAGE="http://linux-test-project.github.io/"
128 -SRC_URI="https://github.com/linux-test-project/ltp/archive/20140828.tar.gz -> ${P}.tar.gz"
129 -LICENSE="GPL-2"
130 -SLOT="0"
131 -
132 -KEYWORDS="~amd64 ~hppa ~ppc ~x86"
133 -IUSE="expect perl pm open-posix python rt"
134 -
135 -DEPEND="expect? ( dev-tcltk/expect )
136 - perl? ( dev-lang/perl )
137 - python? ( dev-lang/python )"
138 -
139 -RESTRICT="test"
140 -
141 -pkg_setup() {
142 - # Don't create groups
143 - export CREATE=0
144 -
145 - DOC_CONTENTS="LTP requires root access to run the tests.
146 - The LTP root directory is located in /opt/${PN}.
147 - For more information please read the ltp-howto located in
148 - /usr/share/doc/${PF}"
149 -}
150 -
151 -src_prepare() {
152 - # regenerate
153 - AT_M4DIR="m4" eautoreconf
154 -}
155 -
156 -src_configure() {
157 - # FIXME: improve me
158 - local myconf=
159 - use open-posix && myconf+="--with-open-posix-testsuite "
160 - use pm && mytconf+="--with-power-management-testsuite "
161 - use rt && myconf+="--with-realtime-testsuite "
162 - use perl && myconf+="--with-perl "
163 - use python && myconf+="--with-python "
164 - use expect && myconf+="--with-expect "
165 - # Prevent any kernel stuff for now as it leads to sandbox violations
166 - myconf+="--without-modules --with-linux-dir=/dev/null"
167 -
168 - # Better put it into /opt/${PN} as everything needs to
169 - # be under the same directory..
170 -
171 - econf --prefix=/opt/${PN} ${myconf}
172 -}
173 -
174 -src_compile() {
175 - # Posix testsuite does not seem to build with -j>1
176 - # Is this maintained anymore?
177 - if use open-posix; then
178 - export MAKEOPTS="-j1"
179 - fi
180 - emake
181 -}
182 -
183 -src_install() {
184 - default
185 - dosym /usr/libexec/${PN}/runltp /usr/bin/runltp
186 - # install docs
187 - dodoc doc/MaintNotes
188 - for txt in doc/*.txt; do
189 - dodoc ${txt}
190 - done
191 - dodoc -r doc/testcases
192 - dohtml -r doc/automation-*.html
193 - doman doc/man1/*.1
194 - doman doc/man3/*.3
195 - readme.gentoo_create_doc
196 -}