public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-editors/le/
@ 2016-02-01 12:04 Amy Winston
  0 siblings, 0 replies; 11+ messages in thread
From: Amy Winston @ 2016-02-01 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     9f1383b316da1dc447380e0e98880273a2be8a34
Author:     Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 11:54:25 2016 +0000
Commit:     Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 12:03:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f1383b3

app-editors/le: eapi bump

Package-Manager: portage-2.2.24

 app-editors/le/le-1.14.3.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/app-editors/le/le-1.14.3.ebuild b/app-editors/le/le-1.14.3.ebuild
index 28d20c4..91a3b32 100644
--- a/app-editors/le/le-1.14.3.ebuild
+++ b/app-editors/le/le-1.14.3.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
+
 DESCRIPTION="Terminal text editor"
 HOMEPAGE="https://www.gnu.org/directory/text/editors/le-editor.html"
 SRC_URI="ftp://ftp.yars.free.net/pub/source/le/le-${PV}.tar.lzma"
@@ -11,11 +13,11 @@ SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-RDEPEND=">=sys-libs/ncurses-5.2-r5"
+RDEPEND="sys-libs/ncurses:0="
 DEPEND="${RDEPEND}
 	app-arch/xz-utils"
 
 src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
+	emake DESTDIR="${D}" install
 	dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO
 }


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/le/
@ 2020-09-26 14:33 Aaron Bauman
  0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2020-09-26 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     422be4c0e7f67fdc8fbbceca4777d5781c88bb81
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 14:31:04 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 14:33:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=422be4c0

app-editors/le: drop old EAPI=5

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-editors/le/Manifest         |  1 -
 app-editors/le/le-1.14.3.ebuild | 22 ----------------------
 2 files changed, 23 deletions(-)

diff --git a/app-editors/le/Manifest b/app-editors/le/Manifest
index 8af4fd9621b..77dc07b612d 100644
--- a/app-editors/le/Manifest
+++ b/app-editors/le/Manifest
@@ -1,4 +1,3 @@
-DIST le-1.14.3.tar.lzma 392205 BLAKE2B 81dca0bbfa2b23a7bc66103dae3aaecdb50651ab9305d812ad3e838953a60494b4b562219d2fb4a03c9737f96f5f75277c8d0e96ff01448b739c12e44e62a0e8 SHA512 5f09680ba365d80a71dcb09975d2347c0dcb725b8db6c08588fadd82a3a844bd370c3de597b644c57ecfed1c4557d22544a6e9aee6323b1e43f6d8c423843339
 DIST le-1.16.1.tar.gz 977143 BLAKE2B 4dcba27bd3c0add2ced4209da618070e201bedfe333fa99951720144048c5a26d3d691ff244b64d3e8dfa4f42a598767b78ff601a7f2f0ce0e069a316d6ee0e0 SHA512 77dda0a3c9cf98d9775937373eed2489f22b641ed870f3152cd59dacff373844f5d8d85f4df864c396b812995625bcdb8f5444de93336495ecb1ea7df27e464e
 DIST le-1.16.3.tar.gz 985541 BLAKE2B 9b205f14fae619a7ef355eeacd91a3fd3e093f2f53db607b0b71b16805536780fce4f932173987332924c1e392eba6e5e338d986459502c7eaa0223a70a63db3 SHA512 b1ee5440fb71f4214170bc0a1654b68671bac5f08b38e62fdeeaeab2710365aff7cb7c3d13aecbc052b8596c95d7caadd6b3347f9bcb8cc5272a4639856ae46d
 DIST le-1.16.5.tar.gz 1012934 BLAKE2B c3e037f701e5e8916258fd55a02550f0bae42f56a0a464c7e45e5365e89475bd76ee74aae48cbdb7f5c8d7a665279a63a885007a88a556e86bec875584438f0a SHA512 2c74267f9d02944e0c72f109d9be024d1ec1de84dd6f381f7f8667be1d68b8ebd107ac970f1901f2c77e3150897562d42b9b10ec321356ca1e1ee45728941660

diff --git a/app-editors/le/le-1.14.3.ebuild b/app-editors/le/le-1.14.3.ebuild
deleted file mode 100644
index 534fd98f98f..00000000000
--- a/app-editors/le/le-1.14.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Terminal text editor"
-HOMEPAGE="https://www.gnu.org/directory/text/editors/le-editor.html"
-SRC_URI="ftp://ftp.yars.free.net/pub/source/le/le-${PV}.tar.lzma"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-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
-}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/le/
@ 2019-05-20 11:31 Mikle Kolyada
  0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2019-05-20 11:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4367ed83ca8fcfbf7eeaf5bf742a0a2831350475
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon May 20 11:31:33 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon May 20 11:31:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4367ed83

