summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-news/canto/.svn/text-base/canto-9999-r4.ebuild.svn-base')
-rw-r--r--net-news/canto/.svn/text-base/canto-9999-r4.ebuild.svn-base27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-news/canto/.svn/text-base/canto-9999-r4.ebuild.svn-base b/net-news/canto/.svn/text-base/canto-9999-r4.ebuild.svn-base
deleted file mode 100644
index 67cec2a..0000000
--- a/net-news/canto/.svn/text-base/canto-9999-r4.ebuild.svn-base
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-NEED_PYTHON="2.5"
-
-inherit git distutils
-
-DESCRIPTION="Ncurses RSS client"
-HOMEPAGE="http://www.codezen.org/canto/"
-EGIT_REPO_URI="git://codezen.org/git/${PN}"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="sys-libs/ncurses[unicode]
- dev-python/chardet"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- git_src_unpack
-}