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 media-sound/k3guitune: ChangeLog k3guitune-1.01.ebuild
Date: Tue, 02 Jun 2009 22:59:48 +0000	[thread overview]
Message-ID: <E1MBcxQ-000583-Db@stork.gentoo.org> (raw)

ssuominen    09/06/02 22:59:48

  Modified:             ChangeLog k3guitune-1.01.ebuild
  Log:
  Move slot to 3.5.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 media-sound/k3guitune/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	21 May 2009 16:27:07 -0000	1.24
+++ ChangeLog	2 Jun 2009 22:59:48 -0000	1.25
@@ -1,6 +1,6 @@
 # ChangeLog for media-sound/k3guitune
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v 1.24 2009/05/21 16:27:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v 1.25 2009/06/02 22:59:48 ssuominen Exp $
 
   21 May 2009; Samuli Suominen <ssuominen@gentoo.org> k3guitune-1.01.ebuild,
   +files/k3guitune-1.01-desktop-entry.patch, +files/k3guitune.xpm:
@@ -25,10 +25,8 @@
   Szczesiak for reporting.
 
   06 Aug 2008; Alexis Ballier <aballier@gentoo.org>
-  -files/k3guitune-0.4.1-configure.patch,
-  -files/k3guitune-0.5-configure.patch, +files/k3guitune-1.0-gcc43.patch,
-  -k3guitune-0.4.1.ebuild, -k3guitune-0.5.ebuild, k3guitune-1.0.ebuild:
-  remove old and fix build with gcc 4.3 for latest version
+  +files/k3guitune-1.01-gcc43.patch, k3guitune-1.0.ebuild:
+  Fix compile with GCC 4.3.
 
   21 Jun 2008; Christian Faulhammer <opfer@gentoo.org> k3guitune-1.0.ebuild:
   stable x86, bug 226769



1.9                  media-sound/k3guitune/k3guitune-1.01.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild?r1=1.8&r2=1.9

Index: k3guitune-1.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- k3guitune-1.01.ebuild	21 May 2009 16:27:07 -0000	1.8
+++ k3guitune-1.01.ebuild	2 Jun 2009 22:59:48 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild,v 1.8 2009/05/21 16:27:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild,v 1.9 2009/06/02 22:59:48 ssuominen Exp $
 
 EAPI=2
 ARTS_REQUIRED=never
@@ -12,14 +12,14 @@
 		mirror://gentoo/kde-admindir-3.5.5.tar.bz2"
 
 LICENSE="GPL-2"
-SLOT="0"
+SLOT="3.5"
 KEYWORDS="amd64 ~ppc x86"
 IUSE="+alsa oss jack"
 
-DEPEND="=sci-libs/fftw-3*
+RDEPEND="sci-libs/fftw:3.0
 	alsa? ( media-libs/alsa-lib )
 	jack? ( media-libs/bio2jack )"
-RDEPEND="${DEPEND}"
+DEPEND="${DEPEND}"
 
 need-kde 3.5
 
@@ -32,7 +32,7 @@
 
 src_prepare() {
 	kde_src_prepare
-	epatch "${FILESDIR}"/${PN}-1.0-gcc43.patch \
+	epatch "${FILESDIR}"/${P}-gcc43.patch \
 		"${FILESDIR}"/${P}-fftw.patch \
 		"${FILESDIR}"/${P}-desktop-entry.patch
 
@@ -48,7 +48,7 @@
 	sed -i -e "s:^SUBDIRS =.*:SUBDIRS = ${MAKE_DOC} :" \
 		"${KDE_S}/doc/Makefile.am" || die "sed for docs locale failed"
 
-	rm -f "${S}/configure"
+	rm -f "${S}"/configure
 }
 
 src_configure() {






             reply	other threads:[~2009-06-02 22:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-02 22:59 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-09-11 11:31 [gentoo-commits] gentoo-x86 commit in media-sound/k3guitune: ChangeLog k3guitune-1.01.ebuild Diego Petteno (flameeyes)
2009-05-21 16:27 Samuli Suominen (ssuominen)
2009-05-21 15:50 Samuli Suominen (ssuominen)
2009-05-14 20:50 Markus Meier (maekke)
2009-05-07  7:42 Christian Faulhammer (fauli)
2009-05-04 17:15 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=E1MBcxQ-000583-Db@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