sys-fs/pytagsfs: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 31 Aug 2019 07:45:58 +0000 (09:45 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 31 Aug 2019 07:45:58 +0000 (09:45 +0200)
Closes: https://bugs.gentoo.org/686562
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
sys-fs/pytagsfs/Manifest [deleted file]
sys-fs/pytagsfs/metadata.xml [deleted file]
sys-fs/pytagsfs/pytagsfs-0.9.2.ebuild [deleted file]

index 22b1fad84dc143a2869cb4dfbb454cd3d7bb5acc..f9e80cd673bc223e24c29df2fa20f818479f9947 100644 (file)
@@ -481,11 +481,6 @@ dev-db/postgresql:12
 # Wrong license, ships non-GPL image, maintainer needed.
 x11-plugins/gkrellflynn
 
-# Sebastian Pipping <sping@gentoo.org> (2019-05-22)
-# Masked for removal in 30 days (bug #686562)
-# Unfixed bug, dead upstream, not relevant enough
-sys-fs/pytagsfs
-
 # Andreas K. Hüttel <dilfridge@gentoo.org> (2019-05-11)
 # Perl 5.24 will be removed soon. Please upgrade.
 <dev-lang/perl-5.26.2
diff --git a/sys-fs/pytagsfs/Manifest b/sys-fs/pytagsfs/Manifest
deleted file mode 100644 (file)
index 1f23918..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST pytagsfs-0.9.2.tar.gz 221155 BLAKE2B 6ed2aaa52ba7b970ecb909988ddb69cfbd666360fd4bc5136747b373e9304617b016296cfe870e44c35053020d791fe383c095d7dcb195bd2b974dd2bff97895 SHA512 1c9b8e1e6b40ac2114435b8c973168442ff125560f37cfae36e2bf70da229dc57eec74de77b8a3e35d28a5bd92cec6e559ff6d59b49fd09ba94599409805cac8
diff --git a/sys-fs/pytagsfs/metadata.xml b/sys-fs/pytagsfs/metadata.xml
deleted file mode 100644 (file)
index 031cc7f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="person">
-               <email>sping@gentoo.org</email>
-               <name>Sebastian Pipping</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="launchpad">pytagsfs</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/sys-fs/pytagsfs/pytagsfs-0.9.2.ebuild b/sys-fs/pytagsfs/pytagsfs-0.9.2.ebuild
deleted file mode 100644 (file)
index 9128fcc..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_IN_SOURCE_BUILD=yes
-
-inherit distutils-r1
-
-MY_PV="${PV/_/}"
-MY_P="${PN}-${MY_PV}"
-DESCRIPTION="File system that arranges media files based their tags"
-HOMEPAGE="https://launchpad.net/pytagsfs"
-SRC_URI="http://www.alittletooquiet.net/media/release/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-S="${WORKDIR}/${MY_P}"
-
-RDEPEND=">=dev-python/fuse-python-0.2-r1
-       >=dev-python/sclapp-0.5.2
-       || ( dev-python/inotifyx
-               ( dev-libs/libgamin[python]
-                       app-admin/gam-server ) )
-       media-libs/mutagen"
-DEPEND="${RDEPEND}
-       dev-libs/libxml2[python]
-       dev-libs/libxslt
-       app-text/docbook-xsl-stylesheets
-       test? ( dev-python/inotifyx
-               dev-libs/libgamin[python]
-               app-admin/gam-server
-               media-sound/madplay
-               media-sound/vorbis-tools
-               media-libs/flac )"
-
-python_test() {
-       ${PYTHON} setup.py test || die
-}