From 0ea8fe21087b362beaab4b3b3c98aa89c19307b2 Mon Sep 17 00:00:00 2001 From: Peter Weller Date: Mon, 22 Oct 2007 14:23:22 +0000 Subject: Bump to 17.3.5, remove sounds USE in previous versions. Fixes bugs 196402 and 188371, respectively.and 188371, respectively. (Portage version: 2.1.3.15) --- app-editors/tea/ChangeLog | 6 +++- app-editors/tea/files/digest-tea-17.3.5 | 3 ++ app-editors/tea/tea-16.1.1-r1.ebuild | 8 ++--- app-editors/tea/tea-16.1.1.ebuild | 10 ++---- app-editors/tea/tea-17.0.0.ebuild | 8 ++--- app-editors/tea/tea-17.0.2.ebuild | 8 ++--- app-editors/tea/tea-17.3.5.ebuild | 62 +++++++++++++++++++++++++++++++++ 7 files changed, 79 insertions(+), 26 deletions(-) create mode 100644 app-editors/tea/files/digest-tea-17.3.5 create mode 100644 app-editors/tea/tea-17.3.5.ebuild (limited to 'app-editors/tea') diff --git a/app-editors/tea/ChangeLog b/app-editors/tea/ChangeLog index 013ea2260202..c4d860f3ba55 100644 --- a/app-editors/tea/ChangeLog +++ b/app-editors/tea/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/tea # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.22 2007/10/11 21:06:25 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.23 2007/10/22 14:23:21 welp Exp $ + + 22 Oct 2007; ChangeLog: + Bump to 17.3.5, remove sounds USE in previous versions. Fixes bugs 196402 + and 188371, respectively. 11 Oct 2007; RĂ©mi Cardona tea-16.1.1.ebuild, tea-16.1.1-r1.ebuild, tea-17.0.0.ebuild, tea-17.0.2.ebuild: diff --git a/app-editors/tea/files/digest-tea-17.3.5 b/app-editors/tea/files/digest-tea-17.3.5 new file mode 100644 index 000000000000..868e64ed3880 --- /dev/null +++ b/app-editors/tea/files/digest-tea-17.3.5 @@ -0,0 +1,3 @@ +MD5 c28db354576aaec2152970b06d534640 tea-17.3.5.tar.bz2 451134 +RMD160 21cee863f68b1123ade0c02dacc28193e509c203 tea-17.3.5.tar.bz2 451134 +SHA256 a7147079740acef2df0d2caab164062b12806d988216aa03667198d1100f5eb2 tea-17.3.5.tar.bz2 451134 diff --git a/app-editors/tea/tea-16.1.1-r1.ebuild b/app-editors/tea/tea-16.1.1-r1.ebuild index d1701eed9baf..aa57e30ca2ff 100644 --- a/app-editors/tea/tea-16.1.1-r1.ebuild +++ b/app-editors/tea/tea-16.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-16.1.1-r1.ebuild,v 1.2 2007/10/11 21:06:25 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-16.1.1-r1.ebuild,v 1.3 2007/10/22 14:23:21 welp Exp $ inherit eutils @@ -11,14 +11,13 @@ SRC_URI="mirror://sourceforge/tea-editor/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ia64 x86 ~x86-fbsd" -IUSE="enchant gnome hacking ipv6 sounds spell" +IUSE="enchant gnome hacking ipv6 spell" RDEPEND="x11-libs/gtk+ gnome? ( =x11-libs/gtksourceview-1* gnome-base/gnome-vfs )" DEPEND="${RDEPEND} x11-libs/libX11 - sounds? ( media-libs/gstreamer ) spell? ( app-text/aspell ) enchant? ( app-text/enchant ) dev-util/pkgconfig" @@ -26,9 +25,6 @@ DEPEND="${RDEPEND} src_compile() { local myconf - if use sounds; then - myconf="${myconf} --enable-sounds" - fi if use hacking; then myconf="${myconf} --enable-hacking" fi diff --git a/app-editors/tea/tea-16.1.1.ebuild b/app-editors/tea/tea-16.1.1.ebuild index 01efe0385a5a..fa5622556da6 100644 --- a/app-editors/tea/tea-16.1.1.ebuild +++ b/app-editors/tea/tea-16.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-16.1.1.ebuild,v 1.5 2007/10/11 21:06:25 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-16.1.1.ebuild,v 1.6 2007/10/22 14:23:21 welp Exp $ inherit eutils @@ -11,14 +11,13 @@ SRC_URI="mirror://sourceforge/tea-editor/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ia64 x86 ~x86-fbsd" -IUSE="enchant gnome hacking ipv6 sounds spell" +IUSE="enchant gnome hacking ipv6 spell" RDEPEND="x11-libs/gtk+ gnome? ( =x11-libs/gtksourceview-1* gnome-base/gnome-vfs )" DEPEND="${RDEPEND} x11-libs/libX11 - sounds? ( media-libs/gstreamer ) spell? ( app-text/aspell ) enchant? ( app-text/enchant ) dev-util/pkgconfig" @@ -27,9 +26,6 @@ src_compile() { local myconf myconf="${myconf} --disable-debian" - if use sounds; then - myconf="${myconf} --enable-sounds" - fi if use hacking; then myconf="${myconf} --enable-hacking" fi @@ -50,7 +46,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed!" - doicon ${FILESDIR}/tea_icon_v2.png + doicon "${FILESDIR}/tea_icon_v2.png" make_desktop_entry teaed Tea tea_icon_v2.png Development } diff --git a/app-editors/tea/tea-17.0.0.ebuild b/app-editors/tea/tea-17.0.0.ebuild index 3d7ce5e96362..deb3e026e315 100644 --- a/app-editors/tea/tea-17.0.0.ebuild +++ b/app-editors/tea/tea-17.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.0.0.ebuild,v 1.3 2007/10/11 21:06:25 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.0.0.ebuild,v 1.4 2007/10/22 14:23:21 welp Exp $ inherit eutils @@ -11,14 +11,13 @@ SRC_URI="mirror://sourceforge/tea-editor/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 ~x86 ~x86-fbsd" -IUSE="enchant gnome hacking ipv6 sounds spell" +IUSE="enchant gnome hacking ipv6 spell" RDEPEND="x11-libs/gtk+ gnome? ( =x11-libs/gtksourceview-1* gnome-base/gnome-vfs )" DEPEND="${RDEPEND} x11-libs/libX11 - sounds? ( media-libs/gstreamer ) spell? ( app-text/aspell ) enchant? ( app-text/enchant ) dev-util/pkgconfig" @@ -26,9 +25,6 @@ DEPEND="${RDEPEND} src_compile() { local myconf - if use sounds; then - myconf="${myconf} --enable-sounds" - fi if use hacking; then myconf="${myconf} --enable-hacking" fi diff --git a/app-editors/tea/tea-17.0.2.ebuild b/app-editors/tea/tea-17.0.2.ebuild index b16c2a90b03a..e0c9e98f6f24 100644 --- a/app-editors/tea/tea-17.0.2.ebuild +++ b/app-editors/tea/tea-17.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.0.2.ebuild,v 1.3 2007/10/11 21:06:25 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.0.2.ebuild,v 1.4 2007/10/22 14:23:21 welp Exp $ inherit eutils @@ -11,14 +11,13 @@ SRC_URI="mirror://sourceforge/tea-editor/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ia64 x86 ~x86-fbsd" -IUSE="enchant gnome hacking ipv6 sounds spell" +IUSE="enchant gnome hacking ipv6 spell" RDEPEND="x11-libs/gtk+ gnome? ( =x11-libs/gtksourceview-1* gnome-base/gnome-vfs )" DEPEND="${RDEPEND} x11-libs/libX11 - sounds? ( media-libs/gstreamer ) spell? ( app-text/aspell ) enchant? ( app-text/enchant ) dev-util/pkgconfig" @@ -26,9 +25,6 @@ DEPEND="${RDEPEND} src_compile() { local myconf - if use sounds; then - myconf="${myconf} --enable-sounds" - fi if use hacking; then myconf="${myconf} --enable-hacking" fi diff --git a/app-editors/tea/tea-17.3.5.ebuild b/app-editors/tea/tea-17.3.5.ebuild new file mode 100644 index 000000000000..466512a2bec9 --- /dev/null +++ b/app-editors/tea/tea-17.3.5.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.3.5.ebuild,v 1.1 2007/10/22 14:23:21 welp Exp $ + +inherit eutils + +DESCRIPTION="Small, lightweight GTK+ text editor" +HOMEPAGE="http://tea-editor.sourceforge.net/" +SRC_URI="mirror://sourceforge/tea-editor/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~x86 ~x86-fbsd" +IUSE="enchant gnome hacking ipv6 spell" + +RDEPEND="x11-libs/gtk+ + gnome? ( =x11-libs/gtksourceview-1* + gnome-base/gnome-vfs )" +DEPEND="${RDEPEND} + x11-libs/libX11 + spell? ( app-text/aspell ) + enchant? ( app-text/enchant ) + dev-util/pkgconfig" + +src_compile() { + local myconf + + if use hacking; then + myconf="${myconf} --enable-hacking" + fi + if ! use gnome; then + myconf="${myconf} --enable-legacy" + fi + if use enchant; then + myconf="${myconf} --enable-enchant" + fi + + econf \ + $(use_enable ipv6) \ + ${myconf} || die "econf failed!" + + emake || die "emake failed!" +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed!" + + make_desktop_entry tea Tea /usr/share/tea/pixmaps/tea_icon_v2.png Development + +# insinto /usr/share/doc/tea/ +# doins AUTHORS COPYING NEWS README TODO ChangeLog doc/* + +# insinto /usr/share/pixmaps/ +# doins pixmaps/* +} + +pkg_postinst() { + if use spell ; then + elog "To get full spellchecking functuality, ensure that you install" + elog "the relevant language pack(s)" + fi +} -- cgit v1.2.3-65-gdbad