summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-04-25 21:51:48 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-04-25 21:51:59 +1000
commitc2612c8148163538877938727f3058b94aaf0648 (patch)
treeb360c923de2d712d7cfd355949c0995089e402e7 /media-sound/qtgain/qtgain-0.9.5.ebuild
parentsys-cluster/heartbeat: version bump (diff)
downloadgentoo-c2612c8148163538877938727f3058b94aaf0648.tar.gz
gentoo-c2612c8148163538877938727f3058b94aaf0648.tar.bz2
gentoo-c2612c8148163538877938727f3058b94aaf0648.zip
media-sound/qtgain: remove 0.9.5
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-sound/qtgain/qtgain-0.9.5.ebuild')
-rw-r--r--media-sound/qtgain/qtgain-0.9.5.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/media-sound/qtgain/qtgain-0.9.5.ebuild b/media-sound/qtgain/qtgain-0.9.5.ebuild
deleted file mode 100644
index 79f3f41ca73d..000000000000
--- a/media-sound/qtgain/qtgain-0.9.5.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_PN="QtGain"
-inherit eutils qt4-r2
-
-DESCRIPTION="A simple frontend to mp3gain, vorbisgain and metaflac"
-HOMEPAGE="http://www.qt-apps.org/content/show.php/QtGain?content=56842"
-SRC_URI="http://www.qt-apps.org/CONTENT/content-files/56842-${MY_PN}.tar.lzma
- -> ${P}.tar.lzma"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="flac mp3 mp4 vorbis"
-
-DEPEND="dev-qt/qtgui:4"
-RDEPEND="${DEPEND}
- flac? ( media-libs/flac )
- mp3? ( media-sound/mp3gain )
- mp4? ( media-sound/aacgain )
- vorbis? ( media-sound/vorbisgain )
- media-sound/id3v2"
-
-S="${WORKDIR}/${MY_PN}"
-
-src_install() {
- dobin bin/${PN}
- newicon Icons/lsongs.png ${PN}.png
- make_desktop_entry ${PN} ${MY_PN}
-}