summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-07 19:28:31 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-07 19:28:31 +0000
commitdf7da9bab816ff28270f0a3471fefd6595728012 (patch)
tree1a5694ae66d2bf1485096f2e9d68ba445df9b88b /dev-util/qmtest
parentUse Python 2 (bug #326107). (diff)
downloadhistorical-df7da9bab816ff28270f0a3471fefd6595728012.tar.gz
historical-df7da9bab816ff28270f0a3471fefd6595728012.tar.bz2
historical-df7da9bab816ff28270f0a3471fefd6595728012.zip
Delete older ebuilds.
Diffstat (limited to 'dev-util/qmtest')
-rw-r--r--dev-util/qmtest/qmtest-2.3.ebuild18
-rw-r--r--dev-util/qmtest/qmtest-2.4.ebuild21
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-util/qmtest/qmtest-2.3.ebuild b/dev-util/qmtest/qmtest-2.3.ebuild
deleted file mode 100644
index d2790c5d16f7..000000000000
--- a/dev-util/qmtest/qmtest-2.3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qmtest/qmtest-2.3.ebuild,v 1.4 2008/05/02 17:16:20 kanaka Exp $
-
-inherit eutils distutils
-DESCRIPTION="CodeSourcery's test harness system"
-HOMEPAGE="http://www.codesourcery.com/qmtest/"
-MY_P=qm-${PV}
-SRC_URI="http://www.codesourcery.com/public/${PN}/${MY_P}/${MY_P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="amd64 ~x86 ~mips"
-IUSE=""
-
-DEPEND="dev-lang/python"
-
-S=${WORKDIR}/${MY_P}
diff --git a/dev-util/qmtest/qmtest-2.4.ebuild b/dev-util/qmtest/qmtest-2.4.ebuild
deleted file mode 100644
index eb17e9a84ed6..000000000000
--- a/dev-util/qmtest/qmtest-2.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qmtest/qmtest-2.4.ebuild,v 1.5 2008/08/23 17:31:22 maekke Exp $
-
-inherit distutils
-
-DESCRIPTION="CodeSourcery's test harness system"
-HOMEPAGE="http://www.codesourcery.com/qmtest/"
-SRC_URI="http://www.codesourcery.com/public/${PN}/${PF}/${PF}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips x86"
-IUSE=""
-
-DEPEND="dev-lang/python"
-
-src_install() {
- distutils_src_install
- find "${D}" -name config.py -print0 | xargs -0 sed -i "s:${D}:/usr:"
-}