summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-08-11 14:06:59 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-08-11 14:06:59 +0000
commit5048c89a6e1f9db91e5635d02b00ea4d61b58391 (patch)
treef7a1379fb0601257d9a74ad5cc7e56631abf3909 /net-news/canto/canto-0.7.10.ebuild
parentVersion bump. Remove old. (diff)
downloadgentoo-2-5048c89a6e1f9db91e5635d02b00ea4d61b58391.tar.gz
gentoo-2-5048c89a6e1f9db91e5635d02b00ea4d61b58391.tar.bz2
gentoo-2-5048c89a6e1f9db91e5635d02b00ea4d61b58391.zip
Moved from sunrise overlay. Thanks to Jacek Sowiński (mruwek) <mruwek.gentoo@vcf.pl> for maintain it so far. bug #230806
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-news/canto/canto-0.7.10.ebuild')
-rw-r--r--net-news/canto/canto-0.7.10.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/net-news/canto/canto-0.7.10.ebuild b/net-news/canto/canto-0.7.10.ebuild
new file mode 100644
index 000000000000..2f69a5218667
--- /dev/null
+++ b/net-news/canto/canto-0.7.10.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-news/canto/canto-0.7.10.ebuild,v 1.1 2010/08/11 14:06:59 hwoarang Exp $
+
+EAPI="2"
+
+PYTHON_DEPEND="2:2.5"
+
+inherit distutils
+
+DESCRIPTION="Ncurses RSS client"
+HOMEPAGE="http://www.codezen.org/canto/"
+SRC_URI="http://codezen.org/static/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-libs/ncurses[unicode]
+ dev-python/chardet"
+RDEPEND="${DEPEND}"