summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-06-28 11:22:43 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-06-28 11:22:43 +0000
commit56a87977a0822dd3c4e607a62ba5cc4e3010fdc4 (patch)
tree3ccec69e7c8eaae61d84ba8b0393aefa00079429 /dev-util/qmtest
parentBump to 0.9.0, fixes #274190 (diff)
downloadgentoo-2-56a87977a0822dd3c4e607a62ba5cc4e3010fdc4.tar.gz
gentoo-2-56a87977a0822dd3c4e607a62ba5cc4e3010fdc4.tar.bz2
gentoo-2-56a87977a0822dd3c4e607a62ba5cc4e3010fdc4.zip
Bump to 2.4.1, fixes python problems and closes #275675
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/qmtest')
-rw-r--r--dev-util/qmtest/ChangeLog9
-rw-r--r--dev-util/qmtest/qmtest-2.4.1.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-util/qmtest/ChangeLog b/dev-util/qmtest/ChangeLog
index 892e0e31dba4..1d63375c6d10 100644
--- a/dev-util/qmtest/ChangeLog
+++ b/dev-util/qmtest/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/qmtest
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/qmtest/ChangeLog,v 1.7 2008/08/23 17:31:22 maekke Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qmtest/ChangeLog,v 1.8 2009/06/28 11:22:43 patrick Exp $
+
+*qmtest-2.4.1 (28 Jun 2009)
+
+ 28 Jun 2009; Patrick Lauer <patrick@gentoo.org> +qmtest-2.4.1.ebuild:
+ Bump to 2.4.1, fixes python problems and closes #275675
23 Aug 2008; Markus Meier <maekke@gentoo.org> qmtest-2.4.ebuild:
x86 stable, bug #235487
diff --git a/dev-util/qmtest/qmtest-2.4.1.ebuild b/dev-util/qmtest/qmtest-2.4.1.ebuild
new file mode 100644
index 000000000000..350786556ff5
--- /dev/null
+++ b/dev-util/qmtest/qmtest-2.4.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/qmtest/qmtest-2.4.1.ebuild,v 1.1 2009/06/28 11:22:43 patrick 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:"
+}