* [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
@ 2016-02-09 21:37 Ulrich Müller
0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2016-02-09 21:37 UTC (permalink / raw
To: gentoo-commits
commit: 11cf3f9fedc75c47d2b186e2736b9778180056f3
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 21:34:50 2016 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 21:34:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cf3f9f
app-editors/teco: Add proper slot dependency on ncurses.
Package-Manager: portage-2.2.27
app-editors/teco/teco-1.00-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/teco/teco-1.00-r4.ebuild b/app-editors/teco/teco-1.00-r4.ebuild
index 1acf2f9..fe54ed1 100644
--- a/app-editors/teco/teco-1.00-r4.ebuild
+++ b/app-editors/teco/teco-1.00-r4.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
KEYWORDS="alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="doc"
-RDEPEND="sys-libs/ncurses"
+RDEPEND="sys-libs/ncurses:0"
DEPEND="${RDEPEND}
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
@ 2019-08-16 7:14 Ulrich Müller
0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2019-08-16 7:14 UTC (permalink / raw
To: gentoo-commits
commit: 2a6be7a8b6f857c9641ae0bfe2dc1dfb6fc8f252
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 15 23:20:15 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 07:10:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6be7a8
app-editors/teco: Add slot operator for ncurses.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/teco/teco-1.00-r4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/teco/teco-1.00-r4.ebuild b/app-editors/teco/teco-1.00-r4.ebuild
index cf8e0ec22eb..5973b0b3eed 100644
--- a/app-editors/teco/teco-1.00-r4.ebuild
+++ b/app-editors/teco/teco-1.00-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="doc"
-RDEPEND="sys-libs/ncurses:0"
+RDEPEND="sys-libs/ncurses:0="
DEPEND="${RDEPEND}
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
@ 2019-08-16 7:24 Ulrich Müller
0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2019-08-16 7:24 UTC (permalink / raw
To: gentoo-commits
commit: 79429198a2bbfb883383c869e3e5cbbd6a16cd55
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 07:24:05 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 07:24:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79429198
app-editors/teco: Use default src_unpack.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/teco/teco-36_p19940820.ebuild | 5 -----
1 file changed, 5 deletions(-)
diff --git a/app-editors/teco/teco-36_p19940820.ebuild b/app-editors/teco/teco-36_p19940820.ebuild
index dc730a58979..d8bd29428ab 100644
--- a/app-editors/teco/teco-36_p19940820.ebuild
+++ b/app-editors/teco/teco-36_p19940820.ebuild
@@ -27,11 +27,6 @@ PATCHES=(
"${FILESDIR}"/${PN}-warnings.patch
)
-src_unpack() {
- unpack ${P}.tar.gz
- use doc && unpack tecodoc.tar.gz
-}
-
src_prepare() {
default
local pkg_config=$("$(tc-getPKG_CONFIG)" --libs ncurses)
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
@ 2019-08-19 5:43 Agostino Sarubbo
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2019-08-19 5:43 UTC (permalink / raw
To: gentoo-commits
commit: 8889645f9fb772aa47e742068eee1ff55074ec3c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 05:43:04 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 05:43:04 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8889645f
app-editors/teco: amd64 stable wrt bug #692408
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/teco/teco-36_p19940820.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/teco/teco-36_p19940820.ebuild b/app-editors/teco/teco-36_p19940820.ebuild
index d8bd29428ab..ed5eebf0fdd 100644
--- a/app-editors/teco/teco-36_p19940820.ebuild
+++ b/app-editors/teco/teco-36_p19940820.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz -> ${P}.t
LICENSE="freedist"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="doc"
RDEPEND="sys-libs/ncurses:0="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
@ 2019-08-19 11:37 Agostino Sarubbo
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2019-08-19 11:37 UTC (permalink / raw
To: gentoo-commits
commit: 9d8aeb7071426a8fe9d6df4cfff6c6c5a6f7e1a0
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 19 11:36:35 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 19 11:36:35 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d8aeb70
app-editors/teco: x86 stable wrt bug #692408
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/teco/teco-36_p19940820.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/teco/teco-36_p19940820.ebuild b/app-editors/teco/teco-36_p19940820.ebuild
index ed5eebf0fdd..97d1de6a96e 100644
--- a/app-editors/teco/teco-36_p19940820.ebuild
+++ b/app-editors/teco/teco-36_p19940820.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz -> ${P}.t
LICENSE="freedist"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="doc"
RDEPEND="sys-libs/ncurses:0="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
@ 2019-08-23 16:33 Agostino Sarubbo
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2019-08-23 16:33 UTC (permalink / raw
To: gentoo-commits
commit: c6d64fb879ba943e7151f919ec7eedd41f2c7ae7
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 16:32:47 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 16:32:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d64fb8
app-editors/teco: alpha stable wrt bug #692408
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="alpha"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-editors/teco/teco-36_p19940820.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/teco/teco-36_p19940820.ebuild b/app-editors/teco/teco-36_p19940820.ebuild
index 97d1de6a96e..5fad2b909c2 100644
--- a/app-editors/teco/teco-36_p19940820.ebuild
+++ b/app-editors/teco/teco-36_p19940820.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz -> ${P}.t
LICENSE="freedist"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="doc"
RDEPEND="sys-libs/ncurses:0="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
@ 2019-08-23 16:55 Ulrich Müller
0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2019-08-23 16:55 UTC (permalink / raw
To: gentoo-commits
commit: c22239f742b7280cf0752b8d70e07063e290211b
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 16:52:38 2019 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 16:55:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c22239f7
app-editors/teco: Remove old.
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/teco/Manifest | 5 ---
app-editors/teco/teco-1.00-r4.ebuild | 65 ------------------------------------
2 files changed, 70 deletions(-)
diff --git a/app-editors/teco/Manifest b/app-editors/teco/Manifest
index b8302b461c0..920f9ae50a0 100644
--- a/app-editors/teco/Manifest
+++ b/app-editors/teco/Manifest
@@ -1,7 +1,2 @@
-DIST tech.txt.gz 1971 BLAKE2B 327f9b860a3550e5e56ec1524dbc7ccfec31a4a58646f5a191f0867bdd94b97ecdad694cd5205be2896cef013ef63a52fe91859fe00db17da02160ad3a00384c SHA512 8c74d813d7e1bcd2f911982a8b49fa8b97ff85475a4798ea23d9a25ef30ad7243cfc851525aea895eec1a2f69aad84b6cce890ee6a29763a63c1a6d1358a200f
DIST teco-36_p19940820.tar.gz 61305 BLAKE2B 9bb15fcb20948dbcac1928e32b4ac69c4861be3b0c01d5be68836138d9478e71cc0dd5198d9ac6816245605c34f8b21fcd4e62c48c097e56cd585579df119939 SHA512 686b3944a82d088a2fce12a9b770f4aa5f58aaadde064b3d3342114f0ece2d7cbae27d0e92fd026def6f62a3ff0dc82b37146e30a93b2ec195dc7f376b45fdf7
-DIST teco.doc.gz 129896 BLAKE2B 0372d5a697f432e41b138de9a5faff8c1032d7843ece1d1b54c325852280f51ef76d0d891e8747270b0c364edcbd731bfa849bd692afffc09041212325d010a2 SHA512 ea294aaa0d54de5b58ef645fbaf5c9512f5a27fb2b49b1120b4a712d01c6482f01a53ac2dac7c8eabdf110823a4556563cde828fc7416479b9c23157282e76da
-DIST teco.tar.gz 61305 BLAKE2B 9bb15fcb20948dbcac1928e32b4ac69c4861be3b0c01d5be68836138d9478e71cc0dd5198d9ac6816245605c34f8b21fcd4e62c48c097e56cd585579df119939 SHA512 686b3944a82d088a2fce12a9b770f4aa5f58aaadde064b3d3342114f0ece2d7cbae27d0e92fd026def6f62a3ff0dc82b37146e30a93b2ec195dc7f376b45fdf7
DIST tecodoc.tar.gz 154109 BLAKE2B 70b9cd99281ab6180e4c13845f3fc97ccd6c142b4b9a3454ac9dcf189e2a65bfaf9b033312aeb9773301ff4d2ec166f79d587f79158b2b0f3f985f77b06f86c1 SHA512 1819450a08e296bdd3d4c282d9a9c7c58203acf82a67bdc9713b0cdfa2d0c4aa046c86ee4ee6f3b2d9ef0f3052705a13dd3d8afbf372bd3b1be8d4c5e8e96fef
-DIST tecolore.txt.gz 7039 BLAKE2B db19af3081c4c9129d8298709fe77bb8acaf1c0b19e87d4d313cf65a9426449d9fc864378c85712b5716bc6b535c36bc1b9371a212b43ff4cff6d3aca290146c SHA512 f8b66637dd140057331bb950b639f755b7d2a58c6d9feb5c89c062350f3213b40f4e955c586643312b4bcdcfd5ce67c621c8f7351e08a4303be35af967ce206e
-DIST tecoprog.doc.gz 15629 BLAKE2B c47ce219e6b7e98b4cd3332f78ea48bb9d98b7beadb0a11de0361ee680a014da4997e0657ad12052ebef02d1b3dbd234330be9f7c198b5645cc0dc6290aa01f6 SHA512 f49de461d6411345e9e72b51bf39bc1155acc07901b54d8fda94b99a4a573005ccffc475ef8aac3bfc0b8bd246dc0077399d4bcef70e8a5e753c45995df7ad55
diff --git a/app-editors/teco/teco-1.00-r4.ebuild b/app-editors/teco/teco-1.00-r4.ebuild
deleted file mode 100644
index 5973b0b3eed..00000000000
--- a/app-editors/teco/teco-1.00-r4.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs flag-o-matic readme.gentoo
-
-DESCRIPTION="Classic TECO editor, Predecessor to EMACS"
-HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/editors/tty/ http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco"
-SRC_URI="http://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz
- doc? ( mirror://gentoo/tecolore.txt.gz
- mirror://gentoo/tech.txt.gz
- mirror://gentoo/teco.doc.gz
- mirror://gentoo/tecoprog.doc.gz )"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE="doc"
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}"
-
-src_unpack() {
- unpack teco.tar.gz
- if use doc; then
- mkdir doc
- cd doc || die
- unpack tecolore.txt.gz tech.txt.gz teco.doc.gz tecoprog.doc.gz
- fi
-}
-
-src_prepare() {
- local pkg_config=$("$(tc-getPKG_CONFIG)" --libs ncurses)
- sed -i -e "s:\$(CC):& \$(LDFLAGS):;s:-ltermcap:${pkg_config}:" \
- Makefile || die
- # bug 103257
- epatch "${FILESDIR}"/${PN}-double-free.diff
- epatch "${FILESDIR}"/${PN}-gcc4.patch
- epatch "${FILESDIR}"/${PN}-warnings.patch
-}
-
-src_compile() {
- append-flags -ansi
- append-cppflags -D_POSIX_SOURCE
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- dobin te
- doman te.1
- dodoc sample.tecorc sample.tecorc2 READ.ME MANIFEST
- if use doc; then
- cd doc
- dodoc tecolore.txt tech.txt teco.doc tecoprog.doc
- fi
-
- DOC_CONTENTS="The TECO binary is called te.
- \nSample configurations and documentation are available
- in /usr/share/doc/${PF}/."
- readme.gentoo_create_doc
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
@ 2020-07-03 23:22 Aaron Bauman
0 siblings, 0 replies; 14+ messages in thread
From: Aaron Bauman @ 2020-07-03 23:22 UTC (permalink / raw
To: gentoo-commits
commit: e29bf58b5224ad9b44e7afdc938f5475e238e7f1
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Jul 2 17:45:53 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Jul 3 23:22:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e29bf58b
app-editors/teco: use HTTPS
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16546
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-editors/teco/teco-36_p19940820.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/teco/teco-36_p19940820.ebuild b/app-editors/teco/teco-36_p19940820.ebuild
index cb7d37feb45..d37ed3f84e1 100644
--- a/app-editors/teco/teco-36_p19940820.ebuild
+++ b/app-editors/teco/teco-36_p19940820.ebuild
@@ -6,8 +6,8 @@ EAPI=7
inherit toolchain-funcs flag-o-matic readme.gentoo-r1
DESCRIPTION="Classic TECO editor, Predecessor to EMACS"
-HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/editors/tty/ http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco"
-SRC_URI="http://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz -> ${P}.tar.gz
+HOMEPAGE="https://www.ibiblio.org/pub/linux/apps/editors/tty/ https://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco"
+SRC_URI="https://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz -> ${P}.tar.gz
doc? ( https://dev.gentoo.org/~ulm/distfiles/tecodoc.tar.gz )"
LICENSE="freedist"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
@ 2022-11-06 12:17 Ulrich Müller
0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2022-11-06 12:17 UTC (permalink / raw
To: gentoo-commits
commit: 4e63e475293ba270157d0ddc6e9e2adc40ec9b3b
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 6 12:13:04 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 6 12:16:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e63e475
app-editors/teco: Disable overzealous CFLAGS
Feel free to submit a patch that updates all these declarations and
appeases the clang gods. :)
Closes: https://bugs.gentoo.org/879041
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/teco/teco-36_p19940820.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/teco/teco-36_p19940820.ebuild b/app-editors/teco/teco-36_p19940820.ebuild
index d37ed3f84e1f..b3e32b905ec3 100644
--- a/app-editors/teco/teco-36_p19940820.ebuild
+++ b/app-editors/teco/teco-36_p19940820.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -37,7 +37,7 @@ src_prepare() {
}
src_compile() {
- append-flags -ansi
+ append-flags -ansi -Wno-implicit-function-declaration -Wno-implicit-int
append-cppflags -D_POSIX_SOURCE
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
@ 2022-11-20 22:18 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2022-11-20 22:18 UTC (permalink / raw
To: gentoo-commits
commit: b0d37e9ee70ba7c49e212443aa55c6123949aa65
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 22:16:00 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 22:18:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d37e9e
[QA] Revert "app-editors/teco: Disable overzealous CFLAGS"
This reverts commit 4e63e475293ba270157d0ddc6e9e2adc40ec9b3b.
This isn't an acceptable fix for Clang 16 / GCC 14 issues,
not least because these usually indicate likely runtime failure.
While K&R style declarations can be excused for old code, implicit
function declarations simply don't work in any C version.
See the documentation at https://wiki.gentoo.org/wiki/Modern_C_porting
for more information on how to fix.
Bug: https://bugs.gentoo.org/879041
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/teco/teco-36_p19940820.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/teco/teco-36_p19940820.ebuild b/app-editors/teco/teco-36_p19940820.ebuild
index b3e32b905ec3..d37ed3f84e1f 100644
--- a/app-editors/teco/teco-36_p19940820.ebuild
+++ b/app-editors/teco/teco-36_p19940820.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -37,7 +37,7 @@ src_prepare() {
}
src_compile() {
- append-flags -ansi -Wno-implicit-function-declaration -Wno-implicit-int
+ append-flags -ansi
append-cppflags -D_POSIX_SOURCE
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
@ 2022-11-21 17:19 Ulrich Müller
0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2022-11-21 17:19 UTC (permalink / raw
To: gentoo-commits
commit: 4e22b6509b059cb968526a5b95f848104098a13b
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 21 17:18:23 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 17:19:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e22b650
app-editors/teco: Update maintainer
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/teco/metadata.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-editors/teco/metadata.xml b/app-editors/teco/metadata.xml
index 2e545ee8b3f1..63946c6a87e5 100644
--- a/app-editors/teco/metadata.xml
+++ b/app-editors/teco/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
- <email>ulm@gentoo.org</email>
- <name>Ulrich Müller</name>
+<maintainer type="project">
+ <email>emacs@gentoo.org</email>
+ <name>Gentoo Emacs project</name>
</maintainer>
<longdescription lang="en">
TECO /tee'koh/ /n.,v. obs./ 1. [originally an acronym for `[paper]
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
@ 2023-05-01 17:50 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-05-01 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 0e9bc8b8b4606cad9ba0fab05b937eb0a78eb83d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 17:49:32 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 1 17:50:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e9bc8b8
app-editors/teco: Stabilize 36_p19940820-r1 amd64, #905426
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/teco/teco-36_p19940820-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/teco/teco-36_p19940820-r1.ebuild b/app-editors/teco/teco-36_p19940820-r1.ebuild
index 8372bb8b385a..3cda47a2023e 100644
--- a/app-editors/teco/teco-36_p19940820-r1.ebuild
+++ b/app-editors/teco/teco-36_p19940820-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ S="${WORKDIR}"
LICENSE="freedist"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="doc"
RDEPEND="sys-libs/ncurses:0="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
@ 2023-05-01 17:50 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-05-01 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 5c360a5c92384ce57821a1d528a3923136e6b0c3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 17:49:33 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 1 17:50:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c360a5c
app-editors/teco: Stabilize 36_p19940820-r1 x86, #905426
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/teco/teco-36_p19940820-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/teco/teco-36_p19940820-r1.ebuild b/app-editors/teco/teco-36_p19940820-r1.ebuild
index 3cda47a2023e..ed3528f4735f 100644
--- a/app-editors/teco/teco-36_p19940820-r1.ebuild
+++ b/app-editors/teco/teco-36_p19940820-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"
LICENSE="freedist"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="doc"
RDEPEND="sys-libs/ncurses:0="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/
@ 2023-05-01 17:58 Ulrich Müller
0 siblings, 0 replies; 14+ messages in thread
From: Ulrich Müller @ 2023-05-01 17:58 UTC (permalink / raw
To: gentoo-commits
commit: 759d235f090a5938143f7f3a9a16e3ce5c240138
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May 1 17:58:32 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May 1 17:58:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=759d235f
app-editors/teco: drop 36_p19940820
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/teco/teco-36_p19940820.ebuild | 59 -------------------------------
1 file changed, 59 deletions(-)
diff --git a/app-editors/teco/teco-36_p19940820.ebuild b/app-editors/teco/teco-36_p19940820.ebuild
deleted file mode 100644
index d37ed3f84e1f..000000000000
--- a/app-editors/teco/teco-36_p19940820.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs flag-o-matic readme.gentoo-r1
-
-DESCRIPTION="Classic TECO editor, Predecessor to EMACS"
-HOMEPAGE="https://www.ibiblio.org/pub/linux/apps/editors/tty/ https://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco"
-SRC_URI="https://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz -> ${P}.tar.gz
- doc? ( https://dev.gentoo.org/~ulm/distfiles/tecodoc.tar.gz )"
-
-LICENSE="freedist"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
-IUSE="doc"
-
-RDEPEND="sys-libs/ncurses:0="
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-double-free.patch
- "${FILESDIR}"/${PN}-gcc4.patch
- "${FILESDIR}"/${PN}-warnings.patch
- "${FILESDIR}"/${PN}-no-common.patch
- "${FILESDIR}"/${PN}-void-functions.patch
-)
-
-src_prepare() {
- default
- local pkg_config=$("$(tc-getPKG_CONFIG)" --libs ncurses)
- sed -i -e "s:\$(CC):& \$(LDFLAGS):;s:-ltermcap:${pkg_config}:" \
- Makefile || die
-}
-
-src_compile() {
- append-flags -ansi
- append-cppflags -D_POSIX_SOURCE
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- dobin te
- doman te.1
- dodoc sample.tecorc sample.tecorc2 READ.ME
- use doc && dodoc doc/*
-
- DOC_CONTENTS="The TECO binary is called te.
- \nSample configurations and documentation are available
- in /usr/share/doc/${PF}/."
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2023-05-01 17:58 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-16 7:24 [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2023-05-01 17:58 Ulrich Müller
2023-05-01 17:50 Sam James
2023-05-01 17:50 Sam James
2022-11-21 17:19 Ulrich Müller
2022-11-20 22:18 Sam James
2022-11-06 12:17 Ulrich Müller
2020-07-03 23:22 Aaron Bauman
2019-08-23 16:55 Ulrich Müller
2019-08-23 16:33 Agostino Sarubbo
2019-08-19 11:37 Agostino Sarubbo
2019-08-19 5:43 Agostino Sarubbo
2019-08-16 7:14 Ulrich Müller
2016-02-09 21:37 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox