summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-01-02 22:23:12 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-01-02 22:23:12 +0100
commit29534d3a893add33538aab46bb45a8d4a66b296c (patch)
tree906072756968c3b8f0219b81ee489d619676bfb3 /app-benchmarks
parentapp-backup/dar: Remove old (diff)
downloadgentoo-29534d3a893add33538aab46bb45a8d4a66b296c.tar.gz
gentoo-29534d3a893add33538aab46bb45a8d4a66b296c.tar.bz2
gentoo-29534d3a893add33538aab46bb45a8d4a66b296c.zip
app-benchmarks/ltp: Remove old
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/ltp/Manifest2
-rw-r--r--app-benchmarks/ltp/ltp-20130503.ebuild77
-rw-r--r--app-benchmarks/ltp/ltp-20140828.ebuild79
3 files changed, 0 insertions, 158 deletions
diff --git a/app-benchmarks/ltp/Manifest b/app-benchmarks/ltp/Manifest
index c34c377e0554..547bc7e7589e 100644
--- a/app-benchmarks/ltp/Manifest
+++ b/app-benchmarks/ltp/Manifest
@@ -1,5 +1,3 @@
-DIST ltp-20130503.tar.gz 4698775 SHA256 34519b6365cae24f8d8bb8a4ec0955d83999b1a4685d87305191cf2be7a2b5a1 SHA512 36ad9f808b41f6f4ee983cd697415ab8883e569268759c249eb680e8aab4147a1425407769af2b3643c117889b8b5da385cbabffe55d2fe04c00e46ef6f71a0e WHIRLPOOL a69888c7e887ba1fbb60811cb5e7b41a7444e0b367fe72fd4ec1c0e6d8f2931577edeac40d8008dae8d8a547cbff013f14dda6540da03f8017cc27ee528c9a66
-DIST ltp-20140828.tar.gz 4690629 SHA256 95febd3db2c33d74b180c532f8bf9a9bac3ce27e2603aee28cad15f85834cde9 SHA512 e685f109d0e74bfd2bcd7604c744872967d3a6d34d5fa8ee87867501da1162b27777f0c3c099836d9d14b2eab319bad6da87cb2e3fabec478cf95b692b4e2fe8 WHIRLPOOL 5cff0a5ef887135f8b1baa4f10df54f5422a22f71a5d417b1c25f0c2b8c9e40d238d743216e2128b6f30ab97b1949df168320198e991a20c455e3c669efb626b
DIST ltp-20150119.tar.gz 4695541 SHA256 6cba3476e5bef74d21979c45d0629632bfaeaafc4dbbebccd187ba7b6b9dca52 SHA512 5e5624738da08a3f5f5b08d821a73666d6ef9957b62ff72bd12aba0d021c304dae5652956a6af60aa593256cadd98f061759d5a65045ff5b1864956ea5ad5186 WHIRLPOOL 0417bf1c41347aca68b9e9fb3b203c209f36112ecdf7f020d32060ac637949b1cf40e437f976352ebca1d4566394abe2149b14ad946e1fa2f37cf68397c3e610
DIST ltp-20150420.tar.gz 4673384 SHA256 65a6ed64d55edc77f0ff690e269dc3ef32290d4499ccbb8f24b2cf59dd974408 SHA512 a5d259cf2a984eae1a0e6b7be538f06eb6021e0f961bb7683aaafc1bad347e73690fa5d6ae39beb6c92c9ea69e4160841d0e46ac49ccfa77053f1c7a0a854099 WHIRLPOOL 7d0b26c8a1f99cea1a609545671d6160278cf81c4654fff7dba84688e37b6f6349e3a2b90cb44ef7abf5c7cfad2187543431df23dd5833917f8b446db8425aec
DIST ltp-20150903.tar.gz 4680969 SHA256 e670ae9f1e42bc8b500edd3c3a5cf09c6447c56d7738a22235c87a13739bcace SHA512 9d52e1f82e2052ec4ed8dde9e246fd1b9dc1b665110e7a20f11de741d41f024e85443571846efe3181592e7bf3b63ed88e9ae9878c5c6f4f759171b245948ef2 WHIRLPOOL 0665affbb226ccf26028818220c41d965c20e2bf257347f01ac6e90f6f8d6f579c4fb1a0d3154d3773b4189787c7e0d99cc6b06f873cff2b6c44a0c1de777d0c
diff --git a/app-benchmarks/ltp/ltp-20130503.ebuild b/app-benchmarks/ltp/ltp-20130503.ebuild
deleted file mode 100644
index e1cf3aa7b4df..000000000000
--- a/app-benchmarks/ltp/ltp-20130503.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit autotools eutils readme.gentoo
-
-DESCRIPTION="A testsuite for the linux kernel"
-HOMEPAGE="http://linux-test-project.github.io/"
-SRC_URI="https://github.com/linux-test-project/ltp/archive/20130503.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="expect perl pm open-posix python rt"
-
-DEPEND="expect? ( dev-tcltk/expect )
- perl? ( dev-lang/perl )
- python? ( dev-lang/python )"
-
-RESTRICT="test"
-
-pkg_setup() {
- # Don't create groups
- export CREATE=0
-
- DOC_CONTENTS="LTP requires root access to run the tests.
- The LTP root directory is located in /opt/${PN}.
- For more information please read the ltp-howto located in
- /usr/share/doc/${PF}"
-}
-
-src_prepare() {
- # regenerate
- AT_M4DIR="m4" eautoreconf
-}
-
-src_configure() {
- # FIXME: improve me
- local myconf=
- use open-posix && myconf+="--with-open-posix-testsuite "
- use pm && mytconf+="--with-power-management-testsuite "
- use rt && myconf+="--with-realtime-testsuite "
- use perl && myconf+="--with-perl "
- use python && myconf+="--with-python "
- use expect && myconf+="--with-expect "
-
- # Better put it into /opt/${PN} as everything needs to
- # be under the same directory..
-
- econf --prefix=/opt/${PN} ${myconf}
-}
-
-src_compile() {
- # Posix testsuite does not seem to build with -j>1
- # Is this maintained anymore?
- if use open-posix; then
- export MAKEOPTS="-j1"
- fi
- emake
-}
-
-src_install() {
- default
- dosym /usr/libexec/${PN}/runltp /usr/bin/runltp
- # install docs
- dodoc doc/MaintNotes
- for txt in doc/*.txt; do
- dodoc ${txt}
- done
- dodoc -r doc/examples doc/testcases
- dohtml -r doc/automation-*.html
- doman doc/man1/*.1
- doman doc/man3/*.3
- readme.gentoo_create_doc
-}
diff --git a/app-benchmarks/ltp/ltp-20140828.ebuild b/app-benchmarks/ltp/ltp-20140828.ebuild
deleted file mode 100644
index 03a7c7e49043..000000000000
--- a/app-benchmarks/ltp/ltp-20140828.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit autotools eutils readme.gentoo
-
-DESCRIPTION="A testsuite for the linux kernel"
-HOMEPAGE="http://linux-test-project.github.io/"
-SRC_URI="https://github.com/linux-test-project/ltp/archive/20140828.tar.gz -> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="expect perl pm open-posix python rt"
-
-DEPEND="expect? ( dev-tcltk/expect )
- perl? ( dev-lang/perl )
- python? ( dev-lang/python )"
-
-RESTRICT="test"
-
-pkg_setup() {
- # Don't create groups
- export CREATE=0
-
- DOC_CONTENTS="LTP requires root access to run the tests.
- The LTP root directory is located in /opt/${PN}.
- For more information please read the ltp-howto located in
- /usr/share/doc/${PF}"
-}
-
-src_prepare() {
- # regenerate
- AT_M4DIR="m4" eautoreconf
-}
-
-src_configure() {
- # FIXME: improve me
- local myconf=
- use open-posix && myconf+="--with-open-posix-testsuite "
- use pm && mytconf+="--with-power-management-testsuite "
- use rt && myconf+="--with-realtime-testsuite "
- use perl && myconf+="--with-perl "
- use python && myconf+="--with-python "
- use expect && myconf+="--with-expect "
- # Prevent any kernel stuff for now as it leads to sandbox violations
- myconf+="--without-modules --with-linux-dir=/dev/null"
-
- # Better put it into /opt/${PN} as everything needs to
- # be under the same directory..
-
- econf --prefix=/opt/${PN} ${myconf}
-}
-
-src_compile() {
- # Posix testsuite does not seem to build with -j>1
- # Is this maintained anymore?
- if use open-posix; then
- export MAKEOPTS="-j1"
- fi
- emake
-}
-
-src_install() {
- default
- dosym /usr/libexec/${PN}/runltp /usr/bin/runltp
- # install docs
- dodoc doc/MaintNotes
- for txt in doc/*.txt; do
- dodoc ${txt}
- done
- dodoc -r doc/testcases
- dohtml -r doc/automation-*.html
- doman doc/man1/*.1
- doman doc/man3/*.3
- readme.gentoo_create_doc
-}