diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-12-20 17:16:50 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-12-20 17:16:50 +0000 |
commit | 23ed19d7761199d3eaf46bf908e409204732077b (patch) | |
tree | 2437f5ed6f79e318858b339ee00e68a411e328cf /media-sound/k4guitune | |
parent | Remove old. (diff) | |
download | gentoo-2-23ed19d7761199d3eaf46bf908e409204732077b.tar.gz gentoo-2-23ed19d7761199d3eaf46bf908e409204732077b.tar.bz2 gentoo-2-23ed19d7761199d3eaf46bf908e409204732077b.zip |
Remove old.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'media-sound/k4guitune')
-rw-r--r-- | media-sound/k4guitune/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/k4guitune/files/k4guitune-1.1.0-desktop_entry.patch | 12 | ||||
-rw-r--r-- | media-sound/k4guitune/k4guitune-1.1.0.ebuild | 38 |
3 files changed, 5 insertions, 52 deletions
diff --git a/media-sound/k4guitune/ChangeLog b/media-sound/k4guitune/ChangeLog index c940174952d3..8cfdb79d58a1 100644 --- a/media-sound/k4guitune/ChangeLog +++ b/media-sound/k4guitune/ChangeLog @@ -1,6 +1,10 @@ # 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.6 2012/01/12 13:55:01 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/k4guitune/ChangeLog,v 1.7 2012/12/20 17:16:49 kensington Exp $ + + 20 Dec 2012; Michael Palimaka <kensington@gentoo.org> + -files/k4guitune-1.1.0-desktop_entry.patch, -k4guitune-1.1.0.ebuild: + Remove old. *k4guitune-1.1.1 (12 Jan 2012) @@ -27,4 +31,3 @@ 27 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> +k4guitune-1.1.0.ebuild: Initial commit (media-sound/k3guitune replacement). - diff --git a/media-sound/k4guitune/files/k4guitune-1.1.0-desktop_entry.patch b/media-sound/k4guitune/files/k4guitune-1.1.0-desktop_entry.patch deleted file mode 100644 index babf8f90e0c4..000000000000 --- a/media-sound/k4guitune/files/k4guitune-1.1.0-desktop_entry.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ur k4guitune.orig/src/k4guitune.desktop k4guitune/src/k4guitune.desktop ---- k4guitune.orig/src/k4guitune.desktop 2009-06-25 22:45:26.000000000 +0300 -+++ k4guitune/src/k4guitune.desktop 2009-12-28 13:20:29.000000000 +0200 -@@ -39,6 +39,6 @@ - GenericName[x-test]=xxA KDE4 Applicationxx - GenericName[zh_CN]=KDE4 应用程序 - GenericName[zh_TW]=KDE4 應用程式 --Terminal=0 -- -+Terminal=false -+Categories=Qt;KDE;AudioVideo; - X-Ubuntu-Gettext-Domain=desktop_kdesdk diff --git a/media-sound/k4guitune/k4guitune-1.1.0.ebuild b/media-sound/k4guitune/k4guitune-1.1.0.ebuild deleted file mode 100644 index 3f6ef8d65726..000000000000 --- a/media-sound/k4guitune/k4guitune-1.1.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/k4guitune/k4guitune-1.1.0.ebuild,v 1.5 2011/10/28 23:42:44 abcd Exp $ - -EAPI=4 -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 +handbook" - -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 - sed -e '/add_subdirectory[[:space:]]*([[:space:]]*doc/s/add/macro_optional_add/' \ - -i CMakeLists.txt || die -} - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_build handbook doc) - ) - - kde4-base_src_configure -} |