public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/shorten/
@ 2019-10-17 22:38 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2019-10-17 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8dd7261a5b9654454d3230dfcb3fb209aaf0d61d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 22:37:47 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 22:37:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dd7261a

media-sound/shorten: Port to EAPI 7

Bug: https://bugs.gentoo.org/697272
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-sound/shorten/shorten-3.6.1.ebuild | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/media-sound/shorten/shorten-3.6.1.ebuild b/media-sound/shorten/shorten-3.6.1.ebuild
index 633278326a9..c0a5213789a 100644
--- a/media-sound/shorten/shorten-3.6.1.ebuild
+++ b/media-sound/shorten/shorten-3.6.1.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=0
-
-inherit eutils
+EAPI=7
 
 DESCRIPTION="fast, low complexity waveform coder (i.e. audio compressor)"
 HOMEPAGE="http://shnutils.freeshell.org/shorten/"
@@ -13,13 +11,4 @@ LICENSE="shorten"
 SLOT="0"
 KEYWORDS="alpha amd64 ~ppc sparc x86"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	epatch "${FILESDIR}/${PN}-tests.patch"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS ChangeLog NEWS README
-}
+PATCHES=( "${FILESDIR}"/${PN}-tests.patch )


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-17 22:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-17 22:38 [gentoo-commits] repo/gentoo:master commit in: media-sound/shorten/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox