From 369f1700a8dd81ed4ff138ad979890e238f952bb Mon Sep 17 00:00:00 2001 From: Harald van Dijk Date: Sun, 6 Aug 2006 20:13:11 +0000 Subject: [PATCH] Version bump Package-Manager: portage-2.1.1_pre4-r4 --- app-editors/le/ChangeLog | 8 +++++++- app-editors/le/files/digest-le-1.13.3 | 3 +++ app-editors/le/le-1.13.3.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 app-editors/le/files/digest-le-1.13.3 create mode 100644 app-editors/le/le-1.13.3.ebuild diff --git a/app-editors/le/ChangeLog b/app-editors/le/ChangeLog index 3808318558e5..838973c8e4b2 100644 --- a/app-editors/le/ChangeLog +++ b/app-editors/le/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/le # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.10 2006/05/17 14:09:36 truedfx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/ChangeLog,v 1.11 2006/08/06 20:13:11 truedfx Exp $ + +*le-1.13.3 (06 Aug 2006) + + 06 Aug 2006; Harald van Dijk -le-1.13.2.ebuild, + +le-1.13.3.ebuild: + Version bump *le-1.13.2 (17 May 2006) diff --git a/app-editors/le/files/digest-le-1.13.3 b/app-editors/le/files/digest-le-1.13.3 new file mode 100644 index 000000000000..03b2276c43ba --- /dev/null +++ b/app-editors/le/files/digest-le-1.13.3 @@ -0,0 +1,3 @@ +MD5 76e459d511aebd455a5fcd3fc89b86cf le-1.13.3.tar.gz 449444 +RMD160 0c433faf1d3b20a3302957478885f61de87301f8 le-1.13.3.tar.gz 449444 +SHA256 fcc8584a796263c7d91278ba0beca58c80bec2160e95094bce0b7eddcd678909 le-1.13.3.tar.gz 449444 diff --git a/app-editors/le/le-1.13.3.ebuild b/app-editors/le/le-1.13.3.ebuild new file mode 100644 index 000000000000..d966efc61895 --- /dev/null +++ b/app-editors/le/le-1.13.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/le/le-1.13.3.ebuild,v 1.1 2006/08/06 20:13:11 truedfx Exp $ + +DESCRIPTION="Terminal text editor" +HOMEPAGE="http://www.gnu.org/directory/text/editors/le-editor.html" +SRC_URI="ftp://ftp.yars.free.net/pub/source/le/le-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND="virtual/libc + >=sys-libs/ncurses-5.2-r5" + +PROVIDE="virtual/editor" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO +} -- 2.26.2