diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-06-18 01:54:31 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-06-18 01:54:31 +0000 |
commit | e770cc08421f632612e8d57fc3104f18e88446db (patch) | |
tree | 1e3d5b8a5063172b957623c180adc82d70e09782 /net-nntp | |
parent | Old. (diff) | |
download | gentoo-2-e770cc08421f632612e8d57fc3104f18e88446db.tar.gz gentoo-2-e770cc08421f632612e8d57fc3104f18e88446db.tar.bz2 gentoo-2-e770cc08421f632612e8d57fc3104f18e88446db.zip |
Ancient.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/tin/ChangeLog | 6 | ||||
-rw-r--r-- | net-nntp/tin/files/1.8.2-various.patch | 29 | ||||
-rw-r--r-- | net-nntp/tin/tin-1.8.3.ebuild | 64 | ||||
-rw-r--r-- | net-nntp/tin/tin-1.9.4-r1.ebuild | 81 | ||||
-rw-r--r-- | net-nntp/tin/tin-1.9.6.ebuild | 83 |
5 files changed, 5 insertions, 258 deletions
diff --git a/net-nntp/tin/ChangeLog b/net-nntp/tin/ChangeLog index ffb97743d9f6..a578773fcb7f 100644 --- a/net-nntp/tin/ChangeLog +++ b/net-nntp/tin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-nntp/tin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.37 2012/06/17 18:40:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.38 2012/06/18 01:54:31 jer Exp $ + + 18 Jun 2012; Jeroen Roovers <jer@gentoo.org> -files/1.8.2-various.patch, + -tin-1.8.3.ebuild, -tin-1.9.4-r1.ebuild, -tin-1.9.6.ebuild: + Ancient. 17 Jun 2012; Raúl Porcel <armin76@gentoo.org> tin-1.8.3.ebuild, tin-1.9.4-r1.ebuild, tin-1.9.6.ebuild, tin-2.0.0.ebuild, tin-2.0.1.ebuild: diff --git a/net-nntp/tin/files/1.8.2-various.patch b/net-nntp/tin/files/1.8.2-various.patch deleted file mode 100644 index e28717463748..000000000000 --- a/net-nntp/tin/files/1.8.2-various.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -Nur tin-1.8.2.orig/src/Makefile.in tin-1.8.2/src/Makefile.in ---- tin-1.8.2.orig/src/Makefile.in 2005-07-16 19:49:36.000000000 +0000 -+++ tin-1.8.2/src/Makefile.in 2006-08-09 19:08:44.142766906 +0000 -@@ -336,8 +336,6 @@ - @$(INSTALL) -m 444 $(DOCDIR)/tin.1 $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT)/$(PROJECT).$(INS_MANUAL_EXT) - @( $(CD) $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT) && $(RM) -f r$(PROJECT).$(INS_MANUAL_EXT) && $(LN) $(PROJECT).$(INS_MANUAL_EXT) r$(PROJECT).$(INS_MANUAL_EXT) ) - @$(INSTALL) -m 444 $(DOCDIR)/tin.5 $(DESTDIR)$(INS_MANUAL_DIR)5/$(PROJECT).5 -- @-if test ! -f $(DESTDIR)$(INS_MANUAL_DIR)5/mbox.5 ; then $(INSTALL) -m 444 $(DOCDIR)/mbox.5 $(DESTDIR)$(INS_MANUAL_DIR)5/mbox.5 ; else $(ECHO) " ... skipping $(DESTDIR)$(INS_MANUAL_DIR)5/mbox.5 - file already exists" ; fi -- @-if test ! -f $(DESTDIR)$(INS_MANUAL_DIR)5/mmdf.5 ; then $(INSTALL) -m 444 $(DOCDIR)/mmdf.5 $(DESTDIR)$(INS_MANUAL_DIR)5/mmdf.5 ; else $(ECHO) " ... skipping $(DESTDIR)$(INS_MANUAL_DIR)5/mmdf.5 - file already exists" ; fi - - uninstall_manpage : - @$(ECHO) "Uninstalling $(PROJECT) manual page in $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT) ..." -@@ -361,7 +359,6 @@ - - install_helpers : $(DESTDIR)$(INS_BINARY_DIR) $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT) - @$(ECHO) "Installing helper applications ..." -- @-if test ! -f $(DESTDIR)$(INS_BINARY_DIR)/url_handler.sh ; then $(INSTALL) -m 755 $(TOLDIR)/url_handler.sh $(DESTDIR)$(INS_BINARY_DIR)/url_handler.sh ; fi - @-if test ! -f $(DESTDIR)$(INS_BINARY_DIR)/metamutt ; then $(INSTALL) -m 755 $(TOLDIR)/metamutt $(DESTDIR)$(INS_BINARY_DIR)/metamutt ; fi - @$(INSTALL) -m 755 $(TOLDIR)/w2r.pl $(DESTDIR)$(INS_BINARY_DIR)/w2r.pl - @$(INSTALL) -m 755 $(TOLDIR)/opt-case.pl $(DESTDIR)$(INS_BINARY_DIR)/opt-case.pl -@@ -382,7 +379,7 @@ - install : $(DESTDIR)$(INS_BINARY_DIR) - @$(MAKE) all - @$(ECHO) "Installing $(EXE) v$(VER) to $(DESTDIR)$(INS_BINARY_DIR) ..." -- @$(INSTALL) -s $(BINDIR)/$(EXE) $(DESTDIR)$(INS_BINARY_DIR)/$(EXE) -+ @$(INSTALL) $(BINDIR)/$(EXE) $(DESTDIR)$(INS_BINARY_DIR)/$(EXE) - @( $(CD) $(DESTDIR)$(INS_BINARY_DIR) && $(RM) -f r$(EXE) && $(LN) $(EXE) r$(EXE) ) - @$(MAKE) install_helpers - @$(MAKE) install_manpage diff --git a/net-nntp/tin/tin-1.8.3.ebuild b/net-nntp/tin/tin-1.8.3.ebuild deleted file mode 100644 index c723199a514c..000000000000 --- a/net-nntp/tin/tin-1.8.3.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.8.3.ebuild,v 1.9 2012/06/17 18:40:55 armin76 Exp $ - -EAPI="2" - -inherit versionator eutils - -DESCRIPTION="A threaded NNTP and spool based UseNet newsreader" -HOMEPAGE="http://www.tin.org/" -SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/v$(get_version_component_range 1-2)/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 arm ppc x86" -IUSE="crypt debug idn ipv6 nls unicode" - -DEPEND="dev-libs/libpcre - dev-libs/uulib - idn? ( net-dns/libidn ) - unicode? ( dev-libs/icu sys-libs/ncurses[unicode] ) - !unicode? ( sys-libs/ncurses ) - nls? ( sys-devel/gettext ) - crypt? ( app-crypt/gnupg )" -RDEPEND="${DEPEND} - net-misc/urlview" - -src_prepare() { - epatch "${FILESDIR}"/1.8.2-various.patch -} - -src_configure() { - local screen="ncurses" - - use unicode && screen="ncursesw" - - econf \ - --with-pcre=/usr \ - --enable-nntp-only \ - --enable-prototypes \ - --disable-echo \ - --disable-mime-strict-charset \ - --with-coffee \ - --enable-fascist-newsadmin \ - --with-screen=${screen} \ - --with-nntp-default-server="${TIN_DEFAULT_SERVER:-${NNTPSERVER:-news.gmane.org}}" \ - $(use_enable ipv6) \ - $(use_enable debug) \ - $(use_enable crypt pgp-gpg) \ - $(use_enable nls) \ - || die "econf failed" -} - -src_compile() { - emake build || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - - dodoc doc/{CHANGES{,.old},CREDITS,TODO,WHATSNEW,*.sample,*.txt} || die "dodoc failed" - insinto /etc/tin - doins doc/tin.defaults || die "doins failed" -} diff --git a/net-nntp/tin/tin-1.9.4-r1.ebuild b/net-nntp/tin/tin-1.9.4-r1.ebuild deleted file mode 100644 index 4c7493960b67..000000000000 --- a/net-nntp/tin/tin-1.9.4-r1.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.9.4-r1.ebuild,v 1.2 2012/06/17 18:40:55 armin76 Exp $ - -EAPI="2" - -inherit versionator eutils - -DESCRIPTION="A threaded NNTP and spool based UseNet newsreader" -HOMEPAGE="http://www.tin.org/" -SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/v$(get_version_component_range 1-2)/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="cancel-locks crypt debug evil forgery idn ipv6 nls unicode socks5 +etiquette" - -DEPEND=" - crypt? ( app-crypt/gnupg ) - idn? ( net-dns/libidn ) - nls? ( sys-devel/gettext ) - socks5? ( net-proxy/dante ) - unicode? ( dev-libs/icu ) - dev-libs/libpcre - dev-libs/uulib - sys-libs/ncurses[unicode?] -" - -RDEPEND="${DEPEND} - net-misc/urlview" - -src_prepare() { - # Do not strip - sed -i src/Makefile.in -e '388s|-s ||g' || die "sed src/Makefile.in failed" -} - -src_compile() { - emake build || die "emake failed" -} - -src_configure() { - if use evil || use cancel-locks; then - sed -i -e"s/# -DEVIL_INSIDE/-DEVIL_INSIDE/" src/Makefile.in - fi - - if use forgery - then - sed -i -e"s/^CPPFLAGS.*/& -DFORGERY/" src/Makefile.in - fi - - local screen="ncurses" - use unicode && screen="ncursesw" - - use etiquette || myconf="${myconf} --disable-etiquette" - - econf \ - --with-pcre=/usr \ - --enable-nntp-only \ - --enable-prototypes \ - --disable-echo \ - --disable-mime-strict-charset \ - --with-coffee \ - --with-screen=${screen} \ - --with-nntp-default-server="${TIN_DEFAULT_SERVER:-${NNTPSERVER:-news.gmane.org}}" \ - $(use_enable ipv6) \ - $(use_enable debug) \ - $(use_enable crypt pgp-gpg) \ - $(use_enable nls) \ - $(use_enable cancel-locks) \ - $(use_with socks5) \ - ${myconf} -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - rm -f "${D}"/usr/share/man/man5/{mbox,mmdf}.5 - - dodoc doc/{CHANGES{,.old},CREDITS,TODO,WHATSNEW,*.sample,*.txt} || die "dodoc failed" - insinto /etc/tin - doins doc/tin.defaults || die "doins failed" -} diff --git a/net-nntp/tin/tin-1.9.6.ebuild b/net-nntp/tin/tin-1.9.6.ebuild deleted file mode 100644 index bebe7e0435b1..000000000000 --- a/net-nntp/tin/tin-1.9.6.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.9.6.ebuild,v 1.3 2012/06/17 18:40:55 armin76 Exp $ - -EAPI="3" - -inherit eutils toolchain-funcs versionator - -DESCRIPTION="A threaded NNTP and spool based UseNet newsreader" -HOMEPAGE="http://www.tin.org/" -SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/v$(get_version_component_range 1-2)/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="cancel-locks crypt debug evil forgery idn ipv6 nls unicode socks5 +etiquette" - -DEPEND=" - crypt? ( app-crypt/gnupg ) - idn? ( net-dns/libidn ) - nls? ( sys-devel/gettext ) - socks5? ( net-proxy/dante ) - unicode? ( dev-libs/icu ) - dev-libs/libpcre - dev-libs/uulib - sys-libs/ncurses[unicode?] -" - -RDEPEND="${DEPEND} - net-misc/urlview" - -src_prepare() { - # Do not strip - sed -i src/Makefile.in -e '388s|-s ||g' || die "sed src/Makefile.in failed" -} - -src_configure() { - if use evil || use cancel-locks; then - sed -i -e"s/# -DEVIL_INSIDE/-DEVIL_INSIDE/" src/Makefile.in - fi - - if use forgery - then - sed -i -e"s/^CPPFLAGS.*/& -DFORGERY/" src/Makefile.in - fi - - local screen="ncurses" - use unicode && screen="ncursesw" - - use etiquette || myconf="${myconf} --disable-etiquette" - - tc-export CC - - econf \ - --with-pcre=/usr \ - --enable-nntp-only \ - --enable-prototypes \ - --disable-echo \ - --disable-mime-strict-charset \ - --with-coffee \ - --with-screen=${screen} \ - --with-nntp-default-server="${TIN_DEFAULT_SERVER:-${NNTPSERVER:-news.gmane.org}}" \ - $(use_enable ipv6) \ - $(use_enable debug) \ - $(use_enable crypt pgp-gpg) \ - $(use_enable nls) \ - $(use_enable cancel-locks) \ - $(use_with socks5) \ - ${myconf} -} - -src_compile() { - emake build || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - rm -f "${ED}"/usr/share/man/man5/{mbox,mmdf}.5 - - dodoc doc/{CHANGES{,.old},CREDITS,TODO,WHATSNEW,*.sample,*.txt} || die "dodoc failed" - insinto /etc/tin - doins doc/tin.defaults || die "doins failed" -} |