diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-21 20:06:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-21 20:06:26 +0000 |
commit | 3225f08685f04727db65dbc6ac02a8c1e0cc49f9 (patch) | |
tree | b59977727cd50a5d718d97d2ee52077dccc85e2f /media-sound/qtgain | |
parent | inherit eutils for make_desktop_entry (diff) | |
download | gentoo-2-3225f08685f04727db65dbc6ac02a8c1e0cc49f9.tar.gz gentoo-2-3225f08685f04727db65dbc6ac02a8c1e0cc49f9.tar.bz2 gentoo-2-3225f08685f04727db65dbc6ac02a8c1e0cc49f9.zip |
inherit eutils for make_desktop_entry
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/qtgain')
-rw-r--r-- | media-sound/qtgain/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/qtgain/qtgain-0.9.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/qtgain/ChangeLog b/media-sound/qtgain/ChangeLog index aacf4b5e13a6..0804a917d536 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.3 2012/03/27 15:16:46 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qtgain/ChangeLog,v 1.4 2012/05/21 20:06:26 ssuominen Exp $ + + 21 May 2012; Samuli Suominen <ssuominen@gentoo.org> qtgain-0.9.5.ebuild: + inherit eutils for make_desktop_entry 27 Mar 2012; Johannes Huber <johu@gentoo.org> -qtgain-0.8.0.ebuild: Remove old with deprecated eclass usage. diff --git a/media-sound/qtgain/qtgain-0.9.5.ebuild b/media-sound/qtgain/qtgain-0.9.5.ebuild index 671437b45b65..da502d8ba381 100644 --- a/media-sound/qtgain/qtgain-0.9.5.ebuild +++ b/media-sound/qtgain/qtgain-0.9.5.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/qtgain/qtgain-0.9.5.ebuild,v 1.1 2012/02/03 12:22:21 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/qtgain/qtgain-0.9.5.ebuild,v 1.2 2012/05/21 20:06:26 ssuominen Exp $ EAPI=4 MY_PN="QtGain" -inherit qt4-r2 +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" |