summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2018-09-30 05:03:08 +0200
committerJason A. Donenfeld <zx2c4@gentoo.org>2018-09-30 05:04:11 +0200
commitc53cf79ad14a00634939224f9565eb0fe4afb0e6 (patch)
treeb2ebf618e79f9b98d77af58ea471fba939c30bea /media-sound/music-file-organizer/music-file-organizer-1.0.1.ebuild
parentmail-client/thunderbird: update PYTHON_REQ_USE for Python 3.7 (diff)
downloadgentoo-c53cf79ad14a00634939224f9565eb0fe4afb0e6.tar.gz
gentoo-c53cf79ad14a00634939224f9565eb0fe4afb0e6.tar.bz2
gentoo-c53cf79ad14a00634939224f9565eb0fe4afb0e6.zip
media-sound/music-file-organizer: version bump
Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'media-sound/music-file-organizer/music-file-organizer-1.0.1.ebuild')
-rw-r--r--media-sound/music-file-organizer/music-file-organizer-1.0.1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/media-sound/music-file-organizer/music-file-organizer-1.0.1.ebuild b/media-sound/music-file-organizer/music-file-organizer-1.0.1.ebuild
deleted file mode 100644
index beee9faf4e8b..000000000000
--- a/media-sound/music-file-organizer/music-file-organizer-1.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Organizes audio files into directories based on metadata tags,
-along with other metadata utilities."
-HOMEPAGE="http://blog.zx2c4.com/813"
-SRC_URI="http://git.zx2c4.com/music-file-organizer/snapshot/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-libs/taglib dev-libs/icu:="
-DEPEND="${RDEPEND} virtual/pkgconfig"
-
-pkg_postinst() {
- einfo
- einfo "The organizemusic utility recursively moves audio files and audio"
- einfo "directories given as its arguments into the directory specified"
- einfo "by the environment variable MUSICDIR. You may want to set this"
- einfo "environment variable inside your .bashrc. If no MUSICDIR variable"
- einfo "is set, it falls back to \"\$HOME/Music/\"."
- einfo
-}