* [gentoo-commits] repo/gentoo:master commit in: dev-util/qmtest/
@ 2016-11-09 14:04 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-11-09 14:04 UTC (permalink / raw
To: gentoo-commits
commit: a5a59d33c815b7a7a5c5be91da425802e1e5400f
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 14:03:35 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Nov 9 14:04:35 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a59d33
dev-util/qmtest: Drop old
Package-Manager: portage-2.3.2
dev-util/qmtest/qmtest-2.4.1.ebuild | 36 ------------------------------------
1 file changed, 36 deletions(-)
diff --git a/dev-util/qmtest/qmtest-2.4.1.ebuild b/dev-util/qmtest/qmtest-2.4.1.ebuild
deleted file mode 100644
index fe18a23..00000000
--- a/dev-util/qmtest/qmtest-2.4.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-
-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=""
-RDEPEND=""
-
-PYTHON_MODNAME="qm"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_install() {
- distutils_src_install
- find "${D}" -name config.py -print0 | xargs -0 sed -i "s:${D}:/usr:"
- dodir /usr/share/doc/${PF}
- rm -r "${D}"/usr/share/doc/${PN}/{COPYING,LICENSE.OPL} || die
- mv "${D}"/usr/share/doc/${PN}/* "${D}"/usr/share/doc/${PF} || die
- rm -r "${D}"/usr/share/doc/${PN} || die
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/qmtest/
@ 2016-11-09 14:04 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-11-09 14:04 UTC (permalink / raw
To: gentoo-commits
commit: cdeed9f71f8ad579772d0eb2ffe5a3321c78efee
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 9 14:03:15 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Nov 9 14:04:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdeed9f7
dev-util/qmtest: x86 stable, bug #591502
Package-Manager: portage-2.3.2
dev-util/qmtest/qmtest-2.4.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/qmtest/qmtest-2.4.1-r1.ebuild b/dev-util/qmtest/qmtest-2.4.1-r1.ebuild
index a3c1b12..5c2930b 100644
--- a/dev-util/qmtest/qmtest-2.4.1-r1.ebuild
+++ b/dev-util/qmtest/qmtest-2.4.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,7 +15,7 @@ SRC_URI="http://www.codesourcery.com/public/${PN}/${P}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~mips ~x86"
+KEYWORDS="amd64 ~mips x86"
IUSE=""
DEPEND=""
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/qmtest/
@ 2017-08-29 14:02 Guilherme Amadio
0 siblings, 0 replies; 4+ messages in thread
From: Guilherme Amadio @ 2017-08-29 14:02 UTC (permalink / raw
To: gentoo-commits
commit: d6456d27f08bf36829217ab89e81365ab694cdd5
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 29 13:40:31 2017 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 13:41:39 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6456d27
dev-util/qmtest: add prefix support
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-util/qmtest/qmtest-2.4.1-r1.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-util/qmtest/qmtest-2.4.1-r1.ebuild b/dev-util/qmtest/qmtest-2.4.1-r1.ebuild
index 1f4a13ccb8a..93ad4a8feb9 100644
--- a/dev-util/qmtest/qmtest-2.4.1-r1.ebuild
+++ b/dev-util/qmtest/qmtest-2.4.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://www.codesourcery.com/public/${PN}/${P}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~mips x86"
+KEYWORDS="amd64 ~mips x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
@@ -26,8 +26,8 @@ pkg_setup() {
src_install() {
distutils-r1_src_install
- find "${D}" -name config.py -print0 | xargs -0 sed -i "s:${D}:/usr:"
- rm -r "${D}"usr/share/doc/${PN}/{COPYING,LICENSE.OPL} || die
- mv "${D}"usr/share/doc/${PN}/* "${D}"usr/share/doc/${PF} || die
- rm -r "${D}"/usr/share/doc/${PN} || die
+ find "${ED}" -name config.py -print0 | xargs -0 sed -i "s:${ED}:${EPREFIX}/usr:"
+ rm -r "${ED}"usr/share/doc/${PN}/{COPYING,LICENSE.OPL} || die
+ mv "${ED}"usr/share/doc/${PN}/* "${ED}"usr/share/doc/${PF} || die
+ rm -r "${ED}"/usr/share/doc/${PN} || die
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/qmtest/
@ 2017-08-29 14:02 Guilherme Amadio
0 siblings, 0 replies; 4+ messages in thread
From: Guilherme Amadio @ 2017-08-29 14:02 UTC (permalink / raw
To: gentoo-commits
commit: eb77f6d328f8167ae555f957c3d5f731c4da5f9a
Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 29 13:39:30 2017 +0000
Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Tue Aug 29 13:41:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb77f6d3
dev-util/qmtest: move to EAPI 6
dev-util/qmtest/qmtest-2.4.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/qmtest/qmtest-2.4.1-r1.ebuild b/dev-util/qmtest/qmtest-2.4.1-r1.ebuild
index e0108e74a84..1f4a13ccb8a 100644
--- a/dev-util/qmtest/qmtest-2.4.1-r1.ebuild
+++ b/dev-util/qmtest/qmtest-2.4.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-08-29 14:02 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-09 14:04 [gentoo-commits] repo/gentoo:master commit in: dev-util/qmtest/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2017-08-29 14:02 Guilherme Amadio
2017-08-29 14:02 Guilherme Amadio
2016-11-09 14:04 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox