diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-08-21 14:19:20 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-08-21 14:19:20 +0000 |
commit | 4f054415e1ddf7f651eab70b8993043748f938a6 (patch) | |
tree | c7949b3ef21ee4d97b7e7f9f71bc2c743d049cda /app-editors/tea | |
parent | Add missing systemd eclass inherit (diff) | |
download | gentoo-2-4f054415e1ddf7f651eab70b8993043748f938a6.tar.gz gentoo-2-4f054415e1ddf7f651eab70b8993043748f938a6.tar.bz2 gentoo-2-4f054415e1ddf7f651eab70b8993043748f938a6.zip |
Version bump. Remove old.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'app-editors/tea')
-rw-r--r-- | app-editors/tea/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/tea/tea-36.0.2.ebuild (renamed from app-editors/tea/tea-33.3.0.ebuild) | 8 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-editors/tea/ChangeLog b/app-editors/tea/ChangeLog index 77fbbf88ad52..fea433b4e956 100644 --- a/app-editors/tea/ChangeLog +++ b/app-editors/tea/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/tea # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.63 2013/06/24 16:47:38 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/ChangeLog,v 1.64 2013/08/21 14:19:20 kensington Exp $ + +*tea-36.0.2 (21 Aug 2013) + + 21 Aug 2013; Michael Palimaka <kensington@gentoo.org> +tea-36.0.2.ebuild, + -tea-33.3.0.ebuild: + Version bump. Remove old. *tea-36.0.1 (24 Jun 2013) diff --git a/app-editors/tea/tea-33.3.0.ebuild b/app-editors/tea/tea-36.0.2.ebuild index d3a96da28193..939a5fdfef51 100644 --- a/app-editors/tea/tea-33.3.0.ebuild +++ b/app-editors/tea/tea-36.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.3 2013/03/02 19:22:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/tea/tea-36.0.2.ebuild,v 1.1 2013/08/21 14:19:20 kensington Exp $ EAPI=5 PLOCALES="de fr ru" @@ -8,8 +8,8 @@ PLOCALES="de fr ru" inherit eutils l10n qt4-r2 DESCRIPTION="Small, lightweight Qt text editor" -HOMEPAGE="http://tea-editor.sourceforge.net/" -SRC_URI="mirror://sourceforge/tea-editor/${P}.tar.bz2" +HOMEPAGE="http://semiletov.org/tea/" +SRC_URI="http://semiletov.org/${PN}/dloads/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} hunspell? ( virtual/pkgconfig ) " -DOCS=(AUTHORS ChangeLog NEWS TODO) +DOCS=( AUTHORS ChangeLog NEWS TODO ) src_configure() { eqmake4 src.pro \ |