public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-nntp/tin: ChangeLog tin-1.9.6.ebuild
@ 2010-12-14  1:54 Jeroen Roovers (jer)
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2010-12-14  1:54 UTC (permalink / raw
  To: gentoo-commits

jer         10/12/14 01:54:35

  Modified:             ChangeLog
  Added:                tin-1.9.6.ebuild
  Log:
  Version bump by Marco Paolone (bug #348658). Respect CC.
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.28                 net-nntp/tin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/tin/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/tin/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/tin/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	9 Jan 2010 19:16:38 -0000	1.27
+++ ChangeLog	14 Dec 2010 01:54:35 -0000	1.28
@@ -1,6 +1,11 @@
 # ChangeLog for net-nntp/tin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.27 2010/01/09 19:16:38 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.28 2010/12/14 01:54:35 jer Exp $
+
+*tin-1.9.6 (14 Dec 2010)
+
+  14 Dec 2010; Jeroen Roovers <jer@gentoo.org> +tin-1.9.6.ebuild:
+  Version bump by Marco Paolone (bug #348658). Respect CC.
 
   09 Jan 2010; Jeroen Roovers <jer@gentoo.org> -tin-1.9.4.ebuild:
   Remove old.



1.1                  net-nntp/tin/tin-1.9.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/tin/tin-1.9.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/tin/tin-1.9.6.ebuild?rev=1.1&content-type=text/plain

Index: tin-1.9.6.ebuild
===================================================================
# Copyright 1999-2010 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.1 2010/12/14 01:54:35 jer Exp $

EAPI="2"

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 ~ia64 ~ppc ~sparc ~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_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 "${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"
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-nntp/tin: ChangeLog tin-1.9.6.ebuild
@ 2011-04-10  3:20 Jonathan Callen (abcd)
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Callen (abcd) @ 2011-04-10  3:20 UTC (permalink / raw
  To: gentoo-commits

abcd        11/04/10 03:20:29

  Modified:             ChangeLog tin-1.9.6.ebuild
  Log:
  Add prefix support, bump EAPI to 3, add prefix keywords
  
  (Portage version: 2.2.0_alpha29_p11/cvs/Linux i686)

Revision  Changes    Path
1.29                 net-nntp/tin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/tin/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/tin/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/tin/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	14 Dec 2010 01:54:35 -0000	1.28
+++ ChangeLog	10 Apr 2011 03:20:29 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for net-nntp/tin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.28 2010/12/14 01:54:35 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.29 2011/04/10 03:20:29 abcd Exp $
+
+  10 Apr 2011; Jonathan Callen <abcd@gentoo.org> tin-1.9.6.ebuild:
+  Add prefix support, bump EAPI to 3, add prefix keywords
 
 *tin-1.9.6 (14 Dec 2010)
 



1.2                  net-nntp/tin/tin-1.9.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/tin/tin-1.9.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/tin/tin-1.9.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/tin/tin-1.9.6.ebuild?r1=1.1&r2=1.2

Index: tin-1.9.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.9.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tin-1.9.6.ebuild	14 Dec 2010 01:54:35 -0000	1.1
+++ tin-1.9.6.ebuild	10 Apr 2011 03:20:29 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.1 2010/12/14 01:54:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.9.6.ebuild,v 1.2 2011/04/10 03:20:29 abcd Exp $
 
-EAPI="2"
+EAPI="3"
 
 inherit eutils toolchain-funcs versionator
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="cancel-locks crypt debug evil forgery idn ipv6 nls unicode socks5 +etiquette"
 
 DEPEND="
@@ -75,7 +75,7 @@
 
 src_install() {
 	emake DESTDIR="${D}" install || die "make install failed"
-	rm -f "${D}"/usr/share/man/man5/{mbox,mmdf}.5
+	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






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-10  3:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-14  1:54 [gentoo-commits] gentoo-x86 commit in net-nntp/tin: ChangeLog tin-1.9.6.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-10  3:20 Jonathan Callen (abcd)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox