diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-11-14 12:26:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-11-14 12:26:43 +0000 |
commit | f828a264fbdc494c9dfeba990f97cb82f5c447bd (patch) | |
tree | 8a357b010a0607cf6731fcff582c99a786e60e84 /app-editors/tea | |
parent | alpha/arm/ia64/sh/x86 stable wrt #246219 (diff) | |
download | gentoo-2-f828a264fbdc494c9dfeba990f97cb82f5c447bd.tar.gz gentoo-2-f828a264fbdc494c9dfeba990f97cb82f5c447bd.tar.bz2 gentoo-2-f828a264fbdc494c9dfeba990f97cb82f5c447bd.zip |
x86 stable, remove old
(Portage version: 2.1.4.5)
Diffstat (limited to 'app-editors/tea')
-rw-r--r-- | app-editors/tea/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/tea/tea-17.4.1.ebuild | 62 | ||||
-rw-r--r-- | app-editors/tea/tea-17.5.0.ebuild | 62 | ||||
-rw-r--r-- | app-editors/tea/tea-17.5.1.ebuild | 62 | ||||
-rw-r--r-- | app-editors/tea/tea-17.5.4.ebuild | 69 | ||||
-rw-r--r-- | app-editors/tea/tea-17.6.0.ebuild | 70 | ||||
-rw-r--r-- | app-editors/tea/tea-17.6.6.ebuild | 4 |
7 files changed, 8 insertions, 328 deletions
diff --git a/app-editors/tea/ChangeLog b/app-editors/tea/ChangeLog index 98bcf41d4af7..3d85d2a31dbe 100644 --- a/app-editors/tea/ChangeLog +++ b/app-editors/tea/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/tea # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.41 2008/09/05 21:34:37 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.42 2008/11/14 12:26:43 armin76 Exp $ + + 14 Nov 2008; Raúl Porcel <armin76@gentoo.org> -tea-17.4.1.ebuild, + -tea-17.5.0.ebuild, -tea-17.5.1.ebuild, -tea-17.5.4.ebuild, + -tea-17.6.0.ebuild, tea-17.6.6.ebuild: + x86 stable, remove old 05 Sep 2008; Santiago M. Mola <coldwind@gentoo.org> tea-17.6.3.ebuild: amd64 stable wrt bug #219907 diff --git a/app-editors/tea/tea-17.4.1.ebuild b/app-editors/tea/tea-17.4.1.ebuild deleted file mode 100644 index 956e8e663a2a..000000000000 --- a/app-editors/tea/tea-17.4.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# 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.4.1.ebuild,v 1.3 2007/12/30 12:19:24 drac 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+ - x11-libs/libX11 - gnome? ( =x11-libs/gtksourceview-1* - gnome-base/gnome-vfs )" -DEPEND="${RDEPEND} - 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 -} diff --git a/app-editors/tea/tea-17.5.0.ebuild b/app-editors/tea/tea-17.5.0.ebuild deleted file mode 100644 index a4b568431a28..000000000000 --- a/app-editors/tea/tea-17.5.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.5.0.ebuild,v 1.2 2008/02/02 12:41:16 armin76 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+ - x11-libs/libX11 - gnome? ( =x11-libs/gtksourceview-1* - gnome-base/gnome-vfs )" -DEPEND="${RDEPEND} - 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 -} diff --git a/app-editors/tea/tea-17.5.1.ebuild b/app-editors/tea/tea-17.5.1.ebuild deleted file mode 100644 index 79f997f97f05..000000000000 --- a/app-editors/tea/tea-17.5.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.5.1.ebuild,v 1.1 2008/01/07 19:59:59 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+ - x11-libs/libX11 - gnome? ( =x11-libs/gtksourceview-1* - gnome-base/gnome-vfs )" -DEPEND="${RDEPEND} - 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 -} diff --git a/app-editors/tea/tea-17.5.4.ebuild b/app-editors/tea/tea-17.5.4.ebuild deleted file mode 100644 index c313f8e79c1d..000000000000 --- a/app-editors/tea/tea-17.5.4.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.5.4.ebuild,v 1.2 2008/03/01 19:03:07 armin76 Exp $ - -inherit autotools 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+-2 - x11-libs/libX11 - gnome? ( >=x11-libs/gtksourceview-2 - gnome-base/gnome-vfs )" -DEPEND="${RDEPEND} - spell? ( app-text/aspell ) - enchant? ( app-text/enchant ) - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-forced-cflags-and-compiler-warnings.patch - eautoconf -} - -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 -} diff --git a/app-editors/tea/tea-17.6.0.ebuild b/app-editors/tea/tea-17.6.0.ebuild deleted file mode 100644 index 32b422877a98..000000000000 --- a/app-editors/tea/tea-17.6.0.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.6.0.ebuild,v 1.4 2008/04/23 17:40:04 armin76 Exp $ - -inherit autotools 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+-2 - x11-libs/libX11 - gnome? ( >=x11-libs/gtksourceview-2 - gnome-base/gnome-vfs )" -DEPEND="${RDEPEND} - net-misc/curl - spell? ( app-text/aspell ) - enchant? ( app-text/enchant ) - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-17.5.4-forced-cflags-and-compiler-warnings.patch - eautoconf -} - -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 -} diff --git a/app-editors/tea/tea-17.6.6.ebuild b/app-editors/tea/tea-17.6.6.ebuild index d010bb5ef6a5..f7f16454c5fd 100644 --- a/app-editors/tea/tea-17.6.6.ebuild +++ b/app-editors/tea/tea-17.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.6.6.ebuild,v 1.1 2008/09/03 14:03:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-17.6.6.ebuild,v 1.2 2008/11/14 12:26:43 armin76 Exp $ EAPI="1" inherit autotools eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/tea-editor/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 x86 ~x86-fbsd" IUSE="enchant gnome hacking ipv6 spell" RDEPEND="x11-libs/gtk+:2 |