diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-05-14 11:12:15 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-05-14 11:12:15 +0000 |
commit | 740a71ca0e23892e2580df1acf97b95808f38d9a (patch) | |
tree | b7f1d02383cd1ef6d4cee07f56fc41232f460c53 /app-editors/zile | |
parent | Version bump for bug 222061 by Peter Alfredsen. (diff) | |
download | gentoo-2-740a71ca0e23892e2580df1acf97b95808f38d9a.tar.gz gentoo-2-740a71ca0e23892e2580df1acf97b95808f38d9a.tar.bz2 gentoo-2-740a71ca0e23892e2580df1acf97b95808f38d9a.zip |
Version bump. Update HOMEPAGE and SRC_URI, update LICENSE to GPL-3.
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'app-editors/zile')
-rw-r--r-- | app-editors/zile/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/zile/zile-2.2.57.ebuild | 4 | ||||
-rw-r--r-- | app-editors/zile/zile-2.2.59.ebuild | 20 |
3 files changed, 29 insertions, 3 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 8b24d11dbfa1..87f23176c2fa 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/zile # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.56 2008/05/10 09:42:30 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.57 2008/05/14 11:12:15 ulm Exp $ + +*zile-2.2.59 (14 May 2008) + + 14 May 2008; Ulrich Mueller <ulm@gentoo.org> zile-2.2.57.ebuild, + +zile-2.2.59.ebuild: + Version bump. Update HOMEPAGE and SRC_URI, update LICENSE to GPL-3. 10 May 2008; Christian Faulhammer <opfer@gentoo.org> -zile-2.2.49.ebuild, -zile-2.2.56.ebuild: diff --git a/app-editors/zile/zile-2.2.57.ebuild b/app-editors/zile/zile-2.2.57.ebuild index bebc7ea495ca..2e486ad5ab9a 100644 --- a/app-editors/zile/zile-2.2.57.ebuild +++ b/app-editors/zile/zile-2.2.57.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.2.57.ebuild,v 1.4 2008/05/10 09:05:14 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.2.57.ebuild,v 1.5 2008/05/14 11:12:15 ulm Exp $ DESCRIPTION="Zile is a small Emacs clone" -HOMEPAGE="http://zile.sourceforge.net/" +HOMEPAGE="http://www.gnu.org/software/zile/" SRC_URI="mirror://sourceforge/zile/${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-editors/zile/zile-2.2.59.ebuild b/app-editors/zile/zile-2.2.59.ebuild new file mode 100644 index 000000000000..3f4f00a8171e --- /dev/null +++ b/app-editors/zile/zile-2.2.59.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.2.59.ebuild,v 1.1 2008/05/14 11:12:15 ulm Exp $ + +DESCRIPTION="Zile is a small Emacs clone" +HOMEPAGE="http://www.gnu.org/software/zile/" +SRC_URI="mirror://gnu/zile/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="sys-libs/ncurses + >=sys-apps/texinfo-4.3" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS NEWS README THANKS || die "dodoc failed" +} |