* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/
@ 2015-10-10 13:43 Manuel Rüger
0 siblings, 0 replies; 13+ messages in thread
From: Manuel Rüger @ 2015-10-10 13:43 UTC (permalink / raw
To: gentoo-commits
commit: 6cacd1aa0c6c418de8ba0fd81a9faa2cc0d719f8
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 13:43:41 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 13:43:41 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cacd1aa
media-sound/mp3diags: Remove myself from metadata
Package-Manager: portage-2.2.23
media-sound/mp3diags/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/media-sound/mp3diags/metadata.xml b/media-sound/mp3diags/metadata.xml
index 3159078..32a4a36 100644
--- a/media-sound/mp3diags/metadata.xml
+++ b/media-sound/mp3diags/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer>
- <email>mrueg@gentoo.org</email>
- <name>Manuel Rüger</name>
- </maintainer>
<herd>qt</herd>
<upstream>
<remote-id type="sourceforge">mp3diags</remote-id>
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/
@ 2016-01-16 19:29 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-01-16 19:29 UTC (permalink / raw
To: gentoo-commits
commit: 79d667a434cbfeb260971ebbdaf08652c48f2dd7
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 19:28:15 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 19:28:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d667a4
media-sound/mp3diags: revision bump
* Port away from qt4-r4.eclass
* Add missing license (used by icons)
* Add missing dependency
* Update icon cache
Package-Manager: portage-2.2.26
media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild | 59 ++++++++++++++++++++++++++
1 file changed, 59 insertions(+)
diff --git a/media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild b/media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild
new file mode 100644
index 0000000..70075ba
--- /dev/null
+++ b/media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils gnome2-utils qmake-utils
+
+MY_PN=MP3Diags
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Qt-based MP3 diagnosis and repair tool"
+HOMEPAGE="http://mp3diags.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="LGPL-3 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-libs/boost-1.37
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ sys-libs/zlib
+"
+RDEPEND="${DEPEND}
+ dev-qt/qtsvg:4
+"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+ eqmake4 ${PN}.pro
+}
+
+src_install() {
+ dobin bin/${MY_PN}
+ dodoc changelog.txt
+
+ local size
+ for size in 16 22 24 32 36 40 48; do
+ insinto /usr/share/icons/hicolor/${size}x${size}/apps
+ newins desktop/${MY_PN}${size}.png ${MY_PN}.png
+ done
+ domenu desktop/${MY_PN}.desktop
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/
@ 2016-01-23 16:59 Agostino Sarubbo
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2016-01-23 16:59 UTC (permalink / raw
To: gentoo-commits
commit: d555aad9bab3dfd87280ee85a4024bbb4cb94fe9
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 16:57:05 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 16:59:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d555aad9
media-sound/mp3diags: amd64 stable wrt bug #572098
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild b/media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild
index 70075ba..3228509 100644
--- a/media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild
+++ b/media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="LGPL-3 GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/
@ 2016-02-14 14:03 Davide Pesavento
0 siblings, 0 replies; 13+ messages in thread
From: Davide Pesavento @ 2016-02-14 14:03 UTC (permalink / raw
To: gentoo-commits
commit: 127f2c535ad6307a93343fe05430902e8c20d75d
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 14:03:19 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 14:03:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=127f2c53
media-sound/mp3diags: remove old non-stable versions
Package-Manager: portage-2.2.27
media-sound/mp3diags/Manifest | 2 --
media-sound/mp3diags/mp3diags-1.0.12.079.ebuild | 40 -----------------------
media-sound/mp3diags/mp3diags-1.2.01.ebuild | 42 -------------------------
media-sound/mp3diags/mp3diags-1.2.02.ebuild | 42 -------------------------
4 files changed, 126 deletions(-)
diff --git a/media-sound/mp3diags/Manifest b/media-sound/mp3diags/Manifest
index 3cea368..02b913a 100644
--- a/media-sound/mp3diags/Manifest
+++ b/media-sound/mp3diags/Manifest
@@ -1,3 +1 @@
-DIST MP3Diags-1.0.12.079.tar.gz 959757 SHA256 ab06936658d857b55be473544094c6d6dbd8a8ca9593af90ad48e8f59163fe0f SHA512 fc4b9d23aeb3379bdc65fcdb44c8d9f4ff666270e5cb060980bd1db9a180eca4997fdb8f5d5f8df257e02e6e4fdeeef345f701f38637b7c1fa2680a9acb6f054 WHIRLPOOL 6ed36be2b5d083ffe92f9c80171d68ebd5a996b7b15ad78ffd0d06ab1023c9d22622f13f5f31338ded030f0c3ecfa468bf3dfd454fd5e1ffe2b510ffe8e5ada7
-DIST MP3Diags-1.2.01.tar.gz 1221991 SHA256 ffec777929dfa6c0f42094349438b02babc1a1b5fe3eb6da7362e795315272a1 SHA512 59f86d01ec8a8686a709d683e72f1f36a42da1b43a6bbd55dc4e4814cdcf96b228987d69175d324e4f2aaf6010be5dced67b08cc8013a1f087dd1b43e96fe6eb WHIRLPOOL 5939cb46f2ee53aefb09343d6a7c836285ada870e98641ee61e22645ae123ccb6e84ab9413231948d83d0b701306c0aa4ca085cc2acaf876cc213698b7a53962
DIST MP3Diags-1.2.02.tar.gz 1220039 SHA256 17c4dc2b40a855f39ef8dbac41dacc5c309d46043c969dcf6319d76103341fcd SHA512 51498646ad3c9a19aeb0bcbf8cd280de75a24eb252790cc71d1eba433b986bbc58d4198d8bdfc0339dd6845ddfd966dd482f991b976e2da8f49e9d4e4f0464d0 WHIRLPOOL f7a8fd855de147bfd26076e3dc1242b5c7d5819621626b8efe42dcb19b3b86042deb53439fec598fe20be29e35dc0c33ef5a251a4ed55478cda1f8f3ed915140
diff --git a/media-sound/mp3diags/mp3diags-1.0.12.079.ebuild b/media-sound/mp3diags/mp3diags-1.0.12.079.ebuild
deleted file mode 100644
index 376bebc..0000000
--- a/media-sound/mp3diags/mp3diags-1.0.12.079.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils qt4-r2
-
-MY_PN=${PN/mp3d/MP3D}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Qt-based MP3 diagnosis and repair tool"
-HOMEPAGE="http://mp3diags.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${PN}-src/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/boost-1.37
- sys-libs/zlib
- dev-qt/qtcore:4
- dev-qt/qtgui:4"
-RDEPEND="${DEPEND}
- dev-qt/qtsvg:4"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- dobin bin/${MY_PN}
- dodoc changelog.txt
-
- local size
- for size in 16 22 24 32 36 40 48; do
- insinto /usr/share/icons/hicolor/${size}x${size}/apps
- newins desktop/${MY_PN}${size}.png ${MY_PN}.png
- done
- domenu desktop/${MY_PN}.desktop
-}
diff --git a/media-sound/mp3diags/mp3diags-1.2.01.ebuild b/media-sound/mp3diags/mp3diags-1.2.01.ebuild
deleted file mode 100644
index ef846b2..0000000
--- a/media-sound/mp3diags/mp3diags-1.2.01.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils qt4-r2
-
-MY_PN=MP3Diags
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Qt-based MP3 diagnosis and repair tool"
-HOMEPAGE="http://mp3diags.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-libs/boost-1.37
- dev-qt/qtcore:4
- dev-qt/qtgui:4
-"
-RDEPEND="${DEPEND}
- dev-qt/qtsvg:4
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- dobin bin/${MY_PN}
- dodoc changelog.txt
-
- local size
- for size in 16 22 24 32 36 40 48; do
- insinto /usr/share/icons/hicolor/${size}x${size}/apps
- newins desktop/${MY_PN}${size}.png ${MY_PN}.png
- done
- domenu desktop/${MY_PN}.desktop
-}
diff --git a/media-sound/mp3diags/mp3diags-1.2.02.ebuild b/media-sound/mp3diags/mp3diags-1.2.02.ebuild
deleted file mode 100644
index 04e663f..0000000
--- a/media-sound/mp3diags/mp3diags-1.2.02.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils qt4-r2
-
-MY_PN=MP3Diags
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Qt-based MP3 diagnosis and repair tool"
-HOMEPAGE="http://mp3diags.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- >=dev-libs/boost-1.37
- dev-qt/qtcore:4
- dev-qt/qtgui:4
-"
-RDEPEND="${DEPEND}
- dev-qt/qtsvg:4
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- dobin bin/${MY_PN}
- dodoc changelog.txt
-
- local size
- for size in 16 22 24 32 36 40 48; do
- insinto /usr/share/icons/hicolor/${size}x${size}/apps
- newins desktop/${MY_PN}${size}.png ${MY_PN}.png
- done
- domenu desktop/${MY_PN}.desktop
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/
@ 2016-10-28 14:04 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2016-10-28 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 7604c0150982169d17ed1af0e385eca8170940ed
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 14:04:06 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 14:04:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7604c015
media-sound/mp3diags: version bump
Package-Manager: portage-2.3.2
media-sound/mp3diags/Manifest | 1 +
media-sound/mp3diags/mp3diags-1.2.03.ebuild | 59 +++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/media-sound/mp3diags/Manifest b/media-sound/mp3diags/Manifest
index 02b913a..b4247b0 100644
--- a/media-sound/mp3diags/Manifest
+++ b/media-sound/mp3diags/Manifest
@@ -1 +1,2 @@
DIST MP3Diags-1.2.02.tar.gz 1220039 SHA256 17c4dc2b40a855f39ef8dbac41dacc5c309d46043c969dcf6319d76103341fcd SHA512 51498646ad3c9a19aeb0bcbf8cd280de75a24eb252790cc71d1eba433b986bbc58d4198d8bdfc0339dd6845ddfd966dd482f991b976e2da8f49e9d4e4f0464d0 WHIRLPOOL f7a8fd855de147bfd26076e3dc1242b5c7d5819621626b8efe42dcb19b3b86042deb53439fec598fe20be29e35dc0c33ef5a251a4ed55478cda1f8f3ed915140
+DIST MP3Diags-1.2.03.tar.gz 1230173 SHA256 8dce26781123150eb920acd1a1217601c55c8366f72b4cccd62bba53c3a73f53 SHA512 0f7a5d300a3366a2b5ed3da78e1b1bf892618e19e6ea0de444cffea0926d8370f8309fae4fececcea4bf494b1b4b51ec6c382dbb7e46d8286c7580da18675fcf WHIRLPOOL ff010e2db7259b399f62d98a67d78fc073a5117da345160cd1f25a7cca607d52498445bcad7bfe98f66228e2da071a34df213665ebaf6e0894d1f0436ce3e405
diff --git a/media-sound/mp3diags/mp3diags-1.2.03.ebuild b/media-sound/mp3diags/mp3diags-1.2.03.ebuild
new file mode 100644
index 00000000..84283f5
--- /dev/null
+++ b/media-sound/mp3diags/mp3diags-1.2.03.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils gnome2-utils qmake-utils
+
+MY_PN=MP3Diags
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Qt-based MP3 diagnosis and repair tool"
+HOMEPAGE="http://mp3diags.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="LGPL-3 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-libs/boost-1.37:=
+ dev-qt/qtcore:4
+ dev-qt/qtgui:4
+ sys-libs/zlib
+"
+RDEPEND="${DEPEND}
+ dev-qt/qtsvg:4
+"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+ eqmake4 ${PN}.pro
+}
+
+src_install() {
+ dobin bin/${MY_PN}
+ dodoc changelog.txt
+
+ local size
+ for size in 16 22 24 32 36 40 48; do
+ insinto /usr/share/icons/hicolor/${size}x${size}/apps
+ newins desktop/${MY_PN}${size}.png ${MY_PN}.png
+ done
+ domenu desktop/${MY_PN}.desktop
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/
@ 2017-01-18 16:44 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2017-01-18 16:44 UTC (permalink / raw
To: gentoo-commits
commit: e734efc2e72287a195bf999d38e5c97f195ae801
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 16:43:53 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 16:44:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e734efc2
media-sound/mp3diags: add missing USE dependency
Gentoo-bug: 606102
Package-Manager: Portage-2.3.3, Repoman-2.3.1
.../mp3diags/{mp3diags-1.2.03.ebuild => mp3diags-1.2.03-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/mp3diags/mp3diags-1.2.03.ebuild b/media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild
similarity index 93%
rename from media-sound/mp3diags/mp3diags-1.2.03.ebuild
rename to media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild
index 84283f5..2fa7148 100644
--- a/media-sound/mp3diags/mp3diags-1.2.03.ebuild
+++ b/media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
- >=dev-libs/boost-1.37:=
+ dev-libs/boost:=[threads]
dev-qt/qtcore:4
dev-qt/qtgui:4
sys-libs/zlib
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/
@ 2017-01-19 10:37 Agostino Sarubbo
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2017-01-19 10:37 UTC (permalink / raw
To: gentoo-commits
commit: b4444357bca1be6f22b70ae9647f831304da1d07
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 10:36:30 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 10:36:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4444357
media-sound/mp3diags: amd64 stable wrt bug #606436
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild b/media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild
index 2fa7148..62b1087 100644
--- a/media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild
+++ b/media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="LGPL-3 GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/
@ 2017-01-19 10:59 Agostino Sarubbo
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2017-01-19 10:59 UTC (permalink / raw
To: gentoo-commits
commit: 5e24c293e520d0cb68dca34a6c447a96e4cee64c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 10:58:35 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 10:58:35 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e24c293
media-sound/mp3diags: x86 stable wrt bug #606436
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild b/media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild
index 62b1087..547ca44 100644
--- a/media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild
+++ b/media-sound/mp3diags/mp3diags-1.2.03-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="LGPL-3 GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/
@ 2017-01-19 17:02 Davide Pesavento
0 siblings, 0 replies; 13+ messages in thread
From: Davide Pesavento @ 2017-01-19 17:02 UTC (permalink / raw
To: gentoo-commits
commit: 8fc2d630d959b7cdcfd617c83a0d2764db3c1487
Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 17:02:02 2017 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 17:02:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc2d630
media-sound/mp3diags: drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
media-sound/mp3diags/Manifest | 1 -
media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild | 59 --------------------------
2 files changed, 60 deletions(-)
diff --git a/media-sound/mp3diags/Manifest b/media-sound/mp3diags/Manifest
index b4247b0..d33bc8c 100644
--- a/media-sound/mp3diags/Manifest
+++ b/media-sound/mp3diags/Manifest
@@ -1,2 +1 @@
-DIST MP3Diags-1.2.02.tar.gz 1220039 SHA256 17c4dc2b40a855f39ef8dbac41dacc5c309d46043c969dcf6319d76103341fcd SHA512 51498646ad3c9a19aeb0bcbf8cd280de75a24eb252790cc71d1eba433b986bbc58d4198d8bdfc0339dd6845ddfd966dd482f991b976e2da8f49e9d4e4f0464d0 WHIRLPOOL f7a8fd855de147bfd26076e3dc1242b5c7d5819621626b8efe42dcb19b3b86042deb53439fec598fe20be29e35dc0c33ef5a251a4ed55478cda1f8f3ed915140
DIST MP3Diags-1.2.03.tar.gz 1230173 SHA256 8dce26781123150eb920acd1a1217601c55c8366f72b4cccd62bba53c3a73f53 SHA512 0f7a5d300a3366a2b5ed3da78e1b1bf892618e19e6ea0de444cffea0926d8370f8309fae4fececcea4bf494b1b4b51ec6c382dbb7e46d8286c7580da18675fcf WHIRLPOOL ff010e2db7259b399f62d98a67d78fc073a5117da345160cd1f25a7cca607d52498445bcad7bfe98f66228e2da071a34df213665ebaf6e0894d1f0436ce3e405
diff --git a/media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild b/media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild
deleted file mode 100644
index 573a5fe..00000000
--- a/media-sound/mp3diags/mp3diags-1.2.02-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils gnome2-utils qmake-utils
-
-MY_PN=MP3Diags
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Qt-based MP3 diagnosis and repair tool"
-HOMEPAGE="http://mp3diags.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="LGPL-3 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
- >=dev-libs/boost-1.37
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- sys-libs/zlib
-"
-RDEPEND="${DEPEND}
- dev-qt/qtsvg:4
-"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
- eqmake4 ${PN}.pro
-}
-
-src_install() {
- dobin bin/${MY_PN}
- dodoc changelog.txt
-
- local size
- for size in 16 22 24 32 36 40 48; do
- insinto /usr/share/icons/hicolor/${size}x${size}/apps
- newins desktop/${MY_PN}${size}.png ${MY_PN}.png
- done
- domenu desktop/${MY_PN}.desktop
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/
@ 2019-06-24 12:08 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2019-06-24 12:08 UTC (permalink / raw
To: gentoo-commits
commit: a17c6c85c115de7d49faf2a05bd1615cabfaacd6
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 12:07:04 2019 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 12:08:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17c6c85
media-sound/mp3diags: new package
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
media-sound/mp3diags/Manifest | 1 +
media-sound/mp3diags/metadata.xml | 10 ++++++
media-sound/mp3diags/mp3diags-1.5.01.ebuild | 56 +++++++++++++++++++++++++++++
3 files changed, 67 insertions(+)
diff --git a/media-sound/mp3diags/Manifest b/media-sound/mp3diags/Manifest
new file mode 100644
index 00000000000..1b9061be7b9
--- /dev/null
+++ b/media-sound/mp3diags/Manifest
@@ -0,0 +1 @@
+DIST MP3Diags-unstable-1.5.01.tar.gz 1234926 BLAKE2B f04a30d1418cde4b08aa744f2b280beac5af466a2657562ef9f8eafb3da84a357397975bb9c1cda4747a10ae1b9e0ac468f6666bd43c0f375fd99c2a90fd4698 SHA512 30ef7276e1be08c0d5d1d6af2a1f6f4fa61753fda65e0914c0e07a0823e1ba9a0e3a2718bde55d68e928cb965db510c80bd5f2419ac19d063edd1fa257a1ee18
diff --git a/media-sound/mp3diags/metadata.xml b/media-sound/mp3diags/metadata.xml
new file mode 100644
index 00000000000..757721839e4
--- /dev/null
+++ b/media-sound/mp3diags/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>kensington@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge">mp3diags</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/media-sound/mp3diags/mp3diags-1.5.01.ebuild b/media-sound/mp3diags/mp3diags-1.5.01.ebuild
new file mode 100644
index 00000000000..2d96e59d193
--- /dev/null
+++ b/media-sound/mp3diags/mp3diags-1.5.01.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop qmake-utils xdg-utils
+
+MY_PN=MP3Diags-unstable
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Qt-based MP3 diagnosis and repair tool"
+HOMEPAGE="http://mp3diags.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="LGPL-3 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ dev-libs/boost:=[threads]
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+ sys-libs/zlib
+"
+RDEPEND="${DEPEND}
+ dev-qt/qtsvg:5
+"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+ eqmake5 ${PN}.pro
+}
+
+src_install() {
+ dobin bin/${MY_PN}
+ dodoc changelog.txt
+
+ local size
+ for size in 16 22 24 32 36 40 48; do
+ insinto /usr/share/icons/hicolor/${size}x${size}/apps
+ newins desktop/${MY_PN}${size}.png ${MY_PN}.png
+ done
+ domenu desktop/${MY_PN}.desktop
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/
@ 2020-03-01 3:18 Michael Palimaka
0 siblings, 0 replies; 13+ messages in thread
From: Michael Palimaka @ 2020-03-01 3:18 UTC (permalink / raw
To: gentoo-commits
commit: 242d52cec78669064d65f8b2d4162e30c87abcac
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 1 03:18:22 2020 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Mar 1 03:18:41 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242d52ce
media-sound/mp3diags: avoid unused dependency
Closes: https://bugs.gentoo.org/711086
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Palimaka <kensington <AT> gentoo.org>
media-sound/mp3diags/mp3diags-1.5.01.ebuild | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/media-sound/mp3diags/mp3diags-1.5.01.ebuild b/media-sound/mp3diags/mp3diags-1.5.01.ebuild
index 2d96e59d193..58c6ebc2190 100644
--- a/media-sound/mp3diags/mp3diags-1.5.01.ebuild
+++ b/media-sound/mp3diags/mp3diags-1.5.01.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -31,6 +31,13 @@ RDEPEND="${DEPEND}
S=${WORKDIR}/${MY_P}
+src_prepare() {
+ # unused dependency - bug #711086
+ sed -i -e "/^network/d" src/src.pro || die
+
+ default
+}
+
src_configure() {
eqmake5 ${PN}.pro
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/
@ 2021-06-18 19:18 David Seifert
0 siblings, 0 replies; 13+ messages in thread
From: David Seifert @ 2021-06-18 19:18 UTC (permalink / raw
To: gentoo-commits
commit: 6de56a1dd7cf40dbc9f874a939970efab67d8551
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 18 19:17:02 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 19:17:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de56a1d
media-sound/mp3diags: Depend on dev-libs/boost:=[threads(+)]
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../mp3diags/{mp3diags-1.5.01.ebuild => mp3diags-1.5.01-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/mp3diags/mp3diags-1.5.01.ebuild b/media-sound/mp3diags/mp3diags-1.5.01-r1.ebuild
similarity index 93%
rename from media-sound/mp3diags/mp3diags-1.5.01.ebuild
rename to media-sound/mp3diags/mp3diags-1.5.01-r1.ebuild
index 58c6ebc2190..69544d8c0e3 100644
--- a/media-sound/mp3diags/mp3diags-1.5.01.ebuild
+++ b/media-sound/mp3diags/mp3diags-1.5.01-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -18,7 +18,7 @@ KEYWORDS="~amd64"
IUSE=""
DEPEND="
- dev-libs/boost:=[threads]
+ dev-libs/boost:=[threads(+)]
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/
@ 2024-08-01 7:43 Miroslav Šulc
0 siblings, 0 replies; 13+ messages in thread
From: Miroslav Šulc @ 2024-08-01 7:43 UTC (permalink / raw
To: gentoo-commits
commit: b6280816e621b801322982c35b24a8515e4f12e4
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Jul 31 14:03:55 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 07:43:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6280816
media-sound/mp3diags: fix pkgcheck issues
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/mp3diags/mp3diags-1.5.01-r1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/media-sound/mp3diags/mp3diags-1.5.01-r1.ebuild b/media-sound/mp3diags/mp3diags-1.5.01-r1.ebuild
index b255fbbcf6d3..f24ca83fc6c4 100644
--- a/media-sound/mp3diags/mp3diags-1.5.01-r1.ebuild
+++ b/media-sound/mp3diags/mp3diags-1.5.01-r1.ebuild
@@ -11,11 +11,11 @@ MY_P=${MY_PN}-${PV}
DESCRIPTION="Qt-based MP3 diagnosis and repair tool"
HOMEPAGE="http://mp3diags.sourceforge.net"
SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
LICENSE="LGPL-3 GPL-2"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
DEPEND="
dev-libs/boost:=
@@ -29,8 +29,6 @@ RDEPEND="${DEPEND}
dev-qt/qtsvg:5
"
-S=${WORKDIR}/${MY_P}
-
src_prepare() {
# unused dependency - bug #711086
sed -i -e "/^network/d" src/src.pro || die
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2024-08-01 7:43 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-28 14:04 [gentoo-commits] repo/gentoo:master commit in: media-sound/mp3diags/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2024-08-01 7:43 Miroslav Šulc
2021-06-18 19:18 David Seifert
2020-03-01 3:18 Michael Palimaka
2019-06-24 12:08 Michael Palimaka
2017-01-19 17:02 Davide Pesavento
2017-01-19 10:59 Agostino Sarubbo
2017-01-19 10:37 Agostino Sarubbo
2017-01-18 16:44 Michael Palimaka
2016-02-14 14:03 Davide Pesavento
2016-01-23 16:59 Agostino Sarubbo
2016-01-16 19:29 Michael Palimaka
2015-10-10 13:43 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox