Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 183245 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]
tin-1.9.4 ebuild
tin-1.9.4.ebuild (text/plain), 1.87 KB, created by
Sebastian Lüttich
on 2009-02-26 12:03:12 UTC
(
hide
)
Description:
tin-1.9.4 ebuild
Filename:
MIME Type:
Creator:
Sebastian Lüttich
Created:
2009-02-26 12:03:12 UTC
Size:
1.87 KB
patch
obsolete
>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 ia64 ppc sparc x86" >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 ) > socks5? ( net-proxy/dante )" > >RDEPEND="${DEPEND} > net-misc/urlview" > >pkg_setup() { > if use unicode && ! built_with_use sys-libs/ncurses unicode > then > die "For unicode support you need sys-libs/ncurses compiled with unicode support!" > fi >} > >src_compile() { > > 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 \ > --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} \ > || 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" > insinto /etc/tin > doins doc/tin.defaults || die "doins 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