* [gentoo-commits] repo/gentoo:master commit in: app-editors/fe/
@ 2018-09-22 11:06 Mikle Kolyada
0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2018-09-22 11:06 UTC (permalink / raw
To: gentoo-commits
commit: 10856016eae3b86a91a81e1eb142f9921bd8bedb
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 22 11:06:41 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Sep 22 11:06:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10856016
app-editors/fe: Drop old (EAPI=4)
Package-Manager: Portage-2.3.49, Repoman-2.3.10
app-editors/fe/Manifest | 1 -
app-editors/fe/fe-1.8.ebuild | 38 --------------------------------------
2 files changed, 39 deletions(-)
diff --git a/app-editors/fe/Manifest b/app-editors/fe/Manifest
index b9eac49345e..024b78c2dd3 100644
--- a/app-editors/fe/Manifest
+++ b/app-editors/fe/Manifest
@@ -1,2 +1 @@
-DIST fe-1.8.tar.gz 169151 BLAKE2B 82ce56137ac462982e314e20f027f3e325b5810b778efe5503624728b48a4e06f6e60c668e35ca8bb70d2bfd07f4d6083d487ac83f382e760451e26a9721ac4e SHA512 c00f23769193b8b74867da32e7424ecb7f807a0186c8f91cd007f83a543777e1ca70909ee17a54ac8e7da743cd3fcb6b0e8cdd6d2fefbfb6766122ade125893b
DIST fe-1.9.tar.gz 178678 BLAKE2B 144d8edf2f6bf38f75b7e5593d0fb9d9e3fc4a7e91d974f49fa5f7974ee1e077dbdee4ee25931b34691032c0d4e676ab6b03e4de646947a4ea133876213285d9 SHA512 38121a21c1539ff8ad4f61b92ddfd0582c100f1bc1c5524faf7a60a162c5f8a0b2d1528da7719e522e9b75a527166223c2636f78c9f516abbb33434a9f6e6251
diff --git a/app-editors/fe/fe-1.8.ebuild b/app-editors/fe/fe-1.8.ebuild
deleted file mode 100644
index 5567eebdbb0..00000000000
--- a/app-editors/fe/fe-1.8.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="A small and easy to use folding editor"
-HOMEPAGE="http://www.moria.de/~michael/fe/"
-SRC_URI="http://www.moria.de/~michael/fe/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="sendmail"
-
-DEPEND="sys-libs/ncurses
- sendmail? ( virtual/mta )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-makefile.patch"
-}
-
-src_configure() {
- econf $(use_enable sendmail)
-}
-
-src_install() {
- emake \
- prefix="${D}"/usr \
- datadir="${D}"/usr/share \
- MANDIR="${D}"/usr/share/man \
- install
-
- dodoc NEWS README
- dohtml fe.html
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/fe/
@ 2018-10-25 17:48 Mikle Kolyada
0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2018-10-25 17:48 UTC (permalink / raw
To: gentoo-commits
commit: e52f8ca7d801362d92c4e69a21441058494042c1
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 25 17:48:12 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Oct 25 17:48:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e52f8ca7
app-editors/fe: amd64 stable wrt bug #669378
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
app-editors/fe/fe-2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/fe/fe-2.0.ebuild b/app-editors/fe/fe-2.0.ebuild
index 6120b64d7b0..a16e965e9bd 100644
--- a/app-editors/fe/fe-2.0.ebuild
+++ b/app-editors/fe/fe-2.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.moria.de/~michael/fe/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="sendmail"
RDEPEND="sys-libs/ncurses:0=
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/fe/
@ 2018-11-23 17:25 Ulrich Müller
0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2018-11-23 17:25 UTC (permalink / raw
To: gentoo-commits
commit: 91028af7c0b3f200076ab579f798c5826513eae4
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 17:23:55 2018 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 17:25:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91028af7
app-editors/fe: Fix compilation with ncurses[tinfo].
Closes: https://bugs.gentoo.org/671714
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/fe/fe-2.0.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/app-editors/fe/fe-2.0.ebuild b/app-editors/fe/fe-2.0.ebuild
index 9e1866c107c..ca6658d9407 100644
--- a/app-editors/fe/fe-2.0.ebuild
+++ b/app-editors/fe/fe-2.0.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit toolchain-funcs
+
DESCRIPTION="A small and easy to use folding editor"
HOMEPAGE="http://www.moria.de/~michael/fe/"
SRC_URI="http://www.moria.de/~michael/fe/${P}.tar.gz"
@@ -15,11 +17,14 @@ IUSE="sendmail"
RDEPEND="sys-libs/ncurses:0=
sendmail? ( virtual/mta )"
DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
PATCHES=("${FILESDIR}"/${PN}-1.8-makefile.patch)
src_configure() {
- econf $(use_enable sendmail)
+ econf \
+ $(use_enable sendmail) \
+ LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
}
src_install() {
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/fe/
@ 2019-06-06 21:31 Ulrich Müller
0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2019-06-06 21:31 UTC (permalink / raw
To: gentoo-commits
commit: c597b8a2d0312b793643f8ebd6e8bc298c58bbd2
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 6 21:26:20 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 6 21:31:49 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c597b8a2
app-editors/fe: Remove old.
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/fe/Manifest | 1 -
app-editors/fe/fe-1.9.ebuild | 38 --------------------------------------
2 files changed, 39 deletions(-)
diff --git a/app-editors/fe/Manifest b/app-editors/fe/Manifest
index f3e087b3402..b6eecacc98f 100644
--- a/app-editors/fe/Manifest
+++ b/app-editors/fe/Manifest
@@ -1,2 +1 @@
-DIST fe-1.9.tar.gz 178678 BLAKE2B 144d8edf2f6bf38f75b7e5593d0fb9d9e3fc4a7e91d974f49fa5f7974ee1e077dbdee4ee25931b34691032c0d4e676ab6b03e4de646947a4ea133876213285d9 SHA512 38121a21c1539ff8ad4f61b92ddfd0582c100f1bc1c5524faf7a60a162c5f8a0b2d1528da7719e522e9b75a527166223c2636f78c9f516abbb33434a9f6e6251
DIST fe-2.0.tar.gz 217430 BLAKE2B bbc886abdb54d5fe05f031a5e5700907586c4bae8812f4edd5bf6d35fa0ce16edb93a6f988a597e1b4aba69bde4019f3044091ab9285ee6138d913498816453b SHA512 85afa800466376e59aa8de4af06db51c5df8566109a1f632b30a366f944be3237f88a639329d44114360747836ed75c31746c7d6bf1568b7b4ff3e11d595a6e7
diff --git a/app-editors/fe/fe-1.9.ebuild b/app-editors/fe/fe-1.9.ebuild
deleted file mode 100644
index 084a8edd52c..00000000000
--- a/app-editors/fe/fe-1.9.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-DESCRIPTION="A small and easy to use folding editor"
-HOMEPAGE="http://www.moria.de/~michael/fe/"
-SRC_URI="http://www.moria.de/~michael/fe/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="sendmail"
-
-DEPEND="sys-libs/ncurses
- sendmail? ( virtual/mta )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-1.8-makefile.patch"
-}
-
-src_configure() {
- econf $(use_enable sendmail)
-}
-
-src_install() {
- emake \
- prefix="${D}"/usr \
- datadir="${D}"/usr/share \
- MANDIR="${D}"/usr/share/man \
- install
-
- dodoc NEWS README
- dohtml fe.html
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/fe/
@ 2021-10-16 19:51 Ulrich Müller
0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2021-10-16 19:51 UTC (permalink / raw
To: gentoo-commits
commit: 934b509bd322ee2eead3facb90c05f201e4c3d99
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 16 19:51:39 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 19:51:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934b509b
app-editors/fe: Drop redundant datadir in emake install
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/fe/fe-2.0-r1.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/app-editors/fe/fe-2.0-r1.ebuild b/app-editors/fe/fe-2.0-r1.ebuild
index 45263fd5ce8..6deb2daa519 100644
--- a/app-editors/fe/fe-2.0-r1.ebuild
+++ b/app-editors/fe/fe-2.0-r1.ebuild
@@ -44,7 +44,6 @@ src_compile() {
src_install() {
emake \
prefix="${D}"/usr \
- datadir="${D}"/usr/share \
datarootdir="${D}"/usr/share \
MANDIR="${D}"/usr/share/man \
install
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/fe/
@ 2021-10-17 8:51 Ulrich Müller
0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2021-10-17 8:51 UTC (permalink / raw
To: gentoo-commits
commit: 3df2e44423b559f93a74e43aa263162cd7acea17
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 08:44:32 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 08:51:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df2e444
app-editors/fe: Fix Manifest checksum
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/fe/Manifest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/fe/Manifest b/app-editors/fe/Manifest
index b6eecacc98f..048e137f607 100644
--- a/app-editors/fe/Manifest
+++ b/app-editors/fe/Manifest
@@ -1 +1 @@
-DIST fe-2.0.tar.gz 217430 BLAKE2B bbc886abdb54d5fe05f031a5e5700907586c4bae8812f4edd5bf6d35fa0ce16edb93a6f988a597e1b4aba69bde4019f3044091ab9285ee6138d913498816453b SHA512 85afa800466376e59aa8de4af06db51c5df8566109a1f632b30a366f944be3237f88a639329d44114360747836ed75c31746c7d6bf1568b7b4ff3e11d595a6e7
+DIST fe-2.0.tar.gz 237890 BLAKE2B 9fb2ad310016b52ebc807854c942c248b75a9e543aa919ccee0a1963d9a12b23ad9cbc4df884422654e2efb0b97ba2d590ac2d70be48dec3a19e7a455de5c168 SHA512 6967362b8ff9ce91e0480dfa8538e3d13b43748283423923a4ba19efc76fbe007975318d9fde758f9c9f0b8bd084ff49e45bfd5b9773a79ee85a2153646e0143
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/fe/
@ 2021-10-17 19:09 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-10-17 19:09 UTC (permalink / raw
To: gentoo-commits
commit: 997077fb49f95612659c7915f70408ce29321937
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 19:07:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 19:07:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=997077fb
app-editors/fe: Stabilize 2.0-r1 amd64, #818610
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/fe/fe-2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/fe/fe-2.0-r1.ebuild b/app-editors/fe/fe-2.0-r1.ebuild
index 6deb2daa519..e8d40669e74 100644
--- a/app-editors/fe/fe-2.0-r1.ebuild
+++ b/app-editors/fe/fe-2.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.moria.de/~michael/fe/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="sendmail"
RDEPEND="sys-libs/ncurses:0=
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/fe/
@ 2021-10-17 20:04 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-10-17 20:04 UTC (permalink / raw
To: gentoo-commits
commit: 3b985490d65edcc75d3bd7eec5735177de1a4092
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 20:03:01 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 20:04:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b985490
app-editors/fe: Stabilize 2.0-r1 x86, #818610
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/fe/fe-2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/fe/fe-2.0-r1.ebuild b/app-editors/fe/fe-2.0-r1.ebuild
index e8d40669e74..90e47d9c22e 100644
--- a/app-editors/fe/fe-2.0-r1.ebuild
+++ b/app-editors/fe/fe-2.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.moria.de/~michael/fe/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="sendmail"
RDEPEND="sys-libs/ncurses:0=
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/fe/
@ 2021-10-18 6:53 Ulrich Müller
0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Müller @ 2021-10-18 6:53 UTC (permalink / raw
To: gentoo-commits
commit: 9b412f83d9521ae994b088edfff895d66473eb3b
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 18 06:52:51 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 18 06:52:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b412f83
app-editors/fe: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/fe/fe-2.0.ebuild | 47 --------------------------------------------
1 file changed, 47 deletions(-)
diff --git a/app-editors/fe/fe-2.0.ebuild b/app-editors/fe/fe-2.0.ebuild
deleted file mode 100644
index 207e9ec3f77..00000000000
--- a/app-editors/fe/fe-2.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="A small and easy to use folding editor"
-HOMEPAGE="http://www.moria.de/~michael/fe/"
-SRC_URI="http://www.moria.de/~michael/fe/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="sendmail"
-
-RDEPEND="sys-libs/ncurses:0=
- sendmail? ( virtual/mta )"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.8-makefile.patch
- "${FILESDIR}"/${P}-ar.patch
-)
-
-src_configure() {
- econf \
- $(use_enable sendmail) \
- LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
-}
-
-src_compile() {
- emake AR="$(tc-getAR)"
-}
-
-src_install() {
- emake \
- prefix="${D}"/usr \
- datadir="${D}"/usr/share \
- MANDIR="${D}"/usr/share/man \
- install
-
- dodoc NEWS README
- docinto html
- dodoc fe.html
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-10-18 6:53 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-17 8:51 [gentoo-commits] repo/gentoo:master commit in: app-editors/fe/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2021-10-18 6:53 Ulrich Müller
2021-10-17 20:04 Sam James
2021-10-17 19:09 Sam James
2021-10-16 19:51 Ulrich Müller
2019-06-06 21:31 Ulrich Müller
2018-11-23 17:25 Ulrich Müller
2018-10-25 17:48 Mikle Kolyada
2018-09-22 11:06 Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox