* [gentoo-commits] repo/gentoo:master commit in: media-sound/pwavecat/
@ 2018-05-27 0:15 Aaron Bauman
0 siblings, 0 replies; only message in thread
From: Aaron Bauman @ 2018-05-27 0:15 UTC (permalink / raw
To: gentoo-commits
commit: ba033ea82276709866cfa58a301f524ad9955f72
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 23:36:13 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 00:15:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba033ea8
media-sound/pwavecat: bump EAPI and drop eutils
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-sound/pwavecat/pwavecat-0.4.5.ebuild | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/media-sound/pwavecat/pwavecat-0.4.5.ebuild b/media-sound/pwavecat/pwavecat-0.4.5.ebuild
index 4f9f719b74a..91a5792d8a0 100644
--- a/media-sound/pwavecat/pwavecat-0.4.5.ebuild
+++ b/media-sound/pwavecat/pwavecat-0.4.5.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="2"
+EAPI=6
-inherit eutils toolchain-funcs flag-o-matic
-
-IUSE=""
+inherit toolchain-funcs flag-o-matic
DESCRIPTION="concatenates any number of audio files to stdout"
HOMEPAGE="http://panteltje.com/panteltje/dvd/"
@@ -14,11 +12,12 @@ SRC_URI="http://panteltje.com/panteltje/dvd/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE=""
-src_prepare() {
- epatch "${FILESDIR}/${P}.diff" \
- "${FILESDIR}"/${P}-overflow.patch
-}
+PATCHES=(
+ "${FILESDIR}/${P}.diff"
+ "${FILESDIR}/${P}-overflow.patch"
+)
src_compile() {
append-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
@@ -27,5 +26,5 @@ src_compile() {
src_install() {
dobin pwavecat || die
- dodoc CHANGES README
+ default
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-05-27 0:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-27 0:15 [gentoo-commits] repo/gentoo:master commit in: media-sound/pwavecat/ Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox