diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-11 14:06:59 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-11 14:06:59 +0000 |
commit | 5048c89a6e1f9db91e5635d02b00ea4d61b58391 (patch) | |
tree | f7a1379fb0601257d9a74ad5cc7e56631abf3909 /net-news/canto/canto-0.7.10.ebuild | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-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.ebuild | 22 |
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}" |