commit: bb678b0cdde4339d91ae562a037f4fc99e7ec9d4 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 21 10:35:25 2026 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Feb 21 11:44:48 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb678b0c
media-sound/gmtp: drop 1.3.11-r3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-sound/gmtp/gmtp-1.3.11-r3.ebuild | 47 ---------------------------------- 1 file changed, 47 deletions(-) diff --git a/media-sound/gmtp/gmtp-1.3.11-r3.ebuild b/media-sound/gmtp/gmtp-1.3.11-r3.ebuild deleted file mode 100644 index f4663a59f7bc..000000000000 --- a/media-sound/gmtp/gmtp-1.3.11-r3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit gnome2-utils xdg - -DESCRIPTION="Simple MTP client for MP3 players" -HOMEPAGE="https://gmtp.sourceforge.net/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - dev-libs/glib:2 - media-libs/flac:= - media-libs/libid3tag:= - media-libs/libmtp:= - media-libs/libvorbis - x11-libs/gtk+:3" -DEPEND="${RDEPEND}" -BDEPEND=" - sys-devel/gettext - virtual/pkgconfig" - -PATCHES=( "${FILESDIR}"/${PN}-1.3.11-fno-common.patch ) - -src_configure() { - econf --with-gtk3 -} - -pkg_preinst() { - xdg_pkg_preinst - gnome2_schemas_savelist -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -}
