public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/tea: tea-33.3.0.ebuild ChangeLog tea-33.1.0.ebuild
@ 2012-09-18  8:31 Davide Pesavento (pesa)
  0 siblings, 0 replies; only message in thread
From: Davide Pesavento (pesa) @ 2012-09-18  8:31 UTC (permalink / raw
  To: gentoo-commits

pesa        12/09/18 08:31:17

  Modified:             ChangeLog
  Added:                tea-33.3.0.ebuild
  Removed:              tea-33.1.0.ebuild
  Log:
  Version bump, remove old.
  
  (Portage version: 2.2.0_alpha128/cvs/Linux x86_64)

Revision  Changes    Path
1.60                 app-editors/tea/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	3 Aug 2012 15:05:12 -0000	1.59
+++ ChangeLog	18 Sep 2012 08:31:17 -0000	1.60
@@ -1,6 +1,12 @@
 # ChangeLog for app-editors/tea
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.59 2012/08/03 15:05:12 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.60 2012/09/18 08:31:17 pesa Exp $
+
+*tea-33.3.0 (18 Sep 2012)
+
+  18 Sep 2012; Davide Pesavento <pesa@gentoo.org> +tea-33.3.0.ebuild,
+  -tea-33.1.0.ebuild:
+  Version bump, remove old.
 
   03 Aug 2012; Michael Palimaka <kensington@gentoo.org> metadata.xml:
   Add upstream metadata.



1.1                  app-editors/tea/tea-33.3.0.ebuild

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

Index: tea-33.3.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-33.3.0.ebuild,v 1.1 2012/09/18 08:31:17 pesa Exp $

EAPI=4
LANGS="de fr ru"

inherit eutils qt4-r2

DESCRIPTION="Small, lightweight Qt text editor"
HOMEPAGE="http://tea-editor.sourceforge.net/"
SRC_URI="mirror://sourceforge/tea-editor/${P}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~x86 ~x86-fbsd"
IUSE="aspell hunspell"

RDEPEND="
	sys-libs/zlib
	x11-libs/qt-core:4
	x11-libs/qt-gui:4
	aspell? ( app-text/aspell )
	hunspell? ( app-text/hunspell )
"
DEPEND="${RDEPEND}
	hunspell? ( virtual/pkgconfig )
"

DOCS="AUTHORS ChangeLog NEWS TODO"

src_configure() {
	eqmake4 src.pro \
		PREFIX="${EPREFIX}/usr/bin" \
		USE_ASPELL=$(use aspell && echo true || echo false) \
		USE_HUNSPELL=$(use hunspell && echo true || echo false)
}

src_install() {
	qt4-r2_src_install

	newicon icons/tea_icon_v2.png ${PN}.png
	make_desktop_entry ${PN} Tea ${PN}

	# translations
	insinto /usr/share/qt4/translations
	local lang
	for lang in ${LANGS}; do
		if use linguas_${lang}; then
			doins translations/${PN}_${lang}.qm
		fi
	done

	# docs
	dohtml manuals/en.html
	if use linguas_ru; then
		dodoc NEWS-RU
		dohtml manuals/ru.html
	fi
}





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

only message in thread, other threads:[~2012-09-18  8:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18  8:31 [gentoo-commits] gentoo-x86 commit in app-editors/tea: tea-33.3.0.ebuild ChangeLog tea-33.1.0.ebuild Davide Pesavento (pesa)

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