summaryrefslogtreecommitdiff
path: root/app-cdr/cue2toc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-31 10:55:17 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-03-31 10:55:17 +0100
commit75fc75ae1f0481ffdb78450e801a9b443ba641bd (patch)
treecef96ea0860ae39a202bbf1e226100335209627d /app-cdr/cue2toc
parent1173ad5704ce725916e0c332416aff326d850d06 (diff)
gentoo resync : 31.03.2018
Diffstat (limited to 'app-cdr/cue2toc')
-rw-r--r--app-cdr/cue2toc/Manifest2
-rw-r--r--app-cdr/cue2toc/cue2toc-0.4.ebuild11
2 files changed, 5 insertions, 8 deletions
diff --git a/app-cdr/cue2toc/Manifest b/app-cdr/cue2toc/Manifest
index d0a42de30640..12d4549cbdd5 100644
--- a/app-cdr/cue2toc/Manifest
+++ b/app-cdr/cue2toc/Manifest
@@ -1,3 +1,3 @@
DIST cue2toc-0.4.tar.gz 76689 BLAKE2B f5171457f0061ca1062501b54dc360b8b76a3fb402a0041fa0db4541eb41ebc04e332fafa918fac7d7ace9e50348d867ecb9e41ee09c8b3d5e621fa64a72de2e SHA512 37fd4680890a38681331d4fb83a37daa9ddc39e45b2822930328796f1f57ac39635c609b27340b1ab06dd5b73720e77d96b601d1ee994c5ce836077a368cd95d
-EBUILD cue2toc-0.4.ebuild 513 BLAKE2B fde4388a53981762790fb2a801211beb04b390724b2ad5736397c683b092148465b7ddd165d6e9569989a45e51fa883b79cf386bdc680a4ad9cb0eac7c9572be SHA512 464eba18d72508c74e5fb671cf1bc48a1fa0b76ff48e3d8d013eae7ef66e79820c5e2d0ce7f905b05497d3c46f744d184f0fe8d1269776b2a1789b95e40431ac
+EBUILD cue2toc-0.4.ebuild 405 BLAKE2B 29f03818e8f33818f88a72cbc031ce3900c557bcd8aea4dd333b09b76f54ee4250c8745402382a3bfff859d01754af3a54ff7a63717631425a55f25e11f3c075 SHA512 409b926c4c5184c8f2800d562647fabb5e2d19d6eb457781f9227a762b4882d85d3f11158d4cb6cf83f579595901e584aa694d6cdd47533cbba4c5a3cf607f77
MISC metadata.xml 724 BLAKE2B a402466ee09177145cf5854ef3a48fb0edbe2a99f09b8c31a5400f66475d5d0350c93e4a55c5220a1cd3af5efba8dbbb5d5cec8a13a46ca9a8c6ec087c17c420 SHA512 2759d0408975e9fe04b825956c9957826cc290f36ff277779dea87250618f0774eeaddaaad73e96ef8068fd130b94e2b52bb6b3a45dcb17edd116cd4fcef966a
diff --git a/app-cdr/cue2toc/cue2toc-0.4.ebuild b/app-cdr/cue2toc/cue2toc-0.4.ebuild
index 135bae3e9a8d..f93c0b309e98 100644
--- a/app-cdr/cue2toc/cue2toc-0.4.ebuild
+++ b/app-cdr/cue2toc/cue2toc-0.4.ebuild
@@ -1,18 +1,15 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=6
+
DESCRIPTION="Convert CUE files to cdrdao's TOC format"
HOMEPAGE="http://cue2toc.sourceforge.net/"
SRC_URI="mirror://sourceforge/cue2toc/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
DEPEND="!app-cdr/cdrdao"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README
-}