* [gentoo-commits] gentoo-x86 commit in media-sound/mp3diags: metadata.xml ChangeLog mp3diags-0.99.05.037.ebuild
@ 2009-09-19 19:49 Dominik Kapusta (ayoy)
0 siblings, 0 replies; only message in thread
From: Dominik Kapusta (ayoy) @ 2009-09-19 19:49 UTC (permalink / raw
To: gentoo-commits
ayoy 09/09/19 19:49:08
Added: metadata.xml ChangeLog mp3diags-0.99.05.037.ebuild
Log:
Initial commit of mp3diags
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.1 media-sound/mp3diags/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mp3diags/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mp3diags/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>qt</herd>
<maintainer>
<email>d@ayoy.net</email>
<name>Dominik Kapusta</name>
</maintainer>
<longdescription lang="en">
</longdescription>
</pkgmetadata>
1.1 media-sound/mp3diags/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mp3diags/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mp3diags/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for media-sound/mp3diags
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/ChangeLog,v 1.1 2009/09/19 19:49:08 ayoy Exp $
*mp3diags-0.99.05.037 (19 Sep 2009)
19 Sep 2009; Dominik Kapusta <ayoy@gentoo.org>
+mp3diags-0.99.05.037.ebuild, +metadata.xml:
Initial commit of mp3diags
1.1 media-sound/mp3diags/mp3diags-0.99.05.037.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mp3diags/mp3diags-0.99.05.037.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mp3diags/mp3diags-0.99.05.037.ebuild?rev=1.1&content-type=text/plain
Index: mp3diags-0.99.05.037.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3diags/mp3diags-0.99.05.037.ebuild,v 1.1 2009/09/19 19:49:08 ayoy Exp $
EAPI="2"
inherit qt4
MY_PN=${PN/mp3d/MP3D}
MY_P=${MY_PN}-${PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION="Qt-based MP3 diagnosis and repair tool"
HOMEPAGE="http://mp3diags.sourceforge.net"
SRC_URI="doc? ( http://web.clicknet.ro/mciobanu/${PN}/${MY_PN}_Src+Doc-${PV}.tar.gz )
!doc? ( http://web.clicknet.ro/mciobanu/${PN}/${MY_PN}-${PV}.tar.gz )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc"
DEPEND="x11-libs/qt-gui:4[debug?]
>=dev-libs/boost-1.37"
RDEPEND="${DEPEND}
x11-libs/qt-svg:4[debug?]"
src_configure() {
eqmake4
}
src_install() {
dobin bin/${MY_PN} || die "installing binary failed"
dodoc changelog.txt || die "dodoc failed"
domenu desktop/${MY_PN}.desktop || die "installing dekstop file failed"
local icon_sizes="16 22 24 32 36 48"
for size in ${icon_sizes}; do
insinto /usr/share/icons/hicolor/${size}x${size}/apps
newins desktop/${MY_PN}${size}.png ${MY_PN}.png \
|| die "installing icons failed"
done
if use doc; then
dohtml doc/* || die "installing documentation failed"
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-09-19 19:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-19 19:49 [gentoo-commits] gentoo-x86 commit in media-sound/mp3diags: metadata.xml ChangeLog mp3diags-0.99.05.037.ebuild Dominik Kapusta (ayoy)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox