mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-cdr/cuetools: drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST cuetools-1.3.1-debian.patch.bz2 7622 BLAKE2B 86cc5fbf212f560e981bfa5cd7081e09d12c96276aef3045874c26a05db6af779e00af98052acbf39a142178278da20b9488be3743063d780c279c155cc049cf SHA512 a79b7e05452e1b5c8aa385ba831abc1a0db2493f8a5a8ddcc1435f224e81f5a060d2e6152f707360501c284d0e1ef4840a2c6cca200eecf3b741d99f5c285ced
|
||||
DIST cuetools-1.3.1.tar.gz 161483 BLAKE2B 7c93db5bfe7ac799ad71d9db27d49b7a687fcfdfdc9c11c85ef10742b26f3c86b104cb83cc4447ab3f143450de523862a6d889ebdc88f93cc1bb9f067a5819d5 SHA512 b1c3f782ea07743f765af5c03f6fbaaad1baa9fc93de1020406afa2b2a14ef5ab67db6647af5c855590102caab6061189744d4fb15eee92ecafd4b69fad338a2
|
||||
DIST cuetools-1.4.1.tar.gz 32720 BLAKE2B 108b78f079e0065d1003bf09ee0a14b0ccf615e73cb5749ca92c0ef9a6580b023011d3aed83cea49256bdc743d13c6da5e394de019a120e7f8dc592e086bac50 SHA512 dc81e6ec756f9d040dd913e8f340be136d68619caa24bdec21364f94b4fc0ffcbcf21325c7fd53c9230d6d70a2856b45a32c5ca7f41ec76fa47298bf226d959e
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Utilities to manipulate and convert cue and toc files"
|
||||
HOMEPAGE="https://github.com/svend/cuetools"
|
||||
SRC_URI="https://github.com/svend/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
|
||||
mirror://gentoo/${P}-debian.patch.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
|
||||
IUSE="extras"
|
||||
|
||||
DEPEND="sys-devel/bison
|
||||
sys-devel/flex"
|
||||
RDEPEND="extras? (
|
||||
media-sound/vorbis-tools
|
||||
media-libs/flac
|
||||
media-sound/mp3info
|
||||
)"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${WORKDIR}"/${P}-debian.patch \
|
||||
"${FILESDIR}"/${P}-flac.patch
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
dodoc AUTHORS NEWS README TODO
|
||||
use extras && dobin extras/cuetag.sh
|
||||
docinto extras
|
||||
dodoc extras/{cueconvert.cgi,*.txt}
|
||||
}
|
||||
@@ -1,33 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=0
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Utilities to manipulate and convert cue and toc files"
|
||||
HOMEPAGE="http://developer.berlios.de/projects/cuetools/"
|
||||
#SRC_URI="mirror://berlios/${PN}/${P}.tar.gz
|
||||
SRC_URI="mirror://gentoo/${P}.tar.gz
|
||||
mirror://gentoo/${P}-debian.patch.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
|
||||
use ppc && epatch "${WORKDIR}/${P}-debian.patch"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed."
|
||||
dodoc AUTHORS NEWS README TODO
|
||||
insinto /usr/share/doc/${PF}/extras
|
||||
doins extras/cue{convert.cgi,tag.sh}
|
||||
docinto extras
|
||||
dodoc extras/*.txt
|
||||
}
|
||||
@@ -2,9 +2,6 @@
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<!-- maintainer-needed -->
|
||||
<use>
|
||||
<flag name="extras">Install additional script that tag files based on cue/toc file information</flag>
|
||||
</use>
|
||||
<longdescription lang="en">
|
||||
cuetools is a set of utilities for working with Cue Sheet (cue) and Table of Contents (toc) files.
|
||||
It includes:
|
||||
|
||||
Reference in New Issue
Block a user