Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/teco/, app-editors/teco/files/
Date: Fri, 16 Aug 2019 07:14:38
Message-Id: 1565939409.12d86417f30b2923c074ae0436eddadbbc85a105.ulm@gentoo
1 commit: 12d86417f30b2923c074ae0436eddadbbc85a105
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 15 23:25:50 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 07:10:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d86417
7
8 app-editors/teco: Move to more accurate version 36_p19940820.
9
10 This is not actually a version bump. te_defs.h defines VERSION as 36.
11 teco.tar.gz has a timestamp 1994-08-20 14:23:53 UTC, which agrees with
12 the latest file modification date in the tarball.
13
14 Bump EAPI to 7, and make patches work with eapply (i.e., patch -p1).
15 Documentation is now in a single tarball.
16
17 Package-Manager: Portage-2.3.71, Repoman-2.3.17
18 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
19
20 app-editors/teco/Manifest | 2 +
21 app-editors/teco/files/teco-double-free.diff | 6 ++-
22 app-editors/teco/files/teco-gcc4.patch | 4 +-
23 app-editors/teco/teco-36_p19940820.ebuild | 62 ++++++++++++++++++++++++++++
24 4 files changed, 70 insertions(+), 4 deletions(-)
25
26 diff --git a/app-editors/teco/Manifest b/app-editors/teco/Manifest
27 index 3d356eab8be..b8302b461c0 100644
28 --- a/app-editors/teco/Manifest
29 +++ b/app-editors/teco/Manifest
30 @@ -1,5 +1,7 @@
31 DIST tech.txt.gz 1971 BLAKE2B 327f9b860a3550e5e56ec1524dbc7ccfec31a4a58646f5a191f0867bdd94b97ecdad694cd5205be2896cef013ef63a52fe91859fe00db17da02160ad3a00384c SHA512 8c74d813d7e1bcd2f911982a8b49fa8b97ff85475a4798ea23d9a25ef30ad7243cfc851525aea895eec1a2f69aad84b6cce890ee6a29763a63c1a6d1358a200f
32 +DIST teco-36_p19940820.tar.gz 61305 BLAKE2B 9bb15fcb20948dbcac1928e32b4ac69c4861be3b0c01d5be68836138d9478e71cc0dd5198d9ac6816245605c34f8b21fcd4e62c48c097e56cd585579df119939 SHA512 686b3944a82d088a2fce12a9b770f4aa5f58aaadde064b3d3342114f0ece2d7cbae27d0e92fd026def6f62a3ff0dc82b37146e30a93b2ec195dc7f376b45fdf7
33 DIST teco.doc.gz 129896 BLAKE2B 0372d5a697f432e41b138de9a5faff8c1032d7843ece1d1b54c325852280f51ef76d0d891e8747270b0c364edcbd731bfa849bd692afffc09041212325d010a2 SHA512 ea294aaa0d54de5b58ef645fbaf5c9512f5a27fb2b49b1120b4a712d01c6482f01a53ac2dac7c8eabdf110823a4556563cde828fc7416479b9c23157282e76da
34 DIST teco.tar.gz 61305 BLAKE2B 9bb15fcb20948dbcac1928e32b4ac69c4861be3b0c01d5be68836138d9478e71cc0dd5198d9ac6816245605c34f8b21fcd4e62c48c097e56cd585579df119939 SHA512 686b3944a82d088a2fce12a9b770f4aa5f58aaadde064b3d3342114f0ece2d7cbae27d0e92fd026def6f62a3ff0dc82b37146e30a93b2ec195dc7f376b45fdf7
35 +DIST tecodoc.tar.gz 154109 BLAKE2B 70b9cd99281ab6180e4c13845f3fc97ccd6c142b4b9a3454ac9dcf189e2a65bfaf9b033312aeb9773301ff4d2ec166f79d587f79158b2b0f3f985f77b06f86c1 SHA512 1819450a08e296bdd3d4c282d9a9c7c58203acf82a67bdc9713b0cdfa2d0c4aa046c86ee4ee6f3b2d9ef0f3052705a13dd3d8afbf372bd3b1be8d4c5e8e96fef
36 DIST tecolore.txt.gz 7039 BLAKE2B db19af3081c4c9129d8298709fe77bb8acaf1c0b19e87d4d313cf65a9426449d9fc864378c85712b5716bc6b535c36bc1b9371a212b43ff4cff6d3aca290146c SHA512 f8b66637dd140057331bb950b639f755b7d2a58c6d9feb5c89c062350f3213b40f4e955c586643312b4bcdcfd5ce67c621c8f7351e08a4303be35af967ce206e
37 DIST tecoprog.doc.gz 15629 BLAKE2B c47ce219e6b7e98b4cd3332f78ea48bb9d98b7beadb0a11de0361ee680a014da4997e0657ad12052ebef02d1b3dbd234330be9f7c198b5645cc0dc6290aa01f6 SHA512 f49de461d6411345e9e72b51bf39bc1155acc07901b54d8fda94b99a4a573005ccffc475ef8aac3bfc0b8bd246dc0077399d4bcef70e8a5e753c45995df7ad55
38
39 diff --git a/app-editors/teco/files/teco-double-free.diff b/app-editors/teco/files/teco-double-free.diff
40 index 5a62b23d90b..344aa6dd2df 100644
41 --- a/app-editors/teco/files/teco-double-free.diff
42 +++ b/app-editors/teco/files/teco-double-free.diff
43 @@ -1,5 +1,7 @@
44 ---- te_exec2.c 1993-11-12 21:12:47.000000000 +0000
45 -+++ te_exec2.c.new 2005-08-21 18:31:26.495907720 +0100
46 +https://bugs.gentoo.org/103257
47 +
48 +--- teco-orig/te_exec2.c
49 ++++ teco/te_exec2.c
50 @@ -197,7 +197,7 @@
51 {
52 if (eisw) /* if ending a file execute, restore the previous "old command string" */
53
54 diff --git a/app-editors/teco/files/teco-gcc4.patch b/app-editors/teco/files/teco-gcc4.patch
55 index fe4d8d3759b..cc5e8aafb0f 100644
56 --- a/app-editors/teco/files/teco-gcc4.patch
57 +++ b/app-editors/teco/files/teco-gcc4.patch
58 @@ -1,5 +1,5 @@
59 ---- te_subs.c.orig 2007-03-18 19:58:40 +0100
60 -+++ te_subs.c 2007-03-18 19:58:57 +0100
61 +--- teco-orig/te_subs.c
62 ++++ teco/te_subs.c
63 @@ -231,7 +231,7 @@
64 char c;
65 {
66
67 diff --git a/app-editors/teco/teco-36_p19940820.ebuild b/app-editors/teco/teco-36_p19940820.ebuild
68 new file mode 100644
69 index 00000000000..dc730a58979
70 --- /dev/null
71 +++ b/app-editors/teco/teco-36_p19940820.ebuild
72 @@ -0,0 +1,62 @@
73 +# Copyright 1999-2019 Gentoo Authors
74 +# Distributed under the terms of the GNU General Public License v2
75 +
76 +EAPI=7
77 +
78 +inherit toolchain-funcs flag-o-matic readme.gentoo-r1
79 +
80 +DESCRIPTION="Classic TECO editor, Predecessor to EMACS"
81 +HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/editors/tty/ http://www.ibiblio.org/pub/academic/computer-science/history/pdp-11/teco"
82 +SRC_URI="http://www.ibiblio.org/pub/linux/apps/editors/tty/teco.tar.gz -> ${P}.tar.gz
83 + doc? ( https://dev.gentoo.org/~ulm/distfiles/tecodoc.tar.gz )"
84 +
85 +LICENSE="freedist"
86 +SLOT="0"
87 +KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
88 +IUSE="doc"
89 +
90 +RDEPEND="sys-libs/ncurses:0="
91 +DEPEND="${RDEPEND}"
92 +BDEPEND="virtual/pkgconfig"
93 +
94 +S="${WORKDIR}"
95 +
96 +PATCHES=(
97 + "${FILESDIR}"/${PN}-double-free.diff
98 + "${FILESDIR}"/${PN}-gcc4.patch
99 + "${FILESDIR}"/${PN}-warnings.patch
100 +)
101 +
102 +src_unpack() {
103 + unpack ${P}.tar.gz
104 + use doc && unpack tecodoc.tar.gz
105 +}
106 +
107 +src_prepare() {
108 + default
109 + local pkg_config=$("$(tc-getPKG_CONFIG)" --libs ncurses)
110 + sed -i -e "s:\$(CC):& \$(LDFLAGS):;s:-ltermcap:${pkg_config}:" \
111 + Makefile || die
112 +}
113 +
114 +src_compile() {
115 + append-flags -ansi
116 + append-cppflags -D_POSIX_SOURCE
117 + emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
118 +}
119 +
120 +src_install() {
121 + dobin te
122 + doman te.1
123 + dodoc sample.tecorc sample.tecorc2 READ.ME
124 + use doc && dodoc doc/*
125 +
126 + DOC_CONTENTS="The TECO binary is called te.
127 + \nSample configurations and documentation are available
128 + in /usr/share/doc/${PF}/."
129 + readme.gentoo_create_doc
130 +}
131 +
132 +pkg_postinst() {
133 + readme.gentoo_print_elog
134 +}