diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-25 16:46:43 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-25 16:46:43 +0000 |
commit | 861c6f72fe87776883be026b2233c5430f28376e (patch) | |
tree | b0e694f6e29f4c45f33cba8bb2fbe09a737b9952 /app-editors/joe | |
parent | Version bump, bug #179721. Based on 1.1 from java-overlay by betelgeuse. (diff) | |
download | gentoo-2-861c6f72fe87776883be026b2233c5430f28376e.tar.gz gentoo-2-861c6f72fe87776883be026b2233c5430f28376e.tar.bz2 gentoo-2-861c6f72fe87776883be026b2233c5430f28376e.zip |
alpha stable wrt #166051
(Portage version: 2.1.2.8)
Diffstat (limited to 'app-editors/joe')
-rw-r--r-- | app-editors/joe/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/joe/joe-3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/joe/ChangeLog b/app-editors/joe/ChangeLog index fe80031da014..fe222cce926d 100644 --- a/app-editors/joe/ChangeLog +++ b/app-editors/joe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/joe # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.56 2007/05/25 06:19:18 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/ChangeLog,v 1.57 2007/05/25 16:46:43 armin76 Exp $ + + 25 May 2007; Raúl Porcel <armin76@gentoo.org> joe-3.5.ebuild: + alpha stable wrt #166051 25 May 2007; Christian Faulhammer <opfer@gentoo.org> ChangeLog: corrected ChangeLog, so it conforms to our standards diff --git a/app-editors/joe/joe-3.5.ebuild b/app-editors/joe/joe-3.5.ebuild index f75931c09cd6..104d786b79f1 100644 --- a/app-editors/joe/joe-3.5.ebuild +++ b/app-editors/joe/joe-3.5.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/joe/joe-3.5.ebuild,v 1.10 2007/04/01 07:42:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.5.ebuild,v 1.11 2007/05/25 16:46:43 armin76 Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~alpha amd64 arm mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm mips ppc ppc64 sparc x86" IUSE="xterm" DEPEND=">=sys-libs/ncurses-5.2-r2" |