* [gentoo-commits] gentoo-x86 commit in app-editors/tea: metadata.xml ChangeLog tea-27.0.0.ebuild
@ 2010-02-27 19:52 99% Ben de Groot (yngwin)
0 siblings, 0 replies; 1+ results
From: Ben de Groot (yngwin) @ 2010-02-27 19:52 UTC (permalink / raw
To: gentoo-commits
yngwin 10/02/27 19:52:07
Modified: metadata.xml ChangeLog
Added: tea-27.0.0.ebuild
Log:
Assign to Qt herd. Version bump. Drop unneccessary elog message.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Revision Changes Path
1.5 app-editors/tea/metadata.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/metadata.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/metadata.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/metadata.xml?r1=1.4&r2=1.5
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/tea/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml 7 Nov 2009 22:45:40 -0000 1.4
+++ metadata.xml 27 Feb 2010 19:52:06 -0000 1.5
@@ -1,11 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>no-herd</herd>
- <maintainer>
- <email>maintainer-needed@gentoo.org</email>
- </maintainer>
- <longdescription>
+ <herd>qt</herd>
+ <longdescription>
A very small Qt text editor. It has lots of extra features including syntax
highlighting and a built in file manager as well as a built in image viewer.
It can also read lots of 'other' filetypes.
1.48 app-editors/tea/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 7 Jan 2010 09:37:08 -0000 1.47
+++ ChangeLog 27 Feb 2010 19:52:06 -0000 1.48
@@ -1,6 +1,12 @@
# ChangeLog for app-editors/tea
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.47 2010/01/07 09:37:08 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.48 2010/02/27 19:52:06 yngwin Exp $
+
+*tea-27.0.0 (27 Feb 2010)
+
+ 27 Feb 2010; Ben de Groot <yngwin@gentoo.org> +tea-27.0.0.ebuild,
+ metadata.xml:
+ Assign to Qt herd. Version bump. Drop unneccessary elog message.
07 Jan 2010; <hwoarang@gentoo.org> tea-26.0.1.ebuild:
replace qt4 eclass with qt4-r2
1.1 app-editors/tea/tea-27.0.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-27.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/tea/tea-27.0.0.ebuild?rev=1.1&content-type=text/plain
Index: tea-27.0.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-27.0.0.ebuild,v 1.1 2010/02/27 19:52:06 yngwin Exp $
EAPI="2"
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"
DEPEND="x11-libs/qt-core:4
x11-libs/qt-gui:4
x11-libs/qt-svg:4
x11-libs/qt-script:4"
RDEPEND="${DEPEND}
aspell? ( app-text/aspell )
hunspell? ( app-text/hunspell )"
src_configure() {
local myopts
if use aspell ; then
myopts="USE_ASPELL=true"
else
myopts="USE_ASPELL=false"
fi
if use hunspell ; then
myopts="${myopts} USE_HUNSPELL=true"
else
myopts="${myopts} USE_HUNSPELL=false"
fi
eqmake4 src.pro PREFIX="/usr/bin" ${myopts}
}
src_install() {
dobin bin/tea || die
dodoc AUTHORS ChangeLog NEWS NEWS-RU TODO || die
doicon icons/tea_icon_v2.png || die
make_desktop_entry tea Tea tea_icon_v2 Utility
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-27 19:52 99% [gentoo-commits] gentoo-x86 commit in app-editors/tea: metadata.xml ChangeLog tea-27.0.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