summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-08-31 09:45:58 +0200
committerMichał Górny <mgorny@gentoo.org>2019-08-31 09:45:58 +0200
commit379b89e76adf3acc5f233a6de6b3709f865fe77c (patch)
tree2a426a23b0088ee327f96c09a51e93e1ad9eeee7 /sys-fs
parentmedia-radio/xastir: Remove USE=festival, provider removed (diff)
downloadgentoo-379b89e76adf3acc5f233a6de6b3709f865fe77c.tar.gz
gentoo-379b89e76adf3acc5f233a6de6b3709f865fe77c.tar.bz2
gentoo-379b89e76adf3acc5f233a6de6b3709f865fe77c.zip
sys-fs/pytagsfs: Remove last-rited pkg
Closes: https://bugs.gentoo.org/686562 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/pytagsfs/Manifest1
-rw-r--r--sys-fs/pytagsfs/metadata.xml11
-rw-r--r--sys-fs/pytagsfs/pytagsfs-0.9.2.ebuild43
3 files changed, 0 insertions, 55 deletions
diff --git a/sys-fs/pytagsfs/Manifest b/sys-fs/pytagsfs/Manifest
deleted file mode 100644
index 1f23918fd098..000000000000
--- a/sys-fs/pytagsfs/Manifest
+++ /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
index 031cc7f8beb0..000000000000
--- a/sys-fs/pytagsfs/metadata.xml
+++ /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
index 9128fcc77f67..000000000000
--- a/sys-fs/pytagsfs/pytagsfs-0.9.2.ebuild
+++ /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
-}