* [gentoo-commits] repo/gentoo:master commit in: media-sound/lltag/
@ 2016-08-21 7:09 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2016-08-21 7:09 UTC (permalink / raw
To: gentoo-commits
commit: 4ec6fe8f7e60877dab28fede9f776f4452a12d3f
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 21 06:59:24 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Aug 21 07:09:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec6fe8f
media-sound/lltag: bump to 0.14.5
Package-Manager: portage-2.3.0
media-sound/lltag/Manifest | 1 +
media-sound/lltag/lltag-0.14.5.ebuild | 45 +++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/media-sound/lltag/Manifest b/media-sound/lltag/Manifest
index a6eedb2..22a4642 100644
--- a/media-sound/lltag/Manifest
+++ b/media-sound/lltag/Manifest
@@ -1 +1,2 @@
DIST lltag-0.14.4.tar.bz2 48137 SHA256 5fe8d993289136395eb040ac6f1fa633cd8fd6a02a39de2db6f0ff1397ec948d SHA512 d2dbc513ce5e75a808acb7676a2513ece34322d134d52e1f5ea44f51b7c134699a0a8e368265c2594fd275873e4908a21af135c8714278954d0b45f2fc239bf7 WHIRLPOOL 62caf3b3e5fc05dd081cf4323b1b90e302306feee4a42c3a8a7e92703cbf08986f82b8f8a5d3faf4a13f69e59d4148a35b1b0c507e1284285ed6cc9893298dbb
+DIST lltag-0.14.5.tar.bz2 48035 SHA256 7a985aec809fcbeb99879a2d7fe6defe292cbea8a8a6e29e97500117d84289d6 SHA512 64d16ae1bfb920f2e10add6728bdbe261662688b5c99e4cc92ffa5d7dd5fe596c6c3ccbe61b432a4594e49003fc981b20588def9523a65ee934418afb512bedd WHIRLPOOL 1995694ea82f4b9f1c148a798c8b6980bdf8a26d826c6d6da9624a43a217fa5dd891ec81fd4cfbc63b39501ea43d8799e2f8e0632d7d20a4416a64df4a7bc222
diff --git a/media-sound/lltag/lltag-0.14.5.ebuild b/media-sound/lltag/lltag-0.14.5.ebuild
new file mode 100644
index 0000000..b4c01a7
--- /dev/null
+++ b/media-sound/lltag/lltag-0.14.5.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit perl-module
+
+DESCRIPTION="Automatic command-line mp3/ogg/flac file tagger and renamer"
+HOMEPAGE="http://home.gna.org/lltag"
+SRC_URI="http://download.gna.org/lltag/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="flac mp3 ogg readline"
+
+RDEPEND="dev-perl/libwww-perl
+ mp3? ( media-sound/mp3info dev-perl/MP3-Tag )
+ ogg? ( media-sound/vorbis-tools )
+ flac? ( media-libs/flac )
+ readline? ( dev-perl/Term-ReadLine-Perl )"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ mylltagopts=(
+ "DESTDIR=${D}"
+ "PREFIX=/usr"
+ "SYSCONFDIR=/etc"
+ "MANDIR=/usr/share/man"
+ "PERL_INSTALLDIRS=vendor"
+ "DOCDIR=/usr/share/doc/${PF}"
+ )
+}
+
+src_compile() {
+ emake "${mylltagopts[@]}"
+}
+
+src_install() {
+ emake "${mylltagopts[@]}" install{,-doc,-man}
+ dodoc Changes
+ perl_delete_localpod
+ # Move config to recommended location
+ mv "${D}usr/share/doc/${PF}"/config "${D}"etc/lltag/ || die
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/lltag/
@ 2017-07-30 14:43 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2017-07-30 14:43 UTC (permalink / raw
To: gentoo-commits
commit: 3b479b16388f55fc8304ee75b8a1293efa1e7ebe
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sun Jul 30 11:27:48 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 14:43:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b479b16
media-sound/lltag: replace HOMEPAGE and SRC_URI
With the closure of gna.org, this project has moved to GitHub.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5241
media-sound/lltag/Manifest | 4 ++--
media-sound/lltag/lltag-0.14.4-r1.ebuild | 6 +++---
media-sound/lltag/lltag-0.14.5.ebuild | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/media-sound/lltag/Manifest b/media-sound/lltag/Manifest
index 22a46424ba6..ff624c84ad5 100644
--- a/media-sound/lltag/Manifest
+++ b/media-sound/lltag/Manifest
@@ -1,2 +1,2 @@
-DIST lltag-0.14.4.tar.bz2 48137 SHA256 5fe8d993289136395eb040ac6f1fa633cd8fd6a02a39de2db6f0ff1397ec948d SHA512 d2dbc513ce5e75a808acb7676a2513ece34322d134d52e1f5ea44f51b7c134699a0a8e368265c2594fd275873e4908a21af135c8714278954d0b45f2fc239bf7 WHIRLPOOL 62caf3b3e5fc05dd081cf4323b1b90e302306feee4a42c3a8a7e92703cbf08986f82b8f8a5d3faf4a13f69e59d4148a35b1b0c507e1284285ed6cc9893298dbb
-DIST lltag-0.14.5.tar.bz2 48035 SHA256 7a985aec809fcbeb99879a2d7fe6defe292cbea8a8a6e29e97500117d84289d6 SHA512 64d16ae1bfb920f2e10add6728bdbe261662688b5c99e4cc92ffa5d7dd5fe596c6c3ccbe61b432a4594e49003fc981b20588def9523a65ee934418afb512bedd WHIRLPOOL 1995694ea82f4b9f1c148a798c8b6980bdf8a26d826c6d6da9624a43a217fa5dd891ec81fd4cfbc63b39501ea43d8799e2f8e0632d7d20a4416a64df4a7bc222
+DIST lltag-0.14.4.tar.gz 57021 SHA256 8b01aea11cf7afdd534aa558f744a1e1b97d3b7c04bf2089a1163bcbbc8b591d SHA512 66204ec78e6b7493730d718b86030d1e612041d64dbacaf2c35c85db15c7749b3ea1a52567c4d5315cc580f7b36196e68b217248db74017a49514efd839f1585 WHIRLPOOL a6b046fb34f2572ef83e44aafa737fd431928578cc1e6c6286e11c336991b7e5f7b84d9bed0fa4fa41a430b43fcabc50e3caac000b57ccd7487aabcf4e9145dc
+DIST lltag-0.14.5.tar.gz 57064 SHA256 9983c48b1129ecaedeeba9194ce2ce419ffab6fd15d825ff343051769e4cd8f2 SHA512 902ea33c960785b1c9220975ef8c6b7f3bb3bf4f15db463d4cc8b5c4d6d1ad266ff07aaee8c0914ec4538f1e359f8b2d54ff457dec3a8b570ffafa6174bdc55c WHIRLPOOL 9d0bc6dd52b72f7a9a569e91dbf246a2b30bfeb68dfdae22c567d5ca20c21f898d2d957c254fe68081042376c47aa5ca9cb49f2f64185b65f0990f7a8f11ae5c
diff --git a/media-sound/lltag/lltag-0.14.4-r1.ebuild b/media-sound/lltag/lltag-0.14.4-r1.ebuild
index 87024dd4bbb..7597e9b2e5a 100644
--- a/media-sound/lltag/lltag-0.14.4-r1.ebuild
+++ b/media-sound/lltag/lltag-0.14.4-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit perl-module
DESCRIPTION="Automatic command-line mp3/ogg/flac file tagger and renamer"
-HOMEPAGE="http://home.gna.org/lltag"
-SRC_URI="http://download.gna.org/lltag/${P}.tar.bz2"
+HOMEPAGE="http://bgoglin.free.fr/lltag/"
+SRC_URI="https://github.com/bgoglin/${PN}/archive/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
diff --git a/media-sound/lltag/lltag-0.14.5.ebuild b/media-sound/lltag/lltag-0.14.5.ebuild
index 3f3775797d9..7597e9b2e5a 100644
--- a/media-sound/lltag/lltag-0.14.5.ebuild
+++ b/media-sound/lltag/lltag-0.14.5.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit perl-module
DESCRIPTION="Automatic command-line mp3/ogg/flac file tagger and renamer"
-HOMEPAGE="http://home.gna.org/lltag"
-SRC_URI="http://download.gna.org/lltag/${P}.tar.bz2"
+HOMEPAGE="http://bgoglin.free.fr/lltag/"
+SRC_URI="https://github.com/bgoglin/${PN}/archive/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/lltag/
@ 2017-08-01 8:28 Alexis Ballier
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-08-01 8:28 UTC (permalink / raw
To: gentoo-commits
commit: ab1ac5546c113c76d99100882b6c0f6052174f8a
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 1 08:23:00 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug 1 08:28:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1ac554
Revert "media-sound/lltag: replace HOMEPAGE and SRC_URI"
This reverts commit 3b479b16388f55fc8304ee75b8a1293efa1e7ebe.
Does not even build.
media-sound/lltag/Manifest | 4 ++--
media-sound/lltag/lltag-0.14.4-r1.ebuild | 6 +++---
media-sound/lltag/lltag-0.14.5.ebuild | 6 +++---
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/media-sound/lltag/Manifest b/media-sound/lltag/Manifest
index ff624c84ad5..22a46424ba6 100644
--- a/media-sound/lltag/Manifest
+++ b/media-sound/lltag/Manifest
@@ -1,2 +1,2 @@
-DIST lltag-0.14.4.tar.gz 57021 SHA256 8b01aea11cf7afdd534aa558f744a1e1b97d3b7c04bf2089a1163bcbbc8b591d SHA512 66204ec78e6b7493730d718b86030d1e612041d64dbacaf2c35c85db15c7749b3ea1a52567c4d5315cc580f7b36196e68b217248db74017a49514efd839f1585 WHIRLPOOL a6b046fb34f2572ef83e44aafa737fd431928578cc1e6c6286e11c336991b7e5f7b84d9bed0fa4fa41a430b43fcabc50e3caac000b57ccd7487aabcf4e9145dc
-DIST lltag-0.14.5.tar.gz 57064 SHA256 9983c48b1129ecaedeeba9194ce2ce419ffab6fd15d825ff343051769e4cd8f2 SHA512 902ea33c960785b1c9220975ef8c6b7f3bb3bf4f15db463d4cc8b5c4d6d1ad266ff07aaee8c0914ec4538f1e359f8b2d54ff457dec3a8b570ffafa6174bdc55c WHIRLPOOL 9d0bc6dd52b72f7a9a569e91dbf246a2b30bfeb68dfdae22c567d5ca20c21f898d2d957c254fe68081042376c47aa5ca9cb49f2f64185b65f0990f7a8f11ae5c
+DIST lltag-0.14.4.tar.bz2 48137 SHA256 5fe8d993289136395eb040ac6f1fa633cd8fd6a02a39de2db6f0ff1397ec948d SHA512 d2dbc513ce5e75a808acb7676a2513ece34322d134d52e1f5ea44f51b7c134699a0a8e368265c2594fd275873e4908a21af135c8714278954d0b45f2fc239bf7 WHIRLPOOL 62caf3b3e5fc05dd081cf4323b1b90e302306feee4a42c3a8a7e92703cbf08986f82b8f8a5d3faf4a13f69e59d4148a35b1b0c507e1284285ed6cc9893298dbb
+DIST lltag-0.14.5.tar.bz2 48035 SHA256 7a985aec809fcbeb99879a2d7fe6defe292cbea8a8a6e29e97500117d84289d6 SHA512 64d16ae1bfb920f2e10add6728bdbe261662688b5c99e4cc92ffa5d7dd5fe596c6c3ccbe61b432a4594e49003fc981b20588def9523a65ee934418afb512bedd WHIRLPOOL 1995694ea82f4b9f1c148a798c8b6980bdf8a26d826c6d6da9624a43a217fa5dd891ec81fd4cfbc63b39501ea43d8799e2f8e0632d7d20a4416a64df4a7bc222
diff --git a/media-sound/lltag/lltag-0.14.4-r1.ebuild b/media-sound/lltag/lltag-0.14.4-r1.ebuild
index 7597e9b2e5a..87024dd4bbb 100644
--- a/media-sound/lltag/lltag-0.14.4-r1.ebuild
+++ b/media-sound/lltag/lltag-0.14.4-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit perl-module
DESCRIPTION="Automatic command-line mp3/ogg/flac file tagger and renamer"
-HOMEPAGE="http://bgoglin.free.fr/lltag/"
-SRC_URI="https://github.com/bgoglin/${PN}/archive/${P}.tar.gz"
+HOMEPAGE="http://home.gna.org/lltag"
+SRC_URI="http://download.gna.org/lltag/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
diff --git a/media-sound/lltag/lltag-0.14.5.ebuild b/media-sound/lltag/lltag-0.14.5.ebuild
index 7597e9b2e5a..3f3775797d9 100644
--- a/media-sound/lltag/lltag-0.14.5.ebuild
+++ b/media-sound/lltag/lltag-0.14.5.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit perl-module
DESCRIPTION="Automatic command-line mp3/ogg/flac file tagger and renamer"
-HOMEPAGE="http://bgoglin.free.fr/lltag/"
-SRC_URI="https://github.com/bgoglin/${PN}/archive/${P}.tar.gz"
+HOMEPAGE="http://home.gna.org/lltag"
+SRC_URI="http://download.gna.org/lltag/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/lltag/
@ 2020-08-22 16:06 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2020-08-22 16:06 UTC (permalink / raw
To: gentoo-commits
commit: 1af5296458ef84ae77b4eaa0a416186a8a3063ba
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 21:33:59 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 16:05:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af52964
media-sound/lltag: 0.14.6 version bump, EAPI-7 bump
Closes: https://bugs.gentoo.org/699918
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/lltag/Manifest | 1 +
media-sound/lltag/lltag-0.14.6.ebuild | 51 +++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/media-sound/lltag/Manifest b/media-sound/lltag/Manifest
index a7a7b1a9d9b..c56c0c80256 100644
--- a/media-sound/lltag/Manifest
+++ b/media-sound/lltag/Manifest
@@ -1,2 +1,3 @@
DIST lltag-0.14.4.tar.bz2 48137 BLAKE2B 0dd209262ba15adb487642c0a15c2ee0504f0fa376763f01e12e9909bfebc47318fe671dec9057efbd7db06f1c5f55bb39aa35de043647f4ca86cf87442743a6 SHA512 d2dbc513ce5e75a808acb7676a2513ece34322d134d52e1f5ea44f51b7c134699a0a8e368265c2594fd275873e4908a21af135c8714278954d0b45f2fc239bf7
DIST lltag-0.14.5.tar.bz2 48035 BLAKE2B 15352a388fd96882d78803905c12074288b6084b72c46a5ea15a2dbe504bd416201315c0047492329f06413100ca432040a974dbe56869772dd0a36d3d18a927 SHA512 64d16ae1bfb920f2e10add6728bdbe261662688b5c99e4cc92ffa5d7dd5fe596c6c3ccbe61b432a4594e49003fc981b20588def9523a65ee934418afb512bedd
+DIST lltag-0.14.6.tar.gz 57162 BLAKE2B 9b21fa026644722bdb0cbb91e3a5f27247c4e8470273823aca71b71253e5ee50703e3cb14b1c4e8e6079e9d5d46dccc03d7a4892782c1c53189d5a13992ddd11 SHA512 9eb488ac1444ec11b02ca9c396903b5c6ef1e2f19558a6ef9d5e8d3fadb639fad902b4d6cdde8f4374768fdea553cfd6550c4151df9a755c9ae4a5652128a836
diff --git a/media-sound/lltag/lltag-0.14.6.ebuild b/media-sound/lltag/lltag-0.14.6.ebuild
new file mode 100644
index 00000000000..c4d43b6f07c
--- /dev/null
+++ b/media-sound/lltag/lltag-0.14.6.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit perl-module
+
+DESCRIPTION="Automatic command-line mp3/ogg/flac file tagger and renamer"
+HOMEPAGE="http://bgoglin.free.fr/lltag/ https://github.com/bgoglin/lltag"
+SRC_URI="https://github.com/bgoglin/lltag/archive/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="flac mp3 ogg readline"
+
+RDEPEND="
+ dev-perl/libwww-perl
+ flac? ( media-libs/flac )
+ mp3? (
+ dev-perl/MP3-Tag
+ media-sound/mp3info
+ )
+ ogg? ( media-sound/vorbis-tools )
+ readline? ( dev-perl/Term-ReadLine-Perl )"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}-${P}"
+
+pkg_setup() {
+ mylltagopts=(
+ DESTDIR="${D}"
+ PREFIX=/usr
+ SYSCONFDIR=/etc
+ MANDIR=/usr/share/man
+ PERL_INSTALLDIRS=vendor
+ DOCDIR=/usr/share/doc/${PF}
+ )
+}
+
+src_compile() {
+ emake "${mylltagopts[@]}"
+}
+
+src_install() {
+ emake "${mylltagopts[@]}" install{,-doc,-man}
+ dodoc Changes
+ perl_delete_localpod
+ # Move config to recommended location
+ mv "${D}/usr/share/doc/${PF}"/config "${D}"/etc/lltag/ || die
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/lltag/
@ 2020-08-22 16:06 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2020-08-22 16:06 UTC (permalink / raw
To: gentoo-commits
commit: 34b31b2a7b5e2db4c46642c5647655eec1cf0479
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 21:36:00 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 16:05:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b31b2a
media-sound/lltag: Drop 0.14.4-r1
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/lltag/Manifest | 1 -
media-sound/lltag/lltag-0.14.4-r1.ebuild | 44 --------------------------------
2 files changed, 45 deletions(-)
diff --git a/media-sound/lltag/Manifest b/media-sound/lltag/Manifest
index c56c0c80256..0398eb67dfd 100644
--- a/media-sound/lltag/Manifest
+++ b/media-sound/lltag/Manifest
@@ -1,3 +1,2 @@
-DIST lltag-0.14.4.tar.bz2 48137 BLAKE2B 0dd209262ba15adb487642c0a15c2ee0504f0fa376763f01e12e9909bfebc47318fe671dec9057efbd7db06f1c5f55bb39aa35de043647f4ca86cf87442743a6 SHA512 d2dbc513ce5e75a808acb7676a2513ece34322d134d52e1f5ea44f51b7c134699a0a8e368265c2594fd275873e4908a21af135c8714278954d0b45f2fc239bf7
DIST lltag-0.14.5.tar.bz2 48035 BLAKE2B 15352a388fd96882d78803905c12074288b6084b72c46a5ea15a2dbe504bd416201315c0047492329f06413100ca432040a974dbe56869772dd0a36d3d18a927 SHA512 64d16ae1bfb920f2e10add6728bdbe261662688b5c99e4cc92ffa5d7dd5fe596c6c3ccbe61b432a4594e49003fc981b20588def9523a65ee934418afb512bedd
DIST lltag-0.14.6.tar.gz 57162 BLAKE2B 9b21fa026644722bdb0cbb91e3a5f27247c4e8470273823aca71b71253e5ee50703e3cb14b1c4e8e6079e9d5d46dccc03d7a4892782c1c53189d5a13992ddd11 SHA512 9eb488ac1444ec11b02ca9c396903b5c6ef1e2f19558a6ef9d5e8d3fadb639fad902b4d6cdde8f4374768fdea553cfd6550c4151df9a755c9ae4a5652128a836
diff --git a/media-sound/lltag/lltag-0.14.4-r1.ebuild b/media-sound/lltag/lltag-0.14.4-r1.ebuild
deleted file mode 100644
index 87024dd4bbb..00000000000
--- a/media-sound/lltag/lltag-0.14.4-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit perl-module
-
-DESCRIPTION="Automatic command-line mp3/ogg/flac file tagger and renamer"
-HOMEPAGE="http://home.gna.org/lltag"
-SRC_URI="http://download.gna.org/lltag/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="flac mp3 ogg readline"
-
-RDEPEND="dev-perl/libwww-perl
- mp3? ( media-sound/mp3info dev-perl/MP3-Tag )
- ogg? ( media-sound/vorbis-tools )
- flac? ( media-libs/flac )
- readline? ( dev-perl/Term-ReadLine-Perl )"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- mylltagopts=(
- "DESTDIR=${D}"
- "PREFIX=/usr"
- "SYSCONFDIR=/etc"
- "MANDIR=/usr/share/man"
- "PERL_INSTALLDIRS=vendor"
- "DOCDIR=/usr/share/doc/${PF}"
- )
-}
-
-src_compile() {
- emake "${mylltagopts[@]}"
-}
-
-src_install() {
- emake "${mylltagopts[@]}" install{,-doc,-man}
- dodoc Changes
- perl_delete_localpod
- # Move config to recommended location
- mv "${D}usr/share/doc/${PF}"/config "${D}"etc/lltag/ || die
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/lltag/
@ 2020-10-11 21:33 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2020-10-11 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 753679601515f078f93f0385c4279852a5c05efb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 21:57:39 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 11 21:32:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75367960
media-sound/lltag: Drop 0.14.5
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/lltag/Manifest | 1 -
media-sound/lltag/lltag-0.14.5.ebuild | 44 -----------------------------------
2 files changed, 45 deletions(-)
diff --git a/media-sound/lltag/Manifest b/media-sound/lltag/Manifest
index 0398eb67dfd..ff7706fbfe5 100644
--- a/media-sound/lltag/Manifest
+++ b/media-sound/lltag/Manifest
@@ -1,2 +1 @@
-DIST lltag-0.14.5.tar.bz2 48035 BLAKE2B 15352a388fd96882d78803905c12074288b6084b72c46a5ea15a2dbe504bd416201315c0047492329f06413100ca432040a974dbe56869772dd0a36d3d18a927 SHA512 64d16ae1bfb920f2e10add6728bdbe261662688b5c99e4cc92ffa5d7dd5fe596c6c3ccbe61b432a4594e49003fc981b20588def9523a65ee934418afb512bedd
DIST lltag-0.14.6.tar.gz 57162 BLAKE2B 9b21fa026644722bdb0cbb91e3a5f27247c4e8470273823aca71b71253e5ee50703e3cb14b1c4e8e6079e9d5d46dccc03d7a4892782c1c53189d5a13992ddd11 SHA512 9eb488ac1444ec11b02ca9c396903b5c6ef1e2f19558a6ef9d5e8d3fadb639fad902b4d6cdde8f4374768fdea553cfd6550c4151df9a755c9ae4a5652128a836
diff --git a/media-sound/lltag/lltag-0.14.5.ebuild b/media-sound/lltag/lltag-0.14.5.ebuild
deleted file mode 100644
index 3f3775797d9..00000000000
--- a/media-sound/lltag/lltag-0.14.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit perl-module
-
-DESCRIPTION="Automatic command-line mp3/ogg/flac file tagger and renamer"
-HOMEPAGE="http://home.gna.org/lltag"
-SRC_URI="http://download.gna.org/lltag/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="flac mp3 ogg readline"
-
-RDEPEND="dev-perl/libwww-perl
- mp3? ( media-sound/mp3info dev-perl/MP3-Tag )
- ogg? ( media-sound/vorbis-tools )
- flac? ( media-libs/flac )
- readline? ( dev-perl/Term-ReadLine-Perl )"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- mylltagopts=(
- "DESTDIR=${D}"
- "PREFIX=/usr"
- "SYSCONFDIR=/etc"
- "MANDIR=/usr/share/man"
- "PERL_INSTALLDIRS=vendor"
- "DOCDIR=/usr/share/doc/${PF}"
- )
-}
-
-src_compile() {
- emake "${mylltagopts[@]}"
-}
-
-src_install() {
- emake "${mylltagopts[@]}" install{,-doc,-man}
- dodoc Changes
- perl_delete_localpod
- # Move config to recommended location
- mv "${D}usr/share/doc/${PF}"/config "${D}"etc/lltag/ || die
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/lltag/
@ 2022-03-09 23:12 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-03-09 23:12 UTC (permalink / raw
To: gentoo-commits
commit: 70aef573170ab433906019d925a70e06b4b224c8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 9 22:58:54 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 22:58:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70aef573
media-sound/lltag: fix VariableScope
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/lltag/lltag-0.14.6.ebuild | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/media-sound/lltag/lltag-0.14.6.ebuild b/media-sound/lltag/lltag-0.14.6.ebuild
index c4d43b6f07c3..f9c3cdedb575 100644
--- a/media-sound/lltag/lltag-0.14.6.ebuild
+++ b/media-sound/lltag/lltag-0.14.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -27,23 +27,20 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-${P}"
-pkg_setup() {
+src_compile() {
mylltagopts=(
- DESTDIR="${D}"
PREFIX=/usr
SYSCONFDIR=/etc
MANDIR=/usr/share/man
PERL_INSTALLDIRS=vendor
DOCDIR=/usr/share/doc/${PF}
)
-}
-src_compile() {
emake "${mylltagopts[@]}"
}
src_install() {
- emake "${mylltagopts[@]}" install{,-doc,-man}
+ emake DESTDIR="${D}" "${mylltagopts[@]}" install{,-doc,-man}
dodoc Changes
perl_delete_localpod
# Move config to recommended location
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/lltag/
@ 2024-04-10 7:48 Miroslav Šulc
0 siblings, 0 replies; 8+ messages in thread
From: Miroslav Šulc @ 2024-04-10 7:48 UTC (permalink / raw
To: gentoo-commits
commit: 24b1a624ae17a4ec93afe978046f76f112befc53
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Apr 9 15:04:15 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 07:48:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b1a624
media-sound/lltag: add missing remote-id
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/lltag/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/media-sound/lltag/metadata.xml b/media-sound/lltag/metadata.xml
index 93423219a5bc..f1b664c3f1fb 100644
--- a/media-sound/lltag/metadata.xml
+++ b/media-sound/lltag/metadata.xml
@@ -5,4 +5,7 @@
<email>sound@gentoo.org</email>
<name>Gentoo Sound project</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">bgoglin/lltag</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-04-10 7:48 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-22 16:06 [gentoo-commits] repo/gentoo:master commit in: media-sound/lltag/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-04-10 7:48 Miroslav Šulc
2022-03-09 23:12 Sam James
2020-10-11 21:33 Andreas Sturmlechner
2020-08-22 16:06 Andreas Sturmlechner
2017-08-01 8:28 Alexis Ballier
2017-07-30 14:43 David Seifert
2016-08-21 7:09 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox