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 0339A139695 for ; Fri, 14 Apr 2017 07:29:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30892E0C14; Fri, 14 Apr 2017 07:29:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0BD9EE0C14 for ; Fri, 14 Apr 2017 07:29:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5A53340806 for ; Fri, 14 Apr 2017 07:29:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D26873EF for ; Fri, 14 Apr 2017 07:29:00 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1492154935.0c6cdeb42147564f3e4aca603d170b785972aaaf.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/aix-miscutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild X-VCS-Directories: sys-apps/aix-miscutils/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 0c6cdeb42147564f3e4aca603d170b785972aaaf X-VCS-Branch: master Date: Fri, 14 Apr 2017 07:29:00 +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: b8482390-b2ec-4d25-90ce-6d2b56e72310 X-Archives-Hash: df6cd9a3b4e57500c7a83a2a7eb44c19 commit: 0c6cdeb42147564f3e4aca603d170b785972aaaf Author: Fabian Groffen gentoo org> AuthorDate: Fri Apr 14 07:26:51 2017 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Apr 14 07:28:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6cdeb4 sys-apps/aix-miscutils: bump to EAPI=6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild b/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild index 6be665e5a6d..f41232735e0 100644 --- a/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild +++ b/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild @@ -1,15 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + DESCRIPTION="Miscellaneous helpers for AIX (currently just ldd)" -HOMEPAGE="https://www.gentoo.org/proj/en/gentoo-alt/prefix/" +HOMEPAGE="https://prefix.gentoo.org" SRC_URI="https://dev.gentoo.org/~haubi/distfiles/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~ppc-aix" IUSE="" - -src_install() { - emake DESTDIR="${D}" install || die -}