* [gentoo-commits] repo/gentoo:master commit in: media-sound/tagtool/
@ 2016-10-15 10:06 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-10-15 10:06 UTC (permalink / raw
To: gentoo-commits
commit: 3bbb2ce72b81bbb6eb48a16add769985efe1ee2c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 10:05:00 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 10:06:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbb2ce7
media-sound/tagtool: Drop old
Package-Manager: portage-2.3.1
media-sound/tagtool/tagtool-0.12.3.ebuild | 46 -------------------------------
1 file changed, 46 deletions(-)
diff --git a/media-sound/tagtool/tagtool-0.12.3.ebuild b/media-sound/tagtool/tagtool-0.12.3.ebuild
deleted file mode 100644
index 36b4551..00000000
--- a/media-sound/tagtool/tagtool-0.12.3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-DESCRIPTION="Audio Tag Tool Ogg/Mp3 Tagger"
-HOMEPAGE="http://pwp.netcabo.pt/paol/tagtool"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE="vorbis mp3"
-
-RDEPEND="x11-libs/gtk+:2
- >=gnome-base/libglade-2.6
- mp3? ( >=media-libs/id3lib-3.8.3-r6 )
- vorbis? ( >=media-libs/libvorbis-1 )
- !mp3? ( !vorbis? ( >=media-libs/libvorbis-1 ) )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_configure() {
- local myconf
-
- use mp3 || myconf="${myconf} --disable-mp3"
- use vorbis || myconf="${myconf} --disable-vorbis"
-
- if ! use mp3 && ! use vorbis; then
- einfo "One of USE flags is required, enabling vorbis for you."
- myconf="--disable-mp3"
- fi
-
- econf ${myconf}
-}
-
-src_install() {
- emake \
- DESTDIR="${D}" \
- GNOME_SYSCONFDIR="${D}/etc" \
- sysdir="${D}/usr/share/applets/Multimedia" \
- install || die
-
- dodoc ChangeLog NEWS README TODO THANKS
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/tagtool/
@ 2016-12-04 1:00 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2016-12-04 1:00 UTC (permalink / raw
To: gentoo-commits
commit: d0bbaa40debae2b4bc7e6add3d656b3c24ae690c
Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Wed Nov 30 16:47:22 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec 4 01:00:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0bbaa40
media-sound/tagtool: update SRC_URI and HOMEPAGE.
Gentoo-Bug: https://bugs.gentoo.org/509202
Closes: https://github.com/gentoo/gentoo/pull/2961
media-sound/tagtool/tagtool-0.12.3-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/tagtool/tagtool-0.12.3-r1.ebuild b/media-sound/tagtool/tagtool-0.12.3-r1.ebuild
index d4eed74..cb67c5c 100644
--- a/media-sound/tagtool/tagtool-0.12.3-r1.ebuild
+++ b/media-sound/tagtool/tagtool-0.12.3-r1.ebuild
@@ -7,8 +7,8 @@ EAPI=6
inherit autotools
DESCRIPTION="Audio Tag Tool Ogg/Mp3 Tagger"
-HOMEPAGE="http://pwp.netcabo.pt/paol/tagtool"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://sourceforge.net/projects/tagtool/"
+SRC_URI="https://sourceforge.net/projects/${PN}/files/${PN}/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/tagtool/
@ 2022-07-30 9:20 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2022-07-30 9:20 UTC (permalink / raw
To: gentoo-commits
commit: f8ffe0759a408424d83a11a72e127516cea06663
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 09:20:06 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 09:20:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ffe075
media-sound/tagtool: inherit xdg
Closes: https://bugs.gentoo.org/862243
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-sound/tagtool/tagtool-0.12.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/tagtool/tagtool-0.12.3-r2.ebuild b/media-sound/tagtool/tagtool-0.12.3-r2.ebuild
index bdd326c02eb6..65eb348ceaf0 100644
--- a/media-sound/tagtool/tagtool-0.12.3-r2.ebuild
+++ b/media-sound/tagtool/tagtool-0.12.3-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools
+inherit autotools xdg
DESCRIPTION="Audio Tag Tool Ogg/Mp3 Tagger"
HOMEPAGE="https://sourceforge.net/projects/tagtool/"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-07-30 9:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-30 9:20 [gentoo-commits] repo/gentoo:master commit in: media-sound/tagtool/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2016-12-04 1:00 Patrice Clement
2016-10-15 10:06 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox