public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/lingot: ChangeLog lingot-0.8.1.ebuild
@ 2010-04-13 16:46 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-04-13 16:46 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/04/13 16:46:44

  Modified:             ChangeLog
  Added:                lingot-0.8.1.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  media-sound/lingot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/lingot/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	6 Jun 2009 08:58:01 -0000	1.5
+++ ChangeLog	13 Apr 2010 16:46:44 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/lingot
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/lingot/ChangeLog,v 1.5 2009/06/06 08:58:01 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/lingot/ChangeLog,v 1.6 2010/04/13 16:46:44 ssuominen Exp $
+
+*lingot-0.8.1 (13 Apr 2010)
+
+  13 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> +lingot-0.8.1.ebuild:
+  Version bump.
 
   05 Jul 2008; Samuli Suominen <ssuominen@gentoo.org>
   +files/lingot-0.7.6-memory_leak.patch, lingot-0.7.6.ebuild:



1.1                  media-sound/lingot/lingot-0.8.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lingot/lingot-0.8.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lingot/lingot-0.8.1.ebuild?rev=1.1&content-type=text/plain

Index: lingot-0.8.1.ebuild
===================================================================
# 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-13 16:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-13 16:46 [gentoo-commits] gentoo-x86 commit in media-sound/lingot: ChangeLog lingot-0.8.1.ebuild Samuli Suominen (ssuominen)

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