* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2022-02-07 18:33 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2022-02-07 18:33 UTC (permalink / raw
To: gentoo-commits
commit: c48bd90755272b74ad2ad2d3e2c176f663187929
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 7 18:33:24 2022 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Mon Feb 7 18:33:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48bd907
media-sound/puddletag: Version bump.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/Manifest | 1 +
media-sound/puddletag/puddletag-2.1.1.ebuild | 31 ++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
index 64bf8ccf7f72..5961f1a58fcd 100644
--- a/media-sound/puddletag/Manifest
+++ b/media-sound/puddletag/Manifest
@@ -1,2 +1,3 @@
DIST puddletag-2.0.1.tar.gz 1227152 BLAKE2B 804e9ca9629a9d78114d6f4b6afbe9032cb414678ea6325679c21ac18867bafed8f1b16aae5fbea18995ecc800d35594c478a5164b377f3b4e5dd75148fd3246 SHA512 d84ba360a6cd8c3ddb6628e30276df58d059d9e8cbb2d1255320ca273436c69f05584059c2e768a15871d3f56dc08d7ac96fef9a9c7c077811bb9fdfde444610
DIST puddletag-2.1.0.tar.gz 14628824 BLAKE2B 52ac6291682710eed81aa6176b1a53eb15aec8885a8421361d3da8850e8b1719d0d1c9b2f131ad826febc328244ec890cf6283f1945275458d75b1f923890dd2 SHA512 638c12be894d157d0456f336972f0064c4f4087d1c689f58b7b01f0e88cd773319b9c447e6f2b606f6e482b6d1e2328f5bc2aca556bab427b764d6525b8c2d5e
+DIST puddletag-2.1.1.tar.gz 14628014 BLAKE2B 14343cc5731bd060dc836b14707948ef103c3e4c968974e7c578ac975a12d6d2b9d3dfa9750e6d0ac94e8a8466c85b82f409b93cc787a32d8950f5de1b60dd3e SHA512 b05ab8a09d5ad4d21f8384fa85beebe039b8ee7e775630a23981bfe88ac389fc34a6ac6eac6660a99f38e34157e6bd841ba12237f45e290fe96ded3ab6d44d77
diff --git a/media-sound/puddletag/puddletag-2.1.1.ebuild b/media-sound/puddletag/puddletag-2.1.1.ebuild
new file mode 100644
index 000000000000..86eec8aa99bf
--- /dev/null
+++ b/media-sound/puddletag/puddletag-2.1.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8,9,10} )
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="Audio tag editor"
+HOMEPAGE="http://docs.puddletag.net/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acoustid quodlibet"
+
+DEPEND=""
+RDEPEND="
+ >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-3.0.7[${PYTHON_USEDEP}]
+ >=dev-python/PyQt5-5.15.2[${PYTHON_USEDEP},svg]
+ >=media-libs/mutagen-1.45.1[${PYTHON_USEDEP}]
+ acoustid? ( >=media-libs/chromaprint-1.5.0 )
+ quodlibet? ( >=media-sound/quodlibet-4.4.0[${PYTHON_USEDEP}] )
+ >=dev-python/sip-4.19.22:0[${PYTHON_USEDEP}]
+ >=dev-python/lxml-4.7.1[${PYTHON_USEDEP}]
+"
+DOCS=(changelog NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2024-07-03 5:26 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2024-07-03 5:26 UTC (permalink / raw
To: gentoo-commits
commit: 33227187adc5914f6a1dd1a0a0138d1466c239d7
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 3 05:24:51 2024 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Wed Jul 3 05:24:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33227187
media-sound/puddletag: add 2.4.0
Closes: https://bugs.gentoo.org/935311
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/Manifest | 1 +
media-sound/puddletag/puddletag-2.4.0.ebuild | 31 ++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
index 3f72ec3664a2..c6aa759de2f4 100644
--- a/media-sound/puddletag/Manifest
+++ b/media-sound/puddletag/Manifest
@@ -1 +1,2 @@
DIST puddletag-2.3.0.tar.gz 13916694 BLAKE2B a525957ad82af752539d3cbf6eae996f32d6d92155cea932246f14193b78e230627443b86611bca52dded1688e63efbf5636daa2071ce5a2ad2066c7a5475f07 SHA512 7058526dfe0132bf8edc260538a18c3c169128162ad83646557e166af0bcb23166053de15e02d13eb84c2d68bdbc8bacd6a6730ade409ab34f8503ec9d69af46
+DIST puddletag-2.4.0.tar.gz 13917605 BLAKE2B f622357c2b5e0f4d93de522fd268a7b9b97a041ee9a657eeeb2361e0e37c91527c7273edf045181b2175b70c966398b3b68e7be8b7be999fcaa9997068517bb6 SHA512 a45d3586d6616cfa153fff52747aa7936368bbc56fd62c76e6f23d11fec9f089d801479f075002e77a4c79dcaf44ed567e81002d1d606670ef2a4ae09bb4219a
diff --git a/media-sound/puddletag/puddletag-2.4.0.ebuild b/media-sound/puddletag/puddletag-2.4.0.ebuild
new file mode 100644
index 000000000000..c86ab8786480
--- /dev/null
+++ b/media-sound/puddletag/puddletag-2.4.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10,11,12} )
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="Audio tag editor"
+HOMEPAGE="https://docs.puddletag.net/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acoustid quodlibet"
+
+RDEPEND="
+ >=dev-python/configobj-5.0.8[${PYTHON_USEDEP}]
+ >=dev-python/Levenshtein-0.25.1[${PYTHON_USEDEP}]
+ >=dev-python/lxml-5.2.2[${PYTHON_USEDEP}]
+ acoustid? ( >=dev-python/pyacoustid-1.3.0[${PYTHON_USEDEP}] )
+ >=dev-python/pyparsing-3.1.2[${PYTHON_USEDEP}]
+ >=dev-python/PyQt5-5.15.10[${PYTHON_USEDEP},svg]
+ >=dev-python/unidecode-1.3.8[${PYTHON_USEDEP}]
+ >=media-libs/mutagen-1.47.0[${PYTHON_USEDEP}]
+ quodlibet? ( >=media-sound/quodlibet-4.4.0[${PYTHON_USEDEP}] )
+"
+DOCS=(changelog NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2024-06-03 19:52 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2024-06-03 19:52 UTC (permalink / raw
To: gentoo-commits
commit: 445985fdcac36506165a89cd20ea9e00286b736f
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 3 18:36:20 2024 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Mon Jun 3 19:51:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445985fd
media-sound/puddletag: enable py3.12
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/puddletag-2.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/puddletag/puddletag-2.3.0.ebuild b/media-sound/puddletag/puddletag-2.3.0.ebuild
index c18430c3b2ce..3146bba17966 100644
--- a/media-sound/puddletag/puddletag-2.3.0.ebuild
+++ b/media-sound/puddletag/puddletag-2.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10,11} )
+PYTHON_COMPAT=( python3_{10,11,12} )
inherit distutils-r1 xdg
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2024-04-13 9:47 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2024-04-13 9:47 UTC (permalink / raw
To: gentoo-commits
commit: dcaada80ed972b1b79e9fd4779a198f5d48bb77d
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 09:46:07 2024 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 09:46:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcaada80
media-sound/puddletag: drop 2.2.0-r1
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/Manifest | 1 -
media-sound/puddletag/puddletag-2.2.0-r1.ebuild | 31 -------------------------
2 files changed, 32 deletions(-)
diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
index 1553d2d03933..3f72ec3664a2 100644
--- a/media-sound/puddletag/Manifest
+++ b/media-sound/puddletag/Manifest
@@ -1,2 +1 @@
-DIST puddletag-2.2.0.tar.gz 14355485 BLAKE2B 712b6c28adea9743476b9908e9c28a3988e88ca598cb7c65580f876a06770442852188fc727c411fc78fa972e68edbe9b1fa53542507b4a1edfd0285af776423 SHA512 92c430f54b49d2f193ffc4168f35bbadb069ca9b41b28250ee1c6dcb84853def20865d6df52940eebff8c5b812c0c8ab6b8971b66d398ff9ac94918e955322bb
DIST puddletag-2.3.0.tar.gz 13916694 BLAKE2B a525957ad82af752539d3cbf6eae996f32d6d92155cea932246f14193b78e230627443b86611bca52dded1688e63efbf5636daa2071ce5a2ad2066c7a5475f07 SHA512 7058526dfe0132bf8edc260538a18c3c169128162ad83646557e166af0bcb23166053de15e02d13eb84c2d68bdbc8bacd6a6730ade409ab34f8503ec9d69af46
diff --git a/media-sound/puddletag/puddletag-2.2.0-r1.ebuild b/media-sound/puddletag/puddletag-2.2.0-r1.ebuild
deleted file mode 100644
index d5039d472cf8..000000000000
--- a/media-sound/puddletag/puddletag-2.2.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10,11} )
-
-inherit distutils-r1 xdg
-
-DESCRIPTION="Audio tag editor"
-HOMEPAGE="https://docs.puddletag.net/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="acoustid quodlibet"
-
-RDEPEND="
- >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}]
- >=dev-python/PyQt5-5.15.7[${PYTHON_USEDEP},svg]
- >=media-libs/mutagen-1.45.1[${PYTHON_USEDEP}]
- acoustid? ( >=dev-python/pyacoustid-1.2.2-r1[${PYTHON_USEDEP}] )
- quodlibet? ( >=media-sound/quodlibet-4.4.0[${PYTHON_USEDEP}] )
- >=dev-python/PyQt5-sip-12.11.0[${PYTHON_USEDEP}]
- >=dev-python/lxml-4.9.1[${PYTHON_USEDEP}]
- >=dev-python/Levenshtein-0.18.1[${PYTHON_USEDEP}]
-"
-DOCS=(changelog NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2024-03-08 13:53 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2024-03-08 13:53 UTC (permalink / raw
To: gentoo-commits
commit: b97a6bb228b6918ca37176a316d58137101ca449
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 8 13:53:28 2024 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Fri Mar 8 13:53:28 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b97a6bb2
media-sound/puddletag: add 2.3.0
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/Manifest | 1 +
media-sound/puddletag/puddletag-2.3.0.ebuild | 32 ++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
index 3466f96bc20a..1553d2d03933 100644
--- a/media-sound/puddletag/Manifest
+++ b/media-sound/puddletag/Manifest
@@ -1 +1,2 @@
DIST puddletag-2.2.0.tar.gz 14355485 BLAKE2B 712b6c28adea9743476b9908e9c28a3988e88ca598cb7c65580f876a06770442852188fc727c411fc78fa972e68edbe9b1fa53542507b4a1edfd0285af776423 SHA512 92c430f54b49d2f193ffc4168f35bbadb069ca9b41b28250ee1c6dcb84853def20865d6df52940eebff8c5b812c0c8ab6b8971b66d398ff9ac94918e955322bb
+DIST puddletag-2.3.0.tar.gz 13916694 BLAKE2B a525957ad82af752539d3cbf6eae996f32d6d92155cea932246f14193b78e230627443b86611bca52dded1688e63efbf5636daa2071ce5a2ad2066c7a5475f07 SHA512 7058526dfe0132bf8edc260538a18c3c169128162ad83646557e166af0bcb23166053de15e02d13eb84c2d68bdbc8bacd6a6730ade409ab34f8503ec9d69af46
diff --git a/media-sound/puddletag/puddletag-2.3.0.ebuild b/media-sound/puddletag/puddletag-2.3.0.ebuild
new file mode 100644
index 000000000000..c18430c3b2ce
--- /dev/null
+++ b/media-sound/puddletag/puddletag-2.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10,11} )
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="Audio tag editor"
+HOMEPAGE="https://docs.puddletag.net/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acoustid quodlibet"
+
+RDEPEND="
+ >=dev-python/configobj-5.0.8[${PYTHON_USEDEP}]
+ >=dev-python/Levenshtein-0.25[${PYTHON_USEDEP}]
+ >=dev-python/lxml-5.1.0[${PYTHON_USEDEP}]
+ acoustid? ( >=dev-python/pyacoustid-1.3.0[${PYTHON_USEDEP}] )
+ >=dev-python/pyparsing-3.1.1[${PYTHON_USEDEP}]
+ >=dev-python/PyQt5-5.15.10[${PYTHON_USEDEP},svg]
+ >=dev-python/PyQt5-sip-12.11.0[${PYTHON_USEDEP}]
+ >=dev-python/unidecode-1.3.8[${PYTHON_USEDEP}]
+ >=media-libs/mutagen-1.47.0[${PYTHON_USEDEP}]
+ quodlibet? ( >=media-sound/quodlibet-4.4.0[${PYTHON_USEDEP}] )
+"
+DOCS=(changelog NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2024-02-11 13:38 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2024-02-11 13:38 UTC (permalink / raw
To: gentoo-commits
commit: da496f7f1be8a85bcbeeeaf3aa0a7df5ab704312
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 13:37:42 2024 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 13:38:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da496f7f
media-sound/puddletag: QA fixes
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/metadata.xml | 2 +-
media-sound/puddletag/puddletag-2.2.0-r1.ebuild | 7 +++----
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/media-sound/puddletag/metadata.xml b/media-sound/puddletag/metadata.xml
index d04444ae586d..fcb7a8cba800 100644
--- a/media-sound/puddletag/metadata.xml
+++ b/media-sound/puddletag/metadata.xml
@@ -12,6 +12,6 @@
</use>
<upstream>
<remote-id type="sourceforge">puddletag</remote-id>
- <remote-id type="github">keithgg/puddletag</remote-id>
+ <remote-id type="github">puddletag/puddletag</remote-id>
</upstream>
</pkgmetadata>
diff --git a/media-sound/puddletag/puddletag-2.2.0-r1.ebuild b/media-sound/puddletag/puddletag-2.2.0-r1.ebuild
index 804e37ed485f..d5039d472cf8 100644
--- a/media-sound/puddletag/puddletag-2.2.0-r1.ebuild
+++ b/media-sound/puddletag/puddletag-2.2.0-r1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10,11} )
+PYTHON_COMPAT=( python3_{10,11} )
inherit distutils-r1 xdg
DESCRIPTION="Audio tag editor"
-HOMEPAGE="http://docs.puddletag.net/"
+HOMEPAGE="https://docs.puddletag.net/"
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2 GPL-3"
@@ -17,7 +17,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="acoustid quodlibet"
-DEPEND=""
RDEPEND="
>=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
>=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2023-04-08 8:48 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2023-04-08 8:48 UTC (permalink / raw
To: gentoo-commits
commit: 4ae01abca781a302c1abc5b2cba671b8de30b113
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 8 08:42:48 2023 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Apr 8 08:48:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ae01abc
media-sound/puddletag: drop 2.2.0
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/puddletag-2.2.0.ebuild | 31 ----------------------------
1 file changed, 31 deletions(-)
diff --git a/media-sound/puddletag/puddletag-2.2.0.ebuild b/media-sound/puddletag/puddletag-2.2.0.ebuild
deleted file mode 100644
index 9d61aab27428..000000000000
--- a/media-sound/puddletag/puddletag-2.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9,10} )
-
-inherit distutils-r1 xdg
-
-DESCRIPTION="Audio tag editor"
-HOMEPAGE="http://docs.puddletag.net/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="acoustid quodlibet"
-
-DEPEND=""
-RDEPEND="
- >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}]
- >=dev-python/PyQt5-5.15.6[${PYTHON_USEDEP},svg]
- >=media-libs/mutagen-1.45.1[${PYTHON_USEDEP}]
- acoustid? ( >=media-libs/chromaprint-1.5.0 )
- quodlibet? ( >=media-sound/quodlibet-4.4.0[${PYTHON_USEDEP}] )
- >=dev-python/sip-4.19.22:0[${PYTHON_USEDEP}]
- >=dev-python/lxml-4.9.1[${PYTHON_USEDEP}]
-"
-DOCS=(changelog NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2023-02-25 11:16 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2023-02-25 11:16 UTC (permalink / raw
To: gentoo-commits
commit: 362bd94298b1236471c1d60b7f36ffd2d6cef065
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 11:15:58 2023 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 11:16:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=362bd942
media-sound/puddletag: Add python 3.11 support.
Closes: https://bugs.gentoo.org/897038
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/puddletag-2.2.0-r1.ebuild | 32 +++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/media-sound/puddletag/puddletag-2.2.0-r1.ebuild b/media-sound/puddletag/puddletag-2.2.0-r1.ebuild
new file mode 100644
index 000000000000..804e37ed485f
--- /dev/null
+++ b/media-sound/puddletag/puddletag-2.2.0-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9,10,11} )
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="Audio tag editor"
+HOMEPAGE="http://docs.puddletag.net/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acoustid quodlibet"
+
+DEPEND=""
+RDEPEND="
+ >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}]
+ >=dev-python/PyQt5-5.15.7[${PYTHON_USEDEP},svg]
+ >=media-libs/mutagen-1.45.1[${PYTHON_USEDEP}]
+ acoustid? ( >=dev-python/pyacoustid-1.2.2-r1[${PYTHON_USEDEP}] )
+ quodlibet? ( >=media-sound/quodlibet-4.4.0[${PYTHON_USEDEP}] )
+ >=dev-python/PyQt5-sip-12.11.0[${PYTHON_USEDEP}]
+ >=dev-python/lxml-4.9.1[${PYTHON_USEDEP}]
+ >=dev-python/Levenshtein-0.18.1[${PYTHON_USEDEP}]
+"
+DOCS=(changelog NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2022-09-15 19:15 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2022-09-15 19:15 UTC (permalink / raw
To: gentoo-commits
commit: 287572a43a8daa007554ee63484dc811d48e37c5
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 19:15:32 2022 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 19:15:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287572a4
media-sound/puddletag: drop 2.1.1
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/Manifest | 1 -
media-sound/puddletag/puddletag-2.1.1.ebuild | 31 ----------------------------
2 files changed, 32 deletions(-)
diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
index b86e1c197c41..3466f96bc20a 100644
--- a/media-sound/puddletag/Manifest
+++ b/media-sound/puddletag/Manifest
@@ -1,2 +1 @@
-DIST puddletag-2.1.1.tar.gz 14628014 BLAKE2B 14343cc5731bd060dc836b14707948ef103c3e4c968974e7c578ac975a12d6d2b9d3dfa9750e6d0ac94e8a8466c85b82f409b93cc787a32d8950f5de1b60dd3e SHA512 b05ab8a09d5ad4d21f8384fa85beebe039b8ee7e775630a23981bfe88ac389fc34a6ac6eac6660a99f38e34157e6bd841ba12237f45e290fe96ded3ab6d44d77
DIST puddletag-2.2.0.tar.gz 14355485 BLAKE2B 712b6c28adea9743476b9908e9c28a3988e88ca598cb7c65580f876a06770442852188fc727c411fc78fa972e68edbe9b1fa53542507b4a1edfd0285af776423 SHA512 92c430f54b49d2f193ffc4168f35bbadb069ca9b41b28250ee1c6dcb84853def20865d6df52940eebff8c5b812c0c8ab6b8971b66d398ff9ac94918e955322bb
diff --git a/media-sound/puddletag/puddletag-2.1.1.ebuild b/media-sound/puddletag/puddletag-2.1.1.ebuild
deleted file mode 100644
index 86eec8aa99bf..000000000000
--- a/media-sound/puddletag/puddletag-2.1.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8,9,10} )
-
-inherit distutils-r1 xdg
-
-DESCRIPTION="Audio tag editor"
-HOMEPAGE="http://docs.puddletag.net/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="acoustid quodlibet"
-
-DEPEND=""
-RDEPEND="
- >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-3.0.7[${PYTHON_USEDEP}]
- >=dev-python/PyQt5-5.15.2[${PYTHON_USEDEP},svg]
- >=media-libs/mutagen-1.45.1[${PYTHON_USEDEP}]
- acoustid? ( >=media-libs/chromaprint-1.5.0 )
- quodlibet? ( >=media-sound/quodlibet-4.4.0[${PYTHON_USEDEP}] )
- >=dev-python/sip-4.19.22:0[${PYTHON_USEDEP}]
- >=dev-python/lxml-4.7.1[${PYTHON_USEDEP}]
-"
-DOCS=(changelog NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2022-07-30 6:47 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2022-07-30 6:47 UTC (permalink / raw
To: gentoo-commits
commit: c59c53e77fbcde34eae8b7896cfb5fa8727fb0fb
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 06:45:48 2022 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 06:46:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59c53e7
media-sound/puddletag: Version bump.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/Manifest | 1 +
media-sound/puddletag/puddletag-2.2.0.ebuild | 31 ++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
index 7551fdaa1f35..b86e1c197c41 100644
--- a/media-sound/puddletag/Manifest
+++ b/media-sound/puddletag/Manifest
@@ -1 +1,2 @@
DIST puddletag-2.1.1.tar.gz 14628014 BLAKE2B 14343cc5731bd060dc836b14707948ef103c3e4c968974e7c578ac975a12d6d2b9d3dfa9750e6d0ac94e8a8466c85b82f409b93cc787a32d8950f5de1b60dd3e SHA512 b05ab8a09d5ad4d21f8384fa85beebe039b8ee7e775630a23981bfe88ac389fc34a6ac6eac6660a99f38e34157e6bd841ba12237f45e290fe96ded3ab6d44d77
+DIST puddletag-2.2.0.tar.gz 14355485 BLAKE2B 712b6c28adea9743476b9908e9c28a3988e88ca598cb7c65580f876a06770442852188fc727c411fc78fa972e68edbe9b1fa53542507b4a1edfd0285af776423 SHA512 92c430f54b49d2f193ffc4168f35bbadb069ca9b41b28250ee1c6dcb84853def20865d6df52940eebff8c5b812c0c8ab6b8971b66d398ff9ac94918e955322bb
diff --git a/media-sound/puddletag/puddletag-2.2.0.ebuild b/media-sound/puddletag/puddletag-2.2.0.ebuild
new file mode 100644
index 000000000000..67f332fe02de
--- /dev/null
+++ b/media-sound/puddletag/puddletag-2.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8,9,10} )
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="Audio tag editor"
+HOMEPAGE="http://docs.puddletag.net/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acoustid quodlibet"
+
+DEPEND=""
+RDEPEND="
+ >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-3.0.9[${PYTHON_USEDEP}]
+ >=dev-python/PyQt5-5.15.6[${PYTHON_USEDEP},svg]
+ >=media-libs/mutagen-1.45.1[${PYTHON_USEDEP}]
+ acoustid? ( >=media-libs/chromaprint-1.5.0 )
+ quodlibet? ( >=media-sound/quodlibet-4.4.0[${PYTHON_USEDEP}] )
+ >=dev-python/sip-4.19.22:0[${PYTHON_USEDEP}]
+ >=dev-python/lxml-4.9.1[${PYTHON_USEDEP}]
+"
+DOCS=(changelog NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2022-04-09 10:28 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2022-04-09 10:28 UTC (permalink / raw
To: gentoo-commits
commit: d2b05c478d6eaaacda0b6d17b5e57f8ebe7ee65a
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 9 10:27:54 2022 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Apr 9 10:27:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2b05c47
media-sound/puddletag: Remove old.
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/Manifest | 2 --
media-sound/puddletag/puddletag-2.0.1-r1.ebuild | 37 ------------------------
media-sound/puddletag/puddletag-2.1.0.ebuild | 38 -------------------------
3 files changed, 77 deletions(-)
diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
index 5961f1a58fcd..7551fdaa1f35 100644
--- a/media-sound/puddletag/Manifest
+++ b/media-sound/puddletag/Manifest
@@ -1,3 +1 @@
-DIST puddletag-2.0.1.tar.gz 1227152 BLAKE2B 804e9ca9629a9d78114d6f4b6afbe9032cb414678ea6325679c21ac18867bafed8f1b16aae5fbea18995ecc800d35594c478a5164b377f3b4e5dd75148fd3246 SHA512 d84ba360a6cd8c3ddb6628e30276df58d059d9e8cbb2d1255320ca273436c69f05584059c2e768a15871d3f56dc08d7ac96fef9a9c7c077811bb9fdfde444610
-DIST puddletag-2.1.0.tar.gz 14628824 BLAKE2B 52ac6291682710eed81aa6176b1a53eb15aec8885a8421361d3da8850e8b1719d0d1c9b2f131ad826febc328244ec890cf6283f1945275458d75b1f923890dd2 SHA512 638c12be894d157d0456f336972f0064c4f4087d1c689f58b7b01f0e88cd773319b9c447e6f2b606f6e482b6d1e2328f5bc2aca556bab427b764d6525b8c2d5e
DIST puddletag-2.1.1.tar.gz 14628014 BLAKE2B 14343cc5731bd060dc836b14707948ef103c3e4c968974e7c578ac975a12d6d2b9d3dfa9750e6d0ac94e8a8466c85b82f409b93cc787a32d8950f5de1b60dd3e SHA512 b05ab8a09d5ad4d21f8384fa85beebe039b8ee7e775630a23981bfe88ac389fc34a6ac6eac6660a99f38e34157e6bd841ba12237f45e290fe96ded3ab6d44d77
diff --git a/media-sound/puddletag/puddletag-2.0.1-r1.ebuild b/media-sound/puddletag/puddletag-2.0.1-r1.ebuild
deleted file mode 100644
index c2b9e387903e..000000000000
--- a/media-sound/puddletag/puddletag-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-
-inherit distutils-r1 xdg
-
-DESCRIPTION="Audio tag editor"
-HOMEPAGE="http://docs.puddletag.net/"
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="acoustid quodlibet"
-
-DEPEND=""
-RDEPEND="
- >=dev-python/configobj-5.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.4.7[${PYTHON_USEDEP}]
- >=dev-python/PyQt5-5.15.2[${PYTHON_USEDEP},svg]
- >=media-libs/mutagen-1.45.1[${PYTHON_USEDEP}]
- acoustid? ( >=media-libs/chromaprint-1.4.3 )
- quodlibet? ( >=media-sound/quodlibet-4.4.0[${PYTHON_USEDEP}] )
- >=dev-python/sip-4.19.22:0[${PYTHON_USEDEP}]
- >=dev-python/lxml-4.5.2[${PYTHON_USEDEP}]
-"
-# docs
-# >=dev-python/wheel-0.35.1[${PYTHON_USEDEP}]
-# >=dev-python/markdown-3.1.1[${PYTHON_USEDEP}]
-# >=dev-python/sphinx-1.4.8[${PYTHON_USEDEP}]
-# >=dev-python/sphinx-bootstrap-theme-0.4.13[${PYTHON_USEDEP}]
-# >=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
-
-DOCS=(changelog NEWS THANKS TODO)
diff --git a/media-sound/puddletag/puddletag-2.1.0.ebuild b/media-sound/puddletag/puddletag-2.1.0.ebuild
deleted file mode 100644
index 2e182ebcb057..000000000000
--- a/media-sound/puddletag/puddletag-2.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8,9,10} )
-
-inherit distutils-r1 xdg
-
-DESCRIPTION="Audio tag editor"
-HOMEPAGE="http://docs.puddletag.net/"
-SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="acoustid quodlibet"
-
-DEPEND=""
-RDEPEND="
- >=dev-python/configobj-5.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.4.7[${PYTHON_USEDEP}]
- >=dev-python/PyQt5-5.15.2[${PYTHON_USEDEP},svg]
- >=media-libs/mutagen-1.45.1[${PYTHON_USEDEP}]
- acoustid? ( >=media-libs/chromaprint-1.4.3 )
- quodlibet? ( >=media-sound/quodlibet-4.4.0[${PYTHON_USEDEP}] )
- >=dev-python/sip-4.19.22:0[${PYTHON_USEDEP}]
- >=dev-python/lxml-4.5.2[${PYTHON_USEDEP}]
-"
-# docs
-# >=dev-python/wheel-0.35.1[${PYTHON_USEDEP}]
-# >=dev-python/markdown-3.1.1[${PYTHON_USEDEP}]
-# >=dev-python/sphinx-1.4.8[${PYTHON_USEDEP}]
-# >=dev-python/sphinx-bootstrap-theme-0.4.13[${PYTHON_USEDEP}]
-# >=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
-
-DOCS=(changelog NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2022-02-02 17:22 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2022-02-02 17:22 UTC (permalink / raw
To: gentoo-commits
commit: 1a0138b87c71d2e2aa035d91cb3b11084923536f
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 2 17:21:27 2022 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Wed Feb 2 17:21:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0138b8
media-sound/puddletag: Version bump.
Migrate to EAPI 8 and PEP517 build. Add python 3.10 support.
Closes: https://bugs.gentoo.org/830713
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/Manifest | 1 +
media-sound/puddletag/puddletag-2.1.0.ebuild | 38 ++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
index e4833b3a44f9..64bf8ccf7f72 100644
--- a/media-sound/puddletag/Manifest
+++ b/media-sound/puddletag/Manifest
@@ -1 +1,2 @@
DIST puddletag-2.0.1.tar.gz 1227152 BLAKE2B 804e9ca9629a9d78114d6f4b6afbe9032cb414678ea6325679c21ac18867bafed8f1b16aae5fbea18995ecc800d35594c478a5164b377f3b4e5dd75148fd3246 SHA512 d84ba360a6cd8c3ddb6628e30276df58d059d9e8cbb2d1255320ca273436c69f05584059c2e768a15871d3f56dc08d7ac96fef9a9c7c077811bb9fdfde444610
+DIST puddletag-2.1.0.tar.gz 14628824 BLAKE2B 52ac6291682710eed81aa6176b1a53eb15aec8885a8421361d3da8850e8b1719d0d1c9b2f131ad826febc328244ec890cf6283f1945275458d75b1f923890dd2 SHA512 638c12be894d157d0456f336972f0064c4f4087d1c689f58b7b01f0e88cd773319b9c447e6f2b606f6e482b6d1e2328f5bc2aca556bab427b764d6525b8c2d5e
diff --git a/media-sound/puddletag/puddletag-2.1.0.ebuild b/media-sound/puddletag/puddletag-2.1.0.ebuild
new file mode 100644
index 000000000000..2e182ebcb057
--- /dev/null
+++ b/media-sound/puddletag/puddletag-2.1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8,9,10} )
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="Audio tag editor"
+HOMEPAGE="http://docs.puddletag.net/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acoustid quodlibet"
+
+DEPEND=""
+RDEPEND="
+ >=dev-python/configobj-5.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.4.7[${PYTHON_USEDEP}]
+ >=dev-python/PyQt5-5.15.2[${PYTHON_USEDEP},svg]
+ >=media-libs/mutagen-1.45.1[${PYTHON_USEDEP}]
+ acoustid? ( >=media-libs/chromaprint-1.4.3 )
+ quodlibet? ( >=media-sound/quodlibet-4.4.0[${PYTHON_USEDEP}] )
+ >=dev-python/sip-4.19.22:0[${PYTHON_USEDEP}]
+ >=dev-python/lxml-4.5.2[${PYTHON_USEDEP}]
+"
+# docs
+# >=dev-python/wheel-0.35.1[${PYTHON_USEDEP}]
+# >=dev-python/markdown-3.1.1[${PYTHON_USEDEP}]
+# >=dev-python/sphinx-1.4.8[${PYTHON_USEDEP}]
+# >=dev-python/sphinx-bootstrap-theme-0.4.13[${PYTHON_USEDEP}]
+# >=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
+
+DOCS=(changelog NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2021-08-19 18:11 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2021-08-19 18:11 UTC (permalink / raw
To: gentoo-commits
commit: 42365c08d5f0bd1456ccbdd8b8871c869dc0e692
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 18:11:29 2021 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 18:11:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42365c08
media-sound/puddletag: Remove old + python 3.7.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/puddletag-2.0.1-r1.ebuild | 2 +-
media-sound/puddletag/puddletag-2.0.1.ebuild | 37 -------------------------
2 files changed, 1 insertion(+), 38 deletions(-)
diff --git a/media-sound/puddletag/puddletag-2.0.1-r1.ebuild b/media-sound/puddletag/puddletag-2.0.1-r1.ebuild
index 8f7ebe2388f..c2b9e387903 100644
--- a/media-sound/puddletag/puddletag-2.0.1-r1.ebuild
+++ b/media-sound/puddletag/puddletag-2.0.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8,9} )
inherit distutils-r1 xdg
diff --git a/media-sound/puddletag/puddletag-2.0.1.ebuild b/media-sound/puddletag/puddletag-2.0.1.ebuild
deleted file mode 100644
index 51eb70028ff..00000000000
--- a/media-sound/puddletag/puddletag-2.0.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1 xdg
-
-DESCRIPTION="Audio tag editor"
-HOMEPAGE="http://docs.puddletag.net/"
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="acoustid quodlibet"
-
-DEPEND=""
-RDEPEND="
- >=dev-python/configobj-5.0[${PYTHON_USEDEP}]
- >=dev-python/pyparsing-2.4.7[${PYTHON_USEDEP}]
- >=dev-python/PyQt5-5.15.2[${PYTHON_USEDEP},svg]
- >=media-libs/mutagen-1.45.1[${PYTHON_USEDEP}]
- acoustid? ( >=media-libs/chromaprint-1.4.3 )
- quodlibet? ( >=media-sound/quodlibet-4.3.0[${PYTHON_USEDEP}] )
- >=dev-python/sip-4.19.22:0[${PYTHON_USEDEP}]
- >=dev-python/lxml-4.5.2[${PYTHON_USEDEP}]
-"
-# docs
-# >=dev-python/wheel-0.35.1[${PYTHON_USEDEP}]
-# >=dev-python/markdown-3.1.1[${PYTHON_USEDEP}]
-# >=dev-python/sphinx-1.4.8[${PYTHON_USEDEP}]
-# >=dev-python/sphinx-bootstrap-theme-0.4.13[${PYTHON_USEDEP}]
-# >=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
-
-DOCS=(changelog NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2021-04-17 17:56 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2021-04-17 17:56 UTC (permalink / raw
To: gentoo-commits
commit: e0ed6349675a90cbe88b18e97c6f62aeda679759
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 17:55:37 2021 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Apr 17 17:55:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ed6349
media-sound/puddletag: Fix metadata.
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/puddletag/metadata.xml b/media-sound/puddletag/metadata.xml
index 805e3cbf703..b5ea32a47b0 100644
--- a/media-sound/puddletag/metadata.xml
+++ b/media-sound/puddletag/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2021-04-17 17:35 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2021-04-17 17:35 UTC (permalink / raw
To: gentoo-commits
commit: 96d7bf53b7d4c4987df5f372f7eebb8b0fe0a914
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 17:35:15 2021 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Apr 17 17:35:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96d7bf53
media-sound/puddletag: Add support for python 3.9.
Closes: https://bugs.gentoo.org/776955
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/puddletag-2.0.1-r1.ebuild | 37 +++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/media-sound/puddletag/puddletag-2.0.1-r1.ebuild b/media-sound/puddletag/puddletag-2.0.1-r1.ebuild
new file mode 100644
index 00000000000..8f7ebe2388f
--- /dev/null
+++ b/media-sound/puddletag/puddletag-2.0.1-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="Audio tag editor"
+HOMEPAGE="http://docs.puddletag.net/"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acoustid quodlibet"
+
+DEPEND=""
+RDEPEND="
+ >=dev-python/configobj-5.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.4.7[${PYTHON_USEDEP}]
+ >=dev-python/PyQt5-5.15.2[${PYTHON_USEDEP},svg]
+ >=media-libs/mutagen-1.45.1[${PYTHON_USEDEP}]
+ acoustid? ( >=media-libs/chromaprint-1.4.3 )
+ quodlibet? ( >=media-sound/quodlibet-4.4.0[${PYTHON_USEDEP}] )
+ >=dev-python/sip-4.19.22:0[${PYTHON_USEDEP}]
+ >=dev-python/lxml-4.5.2[${PYTHON_USEDEP}]
+"
+# docs
+# >=dev-python/wheel-0.35.1[${PYTHON_USEDEP}]
+# >=dev-python/markdown-3.1.1[${PYTHON_USEDEP}]
+# >=dev-python/sphinx-1.4.8[${PYTHON_USEDEP}]
+# >=dev-python/sphinx-bootstrap-theme-0.4.13[${PYTHON_USEDEP}]
+# >=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
+
+DOCS=(changelog NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2021-03-17 17:05 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2021-03-17 17:05 UTC (permalink / raw
To: gentoo-commits
commit: 3129741a1de6b22ab5a35ea33784bdf68fd7e0d0
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 17:05:10 2021 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 17:05:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3129741a
media-sound/puddletag: EAPI 7.
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/puddletag-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/puddletag/puddletag-2.0.1.ebuild b/media-sound/puddletag/puddletag-2.0.1.ebuild
index 19334574d73..51eb70028ff 100644
--- a/media-sound/puddletag/puddletag-2.0.1.ebuild
+++ b/media-sound/puddletag/puddletag-2.0.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2021-03-17 16:45 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2021-03-17 16:45 UTC (permalink / raw
To: gentoo-commits
commit: c0ec905aaa0cdf64d3fc08bb1c3b32ad5e3b16f5
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 16:45:24 2021 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 16:45:24 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ec905a
media-sound/puddletag: Fix use flags.
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/metadata.xml | 2 --
media-sound/puddletag/puddletag-2.0.1.ebuild | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/media-sound/puddletag/metadata.xml b/media-sound/puddletag/metadata.xml
index 7d73860ad35..805e3cbf703 100644
--- a/media-sound/puddletag/metadata.xml
+++ b/media-sound/puddletag/metadata.xml
@@ -7,8 +7,6 @@
</maintainer>
<stabilize-allarches/>
<use>
- <flag name="cover"> Enables editing of FLAC cover art</flag>
- <flag name="musicbrainz"> Enables support for musicbrainz, needs <pkg>dev-python/python-musicbrainz</pkg></flag>
<flag name="quodlibet">Enables support for editing <pkg>media-sound/quodlibet</pkg> databases</flag>
<flag name="acoustid">Use <pkg>media-libs/chromaprint</pkg> for acoustic fingerprinting</flag>
</use>
diff --git a/media-sound/puddletag/puddletag-2.0.1.ebuild b/media-sound/puddletag/puddletag-2.0.1.ebuild
index 053f49a198b..19334574d73 100644
--- a/media-sound/puddletag/puddletag-2.0.1.ebuild
+++ b/media-sound/puddletag/puddletag-2.0.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
LICENSE="GPL-2 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="acoustid cover musicbrainz quodlibet"
+IUSE="acoustid quodlibet"
DEPEND=""
RDEPEND="
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2021-03-17 16:01 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2021-03-17 16:01 UTC (permalink / raw
To: gentoo-commits
commit: cdedadfdcc60f810eb96c3c69f544ad719d0fcf1
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 15:58:47 2021 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 15:59:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdedadfd
media-sound/puddletag: Re-add puddletag.
Now supports PyQt5 and python-3.
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
media-sound/puddletag/Manifest | 1 +
media-sound/puddletag/metadata.xml | 19 ++++++++++++++
media-sound/puddletag/puddletag-2.0.1.ebuild | 37 ++++++++++++++++++++++++++++
3 files changed, 57 insertions(+)
diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
new file mode 100644
index 00000000000..e4833b3a44f
--- /dev/null
+++ b/media-sound/puddletag/Manifest
@@ -0,0 +1 @@
+DIST puddletag-2.0.1.tar.gz 1227152 BLAKE2B 804e9ca9629a9d78114d6f4b6afbe9032cb414678ea6325679c21ac18867bafed8f1b16aae5fbea18995ecc800d35594c478a5164b377f3b4e5dd75148fd3246 SHA512 d84ba360a6cd8c3ddb6628e30276df58d059d9e8cbb2d1255320ca273436c69f05584059c2e768a15871d3f56dc08d7ac96fef9a9c7c077811bb9fdfde444610
diff --git a/media-sound/puddletag/metadata.xml b/media-sound/puddletag/metadata.xml
new file mode 100644
index 00000000000..7d73860ad35
--- /dev/null
+++ b/media-sound/puddletag/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>billie@gentoo.org</email>
+ <name>Daniel Pielmeier</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <use>
+ <flag name="cover"> Enables editing of FLAC cover art</flag>
+ <flag name="musicbrainz"> Enables support for musicbrainz, needs <pkg>dev-python/python-musicbrainz</pkg></flag>
+ <flag name="quodlibet">Enables support for editing <pkg>media-sound/quodlibet</pkg> databases</flag>
+ <flag name="acoustid">Use <pkg>media-libs/chromaprint</pkg> for acoustic fingerprinting</flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">puddletag</remote-id>
+ <remote-id type="github">keithgg/puddletag</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/media-sound/puddletag/puddletag-2.0.1.ebuild b/media-sound/puddletag/puddletag-2.0.1.ebuild
new file mode 100644
index 00000000000..053f49a198b
--- /dev/null
+++ b/media-sound/puddletag/puddletag-2.0.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1 xdg
+
+DESCRIPTION="Audio tag editor"
+HOMEPAGE="http://docs.puddletag.net/"
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acoustid cover musicbrainz quodlibet"
+
+DEPEND=""
+RDEPEND="
+ >=dev-python/configobj-5.0[${PYTHON_USEDEP}]
+ >=dev-python/pyparsing-2.4.7[${PYTHON_USEDEP}]
+ >=dev-python/PyQt5-5.15.2[${PYTHON_USEDEP},svg]
+ >=media-libs/mutagen-1.45.1[${PYTHON_USEDEP}]
+ acoustid? ( >=media-libs/chromaprint-1.4.3 )
+ quodlibet? ( >=media-sound/quodlibet-4.3.0[${PYTHON_USEDEP}] )
+ >=dev-python/sip-4.19.22:0[${PYTHON_USEDEP}]
+ >=dev-python/lxml-4.5.2[${PYTHON_USEDEP}]
+"
+# docs
+# >=dev-python/wheel-0.35.1[${PYTHON_USEDEP}]
+# >=dev-python/markdown-3.1.1[${PYTHON_USEDEP}]
+# >=dev-python/sphinx-1.4.8[${PYTHON_USEDEP}]
+# >=dev-python/sphinx-bootstrap-theme-0.4.13[${PYTHON_USEDEP}]
+# >=dev-python/PyRSS2Gen-1.1[${PYTHON_USEDEP}]
+
+DOCS=(changelog NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2018-07-08 10:33 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2018-07-08 10:33 UTC (permalink / raw
To: gentoo-commits
commit: e474f3fb4f1a6826cae4bbc5629b9e3a33cd63e8
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 8 10:31:50 2018 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sun Jul 8 10:31:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e474f3fb
media-sound/puddletag: Remove last rited package.
Closes: https://bugs.gentoo.org/649112
media-sound/puddletag/Manifest | 1 -
media-sound/puddletag/metadata.xml | 18 ----------------
media-sound/puddletag/puddletag-1.2.0.ebuild | 31 ----------------------------
3 files changed, 50 deletions(-)
diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
deleted file mode 100644
index 59a1ea8a487..00000000000
--- a/media-sound/puddletag/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST puddletag-1.2.0.tar.gz 1231226 BLAKE2B 3555bb8fe06acf95106a0dc59dd617d9fba7075dbe97c2fba18a24a663cb9d9ae010718fc07d57823acccdb528c078a8edbb9d38829468582b8791d5debdae42 SHA512 4fd57f3e89c01e2914c3cf2e08760752ab5454c15c66c97fb1b42165fd27893d240762ac3591bc5165a31d03ef7fbf8d411c4cd989e07dcc69f43f5e87e89611
diff --git a/media-sound/puddletag/metadata.xml b/media-sound/puddletag/metadata.xml
deleted file mode 100644
index dd26272a674..00000000000
--- a/media-sound/puddletag/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>billie@gentoo.org</email>
- <name>Daniel Pielmeier</name>
- </maintainer>
- <use>
- <flag name="cover"> Enables editing of FLAC cover art</flag>
- <flag name="musicbrainz"> Enables support for musicbrainz, needs <pkg>dev-python/python-musicbrainz</pkg></flag>
- <flag name="quodlibet">Enables support for editing <pkg>media-sound/quodlibet</pkg> databases</flag>
- <flag name="acoustid">Use <pkg>media-libs/chromaprint</pkg> for acoustic fingerprinting</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">puddletag</remote-id>
- <remote-id type="github">keithgg/puddletag</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-sound/puddletag/puddletag-1.2.0.ebuild b/media-sound/puddletag/puddletag-1.2.0.ebuild
deleted file mode 100644
index 263adc18efa..00000000000
--- a/media-sound/puddletag/puddletag-1.2.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 fdo-mime
-
-DESCRIPTION="Audio tag editor"
-HOMEPAGE="http://docs.puddletag.net/"
-SRC_URI="https://github.com/keithgg/${PN}/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="acoustid cover musicbrainz quodlibet"
-
-DEPEND=""
-RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP},svg]
- >=dev-python/pyparsing-1.5.1[${PYTHON_USEDEP}]
- >=media-libs/mutagen-1.21[${PYTHON_USEDEP}]
- >=dev-python/configobj-4.7.2-r1[${PYTHON_USEDEP}]
- acoustid? ( >=media-libs/chromaprint-0.6 )
- musicbrainz? ( >=dev-python/python-musicbrainz-0.7.4-r1[${PYTHON_USEDEP}] )
- cover? ( dev-python/pillow[${PYTHON_USEDEP}] )
- quodlibet? ( >=media-sound/quodlibet-2.5[${PYTHON_USEDEP}] )
- >=dev-python/sip-4.14.2-r1:0[${PYTHON_USEDEP}]
- >=dev-python/lxml-3.0.1[${PYTHON_USEDEP}]"
-
-DOCS=(changelog HACKING NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2017-01-17 17:30 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2017-01-17 17:30 UTC (permalink / raw
To: gentoo-commits
commit: 685f720383f4e26e3d02bc01fad889f618ea12be
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 17:30:09 2017 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 17:30:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=685f7203
media-sound/puddletag: Remove old.
Package-Manager: portage-2.3.0
media-sound/puddletag/Manifest | 1 -
media-sound/puddletag/puddletag-1.1.1.ebuild | 32 ----------------------------
2 files changed, 33 deletions(-)
diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
index 978bc64..d4856bf 100644
--- a/media-sound/puddletag/Manifest
+++ b/media-sound/puddletag/Manifest
@@ -1,2 +1 @@
-DIST puddletag-1.1.1.tar.gz 973076 SHA256 0e944800ac37a854418ebfead1ae2e9d9c218db99fcdfe31c1bdb2fb803dc6ac SHA512 10f43e57cd890403eb4f2bd21189ef91eee5c38b8e275c93e234aacb61b60dff33cc745e6d9f45ca005f0ccb0c79c025c43991a5bd1ef21ba3f866e9a6c9114b WHIRLPOOL 572e36c87c48de11be859bcc992c444d8688c0c0bae19f17cce1e99ea8fdf63ef2af17e6be5fe0dbfeae1db7f234593c6f6f11c0e8899f79c443bb610160eb05
DIST puddletag-1.2.0.tar.gz 1231226 SHA256 12dab2c3dbbb1ee63ea26f17af969ebdbcbf1c9e4265f9d9f6f6d16b227120d5 SHA512 4fd57f3e89c01e2914c3cf2e08760752ab5454c15c66c97fb1b42165fd27893d240762ac3591bc5165a31d03ef7fbf8d411c4cd989e07dcc69f43f5e87e89611 WHIRLPOOL 18284241702de58af79d5cd8254c50e94badf785b5ff48945b6f02069b8e461a28b0af585d5bc884933223bbb92a69a0927d8717889aa3bf7d63c1be0c3fbfde
diff --git a/media-sound/puddletag/puddletag-1.1.1.ebuild b/media-sound/puddletag/puddletag-1.1.1.ebuild
deleted file mode 100644
index eef9002..00000000
--- a/media-sound/puddletag/puddletag-1.1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 fdo-mime
-
-DESCRIPTION="Audio tag editor"
-HOMEPAGE="http://docs.puddletag.net/"
-SRC_URI="https://github.com/keithgg/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="acoustid cover musicbrainz quodlibet"
-
-DEPEND=""
-RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP},svg]
- >=dev-python/pyparsing-1.5.1[${PYTHON_USEDEP}]
- >=media-libs/mutagen-1.21[${PYTHON_USEDEP}]
- >=dev-python/configobj-4.7.2-r1[${PYTHON_USEDEP}]
- acoustid? ( >=media-libs/chromaprint-0.6 )
- musicbrainz? ( >=dev-python/python-musicbrainz-0.7.4-r1[${PYTHON_USEDEP}] )
- cover? ( dev-python/pillow[${PYTHON_USEDEP}] )
- quodlibet? ( >=media-sound/quodlibet-2.5[${PYTHON_USEDEP}] )
- >=dev-python/sip-4.14.2-r1:0[${PYTHON_USEDEP}]
- >=dev-python/lxml-3.0.1[${PYTHON_USEDEP}]"
-
-DOCS=(changelog HACKING NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2016-12-12 17:23 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2016-12-12 17:23 UTC (permalink / raw
To: gentoo-commits
commit: 3fac5fffe2a1534a4137ba973174f09d02242a00
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 12 17:23:19 2016 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 17:23:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fac5fff
media-sound/puddletag: Version bump.
Package-Manager: portage-2.3.0
media-sound/puddletag/Manifest | 1 +
media-sound/puddletag/puddletag-1.2.0.ebuild | 32 ++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
index 735bdb8..978bc64 100644
--- a/media-sound/puddletag/Manifest
+++ b/media-sound/puddletag/Manifest
@@ -1 +1,2 @@
DIST puddletag-1.1.1.tar.gz 973076 SHA256 0e944800ac37a854418ebfead1ae2e9d9c218db99fcdfe31c1bdb2fb803dc6ac SHA512 10f43e57cd890403eb4f2bd21189ef91eee5c38b8e275c93e234aacb61b60dff33cc745e6d9f45ca005f0ccb0c79c025c43991a5bd1ef21ba3f866e9a6c9114b WHIRLPOOL 572e36c87c48de11be859bcc992c444d8688c0c0bae19f17cce1e99ea8fdf63ef2af17e6be5fe0dbfeae1db7f234593c6f6f11c0e8899f79c443bb610160eb05
+DIST puddletag-1.2.0.tar.gz 1231226 SHA256 12dab2c3dbbb1ee63ea26f17af969ebdbcbf1c9e4265f9d9f6f6d16b227120d5 SHA512 4fd57f3e89c01e2914c3cf2e08760752ab5454c15c66c97fb1b42165fd27893d240762ac3591bc5165a31d03ef7fbf8d411c4cd989e07dcc69f43f5e87e89611 WHIRLPOOL 18284241702de58af79d5cd8254c50e94badf785b5ff48945b6f02069b8e461a28b0af585d5bc884933223bbb92a69a0927d8717889aa3bf7d63c1be0c3fbfde
diff --git a/media-sound/puddletag/puddletag-1.2.0.ebuild b/media-sound/puddletag/puddletag-1.2.0.ebuild
new file mode 100644
index 00000000..f2663c6
--- /dev/null
+++ b/media-sound/puddletag/puddletag-1.2.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1 fdo-mime
+
+DESCRIPTION="Audio tag editor"
+HOMEPAGE="http://docs.puddletag.net/"
+SRC_URI="https://github.com/keithgg/${PN}/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2 GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="acoustid cover musicbrainz quodlibet"
+
+DEPEND=""
+RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP},svg]
+ >=dev-python/pyparsing-1.5.1[${PYTHON_USEDEP}]
+ >=media-libs/mutagen-1.21[${PYTHON_USEDEP}]
+ >=dev-python/configobj-4.7.2-r1[${PYTHON_USEDEP}]
+ acoustid? ( >=media-libs/chromaprint-0.6 )
+ musicbrainz? ( >=dev-python/python-musicbrainz-0.7.4-r1[${PYTHON_USEDEP}] )
+ cover? ( dev-python/pillow[${PYTHON_USEDEP}] )
+ quodlibet? ( >=media-sound/quodlibet-2.5[${PYTHON_USEDEP}] )
+ >=dev-python/sip-4.14.2-r1:0[${PYTHON_USEDEP}]
+ >=dev-python/lxml-3.0.1[${PYTHON_USEDEP}]"
+
+DOCS=(changelog HACKING NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2016-10-24 17:56 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2016-10-24 17:56 UTC (permalink / raw
To: gentoo-commits
commit: 44b72c8e33681b4977e7af1a590da14bb65a1759
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 17:55:54 2016 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 17:55:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b72c8e
media-sound/puddletag: Remove old.
Package-Manager: portage-2.3.0
media-sound/puddletag/Manifest | 1 -
media-sound/puddletag/puddletag-1.0.5.ebuild | 34 ----------------------------
2 files changed, 35 deletions(-)
diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
index 568df71..735bdb8 100644
--- a/media-sound/puddletag/Manifest
+++ b/media-sound/puddletag/Manifest
@@ -1,2 +1 @@
-DIST puddletag-1.0.5.tar.gz 958207 SHA256 4698d5effe8f265446b356068bad7ced0b29c1f66824dc94a5688f3fffc389e2 SHA512 73a3535cf6f4c527c25cbe0e9d81be42ac0078df63542278b6636e7f448f5bff2eba6badf0ef0ff03a8d00727eb4a3277f395cbba09f0261fd9f13e902e78441 WHIRLPOOL 152dca34004277abcf36b40fb65b297a56e123a2566547d6021ee980b9c22545e668db92c7ff5a99914e59044105cd95ff8c184dc0a6e3e29e94200e30d5ace3
DIST puddletag-1.1.1.tar.gz 973076 SHA256 0e944800ac37a854418ebfead1ae2e9d9c218db99fcdfe31c1bdb2fb803dc6ac SHA512 10f43e57cd890403eb4f2bd21189ef91eee5c38b8e275c93e234aacb61b60dff33cc745e6d9f45ca005f0ccb0c79c025c43991a5bd1ef21ba3f866e9a6c9114b WHIRLPOOL 572e36c87c48de11be859bcc992c444d8688c0c0bae19f17cce1e99ea8fdf63ef2af17e6be5fe0dbfeae1db7f234593c6f6f11c0e8899f79c443bb610160eb05
diff --git a/media-sound/puddletag/puddletag-1.0.5.ebuild b/media-sound/puddletag/puddletag-1.0.5.ebuild
deleted file mode 100644
index a6132cb..00000000
--- a/media-sound/puddletag/puddletag-1.0.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 fdo-mime
-
-DESCRIPTION="Audio tag editor"
-HOMEPAGE="http://docs.puddletag.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2 GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="acoustid cover musicbrainz quodlibet"
-
-DEPEND=""
-RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP},svg]
- >=dev-python/pyparsing-1.5.1[${PYTHON_USEDEP}]
- >=media-libs/mutagen-1.21[${PYTHON_USEDEP}]
- >=dev-python/configobj-4.7.2-r1[${PYTHON_USEDEP}]
- acoustid? ( >=media-libs/chromaprint-0.6 )
- musicbrainz? ( >=dev-python/python-musicbrainz-0.7.4-r1[${PYTHON_USEDEP}] )
- cover? ( dev-python/pillow[${PYTHON_USEDEP}] )
- quodlibet? ( >=media-sound/quodlibet-2.5[${PYTHON_USEDEP}] )
- >=dev-python/sip-4.14.2-r1:0[${PYTHON_USEDEP}]
- >=dev-python/lxml-3.0.1[${PYTHON_USEDEP}]"
-
-DOCS=(changelog HACKING NEWS README THANKS TODO)
-
-PATCHES=("${FILESDIR}/${P}-pyqt4.11.4.patch")
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2016-03-15 16:37 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2016-03-15 16:37 UTC (permalink / raw
To: gentoo-commits
commit: 0557d106a5168043c9f7bb4d1b05b4c976b0abbe
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 16:36:59 2016 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 16:36:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0557d106
media-sound/puddletag: Fix homepage.
This fixes bug #576740. Thanks to Jan Chren (rindeal) for the report.
Package-Manager: portage-2.2.26
media-sound/puddletag/puddletag-1.0.5.ebuild | 2 +-
media-sound/puddletag/puddletag-1.1.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/puddletag/puddletag-1.0.5.ebuild b/media-sound/puddletag/puddletag-1.0.5.ebuild
index e051495..a6132cb 100644
--- a/media-sound/puddletag/puddletag-1.0.5.ebuild
+++ b/media-sound/puddletag/puddletag-1.0.5.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 fdo-mime
DESCRIPTION="Audio tag editor"
-HOMEPAGE="http://puddletag.sourceforge.net/"
+HOMEPAGE="http://docs.puddletag.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2 GPL-3"
diff --git a/media-sound/puddletag/puddletag-1.1.1.ebuild b/media-sound/puddletag/puddletag-1.1.1.ebuild
index 57a45f3..eef9002 100644
--- a/media-sound/puddletag/puddletag-1.1.1.ebuild
+++ b/media-sound/puddletag/puddletag-1.1.1.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 fdo-mime
DESCRIPTION="Audio tag editor"
-HOMEPAGE="http://puddletag.sourceforge.net/"
+HOMEPAGE="http://docs.puddletag.net/"
SRC_URI="https://github.com/keithgg/${PN}/releases/download/${PV}/${P}.tar.gz"
LICENSE="GPL-2 GPL-3"
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2016-02-29 17:38 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2016-02-29 17:38 UTC (permalink / raw
To: gentoo-commits
commit: 303d080a411deb25c0262bed18ac33423b44f8cc
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 29 17:37:32 2016 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Mon Feb 29 17:37:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303d080a
media-sound/puddletag: Do not install README anymore.
This fixes bug #575182. Thanks to kapsh for the report.
Package-Manager: portage-2.2.26
media-sound/puddletag/puddletag-1.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/puddletag/puddletag-1.1.1.ebuild b/media-sound/puddletag/puddletag-1.1.1.ebuild
index 23ae59b..57a45f3 100644
--- a/media-sound/puddletag/puddletag-1.1.1.ebuild
+++ b/media-sound/puddletag/puddletag-1.1.1.ebuild
@@ -29,4 +29,4 @@ RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP},svg]
>=dev-python/sip-4.14.2-r1:0[${PYTHON_USEDEP}]
>=dev-python/lxml-3.0.1[${PYTHON_USEDEP}]"
-DOCS=(changelog HACKING NEWS README THANKS TODO)
+DOCS=(changelog HACKING NEWS THANKS TODO)
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2016-02-19 16:27 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2016-02-19 16:27 UTC (permalink / raw
To: gentoo-commits
commit: 184d31590e8b92fd3602f191638acd0d0519a115
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 16:26:10 2016 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Fri Feb 19 16:26:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184d3159
media-sound/puddletag: Remove patch.
This fixes bug #574648. Thanks to Martin Unzner for the report.
Package-Manager: portage-2.2.26
media-sound/puddletag/puddletag-1.1.1.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/media-sound/puddletag/puddletag-1.1.1.ebuild b/media-sound/puddletag/puddletag-1.1.1.ebuild
index a53a4d0..23ae59b 100644
--- a/media-sound/puddletag/puddletag-1.1.1.ebuild
+++ b/media-sound/puddletag/puddletag-1.1.1.ebuild
@@ -30,5 +30,3 @@ RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP},svg]
>=dev-python/lxml-3.0.1[${PYTHON_USEDEP}]"
DOCS=(changelog HACKING NEWS README THANKS TODO)
-
-PATCHES=("${FILESDIR}/${P}-pyqt4.11.4.patch")
^ permalink raw reply related [flat|nested] 26+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/
@ 2016-02-13 10:35 Daniel Pielmeier
0 siblings, 0 replies; 26+ messages in thread
From: Daniel Pielmeier @ 2016-02-13 10:35 UTC (permalink / raw
To: gentoo-commits
commit: f5c1d37f9e9d8eeb0ef62057711e7bda1a38836d
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 10:35:11 2016 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 10:35:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c1d37f
media-sound/puddletag: Version bump.
Package-Manager: portage-2.2.26
media-sound/puddletag/Manifest | 1 +
media-sound/puddletag/puddletag-1.0.5.ebuild | 2 +-
.../puddletag/{puddletag-1.0.5.ebuild => puddletag-1.1.1.ebuild} | 4 ++--
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/media-sound/puddletag/Manifest b/media-sound/puddletag/Manifest
index b8351e4..568df71 100644
--- a/media-sound/puddletag/Manifest
+++ b/media-sound/puddletag/Manifest
@@ -1 +1,2 @@
DIST puddletag-1.0.5.tar.gz 958207 SHA256 4698d5effe8f265446b356068bad7ced0b29c1f66824dc94a5688f3fffc389e2 SHA512 73a3535cf6f4c527c25cbe0e9d81be42ac0078df63542278b6636e7f448f5bff2eba6badf0ef0ff03a8d00727eb4a3277f395cbba09f0261fd9f13e902e78441 WHIRLPOOL 152dca34004277abcf36b40fb65b297a56e123a2566547d6021ee980b9c22545e668db92c7ff5a99914e59044105cd95ff8c184dc0a6e3e29e94200e30d5ace3
+DIST puddletag-1.1.1.tar.gz 973076 SHA256 0e944800ac37a854418ebfead1ae2e9d9c218db99fcdfe31c1bdb2fb803dc6ac SHA512 10f43e57cd890403eb4f2bd21189ef91eee5c38b8e275c93e234aacb61b60dff33cc745e6d9f45ca005f0ccb0c79c025c43991a5bd1ef21ba3f866e9a6c9114b WHIRLPOOL 572e36c87c48de11be859bcc992c444d8688c0c0bae19f17cce1e99ea8fdf63ef2af17e6be5fe0dbfeae1db7f234593c6f6f11c0e8899f79c443bb610160eb05
diff --git a/media-sound/puddletag/puddletag-1.0.5.ebuild b/media-sound/puddletag/puddletag-1.0.5.ebuild
index 06947bc..e051495 100644
--- a/media-sound/puddletag/puddletag-1.0.5.ebuild
+++ b/media-sound/puddletag/puddletag-1.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/media-sound/puddletag/puddletag-1.0.5.ebuild b/media-sound/puddletag/puddletag-1.1.1.ebuild
similarity index 88%
copy from media-sound/puddletag/puddletag-1.0.5.ebuild
copy to media-sound/puddletag/puddletag-1.1.1.ebuild
index 06947bc..a53a4d0 100644
--- a/media-sound/puddletag/puddletag-1.0.5.ebuild
+++ b/media-sound/puddletag/puddletag-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -10,7 +10,7 @@ inherit distutils-r1 fdo-mime
DESCRIPTION="Audio tag editor"
HOMEPAGE="http://puddletag.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/keithgg/${PN}/releases/download/${PV}/${P}.tar.gz"
LICENSE="GPL-2 GPL-3"
SLOT="0"
^ permalink raw reply related [flat|nested] 26+ messages in thread
end of thread, other threads:[~2024-07-03 5:26 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-07 18:33 [gentoo-commits] repo/gentoo:master commit in: media-sound/puddletag/ Daniel Pielmeier
-- strict thread matches above, loose matches on Subject: below --
2024-07-03 5:26 Daniel Pielmeier
2024-06-03 19:52 Daniel Pielmeier
2024-04-13 9:47 Daniel Pielmeier
2024-03-08 13:53 Daniel Pielmeier
2024-02-11 13:38 Daniel Pielmeier
2023-04-08 8:48 Daniel Pielmeier
2023-02-25 11:16 Daniel Pielmeier
2022-09-15 19:15 Daniel Pielmeier
2022-07-30 6:47 Daniel Pielmeier
2022-04-09 10:28 Daniel Pielmeier
2022-02-02 17:22 Daniel Pielmeier
2021-08-19 18:11 Daniel Pielmeier
2021-04-17 17:56 Daniel Pielmeier
2021-04-17 17:35 Daniel Pielmeier
2021-03-17 17:05 Daniel Pielmeier
2021-03-17 16:45 Daniel Pielmeier
2021-03-17 16:01 Daniel Pielmeier
2018-07-08 10:33 Daniel Pielmeier
2017-01-17 17:30 Daniel Pielmeier
2016-12-12 17:23 Daniel Pielmeier
2016-10-24 17:56 Daniel Pielmeier
2016-03-15 16:37 Daniel Pielmeier
2016-02-29 17:38 Daniel Pielmeier
2016-02-19 16:27 Daniel Pielmeier
2016-02-13 10:35 Daniel Pielmeier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox