* [gentoo-commits] repo/gentoo:master commit in: media-sound/gmtp/
@ 2016-02-15 9:46 Thomas Kahle
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Kahle @ 2016-02-15 9:46 UTC (permalink / raw
To: gentoo-commits
commit: 87d75ee8cb989e27a250a05fdb8da78a15bf1897
Author: Thomas Kahle <tomka <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 09:45:55 2016 +0000
Commit: Thomas Kahle <tomka <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 09:46:13 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d75ee8
media-sound/gmtp: Remove old
Package-Manager: portage-2.2.26
media-sound/gmtp/Manifest | 2 --
media-sound/gmtp/gmtp-1.3.5.ebuild | 44 --------------------------------------
media-sound/gmtp/gmtp-1.3.9.ebuild | 44 --------------------------------------
3 files changed, 90 deletions(-)
diff --git a/media-sound/gmtp/Manifest b/media-sound/gmtp/Manifest
index 0d394fb..6f7d1a8 100644
--- a/media-sound/gmtp/Manifest
+++ b/media-sound/gmtp/Manifest
@@ -1,3 +1 @@
DIST gmtp-1.3.10.tar.gz 496912 SHA256 b21b9a8e66ae7bb09fc70ac7e317a0e32aff3917371a7241dea73c41db1dd13b SHA512 e2f5b8231e409d9ef6e512cb37199ce7771b87f61cb5bf29a86be0e3fdda22688005ae5b22f004f91a69df2f682c9eb0f1b7613e4f1a8dd3cc6fb0edb6e29fcd WHIRLPOOL 2a1e0af4656873ff777af85640d1797af2bb2b49ce4d17ad29644323994235d55273abb481a1af416929b7235a432026bbfd4123219b72cee9355f39576def2a
-DIST gmtp-1.3.5.tar.gz 1613492 SHA256 ae6950d7157e6b90a46f0f850085c5e2fba628e9e58ba493ba164eb3405f55d3 SHA512 5e6f4b4f5dff0d9d5a2b477a8b174958d660bca046b8904b019540b9fc975be974e3dd261c4ee00ea00a023227a9f641911b46bb94dd7b00ff5354bbb5bdae6a WHIRLPOOL 2fa7747418d1e8a7ba0d8bb661d100e8e9953ec938d4af7e70c82d6dd94c0c714403d5e0cfa3d0b956aa8f940d7991d24e30e99bdafe5b6ff7238425fe0e792b
-DIST gmtp-1.3.9.tar.gz 489612 SHA256 5bff5385db66f5c3e82d89edb7ca4a8ccb8c8954faf7341438080f2741dcbd2d SHA512 e5fc652105d23719cb366bb9292c1520cc0a0e4c10179fec6108145c32725ea2a8e47b10c0bee415327718b3d9e2c2f84e0fda6225e57b472d9eabe4fcb615e0 WHIRLPOOL ca95a0b1a194a6c40bd20916614a75b77f6bf525179fb81bdb8c4788edc0127b0552427e82e335d119907864822f58917be6c07463225f5a17a0ce7c0b001ae0
diff --git a/media-sound/gmtp/gmtp-1.3.5.ebuild b/media-sound/gmtp/gmtp-1.3.5.ebuild
deleted file mode 100644
index 8e04c09..0000000
--- a/media-sound/gmtp/gmtp-1.3.5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit gnome2-utils
-
-DESCRIPTION="A simple MTP client for MP3 players"
-HOMEPAGE="http://gmtp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
- media-libs/flac
- media-libs/libid3tag
- media-libs/libmtp
- media-libs/libvorbis
- x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- econf --with-gtk3
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
- gnome2_schemas_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- gnome2_schemas_update
-}
diff --git a/media-sound/gmtp/gmtp-1.3.9.ebuild b/media-sound/gmtp/gmtp-1.3.9.ebuild
deleted file mode 100644
index 0cd14c7..0000000
--- a/media-sound/gmtp/gmtp-1.3.9.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit gnome2-utils
-
-DESCRIPTION="A simple MTP client for MP3 players"
-HOMEPAGE="http://gmtp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
- media-libs/flac
- media-libs/libid3tag
- media-libs/libmtp
- media-libs/libvorbis
- x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- econf --with-gtk3
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
- gnome2_schemas_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- gnome2_schemas_update
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gmtp/
@ 2016-02-15 9:46 Thomas Kahle
0 siblings, 0 replies; 8+ messages in thread
From: Thomas Kahle @ 2016-02-15 9:46 UTC (permalink / raw
To: gentoo-commits
commit: f85e1384e21fee52c581ec10c51352612471b0e3
Author: Thomas Kahle <tomka <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 09:45:02 2016 +0000
Commit: Thomas Kahle <tomka <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 09:46:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85e1384
media-sound/gmtp: Bump to 1.3.10
Package-Manager: portage-2.2.26
media-sound/gmtp/Manifest | 1 +
media-sound/gmtp/gmtp-1.3.10.ebuild | 44 +++++++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/media-sound/gmtp/Manifest b/media-sound/gmtp/Manifest
index 33e5f42..0d394fb 100644
--- a/media-sound/gmtp/Manifest
+++ b/media-sound/gmtp/Manifest
@@ -1,2 +1,3 @@
+DIST gmtp-1.3.10.tar.gz 496912 SHA256 b21b9a8e66ae7bb09fc70ac7e317a0e32aff3917371a7241dea73c41db1dd13b SHA512 e2f5b8231e409d9ef6e512cb37199ce7771b87f61cb5bf29a86be0e3fdda22688005ae5b22f004f91a69df2f682c9eb0f1b7613e4f1a8dd3cc6fb0edb6e29fcd WHIRLPOOL 2a1e0af4656873ff777af85640d1797af2bb2b49ce4d17ad29644323994235d55273abb481a1af416929b7235a432026bbfd4123219b72cee9355f39576def2a
DIST gmtp-1.3.5.tar.gz 1613492 SHA256 ae6950d7157e6b90a46f0f850085c5e2fba628e9e58ba493ba164eb3405f55d3 SHA512 5e6f4b4f5dff0d9d5a2b477a8b174958d660bca046b8904b019540b9fc975be974e3dd261c4ee00ea00a023227a9f641911b46bb94dd7b00ff5354bbb5bdae6a WHIRLPOOL 2fa7747418d1e8a7ba0d8bb661d100e8e9953ec938d4af7e70c82d6dd94c0c714403d5e0cfa3d0b956aa8f940d7991d24e30e99bdafe5b6ff7238425fe0e792b
DIST gmtp-1.3.9.tar.gz 489612 SHA256 5bff5385db66f5c3e82d89edb7ca4a8ccb8c8954faf7341438080f2741dcbd2d SHA512 e5fc652105d23719cb366bb9292c1520cc0a0e4c10179fec6108145c32725ea2a8e47b10c0bee415327718b3d9e2c2f84e0fda6225e57b472d9eabe4fcb615e0 WHIRLPOOL ca95a0b1a194a6c40bd20916614a75b77f6bf525179fb81bdb8c4788edc0127b0552427e82e335d119907864822f58917be6c07463225f5a17a0ce7c0b001ae0
diff --git a/media-sound/gmtp/gmtp-1.3.10.ebuild b/media-sound/gmtp/gmtp-1.3.10.ebuild
new file mode 100644
index 0000000..0cd14c7
--- /dev/null
+++ b/media-sound/gmtp/gmtp-1.3.10.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit gnome2-utils
+
+DESCRIPTION="A simple MTP client for MP3 players"
+HOMEPAGE="http://gmtp.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2
+ media-libs/flac
+ media-libs/libid3tag
+ media-libs/libmtp
+ media-libs/libvorbis
+ x11-libs/gtk+:3"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+src_configure() {
+ econf --with-gtk3
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+ gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gmtp/
@ 2017-11-10 13:17 Lars Wendler
0 siblings, 0 replies; 8+ messages in thread
From: Lars Wendler @ 2017-11-10 13:17 UTC (permalink / raw
To: gentoo-commits
commit: b94ba33382ad2790d85f92591b251bb685283479
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 12:35:35 2017 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 13:17:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94ba333
media-sound/gmtp: Bump to version 1.3.11
Package-Manager: Portage-2.3.13, Repoman-2.3.4
media-sound/gmtp/Manifest | 1 +
media-sound/gmtp/gmtp-1.3.11.ebuild | 43 +++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/media-sound/gmtp/Manifest b/media-sound/gmtp/Manifest
index 6f7d1a8589b..a752fe79b6c 100644
--- a/media-sound/gmtp/Manifest
+++ b/media-sound/gmtp/Manifest
@@ -1 +1,2 @@
DIST gmtp-1.3.10.tar.gz 496912 SHA256 b21b9a8e66ae7bb09fc70ac7e317a0e32aff3917371a7241dea73c41db1dd13b SHA512 e2f5b8231e409d9ef6e512cb37199ce7771b87f61cb5bf29a86be0e3fdda22688005ae5b22f004f91a69df2f682c9eb0f1b7613e4f1a8dd3cc6fb0edb6e29fcd WHIRLPOOL 2a1e0af4656873ff777af85640d1797af2bb2b49ce4d17ad29644323994235d55273abb481a1af416929b7235a432026bbfd4123219b72cee9355f39576def2a
+DIST gmtp-1.3.11.tar.gz 498198 SHA256 5a830c9c448aa2caf7a844aaa9ba38c2ac0239547366c1e6874e0080bd5f0613 SHA512 af6e56136c227818aab19f9eb0a0ad9f1356b24e8a8aa44d600326d632bfcb0dc2794a7c28809f2de2016a52045c1cc5c2bdae0391a0a970ea04e947f920bc95 WHIRLPOOL 2ee1d1edecd86289e550195855742a8b0426edf6053517fe101d82270f258e5ed384ef44e2012f457112b49572da8b4749f15b3657c7655a30a465a41fcf85ff
diff --git a/media-sound/gmtp/gmtp-1.3.11.ebuild b/media-sound/gmtp/gmtp-1.3.11.ebuild
new file mode 100644
index 00000000000..e510d3fc03e
--- /dev/null
+++ b/media-sound/gmtp/gmtp-1.3.11.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2-utils
+
+DESCRIPTION="A simple MTP client for MP3 players"
+HOMEPAGE="http://gmtp.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/glib:2
+ media-libs/flac
+ media-libs/libid3tag
+ media-libs/libmtp
+ media-libs/libvorbis
+ x11-libs/gtk+:3"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+src_configure() {
+ econf --with-gtk3
+}
+
+pkg_preinst() {
+ gnome2_icon_savelist
+ gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+ gnome2_schemas_update
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gmtp/
@ 2020-08-08 16:55 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2020-08-08 16:55 UTC (permalink / raw
To: gentoo-commits
commit: 2008e6948e3efeb0943b282d51d11afbbf5e129d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 8 16:53:36 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Aug 8 16:53:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2008e694
media-sound/gmtp: Remove old
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-sound/gmtp/Manifest | 1 -
media-sound/gmtp/gmtp-1.3.10.ebuild | 43 -------------------------------------
2 files changed, 44 deletions(-)
diff --git a/media-sound/gmtp/Manifest b/media-sound/gmtp/Manifest
index 47afe923e68..a5c8527cd68 100644
--- a/media-sound/gmtp/Manifest
+++ b/media-sound/gmtp/Manifest
@@ -1,2 +1 @@
-DIST gmtp-1.3.10.tar.gz 496912 BLAKE2B 52c31e74dca1a29c2a5627fa977ea040973ba2db5ce31dd123f88289e1a8197a51086e08ab5bdd029ea153388d5216a5483300c505ee06467f8b20b91446f798 SHA512 e2f5b8231e409d9ef6e512cb37199ce7771b87f61cb5bf29a86be0e3fdda22688005ae5b22f004f91a69df2f682c9eb0f1b7613e4f1a8dd3cc6fb0edb6e29fcd
DIST gmtp-1.3.11.tar.gz 498198 BLAKE2B 870f27712425328febcda0899b821bc5c8324c07bca50d7bf9f2bd78849e1f73968da4f5c2860e154d19c16ea184cd6a1715f198347356734dd815d7d2aca780 SHA512 af6e56136c227818aab19f9eb0a0ad9f1356b24e8a8aa44d600326d632bfcb0dc2794a7c28809f2de2016a52045c1cc5c2bdae0391a0a970ea04e947f920bc95
diff --git a/media-sound/gmtp/gmtp-1.3.10.ebuild b/media-sound/gmtp/gmtp-1.3.10.ebuild
deleted file mode 100644
index 9f56fbc962a..00000000000
--- a/media-sound/gmtp/gmtp-1.3.10.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit gnome2-utils
-
-DESCRIPTION="A simple MTP client for MP3 players"
-HOMEPAGE="http://gmtp.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-libs/glib:2
- media-libs/flac
- media-libs/libid3tag
- media-libs/libmtp
- media-libs/libvorbis
- x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- econf --with-gtk3
-}
-
-pkg_preinst() {
- gnome2_icon_savelist
- gnome2_schemas_savelist
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
- gnome2_schemas_update
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gmtp/
@ 2020-11-26 16:45 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2020-11-26 16:45 UTC (permalink / raw
To: gentoo-commits
commit: ddbc4425eb29bdfd9604e4c553bb75fe29cba157
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 16:44:14 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 16:45:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddbc4425
media-sound/gmtp: fix BDEPEND typo
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/gmtp/{gmtp-1.3.11.ebuild => gmtp-1.3.11-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/gmtp/gmtp-1.3.11.ebuild b/media-sound/gmtp/gmtp-1.3.11-r1.ebuild
similarity index 98%
rename from media-sound/gmtp/gmtp-1.3.11.ebuild
rename to media-sound/gmtp/gmtp-1.3.11-r1.ebuild
index 0565860ce4e..9dc541fb70f 100644
--- a/media-sound/gmtp/gmtp-1.3.11.ebuild
+++ b/media-sound/gmtp/gmtp-1.3.11-r1.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
media-libs/libvorbis
x11-libs/gtk+:3"
DEPEND="${RDEPEND}"
-BDPEND="
+BDEPEND="
sys-devel/gettext
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gmtp/
@ 2021-08-16 21:28 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-08-16 21:28 UTC (permalink / raw
To: gentoo-commits
commit: 51a53dc0d2814c626780ff6eebd80e1271924cf2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 21:14:32 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 21:22:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a53dc0
media-sound/gmtp: add missing slot operator dep (libid3tag)
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/gmtp/{gmtp-1.3.11-r1.ebuild => gmtp-1.3.11-r2.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/media-sound/gmtp/gmtp-1.3.11-r1.ebuild b/media-sound/gmtp/gmtp-1.3.11-r2.ebuild
similarity index 89%
rename from media-sound/gmtp/gmtp-1.3.11-r1.ebuild
rename to media-sound/gmtp/gmtp-1.3.11-r2.ebuild
index 9dc541fb70f..e92eaf0a8e9 100644
--- a/media-sound/gmtp/gmtp-1.3.11-r1.ebuild
+++ b/media-sound/gmtp/gmtp-1.3.11-r2.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
@@ -16,8 +16,8 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-libs/glib:2
media-libs/flac
- media-libs/libid3tag
- media-libs/libmtp
+ media-libs/libid3tag:=
+ media-libs/libmtp:=
media-libs/libvorbis
x11-libs/gtk+:3"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gmtp/
@ 2021-09-12 21:12 Ionen Wolkens
0 siblings, 0 replies; 8+ messages in thread
From: Ionen Wolkens @ 2021-09-12 21:12 UTC (permalink / raw
To: gentoo-commits
commit: 2c850d39aed04d8206b2f3de185cdf8c0b5d8df5
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Fri Sep 10 15:17:23 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Sep 12 21:07:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c850d39
media-sound/gmtp: use xdg instead of gnome2-utils
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
media-sound/gmtp/gmtp-1.3.11-r2.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-sound/gmtp/gmtp-1.3.11-r2.ebuild b/media-sound/gmtp/gmtp-1.3.11-r2.ebuild
index e92eaf0a8e9..321767f1fff 100644
--- a/media-sound/gmtp/gmtp-1.3.11-r2.ebuild
+++ b/media-sound/gmtp/gmtp-1.3.11-r2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit gnome2-utils
+inherit gnome2-utils xdg
DESCRIPTION="A simple MTP client for MP3 players"
HOMEPAGE="http://gmtp.sourceforge.net/"
@@ -32,16 +32,16 @@ src_configure() {
}
pkg_preinst() {
- gnome2_icon_savelist
+ xdg_pkg_preinst
gnome2_schemas_savelist
}
pkg_postinst() {
- gnome2_icon_cache_update
+ xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
- gnome2_icon_cache_update
+ xdg_pkg_postrm
gnome2_schemas_update
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gmtp/
@ 2022-09-10 8:41 Sam James
0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2022-09-10 8:41 UTC (permalink / raw
To: gentoo-commits
commit: d678f1d0c6e9d37a03272f07c94ce9c42922cf31
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 10 08:27:43 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 08:40:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d678f1d0
media-sound/gmtp: add media-libs/flac subslot dep
media-libs/flac-1.4.0 breaks ABI.
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/gmtp/{gmtp-1.3.11-r2.ebuild => gmtp-1.3.11-r3.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/gmtp/gmtp-1.3.11-r2.ebuild b/media-sound/gmtp/gmtp-1.3.11-r3.ebuild
similarity index 93%
rename from media-sound/gmtp/gmtp-1.3.11-r2.ebuild
rename to media-sound/gmtp/gmtp-1.3.11-r3.ebuild
index 321767f1fff4..77365b66227d 100644
--- a/media-sound/gmtp/gmtp-1.3.11-r2.ebuild
+++ b/media-sound/gmtp/gmtp-1.3.11-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-libs/glib:2
- media-libs/flac
+ media-libs/flac:=
media-libs/libid3tag:=
media-libs/libmtp:=
media-libs/libvorbis
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-09-10 8:41 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-15 9:46 [gentoo-commits] repo/gentoo:master commit in: media-sound/gmtp/ Thomas Kahle
-- strict thread matches above, loose matches on Subject: below --
2016-02-15 9:46 Thomas Kahle
2017-11-10 13:17 Lars Wendler
2020-08-08 16:55 David Seifert
2020-11-26 16:45 Sam James
2021-08-16 21:28 Sam James
2021-09-12 21:12 Ionen Wolkens
2022-09-10 8:41 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox