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 889CB139694 for ; Sat, 4 Mar 2017 15:20:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 011CB21C200; Sat, 4 Mar 2017 15:19:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D272B21C200 for ; Sat, 4 Mar 2017 15:19:20 +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 1F84A341848 for ; Sat, 4 Mar 2017 15:19:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 592875C3E for ; Sat, 4 Mar 2017 15:19:17 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1488640738.31ea908fbb94b9053d8b8ba6e0ec15227e31dd38.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/oroborus-deskmenu/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5-r1.ebuild x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5.ebuild X-VCS-Directories: x11-misc/oroborus-deskmenu/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 31ea908fbb94b9053d8b8ba6e0ec15227e31dd38 X-VCS-Branch: master Date: Sat, 4 Mar 2017 15:19:17 +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: b72aa368-37b5-4447-9b0a-d2d08ea574f4 X-Archives-Hash: be933c4a328b1db7cbd7e90eebdd80d6 commit: 31ea908fbb94b9053d8b8ba6e0ec15227e31dd38 Author: Harri Nieminen gmail com> AuthorDate: Thu Mar 2 18:21:03 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Mar 4 15:18:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ea908f x11-misc/oroborus-deskmenu: EAPI bump 0 -> 6 Package-Manager: Portage-2.3.4, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4098 ...s-deskmenu-1.4.5.ebuild => oroborus-deskmenu-1.4.5-r1.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5.ebuild b/x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5-r1.ebuild similarity index 73% rename from x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5.ebuild rename to x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5-r1.ebuild index 403359cdab1..460d8d55f09 100644 --- a/x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5.ebuild +++ b/x11-misc/oroborus-deskmenu/oroborus-deskmenu-1.4.5-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + MY_PN=${PN/oroborus-//} DESCRIPTION="root menu program for Oroborus" @@ -19,7 +21,4 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_PN}-${PV} -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO example_rc || die -} +DOCS=( AUTHORS ChangeLog NEWS README TODO example_rc )