app-editors/le: amd64 stable wrt bug #685112

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-editors/le/le-1.16.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/le/le-1.16.5.ebuild b/app-editors/le/le-1.16.5.ebuild
index 24e47b78195..4319999d719 100644
--- a/app-editors/le/le-1.16.5.ebuild
+++ b/app-editors/le/le-1.16.5.ebuild
@@ -11,7 +11,7 @@ DOCS="AUTHORS ChangeLog FEATURES HISTORY INSTALL NEWS README THANKS TODO"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="sys-libs/ncurses:0="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/le/
@ 2019-05-19 13:14 Thomas Deutschmann
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2019-05-19 13:14 UTC (permalink / raw
  To: gentoo-commits

commit:     86befac4b97de6e906cea43908cbe37f7ff3a9ff
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 13:00:18 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun May 19 13:00:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86befac4

app-editors/le: x86 stable (bug #685112)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-editors/le/le-1.16.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/le/le-1.16.5.ebuild b/app-editors/le/le-1.16.5.ebuild
index 6de5576e417..24e47b78195 100644
--- a/app-editors/le/le-1.16.5.ebuild
+++ b/app-editors/le/le-1.16.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DOCS="AUTHORS ChangeLog FEATURES HISTORY INSTALL NEWS README THANKS TODO"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 RDEPEND="sys-libs/ncurses:0="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/le/
@ 2018-02-11 10:01 Michał Górny
  0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2018-02-11 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e0cf45642aa5cb244e336d7872a6f9ae4a19c604
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 09:55:39 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:01:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0cf4564

app-editors/le: Remove useless maintainer <description/>

Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 app-editors/le/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-editors/le/metadata.xml b/app-editors/le/metadata.xml
index 98d7f5606df..e0c7b195e25 100644
--- a/app-editors/le/metadata.xml
+++ b/app-editors/le/metadata.xml
@@ -4,7 +4,6 @@
 	<maintainer type="person">
 		<email>gentoo@schellstede.de</email>
 		<name>Gerold Schellstede</name>
-		<description>Proxy maintainer - assign bugs to him</description>
 	</maintainer>
 	<maintainer type="project">
 		<email>proxy-maint@gentoo.org</email>


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/le/
@ 2017-11-13 19:51 Jonas Stein
  0 siblings, 0 replies; 11+ messages in thread
From: Jonas Stein @ 2017-11-13 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     44366432832f89bbaa7fa531d94b571bab4458e8
Author:     Gerold Schellstede <gentoo <AT> schellstede <DOT> de>
AuthorDate: Mon Nov 13 19:48:50 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Mon Nov 13 19:50:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44366432

app-editors/le: Bump to 1.16.5

Closes: https://bugs.gentoo.org/632058
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-editors/le/Manifest         |  1 +
 app-editors/le/le-1.16.5.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/app-editors/le/Manifest b/app-editors/le/Manifest
index 38ea3cec5ae..8abef647fb3 100644
--- a/app-editors/le/Manifest
+++ b/app-editors/le/Manifest
@@ -1,3 +1,4 @@
 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
 DIST le-1.16.3.tar.gz 985541 SHA256 3e20346c18d6286925e930e9e7235ab8a5176f4e4f84bee4d17199d3f0f1a634 SHA512 b1ee5440fb71f4214170bc0a1654b68671bac5f08b38e62fdeeaeab2710365aff7cb7c3d13aecbc052b8596c95d7caadd6b3347f9bcb8cc5272a4639856ae46d WHIRLPOOL f749bda32bd683e4b8366e7a0ccf7df4f394aa6f6727aeef5806536e96dbb38398e662d15eb6008db296b8e26894741261de1790933b29f516100a5c5c6c6a74
+DIST le-1.16.5.tar.gz 1012934 SHA256 da4449c37e8f3f79eafe4595b44bca466f7300e5beaf544c51c2adc6bbf764e5 SHA512 2c74267f9d02944e0c72f109d9be024d1ec1de84dd6f381f7f8667be1d68b8ebd107ac970f1901f2c77e3150897562d42b9b10ec321356ca1e1ee45728941660 WHIRLPOOL a2c04f8ade3e3a6fcdefac91c6ef0a83f13059757602931544e99b7987b393533cd6148093f97c43c79b1c3acccff7e869de500436e707d58858ef2e79d214a5

diff --git a/app-editors/le/le-1.16.5.ebuild b/app-editors/le/le-1.16.5.ebuild
new file mode 100644
index 00000000000..6de5576e417
--- /dev/null
+++ b/app-editors/le/le-1.16.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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"
+
+DOCS="AUTHORS ChangeLog FEATURES HISTORY INSTALL NEWS README THANKS TODO"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="${RDEPEND}"
+
+src_install() {
+	emake DESTDIR="${D}" install
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/le/
@ 2016-12-29 10:45 Agostino Sarubbo
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2016-12-29 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     8eceb80c8cd29478a0cf34dfca8461a57933d849
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 10:42:04 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 10:44:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eceb80c

app-editors/le: x86 stable wrt bug #596936

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-editors/le/le-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/le/le-1.16.3.ebuild b/app-editors/le/le-1.16.3.ebuild
index 5e6d5ea..702f723 100644
--- a/app-editors/le/le-1.16.3.ebuild
+++ b/app-editors/le/le-1.16.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://lav.yar.ru/download/le/le-${PV}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="sys-libs/ncurses:0="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/le/
@ 2016-12-21  9:40 Tobias Klausmann
  0 siblings, 0 replies; 11+ messages in thread
From: Tobias Klausmann @ 2016-12-21  9:40 UTC (permalink / raw
  To: gentoo-commits

commit:     8ce1bf14547a59245c1122c8a223a153ffc630a8
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 09:39:44 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 09:39:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce1bf14

app-editors/le-1.16.3-r0: stable on amd64

Gentoo-Bug: 596936

 app-editors/le/le-1.16.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/le/le-1.16.3.ebuild b/app-editors/le/le-1.16.3.ebuild
index 4b58b05..5e6d5ea 100644
--- a/app-editors/le/le-1.16.3.ebuild
+++ b/app-editors/le/le-1.16.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://lav.yar.ru/download/le/le-${PV}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 
 RDEPEND="sys-libs/ncurses:0="
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/le/
@ 2016-06-08  3:43 Sam Jorna
  0 siblings, 0 replies; 11+ messages in thread
From: Sam Jorna @ 2016-06-08  3:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b808dbe300ca62854163976c8c43ffb2f3ac5e27
Author:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  8 03:42:37 2016 +0000
Commit:     Sam Jorna <wraeth <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 03:43:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b808dbe3

app-editors/le: bump to 1.16.3

Bump to version 1.16.3 per request of maintainer via bug.

Gentoo-bug: 585284
Package-Manager: portage-2.3.0_rc1

 app-editors/le/Manifest         |  1 +
 app-editors/le/le-1.16.3.ebuild | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/app-editors/le/Manifest b/app-editors/le/Manifest
index 5cba485..38ea3ce 100644
--- a/app-editors/le/Manifest
+++ b/app-editors/le/Manifest
@@ -1,2 +1,3 @@
 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
+DIST le-1.16.3.tar.gz 985541 SHA256 3e20346c18d6286925e930e9e7235ab8a5176f4e4f84bee4d17199d3f0f1a634 SHA512 b1ee5440fb71f4214170bc0a1654b68671bac5f08b38e62fdeeaeab2710365aff7cb7c3d13aecbc052b8596c95d7caadd6b3347f9bcb8cc5272a4639856ae46d WHIRLPOOL f749bda32bd683e4b8366e7a0ccf7df4f394aa6f6727aeef5806536e96dbb38398e662d15eb6008db296b8e26894741261de1790933b29f516100a5c5c6c6a74

diff --git a/app-editors/le/le-1.16.3.ebuild b/app-editors/le/le-1.16.3.ebuild
new file mode 100644
index 0000000..4b58b05
--- /dev/null
+++ b/app-editors/le/le-1.16.3.ebuild
@@ -0,0 +1,21 @@
+# 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}"
+
+src_install() {
+	emake DESTDIR="${D}" install
+	dodoc ChangeLog FEATURES HISTORY INSTALL NEWS README TODO
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/le/
@ 2016-02-01 12:04 Amy Winston
  0 siblings, 0 replies; 11+ messages in thread
From: Amy Winston @ 2016-02-01 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     c069d1be993286a90abb58840b152fffdf73c759
Author:     Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 12:02:10 2016 +0000
Commit:     Amy Winston <amynka <AT> gentoo <DOT> 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
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/le/
@ 2016-02-01 12:04 Amy Winston
  0 siblings, 0 replies; 11+ messages in thread
From: Amy Winston @ 2016-02-01 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     48e8e1a82cdb99a99f99056fe34df6b68a727099
Author:     Amy Winston <amynka <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 11:56:26 2016 +0000
Commit:     Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 12:03:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e8e1a8

app-editors/le: add proxy-maintainer

Package-Manager: portage-2.2.24

 app-editors/le/metadata.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/app-editors/le/metadata.xml b/app-editors/le/metadata.xml
index 097975e..5f22208 100644
--- a/app-editors/le/metadata.xml
+++ b/app-editors/le/metadata.xml
@@ -1,4 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+<maintainer type="person">
+		<email>gentoo@schellstede.de</email>
+		<name>Gerold Schellstede</name>
+		<description>Proxy maintainer - assign bugs to him</description>
+	</maintainer>
+<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-09-26 14:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-01 12:04 [gentoo-commits] repo/gentoo:master commit in: app-editors/le/ Amy Winston
  -- strict thread matches above, loose matches on Subject: below --
2020-09-26 14:33 Aaron Bauman
2019-05-20 11:31 Mikle Kolyada
2019-05-19 13:14 Thomas Deutschmann
2018-02-11 10:01 Michał Górny
2017-11-13 19:51 Jonas Stein
2016-12-29 10:45 Agostino Sarubbo
2016-12-21  9:40 Tobias Klausmann
2016-06-08  3:43 Sam Jorna
2016-02-01 12:04 Amy Winston
2016-02-01 12:04 Amy Winston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox