From b49088575eb777ced2551f484da86317332d6087 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 24 Jul 2021 02:11:45 +0100 Subject: gentoo resync : 24.07.2021 --- net-nntp/tin/Manifest | 2 +- net-nntp/tin/tin-2.4.5-r1.ebuild | 74 ++++++++++++++++++++++++++++++++++++++++ net-nntp/tin/tin-2.4.5.ebuild | 73 --------------------------------------- 3 files changed, 75 insertions(+), 74 deletions(-) create mode 100644 net-nntp/tin/tin-2.4.5-r1.ebuild delete mode 100644 net-nntp/tin/tin-2.4.5.ebuild (limited to 'net-nntp/tin') diff --git a/net-nntp/tin/Manifest b/net-nntp/tin/Manifest index faffc250b657..81f2227cb870 100644 --- a/net-nntp/tin/Manifest +++ b/net-nntp/tin/Manifest @@ -1,3 +1,3 @@ DIST tin-2.4.5.tar.xz 1559164 BLAKE2B 4efea88c7f76aef91a848c9ed5d82efac640360e41c515015d406e84ed5ce639bbcd17eff29939312ebf83adb8bb84bc7a4f04833cd7cc0781f92b377a0cb31f SHA512 4ec1c4990ce8d9a46204c0064f19c5c2b99848201c37562f8df76de5be84fdd2bcd35cbc3e9f20233f636522e086ac031a5a9cb65bd22a53eda619dcce86adbc -EBUILD tin-2.4.5.ebuild 1775 BLAKE2B 7aeea4f668ee3728f5f1be7f962d550c89a7d546011d53cc275521b196e1b01144af79f27035c49ca4447f04d803f005ccc86b548ea43f745800758405bd03fc SHA512 f0c31aa2b02f4f0b273c83daaaa79cc75628049cffa1e42ed6114723ee06b15f407d04f2aee062ebb7bbd921813d4d34a7006f9c7ab2f8c3a4904e96be8e8049 +EBUILD tin-2.4.5-r1.ebuild 1780 BLAKE2B 040add152e5d93840962ecc1217fc0fa2bbc721ebe8a09fe61d5f4c801a42272ab8f8c33ae40ed3a1ec8a726a7e24707829aea2bc92dba6a509c37ea2d7fb5b7 SHA512 db7b439ca03746cbaf67f6803fec71a705df5f699c4b569321386e5fcad004b9c8fb9aa53b93505a37983be2cac0d062f30f68a08b41f086f4f91c2e6e83520c MISC metadata.xml 456 BLAKE2B e606f48de760db9a54bc0d98453c04b71070d0eede202c65ab8ab64ad13557d794c24709c141837cb79468eb063ff6ecf17361385145c2294d90c43f585fe81a SHA512 c73827179e20f2487344e28828b999de4ccf1925a09dac5ae2fbdffbf398c3b147db96f6c69c14e8156bdc84c070dda5b7a24109efb57853ec7a8064a16c8bae diff --git a/net-nntp/tin/tin-2.4.5-r1.ebuild b/net-nntp/tin/tin-2.4.5-r1.ebuild new file mode 100644 index 000000000000..d9022f05e519 --- /dev/null +++ b/net-nntp/tin/tin-2.4.5-r1.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="A threaded NNTP and spool based UseNet newsreader" +HOMEPAGE="http://www.tin.org/" +SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/stable/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="cancel-locks debug doc +etiquette gpg idn ipv6 mime nls sasl socks5 spell unicode" + +BDEPEND="virtual/pkgconfig" +RDEPEND=" + dev-libs/libpcre + dev-libs/uulib + sys-libs/ncurses:=[unicode(+)?] + gpg? ( app-crypt/gnupg ) + idn? ( net-dns/libidn ) + mime? ( net-mail/metamail ) + nls? ( sys-devel/gettext ) + sasl? ( virtual/gsasl ) + socks5? ( net-proxy/dante ) + unicode? ( dev-libs/icu:= )" +DEPEND="${RDEPEND}" + +src_configure() { + local screen="ncurses" + use unicode && screen="ncursesw" + + tc-export AR CC RANLIB + + econf \ + $(use_enable cancel-locks) \ + $(use_enable debug) \ + $(use_enable etiquette) \ + $(use_enable gpg pgp-gpg) \ + $(use_enable ipv6) \ + $(use_enable nls) \ + $(use_with mime metamail /usr) \ + $(use_with socks5 socks) $(use_with socks5) \ + $(use_with spell ispell /usr) \ + --disable-mime-strict-charset \ + --enable-echo \ + --enable-nntp-only \ + --enable-prototypes \ + --with-coffee \ + --with-nntp-default-server="${TIN_DEFAULT_SERVER:-${NNTPSERVER:-news.gmane.org}}" \ + --with-pcre=/usr \ + --with-screen=${screen} +} + +src_compile() { + # To build from the root dir you have to call `make build`, not just + # `make`. + emake build +} + +src_install() { + default + + # File collision? + rm -f "${ED}"/usr/share/man/man5/{mbox,mmdf}.5 + + dodoc doc/{CHANGES{,.old},CREDITS,TODO,WHATSNEW} + use doc && dodoc doc/{*.sample,*.txt} + + insinto /etc/tin + doins doc/tin.defaults +} diff --git a/net-nntp/tin/tin-2.4.5.ebuild b/net-nntp/tin/tin-2.4.5.ebuild deleted file mode 100644 index 3d038bb3b7f0..000000000000 --- a/net-nntp/tin/tin-2.4.5.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="A threaded NNTP and spool based UseNet newsreader" -HOMEPAGE="http://www.tin.org/" -SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/stable/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 arm ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="cancel-locks debug doc +etiquette gpg idn ipv6 mime nls sasl socks5 spell unicode" - -BDEPEND="virtual/pkgconfig" -RDEPEND="dev-libs/libpcre - dev-libs/uulib - gpg? ( app-crypt/gnupg ) - idn? ( net-dns/libidn ) - mime? ( net-mail/metamail ) - nls? ( sys-devel/gettext ) - sasl? ( virtual/gsasl ) - socks5? ( net-proxy/dante ) - sys-libs/ncurses:0[unicode?] - unicode? ( dev-libs/icu:= )" -DEPEND="${RDEPEND}" - -src_configure() { - local screen="ncurses" - use unicode && screen="ncursesw" - - tc-export AR CC RANLIB - - econf \ - $(use_enable cancel-locks) \ - $(use_enable debug) \ - $(use_enable etiquette) \ - $(use_enable gpg pgp-gpg) \ - $(use_enable ipv6) \ - $(use_enable nls) \ - $(use_with mime metamail /usr) \ - $(use_with socks5 socks) $(use_with socks5) \ - $(use_with spell ispell /usr) \ - --disable-mime-strict-charset \ - --enable-echo \ - --enable-nntp-only \ - --enable-prototypes \ - --with-coffee \ - --with-nntp-default-server="${TIN_DEFAULT_SERVER:-${NNTPSERVER:-news.gmane.org}}" \ - --with-pcre=/usr \ - --with-screen=${screen} -} - -src_compile() { - # To build from the root dir you have to call `make build`, not just - # `make`. - emake build -} - -src_install() { - default - - # File collision? - rm -f "${ED}"/usr/share/man/man5/{mbox,mmdf}.5 - - dodoc doc/{CHANGES{,.old},CREDITS,TODO,WHATSNEW} - use doc && dodoc doc/{*.sample,*.txt} - - insinto /etc/tin - doins doc/tin.defaults -} -- cgit v1.2.3