summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-01-08 18:08:17 +0000
committerJeroen Roovers <jer@gentoo.org>2013-01-08 18:08:17 +0000
commit4904beed242bf869371f8581ca08ee7df5c70fbd (patch)
tree1e875315ba5d6cbdbb81062fca6176c66cc5141d /net-nntp
parentVersion bump. (diff)
downloadgentoo-2-4904beed242bf869371f8581ca08ee7df5c70fbd.tar.gz
gentoo-2-4904beed242bf869371f8581ca08ee7df5c70fbd.tar.bz2
gentoo-2-4904beed242bf869371f8581ca08ee7df5c70fbd.zip
Switch to xz tarball.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-nntp')
-rw-r--r--net-nntp/tin/ChangeLog5
-rw-r--r--net-nntp/tin/tin-2.1.2.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/net-nntp/tin/ChangeLog b/net-nntp/tin/ChangeLog
index 47bc8f887202..d70b5d889443 100644
--- a/net-nntp/tin/ChangeLog
+++ b/net-nntp/tin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-nntp/tin
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.40 2013/01/08 18:01:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/ChangeLog,v 1.41 2013/01/08 18:08:17 jer Exp $
+
+ 08 Jan 2013; Jeroen Roovers <jer@gentoo.org> tin-2.1.2.ebuild:
+ Switch to xz tarball.
*tin-2.1.2 (08 Jan 2013)
diff --git a/net-nntp/tin/tin-2.1.2.ebuild b/net-nntp/tin/tin-2.1.2.ebuild
index eb9beb8f5a00..e566785f355a 100644
--- a/net-nntp/tin/tin-2.1.2.ebuild
+++ b/net-nntp/tin/tin-2.1.2.ebuild
@@ -1,13 +1,14 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-2.1.2.ebuild,v 1.1 2013/01/08 18:01:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/tin/tin-2.1.2.ebuild,v 1.2 2013/01/08 18:08:17 jer Exp $
EAPI=4
inherit eutils toolchain-funcs versionator
+TIN_PV=$(get_version_component_range 1-2)
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"
+SRC_URI="ftp://ftp.tin.org/pub/news/clients/tin/v${TIN_PV}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
@@ -30,6 +31,7 @@ RDEPEND="
DEPEND="
${RDEPEND}
+ app-arch/xz-utils
virtual/pkgconfig
"