public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/k4guitune: k4guitune-1.1.1.ebuild ChangeLog
@ 2012-01-12 13:55 Johannes Huber (johu)
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2012-01-12 13:55 UTC (permalink / raw
  To: gentoo-commits

johu        12/01/12 13:55:01

  Modified:             ChangeLog
  Added:                k4guitune-1.1.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  media-sound/k4guitune/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/k4guitune/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	28 Oct 2011 23:42:44 -0000	1.5
+++ ChangeLog	12 Jan 2012 13:55:01 -0000	1.6
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/k4guitune
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/k4guitune/ChangeLog,v 1.5 2011/10/28 23:42:44 abcd Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/k4guitune/ChangeLog,v 1.6 2012/01/12 13:55:01 johu Exp $
+
+*k4guitune-1.1.1 (12 Jan 2012)
+
+  12 Jan 2012; Johannes Huber <johu@gentoo.org>
+  +files/k4guitune-1.1.1-desktop_entry.patch, +k4guitune-1.1.1.ebuild:
+  Version bump.
 
   28 Oct 2011; Jonathan Callen <abcd@gentoo.org> k4guitune-1.1.0.ebuild:
   Bump to EAPI=4



1.1                  media-sound/k4guitune/k4guitune-1.1.1.ebuild

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

Index: k4guitune-1.1.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/k4guitune/k4guitune-1.1.1.ebuild,v 1.1 2012/01/12 13:55:01 johu Exp $

EAPI=4

KDE_HANDBOOK=optional
inherit kde4-base

DESCRIPTION="A program to tune a musical instrument using your computer and it's mic- or line- input"
HOMEPAGE="http://wspinell.altervista.org/k4guitune/ http://www.kde-apps.org/content/show.php/K4Guitune?content=117669"
SRC_URI="http://www.kde-apps.org/CONTENT/content-files/117669-${P}.tar.gz"

LICENSE="GPL-3"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

DEPEND="=sci-libs/fftw-3*"

S=${WORKDIR}/${PN}

PATCHES=( "${FILESDIR}/${P}-desktop_entry.patch" )

src_prepare() {
	kde4-base_src_prepare

	sed -e '/set[[:space:]]*([[:space:]]*HTML_INSTALL_DIR/s/^/# DISABLED /' \
		-i CMakeLists.txt || die
}

src_configure() {
	mycmakeargs=(
		$(cmake-utils_use_build handbook doc)
	)

	kde4-base_src_configure
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/k4guitune: k4guitune-1.1.1.ebuild ChangeLog
@ 2014-03-21 19:43 Johannes Huber (johu)
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2014-03-21 19:43 UTC (permalink / raw
  To: gentoo-commits

johu        14/03/21 19:43:37

  Modified:             k4guitune-1.1.1.ebuild ChangeLog
  Log:
  Bump to EAPI 5.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)

Revision  Changes    Path
1.2                  media-sound/k4guitune/k4guitune-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/k4guitune/k4guitune-1.1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/k4guitune/k4guitune-1.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/k4guitune/k4guitune-1.1.1.ebuild?r1=1.1&r2=1.2

Index: k4guitune-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/k4guitune/k4guitune-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- k4guitune-1.1.1.ebuild	12 Jan 2012 13:55:01 -0000	1.1
+++ k4guitune-1.1.1.ebuild	21 Mar 2014 19:43:37 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/k4guitune/k4guitune-1.1.1.ebuild,v 1.1 2012/01/12 13:55:01 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/k4guitune/k4guitune-1.1.1.ebuild,v 1.2 2014/03/21 19:43:37 johu Exp $
 
-EAPI=4
+EAPI=5
 
 KDE_HANDBOOK=optional
 inherit kde4-base



1.8                  media-sound/k4guitune/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/k4guitune/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	20 Dec 2012 17:16:49 -0000	1.7
+++ ChangeLog	21 Mar 2014 19:43:37 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/k4guitune
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/k4guitune/ChangeLog,v 1.7 2012/12/20 17:16:49 kensington Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/k4guitune/ChangeLog,v 1.8 2014/03/21 19:43:37 johu Exp $
+
+  21 Mar 2014; Johannes Huber <johu@gentoo.org> k4guitune-1.1.1.ebuild:
+  Bump to EAPI 5.
 
   20 Dec 2012; Michael Palimaka <kensington@gentoo.org>
   -files/k4guitune-1.1.0-desktop_entry.patch, -k4guitune-1.1.0.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-21 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-21 19:43 [gentoo-commits] gentoo-x86 commit in media-sound/k4guitune: k4guitune-1.1.1.ebuild ChangeLog Johannes Huber (johu)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-12 13:55 Johannes Huber (johu)

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