summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2009-02-13 20:38:38 +0000
committerCarsten Lohrke <carlo@gentoo.org>2009-02-13 20:38:38 +0000
commitd39d15ed5e4e82e7e64a9aff2d2c2c1e3465c391 (patch)
tree11e77dd961d28adb610bdaeb1cfd512f6074f8c8 /media-sound/kguitar
parentSparc stable, bug #258530. (diff)
downloadhistorical-d39d15ed5e4e82e7e64a9aff2d2c2c1e3465c391.tar.gz
historical-d39d15ed5e4e82e7e64a9aff2d2c2c1e3465c391.tar.bz2
historical-d39d15ed5e4e82e7e64a9aff2d2c2c1e3465c391.zip
Get rid of invalid aRts dependency. Fix desktop file.
Package-Manager: portage-2.2_rc23/cvs/Linux i686
Diffstat (limited to 'media-sound/kguitar')
-rw-r--r--media-sound/kguitar/ChangeLog10
-rw-r--r--media-sound/kguitar/files/kguitar-0.5-desktop-file.diffbin0 -> 1165 bytes
-rw-r--r--media-sound/kguitar/kguitar-0.5-r1.ebuild31
3 files changed, 39 insertions, 2 deletions
diff --git a/media-sound/kguitar/ChangeLog b/media-sound/kguitar/ChangeLog
index e21cb5182f78..e6b521e2f1f8 100644
--- a/media-sound/kguitar/ChangeLog
+++ b/media-sound/kguitar/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-sound/kguitar
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kguitar/ChangeLog,v 1.7 2008/06/09 11:28:33 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kguitar/ChangeLog,v 1.8 2009/02/13 20:34:18 carlo Exp $
+
+*kguitar-0.5-r1 (13 Feb 2009)
+
+ 13 Feb 2009; Carsten Lohrke <carlo@gentoo.org>
+ +files/kguitar-0.5-desktop-file.diff, +kguitar-0.5-r1.ebuild:
+ Get rid of invalid aRts dependency. Fix desktop file.
09 Jun 2008; Diego Pettenò <flameeyes@gentoo.org>
+files/kguitar-0.5+gcc-4.3.patch, kguitar-0.5.ebuild:
diff --git a/media-sound/kguitar/files/kguitar-0.5-desktop-file.diff b/media-sound/kguitar/files/kguitar-0.5-desktop-file.diff
new file mode 100644
index 000000000000..5eea7e517c54
--- /dev/null
+++ b/media-sound/kguitar/files/kguitar-0.5-desktop-file.diff
Binary files differ
diff --git a/media-sound/kguitar/kguitar-0.5-r1.ebuild b/media-sound/kguitar/kguitar-0.5-r1.ebuild
new file mode 100644
index 000000000000..8263ee2a0d31
--- /dev/null
+++ b/media-sound/kguitar/kguitar-0.5-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kguitar/kguitar-0.5-r1.ebuild,v 1.1 2009/02/13 20:34:18 carlo Exp $
+
+ARTS_REQUIRED="never"
+
+inherit kde
+
+DESCRIPTION="An efficient and easy-to-use environment for a guitarist."
+HOMEPAGE="http://kguitar.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# hard-dep on tse3, without it causes Settings->Configure KGuitar to crash. (eldad 15 April 2006)
+DEPEND=">=media-libs/tse3-0.2.3"
+RDEPEND="${DEPEND}"
+need-kde 3.5
+
+PATCHES=(
+ "${FILESDIR}"/${P}+gcc-4.3.patch
+ "${FILESDIR}"/kguitar-0.5-desktop-file.diff
+ )
+
+src_compile() {
+ local myconf="--with-tse3"
+ kde_src_compile
+}