From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9AB91395E2 for ; Wed, 9 Nov 2016 14:04:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1AEBE0B2D; Wed, 9 Nov 2016 14:04:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A68AE0B2D for ; Wed, 9 Nov 2016 14:04:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3EB3734165A for ; Wed, 9 Nov 2016 14:04:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1268424CC for ; Wed, 9 Nov 2016 14:04:42 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1478700275.a5a59d33c815b7a7a5c5be91da425802e1e5400f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/qmtest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/qmtest/qmtest-2.4.1.ebuild X-VCS-Directories: dev-util/qmtest/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a5a59d33c815b7a7a5c5be91da425802e1e5400f X-VCS-Branch: master Date: Wed, 9 Nov 2016 14:04:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cfaa104c-9bf2-45cd-9a57-6b2bc4016f32 X-Archives-Hash: 28fdb12b8106412b906e9abbc4f183e0 commit: a5a59d33c815b7a7a5c5be91da425802e1e5400f Author: Pacho Ramos gentoo org> AuthorDate: Wed Nov 9 14:03:35 2016 +0000 Commit: Pacho Ramos gentoo 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 -}