diff options
author | Tomás Touceda <chiiph@gentoo.org> | 2010-10-06 20:02:57 +0000 |
---|---|---|
committer | Tomás Touceda <chiiph@gentoo.org> | 2010-10-06 20:02:57 +0000 |
commit | 4c11709ccc4936192d638ec3a4b6e2cf56db56bc (patch) | |
tree | 5362b46cbee4e9e7d90629dea2693e7182082bb6 /app-editors | |
parent | Version bump, small cleanup (diff) | |
download | gentoo-2-4c11709ccc4936192d638ec3a4b6e2cf56db56bc.tar.gz gentoo-2-4c11709ccc4936192d638ec3a4b6e2cf56db56bc.tar.bz2 gentoo-2-4c11709ccc4936192d638ec3a4b6e2cf56db56bc.zip |
Version bump, and old version cleanup
(Portage version: 2.2_rc88/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/tea/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/tea/tea-17.6.3.ebuild | 75 | ||||
-rw-r--r-- | app-editors/tea/tea-28.1.2.ebuild (renamed from app-editors/tea/tea-26.0.1.ebuild) | 18 |
3 files changed, 12 insertions, 89 deletions
diff --git a/app-editors/tea/ChangeLog b/app-editors/tea/ChangeLog index 3a477da1157c..a700af36ad77 100644 --- a/app-editors/tea/ChangeLog +++ b/app-editors/tea/ChangeLog @@ -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.49 2010/03/09 11:56:06 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.50 2010/10/06 20:02:57 chiiph Exp $ + +*tea-28.1.2 (06 Oct 2010) + + 06 Oct 2010; Tomas Touceda <chiiph@gentoo.org> -tea-17.6.3.ebuild, + -tea-26.0.1.ebuild, +tea-28.1.2.ebuild: + Version bump, and old version cleanup 09 Mar 2010; Jonathan Callen <abcd@gentoo.org> tea-26.0.1.ebuild: QA: When not using an absolute path, you MUST NOT use a file extension diff --git a/app-editors/tea/tea-17.6.3.ebuild b/app-editors/tea/tea-17.6.3.ebuild deleted file mode 100644 index 5369578d1992..000000000000 --- a/app-editors/tea/tea-17.6.3.ebuild +++ /dev/null @@ -1,75 +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.3.ebuild,v 1.3 2008/09/05 21:34:37 coldwind Exp $ - -EAPI="1" -inherit autotools eutils - -MY_P=${P/tea/teagtk} - -DESCRIPTION="Small, lightweight GTK+ text editor" -HOMEPAGE="http://tea-editor.sourceforge.net" -SRC_URI="mirror://sourceforge/tea-editor/${MY_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.0 - gnome-base/gnome-vfs )" -DEPEND="${RDEPEND} - net-misc/curl - spell? ( app-text/aspell ) - enchant? ( app-text/enchant ) - dev-util/pkgconfig" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-17.5.4-forced-cflags-and-compiler-warnings.patch - eautoreconf -} - -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 teagtk 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-26.0.1.ebuild b/app-editors/tea/tea-28.1.2.ebuild index 397ac14e131f..8a303e71cce3 100644 --- a/app-editors/tea/tea-26.0.1.ebuild +++ b/app-editors/tea/tea-28.1.2.ebuild @@ -1,13 +1,12 @@ # 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-26.0.1.ebuild,v 1.3 2010/03/09 11:56:06 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-28.1.2.ebuild,v 1.1 2010/10/06 20:02:57 chiiph Exp $ EAPI="2" - inherit eutils qt4-r2 DESCRIPTION="Small, lightweight Qt text editor" -HOMEPAGE="http://tea-editor.sourceforge.net" +HOMEPAGE="http://tea-editor.sourceforge.net/" SRC_URI="mirror://sourceforge/tea-editor/${P}.tar.bz2" LICENSE="GPL-3" @@ -41,16 +40,9 @@ src_configure() { } src_install() { - dobin bin/tea || die "Couldn't install tea" - dodoc AUTHORS ChangeLog NEWS NEWS-RU TODO - doicon icons/tea_icon_v2.png + 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 } - -pkg_postinst() { - if use aspell || use hunspell ; then - elog "To get full spellchecking functuality, ensure that you install" - elog "the relevant language pack(s)" - fi -} |