public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/nted: nted-1.6.0-r1.ebuild ChangeLog
@ 2009-07-01 21:30 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2009-07-01 21:30 UTC (permalink / raw
  To: gentoo-commits

hwoarang    09/07/01 21:30:19

  Modified:             ChangeLog
  Added:                nted-1.6.0-r1.ebuild
  Log:
  Patch to fix locales on .desktop file. Bug 244716
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-sound/nted/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	30 Jun 2009 22:20:42 -0000	1.1
+++ ChangeLog	1 Jul 2009 21:30:19 -0000	1.2
@@ -1,6 +1,13 @@
 # ChangeLog for media-sound/nted
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v 1.1 2009/06/30 22:20:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/ChangeLog,v 1.2 2009/07/01 21:30:19 hwoarang Exp $
+
+*nted-1.6.0-r1 (01 Jul 2009)
+
+  01 Jul 2009; Markos Chandras <hwoarang@gentoo.org> +nted-1.6.0-r1.ebuild,
+  +files/nted.desktop.patch:
+  Patch to Fix locales on .desktop file. Thanks to Dominik Kozaczko
+  <dominik@kozaczko.info>. Bug 244716
 
 *nted-1.6.0 (30 Jun 2009)
 



1.1                  media-sound/nted/nted-1.6.0-r1.ebuild

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

Index: nted-1.6.0-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/nted/nted-1.6.0-r1.ebuild,v 1.1 2009/07/01 21:30:19 hwoarang Exp $

EAPI="2"

inherit eutils

DESCRIPTION="WYSIWYG score editor for GTK+2"
HOMEPAGE="http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml"
SRC_URI="http://vsr.informatik.tu-chemnitz.de/staff/jan/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc nls debug"
RDEPEND="doc? ( gnome-extra/yelp app-text/xmlto )
	x11-libs/cairo
	x11-libs/gtk+:2
	media-libs/alsa-lib"

DEPEND="${RDEPEND}
	dev-util/pkgconfig"

src_prepare() {
	epatch	"${FILESDIR}/${PN}.desktop.patch"
}

src_configure() {
	econf $(use_with doc) \
	$(use_enable debug) \
	$(use_enable nls) || die "econf failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ABOUT_* ChangeLog FAQ NEWS README || die "dodoc failed"
	doman "man/${PN}.1" || die "doman failed"
}






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

only message in thread, other threads:[~2009-07-01 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-01 21:30 [gentoo-commits] gentoo-x86 commit in media-sound/nted: nted-1.6.0-r1.ebuild ChangeLog Markos Chandras (hwoarang)

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