From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 873A958974 for ; Mon, 1 Feb 2016 12:04:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BAC821C052; Mon, 1 Feb 2016 12:04:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0774021C051 for ; Mon, 1 Feb 2016 12:04:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EDC23340D27 for ; Mon, 1 Feb 2016 12:04:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2590B8F7 for ; Mon, 1 Feb 2016 12:04:08 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1454328186.c069d1be993286a90abb58840b152fffdf73c759.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/le/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/le/Manifest app-editors/le/le-1.16.1.ebuild X-VCS-Directories: app-editors/le/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: c069d1be993286a90abb58840b152fffdf73c759 X-VCS-Branch: master Date: Mon, 1 Feb 2016 12:04:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2f593a9b-7964-4f67-9b9a-2d30c7a5c595 X-Archives-Hash: d2dc3cffc32e5fd1f9b4277a05d706e6 commit: c069d1be993286a90abb58840b152fffdf73c759 Author: Amy Winston gentoo org> AuthorDate: Mon Feb 1 12:02:10 2016 +0000 Commit: Amy Winston gentoo org> CommitDate: Mon Feb 1 12:03:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c069d1be app-editors/le: 1.16.1 version bump bug #570008 Package-Manager: portage-2.2.26 app-editors/le/Manifest | 1 + app-editors/le/le-1.16.1.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/app-editors/le/Manifest b/app-editors/le/Manifest index b55fc3d..5cba485 100644 --- a/app-editors/le/Manifest +++ b/app-editors/le/Manifest @@ -1 +1,2 @@ DIST le-1.14.3.tar.lzma 392205 SHA256 dae1222168f388f0aa264bb2849df50ce0a51f565257327409adf5076c6b4379 SHA512 5f09680ba365d80a71dcb09975d2347c0dcb725b8db6c08588fadd82a3a844bd370c3de597b644c57ecfed1c4557d22544a6e9aee6323b1e43f6d8c423843339 WHIRLPOOL 2cee978d8eadea0d213e514318f3ce780d037ce1059503441ad625e09033f2149579496d6effe9508a5059b7c0c10976970c641c0177b2918e8607ce05b2e960 +DIST le-1.16.1.tar.gz 977143 SHA256 54b7382054f69f4af8a9098d196c6463508219f5d4ceb46c1628165861e786b5 SHA512 77dda0a3c9cf98d9775937373eed2489f22b641ed870f3152cd59dacff373844f5d8d85f4df864c396b812995625bcdb8f5444de93336495ecb1ea7df27e464e WHIRLPOOL d8367cb0ecbad6e47151c509168a962d91f5eebb5e1b15fbcde8b7158d933a47e1c599ef4188ecf1e64ab85c64641b8bfb25f05fafb41da0587f907ce0d80988 diff --git a/app-editors/le/le-1.16.1.ebuild b/app-editors/le/le-1.16.1.ebuild new file mode 100644 index 0000000..e4191a2 --- /dev/null +++ b/app-editors/le/le-1.16.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Terminal text editor" +HOMEPAGE="http://lav.yar.ru/programs.html" +SRC_URI="http://lav.yar.ru/download/le/le-${PV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND="sys-libs/ncurses:0=" +DEPEND="${RDEPEND} + app-arch/xz-utils" + +src_install() { + emake DESTDIR="${D}" install + dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO +}