Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/tin/
Date: Tue, 01 May 2018 15:04:10
Message-Id: 1525187037.b4eadabf5bec85d0e17d9784f4240a878d325f9d.nimiux@gentoo
1 commit: b4eadabf5bec85d0e17d9784f4240a878d325f9d
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 15:03:32 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 15:03:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4eadabf
7
8 net-nntp/tin: Drops old versions
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-nntp/tin/Manifest | 2 -
13 net-nntp/tin/tin-2.0.1-r1.ebuild | 94 ----------------------------------------
14 net-nntp/tin/tin-2.3.1.ebuild | 92 ---------------------------------------
15 3 files changed, 188 deletions(-)
16
17 diff --git a/net-nntp/tin/Manifest b/net-nntp/tin/Manifest
18 index 23e38f46d03..d29835dd047 100644
19 --- a/net-nntp/tin/Manifest
20 +++ b/net-nntp/tin/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST tin-2.0.1.tar.bz2 1758848 BLAKE2B 63a6302724c405114b3d692d7b283ca3ea297661055ada944b95a46d27a23a371f9d16929888c41b6e95a6e1a16b5bba964467ff57d26a1ba81a951a68c7ac2a SHA512 fc2bd0586e72a2fb4f8a223c0ceeb19e2dfcdb300d463f0f5d4b7367346a032614aa662a4d9d11673269be59cbaeff39fa3fdf7618dd41e965850d137919a386
23 DIST tin-2.2.1.tar.xz 1378384 BLAKE2B d68157e778f272c55cb3021987beddb27e89bd31d39e985b16e51a4aa942cb59abcc6ada46611c69320e785506085210a0451227091964866b4130e99c5f1ac5 SHA512 2c5b4b50be38c168404ba55c9429355c0dd2232c580116086fa9ea24a8907ad2d71d91b2d1c533bf7ff4d24fd1946d5ba61bc0833b20d5383e013e2f18c10bbd
24 -DIST tin-2.3.1.tar.xz 1381840 BLAKE2B c6ccf0b41b56acc5e3628b32eba62502e4f01e1f0db2936d8aebbfafb27a4cbc7fbd1664e4d646d8e3128ee4b7a17dbc55e7ea93b7eda68c1518b4303bcdaecd SHA512 53fecc8fca7c67a7082a1f3f77a868433725a2ad4cc5650cdd522f791cbfc336733db5de3c637606788a2844df7e13e1d3fbae48c15ceaa49e24ea6e297926af
25 DIST tin-2.4.2.tar.xz 1491388 BLAKE2B 16fab433443d5859cc9661790ff837e8f45767e7f45bafc54a8cffc94fd52cb4ee7afb98e579db49c16148b0f521374404a0f26d75a07a24c1c7a1dc5e3a57fe SHA512 70a9957d5bf5af1bb182a3f4e62795cd5862b7282b7fc0c231c3bd02d83950cdbdd502d8a2cc5eae20b29af584e4f794f03378742b47ed93fc5c61ac5bbb01b6
26
27 diff --git a/net-nntp/tin/tin-2.0.1-r1.ebuild b/net-nntp/tin/tin-2.0.1-r1.ebuild
28 deleted file mode 100644
29 index f9da0217214..00000000000
30 --- a/net-nntp/tin/tin-2.0.1-r1.ebuild
31 +++ /dev/null
32 @@ -1,94 +0,0 @@
33 -# Copyright 1999-2013 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -inherit autotools eutils toolchain-funcs versionator
38 -
39 -DESCRIPTION="A threaded NNTP and spool based UseNet newsreader"
40 -HOMEPAGE="http://www.tin.org/"
41 -SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/v$(get_version_component_range 1-2)/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
46 -IUSE="cancel-locks debug doc +etiquette evil forgery gpg idn ipv6 mime nls sasl socks5 spell unicode"
47 -
48 -RDEPEND="
49 - dev-libs/libpcre
50 - dev-libs/uulib
51 - gpg? ( app-crypt/gnupg )
52 - idn? ( net-dns/libidn )
53 - mime? ( net-mail/metamail )
54 - net-misc/urlview
55 - nls? ( sys-devel/gettext )
56 - sasl? ( virtual/gsasl )
57 - socks5? ( net-proxy/dante )
58 - sys-libs/ncurses[unicode?]
59 - unicode? ( dev-libs/icu:= )
60 -"
61 -
62 -DEPEND="
63 - ${RDEPEND}
64 - virtual/pkgconfig
65 -"
66 -
67 -src_prepare() {
68 - # Do not strip
69 - sed -i src/Makefile.in -e '388s|-s ||g' || die "sed src/Makefile.in failed"
70 - sed -i configure.in -e '/CFLAGS/s|-g||g' || die
71 - eautoreconf
72 -}
73 -
74 -src_configure() {
75 - if use evil || use cancel-locks; then
76 - sed -i -e"s/# -DEVIL_INSIDE/-DEVIL_INSIDE/" src/Makefile.in
77 - fi
78 -
79 - if use forgery
80 - then
81 - sed -i -e"s/^CPPFLAGS.*/& -DFORGERY/" src/Makefile.in
82 - fi
83 -
84 - local screen="ncurses"
85 - use unicode && screen="ncursesw"
86 -
87 - use etiquette || myconf="${myconf} --disable-etiquette"
88 -
89 - tc-export AR CC RANLIB
90 -
91 - econf \
92 - $(use_enable cancel-locks) \
93 - $(use_enable debug) \
94 - $(use_enable gpg pgp-gpg) \
95 - $(use_enable ipv6) \
96 - $(use_enable nls) \
97 - $(use_with mime metamail /usr) \
98 - $(use_with socks5 socks) $(use_with socks5) \
99 - $(use_with spell ispell /usr) \
100 - --disable-mime-strict-charset \
101 - --enable-echo \
102 - --enable-nntp-only \
103 - --enable-prototypes \
104 - --with-coffee \
105 - --with-nntp-default-server="${TIN_DEFAULT_SERVER:-${NNTPSERVER:-news.gmane.org}}" \
106 - --with-pcre=/usr \
107 - --with-screen=${screen} \
108 - ${myconf}
109 -}
110 -
111 -src_compile() {
112 - emake build
113 -}
114 -
115 -src_install() {
116 - default
117 -
118 - # File collision?
119 - rm -f "${ED}"/usr/share/man/man5/{mbox,mmdf}.5
120 -
121 - dodoc doc/{CHANGES{,.old},CREDITS,TODO,WHATSNEW}
122 - use doc && dodoc doc/{*.sample,*.txt}
123 -
124 - insinto /etc/tin
125 - doins doc/tin.defaults
126 -}
127
128 diff --git a/net-nntp/tin/tin-2.3.1.ebuild b/net-nntp/tin/tin-2.3.1.ebuild
129 deleted file mode 100644
130 index fc08f4dd2ab..00000000000
131 --- a/net-nntp/tin/tin-2.3.1.ebuild
132 +++ /dev/null
133 @@ -1,92 +0,0 @@
134 -# Copyright 1999-2015 Gentoo Foundation
135 -# Distributed under the terms of the GNU General Public License v2
136 -
137 -EAPI=5
138 -inherit eutils toolchain-funcs versionator
139 -
140 -TIN_PV=$(get_version_component_range 1-2)
141 -DESCRIPTION="A threaded NNTP and spool based UseNet newsreader"
142 -HOMEPAGE="http://www.tin.org/"
143 -SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/v${TIN_PV}/${P}.tar.xz"
144 -
145 -LICENSE="GPL-2"
146 -SLOT="0"
147 -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
148 -IUSE="cancel-locks debug doc +etiquette evil forgery gpg idn ipv6 mime nls sasl socks5 spell unicode"
149 -
150 -RDEPEND="
151 - dev-libs/libpcre
152 - dev-libs/uulib
153 - gpg? ( app-crypt/gnupg )
154 - idn? ( net-dns/libidn )
155 - mime? ( net-mail/metamail )
156 - net-misc/urlview
157 - nls? ( sys-devel/gettext )
158 - sasl? ( virtual/gsasl )
159 - socks5? ( net-proxy/dante )
160 - sys-libs/ncurses[unicode?]
161 - unicode? ( dev-libs/icu:= )
162 -"
163 -
164 -DEPEND="
165 - ${RDEPEND}
166 - app-arch/xz-utils
167 - virtual/pkgconfig
168 -"
169 -
170 -src_prepare() {
171 - sed -i src/Makefile.in -e 's| -s | |g' || die
172 - sed -i configure -e '/CFLAGS/s|-g||g' || die
173 -}
174 -
175 -src_configure() {
176 - if use evil || use cancel-locks; then
177 - sed -i -e"s/# -DEVIL_INSIDE/-DEVIL_INSIDE/" src/Makefile.in
178 - fi
179 -
180 - if use forgery
181 - then
182 - sed -i -e"s/^CPPFLAGS.*/& -DFORGERY/" src/Makefile.in
183 - fi
184 -
185 - local screen="ncurses"
186 - use unicode && screen="ncursesw"
187 -
188 - tc-export AR CC RANLIB
189 -
190 - econf \
191 - $(use_enable cancel-locks) \
192 - $(use_enable debug) \
193 - $(use_enable etiquette) \
194 - $(use_enable gpg pgp-gpg) \
195 - $(use_enable ipv6) \
196 - $(use_enable nls) \
197 - $(use_with mime metamail /usr) \
198 - $(use_with socks5 socks) $(use_with socks5) \
199 - $(use_with spell ispell /usr) \
200 - --disable-mime-strict-charset \
201 - --enable-echo \
202 - --enable-nntp-only \
203 - --enable-prototypes \
204 - --with-coffee \
205 - --with-nntp-default-server="${TIN_DEFAULT_SERVER:-${NNTPSERVER:-news.gmane.org}}" \
206 - --with-pcre=/usr \
207 - --with-screen=${screen}
208 -}
209 -
210 -src_compile() {
211 - emake build
212 -}
213 -
214 -src_install() {
215 - default
216 -
217 - # File collision?
218 - rm -f "${ED}"/usr/share/man/man5/{mbox,mmdf}.5
219 -
220 - dodoc doc/{CHANGES{,.old},CREDITS,TODO,WHATSNEW}
221 - use doc && dodoc doc/{*.sample,*.txt}
222 -
223 - insinto /etc/tin
224 - doins doc/tin.defaults
225 -}