public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/mp3diags: mp3diags-1.2.02.ebuild ChangeLog
@ 2015-03-19 23:19 Manuel Rueger (mrueg)
  0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2015-03-19 23:19 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/03/19 23:19:01

  Modified:             ChangeLog
  Added:                mp3diags-1.2.02.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.19                 media-sound/mp3diags/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mp3diags/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	28 Mar 2014 16:19:36 -0000	1.18
+++ ChangeLog	19 Mar 2015 23:19:01 -0000	1.19
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/mp3diags
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/ChangeLog,v 1.18 2014/03/28 16:19:36 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/ChangeLog,v 1.19 2015/03/19 23:19:01 mrueg Exp $
+
+*mp3diags-1.2.02 (19 Mar 2015)
+
+  19 Mar 2015; Manuel Rüger <mrueg@gentoo.org> +mp3diags-1.2.02.ebuild:
+  Version bump.
 
 *mp3diags-1.2.01 (28 Mar 2014)
 



1.1                  media-sound/mp3diags/mp3diags-1.2.02.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/mp3diags-1.2.02.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3diags/mp3diags-1.2.02.ebuild?rev=1.1&content-type=text/plain

Index: mp3diags-1.2.02.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/mp3diags-1.2.02.ebuild,v 1.1 2015/03/19 23:19:01 mrueg Exp $

EAPI=5

inherit eutils qt4-r2

MY_PN=MP3Diags
MY_P=${MY_PN}-${PV}

DESCRIPTION="Qt-based MP3 diagnosis and repair tool"
HOMEPAGE="http://mp3diags.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
	>=dev-libs/boost-1.37
	dev-qt/qtcore:4
	dev-qt/qtgui:4
"
RDEPEND="${DEPEND}
	dev-qt/qtsvg:4
"

S=${WORKDIR}/${MY_P}

src_install() {
	dobin bin/${MY_PN}
	dodoc changelog.txt

	local size
	for size in 16 22 24 32 36 40 48; do
		insinto /usr/share/icons/hicolor/${size}x${size}/apps
		newins desktop/${MY_PN}${size}.png ${MY_PN}.png
	done
	domenu desktop/${MY_PN}.desktop
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-19 23:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-19 23:19 [gentoo-commits] gentoo-x86 commit in media-sound/mp3diags: mp3diags-1.2.02.ebuild ChangeLog Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox