summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-08-26 07:58:24 +0000
committerTim Harder <radhermit@gentoo.org>2011-08-26 07:58:24 +0000
commit474a7718f01f682164d44133fbc64c42bf6a670e (patch)
tree6c94b17feec8cf0169c2c74231e51ee6116d54a0 /media-sound/lingot
parentVersion bump. (diff)
downloadgentoo-2-474a7718f01f682164d44133fbc64c42bf6a670e.tar.gz
gentoo-2-474a7718f01f682164d44133fbc64c42bf6a670e.tar.bz2
gentoo-2-474a7718f01f682164d44133fbc64c42bf6a670e.zip
Remove old.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/lingot')
-rw-r--r--media-sound/lingot/ChangeLog6
-rw-r--r--media-sound/lingot/files/lingot-0.7.6-memory_leak.patch31
-rw-r--r--media-sound/lingot/lingot-0.7.6.ebuild39
-rw-r--r--media-sound/lingot/lingot-0.8.1.ebuild42
4 files changed, 5 insertions, 113 deletions
diff --git a/media-sound/lingot/ChangeLog b/media-sound/lingot/ChangeLog
index dab94ec2b019..486bb36e1c68 100644
--- a/media-sound/lingot/ChangeLog
+++ b/media-sound/lingot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/lingot
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lingot/ChangeLog,v 1.10 2011/08/26 07:56:43 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lingot/ChangeLog,v 1.11 2011/08/26 07:58:23 radhermit Exp $
+
+ 26 Aug 2011; Tim Harder <radhermit@gentoo.org> -lingot-0.7.6.ebuild,
+ -files/lingot-0.7.6-memory_leak.patch, -lingot-0.8.1.ebuild:
+ Remove old.
*lingot-0.9.1 (26 Aug 2011)
diff --git a/media-sound/lingot/files/lingot-0.7.6-memory_leak.patch b/media-sound/lingot/files/lingot-0.7.6-memory_leak.patch
deleted file mode 100644
index 182b77d35666..000000000000
--- a/media-sound/lingot/files/lingot-0.7.6-memory_leak.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- lingot-0.7.6.orig/src/lingot-mainframe.c 2007-12-19 23:54:08.000000000 +0100
-+++ lingot-0.7.6/src/lingot-mainframe.c 2008-06-21 00:01:23.000000000 +0200
-@@ -592,6 +592,8 @@
- pango_layout_set_font_description(layout, spectrum_legend_font_desc);
- gdk_draw_layout(window, gc, spectrum_x_margin - 8 + i, spectrum_size_y
- + spectrum_top_margin + 5, layout);
-+ g_object_unref(layout);
-+
- freq += scale;
- }
-
-@@ -602,7 +604,8 @@
- layout = gtk_widget_create_pango_layout(frame->spectrum_area, buff);
- pango_layout_set_font_description(layout, spectrum_legend_font_desc);
- gdk_draw_layout(window, gc, spectrum_x_margin - 6, 2, layout);
--
-+ g_object_unref(layout);
-+
- int grid_height = (int) (PLOT_GAIN*log10(pow(10.0, grid_db_height/10.0))); // dB.
- j = 0;
- for (i = 0; i <= spectrum_size_y; i += grid_height) {
-@@ -615,7 +618,8 @@
- pango_layout_set_font_description(layout, spectrum_legend_font_desc);
- gdk_draw_layout(window, gc, 2, spectrum_size_y + spectrum_top_margin
- - i - 5, layout);
--
-+ g_object_unref(layout);
-+
- gdk_draw_line(window, gc, spectrum_x_margin, spectrum_size_y
- + spectrum_top_margin - i, spectrum_x_margin + spectrum_size_x,
- spectrum_size_y + spectrum_top_margin - i);
diff --git a/media-sound/lingot/lingot-0.7.6.ebuild b/media-sound/lingot/lingot-0.7.6.ebuild
deleted file mode 100644
index b66f4565e538..000000000000
--- a/media-sound/lingot/lingot-0.7.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lingot/lingot-0.7.6.ebuild,v 1.5 2009/06/06 08:58:01 ssuominen Exp $
-
-EAPI=2
-WANT_AUTOMAKE=1.9
-inherit autotools eutils
-
-DESCRIPTION="LINGOT Is Not a Guitar-Only Tuner"
-HOMEPAGE="http://www.nongnu.org/lingot"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- sys-devel/gettext"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-clean-install.patch \
- "${FILESDIR}"/${P}-memory_leak.patch
- eautomake
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking
-}
-
-src_install() {
- emake DESTDIR="${D}" lingotdocdir="/usr/share/doc/${PF}" \
- install || die "emake install failed."
- prepalldocs
-}
diff --git a/media-sound/lingot/lingot-0.8.1.ebuild b/media-sound/lingot/lingot-0.8.1.ebuild
deleted file mode 100644
index 9eef5a187456..000000000000
--- a/media-sound/lingot/lingot-0.8.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lingot/lingot-0.8.1.ebuild,v 1.1 2010/04/13 16:46:44 ssuominen Exp $
-
-EAPI=2
-inherit autotools eutils
-
-DESCRIPTION="LINGOT Is Not a Guitar-Only Tuner"
-HOMEPAGE="http://www.nongnu.org/lingot"
-SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa jack"
-
-RDEPEND="x11-libs/gtk+:2
- >=gnome-base/libglade-2
- alsa? ( media-libs/alsa-lib )
- jack? ( >=media-sound/jack-audio-connection-kit-0.102 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- sys-devel/gettext"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.7.6-clean-install.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-dependency-tracking \
- $(use_enable alsa) \
- $(use_enable jack)
-}
-
-src_install() {
- emake DESTDIR="${D}" lingotdocdir="/usr/share/doc/${PF}" \
- install || die
- prepalldocs
-}