Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 183272 Details for
Bug 260370
net-nntp/tin-1.9.4 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
diff -uN tin-1.8.3.ebuild tin-1.9.4.ebuild
tin-1.8.3-1.9.4.diff (text/plain), 2.44 KB, created by
Sebastian Lüttich
on 2009-02-26 15:29:31 UTC
(
hide
)
Description:
diff -uN tin-1.8.3.ebuild tin-1.9.4.ebuild
Filename:
MIME Type:
Creator:
Sebastian Lüttich
Created:
2009-02-26 15:29:31 UTC
Size:
2.44 KB
patch
obsolete
>--- /usr/portage/net-nntp/tin/tin-1.8.3.ebuild 2008-09-23 09:36:50.000000000 +0200 >+++ /usr/portage/local/net-nntp/tin/tin-1.9.4.ebuild 2009-02-26 13:00:16.000000000 +0100 >@@ -1,7 +1,3 @@ >-# Copyright 1999-2008 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.4 2008/09/23 07:22:00 corsair Exp $ >- > inherit versionator eutils > > DESCRIPTION="A threaded NNTP and spool based UseNet newsreader" >@@ -11,17 +7,19 @@ > LICENSE="GPL-2" > SLOT="0" > KEYWORDS="~amd64 arm ia64 ppc sparc x86" >-IUSE="crypt debug idn ipv6 nls unicode" >+IUSE="cancel-locks crypt debug evil forgery idn ipv6 nls unicode socks5 no-etiquette" > > DEPEND="sys-libs/ncurses >- dev-libs/libpcre >- dev-libs/uulib >- idn? ( net-dns/libidn ) >- unicode? ( dev-libs/icu ) >- nls? ( sys-devel/gettext ) >- crypt? ( app-crypt/gnupg )" >+ dev-libs/libpcre >+ dev-libs/uulib >+ idn? ( net-dns/libidn ) >+ unicode? ( dev-libs/icu ) >+ nls? ( sys-devel/gettext ) >+ crypt? ( app-crypt/gnupg ) >+ socks5? ( net-proxy/dante )" >+ > RDEPEND="${DEPEND} >- net-misc/urlview" >+ net-misc/urlview" > > pkg_setup() { > if use unicode && ! built_with_use sys-libs/ncurses unicode >@@ -30,18 +28,25 @@ > fi > } > >-src_unpack() { >- unpack ${A} >- cd "${S}" >- >- epatch "${FILESDIR}"/1.8.2-various.patch >-} >- > src_compile() { >- local screen="ncurses" > >+ if use evil >+ 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" >- >+ >+ if use no-etiquette; then >+ myconf="${myconf} --disable-etiquette" >+ fi >+ > econf \ > --with-pcre=/usr \ > --enable-nntp-only \ >@@ -49,18 +54,24 @@ > --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) \ >+ $(use_enable cancel-locks) \ >+ $(use_with socks5) \ >+ ${myconf} \ > || die "econf failed" >+ > emake build || die "emake failed" > } > > src_install() { >+ if has_version mail-client/mutt; then >+ rm doc/mmdf.5 doc/mbox.5 >+ fi > make DESTDIR="${D}" install || die "make install failed" > > dodoc doc/{CHANGES{,.old},CREDITS,TODO,WHATSNEW,*.sample,*.txt} || die "dodoc failed"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 260370
:
183245
|
183272
|
183277
|
183279
|
188427