diff options
author | Johannes Huber <johu@gentoo.org> | 2012-03-27 15:16:46 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-03-27 15:16:46 +0000 |
commit | d31fcb8c1fe65f2f2141424ac25d7d70020cd3f6 (patch) | |
tree | 73ce504a5bed1d78bec7ef59be1d9dcd3f1b2b8b /media-sound/qtgain | |
parent | Version bump to 0.6.1 Bug #363395 (diff) | |
download | gentoo-2-d31fcb8c1fe65f2f2141424ac25d7d70020cd3f6.tar.gz gentoo-2-d31fcb8c1fe65f2f2141424ac25d7d70020cd3f6.tar.bz2 gentoo-2-d31fcb8c1fe65f2f2141424ac25d7d70020cd3f6.zip |
Remove old with deprecated eclass usage.
(Portage version: 2.2.0_alpha95/cvs/Linux i686)
Diffstat (limited to 'media-sound/qtgain')
-rw-r--r-- | media-sound/qtgain/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/qtgain/qtgain-0.8.0.ebuild | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/media-sound/qtgain/ChangeLog b/media-sound/qtgain/ChangeLog index 996a487ae559..aacf4b5e13a6 100644 --- a/media-sound/qtgain/ChangeLog +++ b/media-sound/qtgain/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/qtgain # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qtgain/ChangeLog,v 1.2 2012/02/03 12:22:21 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qtgain/ChangeLog,v 1.3 2012/03/27 15:16:46 johu Exp $ + + 27 Mar 2012; Johannes Huber <johu@gentoo.org> -qtgain-0.8.0.ebuild: + Remove old with deprecated eclass usage. *qtgain-0.9.5 (03 Feb 2012) diff --git a/media-sound/qtgain/qtgain-0.8.0.ebuild b/media-sound/qtgain/qtgain-0.8.0.ebuild deleted file mode 100644 index 8b6b835f3be6..000000000000 --- a/media-sound/qtgain/qtgain-0.8.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qtgain/qtgain-0.8.0.ebuild,v 1.1 2009/12/23 21:57:04 ssuominen Exp $ - -EAPI=2 -inherit eutils qt4 - -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-QtGain.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="flac mp3 vorbis" - -RDEPEND="flac? ( media-libs/flac ) - mp3? ( media-sound/mp3gain ) - vorbis? ( media-sound/vorbisgain )" - -S=${WORKDIR}/QtGain - -src_configure() { - eqmake4 QtGain.pro -} - -src_install() { - dobin bin/QtGain || die - newicon Icons/lsongs.png qtgain.png - make_desktop_entry QtGain QtGain -} |