public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/qpxtool: ChangeLog qpxtool-0.7.0_pre4.ebuild
Date: Mon, 28 Sep 2009 11:14:16 +0000	[thread overview]
Message-ID: <E1MsEBM-0006jv-PO@stork.gentoo.org> (raw)

ssuominen    09/09/28 11:14:16

  Modified:             ChangeLog
  Added:                qpxtool-0.7.0_pre4.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 app-cdr/qpxtool/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/qpxtool/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/qpxtool/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/qpxtool/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-cdr/qpxtool/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	1 May 2009 11:29:01 -0000	1.15
+++ ChangeLog	28 Sep 2009 11:14:16 -0000	1.16
@@ -1,6 +1,12 @@
 # ChangeLog for app-cdr/qpxtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/qpxtool/ChangeLog,v 1.15 2009/05/01 11:29:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-cdr/qpxtool/ChangeLog,v 1.16 2009/09/28 11:14:16 ssuominen Exp $
+
+*qpxtool-0.7.0_pre4 (28 Sep 2009)
+
+  28 Sep 2009; Samuli Suominen <ssuominen@gentoo.org>
+  +qpxtool-0.7.0_pre4.ebuild:
+  Version bump.
 
   01 May 2009; Samuli Suominen <ssuominen@gentoo.org>
   qpxtool-0.6.1-r1.ebuild:



1.1                  app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild?rev=1.1&content-type=text/plain

Index: qpxtool-0.7.0_pre4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/qpxtool/qpxtool-0.7.0_pre4.ebuild,v 1.1 2009/09/28 11:14:16 ssuominen Exp $

EAPI=2
inherit toolchain-funcs

DESCRIPTION="CD/DVD quality checking utilities"
HOMEPAGE="http://qpxtool.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P/_}.tar.bz2"

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

RDEPEND="x11-libs/qt-core:4
	x11-libs/qt-gui:4
	media-libs/libpng"
DEPEND="${RDEPEND}"

S=${WORKDIR}/${P/_}

src_prepare() {
	sed -i -e 's:/usr/local:/usr:g' configure \
		lib/qpxscan/include/qpx_scan.h || die
}

src_configure() {
	./configure CXX="$(tc-getCXX)" || die
}

src_compile() {
	emake CXX="$(tc-getCXX)" || die
}

src_install() {
	dodir /usr/bin
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog README ReleaseNotes TODO
	dohtml status.html
}






             reply	other threads:[~2009-09-28 11:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-28 11:14 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-19 19:16 [gentoo-commits] gentoo-x86 commit in app-cdr/qpxtool: ChangeLog qpxtool-0.7.0_pre4.ebuild Samuli Suominen (ssuominen)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MsEBM-0006jv-PO@stork.gentoo.org \
    --to=ssuominen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox