summaryrefslogtreecommitdiff
path: root/app-cdr/cuetools
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-cdr/cuetools
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-cdr/cuetools')
-rw-r--r--app-cdr/cuetools/Manifest3
-rw-r--r--app-cdr/cuetools/cuetools-1.4.1.ebuild32
-rw-r--r--app-cdr/cuetools/metadata.xml16
3 files changed, 0 insertions, 51 deletions
diff --git a/app-cdr/cuetools/Manifest b/app-cdr/cuetools/Manifest
deleted file mode 100644
index 4bf9afa500ab..000000000000
--- a/app-cdr/cuetools/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST cuetools-1.4.1.tar.gz 32720 BLAKE2B 108b78f079e0065d1003bf09ee0a14b0ccf615e73cb5749ca92c0ef9a6580b023011d3aed83cea49256bdc743d13c6da5e394de019a120e7f8dc592e086bac50 SHA512 dc81e6ec756f9d040dd913e8f340be136d68619caa24bdec21364f94b4fc0ffcbcf21325c7fd53c9230d6d70a2856b45a32c5ca7f41ec76fa47298bf226d959e
-EBUILD cuetools-1.4.1.ebuild 714 BLAKE2B 7cd330b1bc284fc98776ef15374cfeb7cae01436c1a7e4c14ad9bfca0712bd17de0ad5076286a0f60c08d625a323ee1fd5b17a28b594c6dd92f6478a8b0a7120 SHA512 3d4fb8ae5b49eb121c4357a736657ebd55769dc393fd2c58506d41c2eb456d6a6782e6509c931f6d64d3d562d09422f1b7b1eb015140c9ca17d5ec38cff2d3ae
-MISC metadata.xml 653 BLAKE2B 826bad3ba9b8cf6ef515fadddacb4d511591fee47614716d1577cdb0fd7fe72b1054186ba94368ba60590c9b118c86a461beda7e3803b8ba34fd6f6d75d7b47e SHA512 475e736ca7ced23d61d721308f0d409f23798dfaed53b4ea35a96307683b21883ddac8ed528a198163b280481fde0204bf875477a883bd7be5984eabbdb64e6f
diff --git a/app-cdr/cuetools/cuetools-1.4.1.ebuild b/app-cdr/cuetools/cuetools-1.4.1.ebuild
deleted file mode 100644
index 2f34d2525069..000000000000
--- a/app-cdr/cuetools/cuetools-1.4.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools 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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="flac mp3 vorbis"
-
-RDEPEND="
- flac? ( media-libs/flac )
- mp3? ( media-sound/mp3info )
- vorbis? ( media-sound/vorbis-tools )
-"
-
-src_prepare() {
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS NEWS README.md TODO
- docinto extras
- dodoc extras/{cueconvert.cgi,*.txt}
-}
diff --git a/app-cdr/cuetools/metadata.xml b/app-cdr/cuetools/metadata.xml
deleted file mode 100644
index f5c10e8bce60..000000000000
--- a/app-cdr/cuetools/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- cuetools is a set of utilities for working with Cue Sheet (cue) and Table of Contents (toc) files.
- It includes:
- cueconvert convert between the cue and toc formats
- cuebreakpoints print the breakpoints from a cue or toc file
- cueprint print disc and track infomation for a cue or toc file
- </longdescription>
- <upstream>
- <remote-id type="github">svend/cuetools</remote-id>
- <bugs-to>https://github.com/svend/cuetools/issues</bugs-to>
- </upstream>
-</pkgmetadata>