summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-01-09 19:11:02 +0000
committerJeroen Roovers <jer@gentoo.org>2010-01-09 19:11:02 +0000
commit525ded187dbc16ebb78ccba5433b7aeb51c9b9c7 (patch)
tree26f2437c128ccc00846099e1fef09a8c040291b3 /net-nntp/tin/tin-1.8.3.ebuild
parentTransfer Prefix keywords (diff)
downloadgentoo-2-525ded187dbc16ebb78ccba5433b7aeb51c9b9c7.tar.gz
gentoo-2-525ded187dbc16ebb78ccba5433b7aeb51c9b9c7.tar.bz2
gentoo-2-525ded187dbc16ebb78ccba5433b7aeb51c9b9c7.zip
Describe cancel-locks USE flag better. Do not strip. Do not install the colliding man pages. Set unicode USE dep for ncurses. Unify if-thens in configure or replace them with [..] || [..]. Do not die() when USE="cancel-locks -evil". econf needs no die(). Run emake build (or it will compile in src_install(). emake instead of make. Sort DEPENDs alphanumerically.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'net-nntp/tin/tin-1.8.3.ebuild')
-rw-r--r--net-nntp/tin/tin-1.8.3.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/net-nntp/tin/tin-1.8.3.ebuild b/net-nntp/tin/tin-1.8.3.ebuild
index 0bb128f0805c..5c54216e55c9 100644
--- a/net-nntp/tin/tin-1.8.3.ebuild
+++ b/net-nntp/tin/tin-1.8.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.8.3.ebuild,v 1.7 2009/03/08 10:30:25 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-1.8.3.ebuild,v 1.8 2010/01/09 19:11:02 jer Exp $
EAPI="2"
@@ -25,10 +25,7 @@ DEPEND="dev-libs/libpcre
RDEPEND="${DEPEND}
net-misc/urlview"
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
+src_prepare() {
epatch "${FILESDIR}"/1.8.2-various.patch
}