diff options
author | Marty E. Plummer <hanetzer@startmail.com> | 2018-03-28 04:52:55 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-29 23:05:17 +0200 |
commit | a2f5f77f51ec583b25739233b692f688d86392d0 (patch) | |
tree | 0647c161d96f2e721c7a7c3d2d51247fe4345b39 /app-cdr/cue2toc | |
parent | media-gfx/videorbits: Fix for glibc-2.27 (diff) | |
download | gentoo-a2f5f77f51ec583b25739233b692f688d86392d0.tar.gz gentoo-a2f5f77f51ec583b25739233b692f688d86392d0.tar.bz2 gentoo-a2f5f77f51ec583b25739233b692f688d86392d0.zip |
app-cdr/cue2toc: EAPI bump
Closes: https://github.com/gentoo/gentoo/pull/7680
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-cdr/cue2toc')
-rw-r--r-- | app-cdr/cue2toc/cue2toc-0.4.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
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 -} |