Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sexypsf/
Date: Sat, 30 Mar 2019 10:00:05
Message-Id: 1553939903.48450c5214536c8259ecc7b953b4ed9155f5e9d6.asturm@gentoo
1 commit: 48450c5214536c8259ecc7b953b4ed9155f5e9d6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 30 09:35:50 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 30 09:58:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48450c52
7
8 media-sound/sexypsf: EAPI-7 bump, DESCRIPTION, missing || die
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-sound/sexypsf/sexypsf-0.4.8.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-sound/sexypsf/sexypsf-0.4.8.ebuild b/media-sound/sexypsf/sexypsf-0.4.8.ebuild
17 index 4e6f81968a1..a4b4be55b43 100644
18 --- a/media-sound/sexypsf/sexypsf-0.4.8.ebuild
19 +++ b/media-sound/sexypsf/sexypsf-0.4.8.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2008 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 inherit toolchain-funcs
29
30 -DESCRIPTION="sexyPSF is an open-source PSF1 (Playstation music) file player"
31 +DESCRIPTION="Open-source PSF1 (Playstation music) file player"
32 HOMEPAGE="http://projects.raphnet.net/#sexypsf"
33 SRC_URI="http://projects.raphnet.net/sexypsf/${P}.tar.bz2"
34
35 @@ -19,7 +19,7 @@ DEPEND="sys-libs/zlib"
36
37 src_compile() {
38 tc-export CC
39 - cd "${S}"/Linux
40 + cd Linux || die
41 emake
42 }