From 46eedbedafdb0040c37884982d4c775ce277fb7b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 20 Oct 2021 10:22:14 +0100 Subject: gentoo resync : 20.10.2021 --- app-cdr/Manifest.gz | Bin 7836 -> 7836 bytes app-cdr/cuetools/Manifest | 2 +- app-cdr/cuetools/cuetools-1.4.1-r1.ebuild | 32 ++++++++++++++++++++++++++++++ app-cdr/cuetools/cuetools-1.4.1.ebuild | 32 ------------------------------ 4 files changed, 33 insertions(+), 33 deletions(-) create mode 100644 app-cdr/cuetools/cuetools-1.4.1-r1.ebuild delete mode 100644 app-cdr/cuetools/cuetools-1.4.1.ebuild (limited to 'app-cdr') diff --git a/app-cdr/Manifest.gz b/app-cdr/Manifest.gz index 7547e844c11b..59e08300d3a0 100644 Binary files a/app-cdr/Manifest.gz and b/app-cdr/Manifest.gz differ diff --git a/app-cdr/cuetools/Manifest b/app-cdr/cuetools/Manifest index 43ffc0c3659e..79364159a1a1 100644 --- a/app-cdr/cuetools/Manifest +++ b/app-cdr/cuetools/Manifest @@ -1,3 +1,3 @@ DIST cuetools-1.4.1.tar.gz 32720 BLAKE2B 108b78f079e0065d1003bf09ee0a14b0ccf615e73cb5749ca92c0ef9a6580b023011d3aed83cea49256bdc743d13c6da5e394de019a120e7f8dc592e086bac50 SHA512 dc81e6ec756f9d040dd913e8f340be136d68619caa24bdec21364f94b4fc0ffcbcf21325c7fd53c9230d6d70a2856b45a32c5ca7f41ec76fa47298bf226d959e -EBUILD cuetools-1.4.1.ebuild 714 BLAKE2B 7cd330b1bc284fc98776ef15374cfeb7cae01436c1a7e4c14ad9bfca0712bd17de0ad5076286a0f60c08d625a323ee1fd5b17a28b594c6dd92f6478a8b0a7120 SHA512 3d4fb8ae5b49eb121c4357a736657ebd55769dc393fd2c58506d41c2eb456d6a6782e6509c931f6d64d3d562d09422f1b7b1eb015140c9ca17d5ec38cff2d3ae +EBUILD cuetools-1.4.1-r1.ebuild 707 BLAKE2B 8c3317fa90286b588c1148085923bdd70472e625a313cc2fd4c55a945b5a23366a40f83a5a04dc0bad6a6b48abacef2173ac6ef2c4a8168d174abae60fd36b92 SHA512 da9e1d47ebb788d058150b1b4e32ad8e9b22b1cb590626465e84d6ca01f595936dba6cd0342dcabb3a1f3c09277cf207d37c596c70f2aa6025092a4c70fb2b70 MISC metadata.xml 654 BLAKE2B 3c621fc82d10986876fe4a93a757e37f98929de77c60dd39796199a9ce55ffcc882e5079d258cd0e070781d870f26fd5ccc374465a5d5689942719380aba991d SHA512 0f0b44d85c1a9f601b0dcb4364aafc5dd357e4e3969dce8d14c5290bd6e6a47e10245243ec4fc3abcbe7db635ebda816a528f342a68b2aec0c6ecf3e96166017 diff --git a/app-cdr/cuetools/cuetools-1.4.1-r1.ebuild b/app-cdr/cuetools/cuetools-1.4.1-r1.ebuild new file mode 100644 index 000000000000..07b455fc8677 --- /dev/null +++ b/app-cdr/cuetools/cuetools-1.4.1-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools optfeature + +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" + +src_prepare() { + default + eautoreconf +} + +src_install() { + default + + docinto extras + dodoc extras/{cueconvert.cgi,*.txt} +} + +pkg_postinst() { + optfeature "FLAC support" 'media-libs/flac' + optfeature "MP3 support" 'media-sound/mp3info' + optfeature "Vorbis support" 'media-sound/vorbis-tools' +} 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} -} -- cgit v1.2.3