summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-benchmarks/ltp/ltp-20140828.ebuild')
-rw-r--r--app-benchmarks/ltp/ltp-20140828.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/app-benchmarks/ltp/ltp-20140828.ebuild b/app-benchmarks/ltp/ltp-20140828.ebuild
index 921376d3fb58..03a7c7e49043 100644
--- a/app-benchmarks/ltp/ltp-20140828.ebuild
+++ b/app-benchmarks/ltp/ltp-20140828.ebuild
@@ -6,12 +6,9 @@ EAPI="4"
inherit autotools eutils readme.gentoo
-MY_PN="${PN}-full"
-MY_P="${MY_PN}-${PV}"
-
DESCRIPTION="A testsuite for the linux kernel"
-HOMEPAGE="http://ltp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/ltp/LTP%20Source/${P}/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
+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"
@@ -24,8 +21,6 @@ DEPEND="expect? ( dev-tcltk/expect )
RESTRICT="test"
-S="${WORKDIR}"/${MY_P}
-
pkg_setup() {
# Don't create groups
export CREATE=0