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: Thu, 21 May 2009 15:50:45 +0000	[thread overview]
Message-ID: <E1M7AXd-0006tJ-74@stork.gentoo.org> (raw)

ssuominen    09/05/21 15:50:45

  Modified:             ChangeLog k3guitune-1.01.ebuild
  Log:
  Enabla alsa by default..
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 media-sound/k3guitune/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	21 May 2009 14:56:43 -0000	1.22
+++ ChangeLog	21 May 2009 15:50:45 -0000	1.23
@@ -1,10 +1,10 @@
 # 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.22 2009/05/21 14:56:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/ChangeLog,v 1.23 2009/05/21 15:50:45 ssuominen Exp $
 
   21 May 2009; Samuli Suominen <ssuominen@gentoo.org> -k3guitune-1.0.ebuild,
   k3guitune-1.01.ebuild:
-  Remove invalid arts support from ebuild.
+  Remove arts support and enable alsa by default.
 
   14 May 2009; Markus Meier <maekke@gentoo.org> k3guitune-1.01.ebuild:
   amd64 stable, bug #268640



1.6                  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.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild?r1=1.5&r2=1.6

Index: k3guitune-1.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- k3guitune-1.01.ebuild	21 May 2009 15:41:31 -0000	1.5
+++ k3guitune-1.01.ebuild	21 May 2009 15:50:45 -0000	1.6
@@ -1,7 +1,8 @@
 # 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.5 2009/05/21 15:41:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/k3guitune/k3guitune-1.01.ebuild,v 1.6 2009/05/21 15:50:45 ssuominen Exp $
 
+EAPI=2
 ARTS_REQUIRED=never
 inherit kde eutils
 
@@ -13,7 +14,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
-IUSE="alsa oss jack"
+IUSE="+alsa oss jack"
 
 DEPEND="=sci-libs/fftw-3*
 	alsa? ( media-libs/alsa-lib )
@@ -52,7 +53,9 @@
 src_compile() {
 	local myconf="$(use_enable alsa)
 		$(use_enable oss)
-		$(use_enable jack)"
+		$(use_enable jack)
+		--without-arts
+		--disable-arts"
 
 	kde_src_compile
 }






             reply	other threads:[~2009-05-21 15:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-21 15:50 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-06-02 22:59 Samuli Suominen (ssuominen)
2009-05-21 16:27 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=E1M7AXd-0006tJ-74@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