public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/focuswriter: focuswriter-1.4.2.ebuild ChangeLog focuswriter-1.4.0.ebuild
@ 2013-04-05 11:09 Ben de Groot (yngwin)
  0 siblings, 0 replies; only message in thread
From: Ben de Groot (yngwin) @ 2013-04-05 11:09 UTC (permalink / raw
  To: gentoo-commits

yngwin      13/04/05 11:09:50

  Modified:             ChangeLog
  Added:                focuswriter-1.4.2.ebuild
  Removed:              focuswriter-1.4.0.ebuild
  Log:
  version bump, drop old, add message about optional sound support (bug #442414)
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 0x2B2474AD43CE296E!)

Revision  Changes    Path
1.15                 app-editors/focuswriter/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/focuswriter/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/focuswriter/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/focuswriter/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/focuswriter/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	2 Mar 2013 19:20:50 -0000	1.14
+++ ChangeLog	5 Apr 2013 11:09:50 -0000	1.15
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/focuswriter
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/focuswriter/ChangeLog,v 1.14 2013/03/02 19:20:50 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/focuswriter/ChangeLog,v 1.15 2013/04/05 11:09:50 yngwin Exp $
+
+*focuswriter-1.4.2 (05 Apr 2013)
+
+  05 Apr 2013; Ben de Groot <yngwin@gentoo.org> +focuswriter-1.4.2.ebuild,
+  -focuswriter-1.4.0.ebuild:
+  version bump, drop old, add message about optional sound support (bug #442414)
 
   02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> focuswriter-1.4.0.ebuild,
   focuswriter-1.4.1.ebuild:



1.1                  app-editors/focuswriter/focuswriter-1.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/focuswriter/focuswriter-1.4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/focuswriter/focuswriter-1.4.2.ebuild?rev=1.1&content-type=text/plain

Index: focuswriter-1.4.2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/focuswriter/focuswriter-1.4.2.ebuild,v 1.1 2013/04/05 11:09:50 yngwin Exp $

EAPI=5
PLOCALES="ca cs da de el en es es_MX fi fr he hu it ja nl pl pt pt_BR ro ru
sk sv tr uk zh_CN"
PLOCALE_BACKUP="en"
inherit qt4-r2 l10n readme.gentoo

DESCRIPTION="A fullscreen and distraction-free word processor"
HOMEPAGE="http://gottcode.org/focuswriter/"
SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug"

RDEPEND="app-text/enchant
	dev-libs/libzip
	dev-qt/qtcore:4
	dev-qt/qtgui:4
	sys-libs/zlib"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

DOCS=( ChangeLog CREDITS README )
DOC_CONTENTS="Focuswriter has optional sound support if media-libs/sdl-mixer is
installed with wav useflag enabled."

src_prepare() {
	l10n_for_each_disabled_locale_do rm_loc
}

src_configure() {
	eqmake4 PREFIX="${EPREFIX}/usr"
}

src_install() {
	readme.gentoo_create_doc
	qt4-r2_src_install
}

rm_loc() {
	sed -e "s|translations/${PN}_${1}.ts||"	-i ${PN}.pro || die 'sed failed'
	rm translations/${PN}_${1}.{ts,qm} || die "removing ${1} locale failed"
}





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

only message in thread, other threads:[~2013-04-05 11:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-05 11:09 [gentoo-commits] gentoo-x86 commit in app-editors/focuswriter: focuswriter-1.4.2.ebuild ChangeLog focuswriter-1.4.0.ebuild Ben de Groot (yngwin)

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