diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-02-20 20:41:07 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-02-20 20:41:07 +0000 |
commit | 3ef5551fb0c913c37061bbbc3d3f10c09c56ab08 (patch) | |
tree | 0d8c237ba26107a04fa67a6a57d0c7686aa0ca66 | |
parent | Stable for x86, wrt bug #500720 (diff) | |
download | gentoo-2-3ef5551fb0c913c37061bbbc3d3f10c09c56ab08.tar.gz gentoo-2-3ef5551fb0c913c37061bbbc3d3f10c09c56ab08.tar.bz2 gentoo-2-3ef5551fb0c913c37061bbbc3d3f10c09c56ab08.zip |
Revision bump: EAPI 5, distutils-r1 eclass. Drop old revision
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
-rw-r--r-- | net-news/canto/ChangeLog | 10 | ||||
-rw-r--r-- | net-news/canto/canto-0.7.10-r1.ebuild (renamed from net-news/canto/canto-0.7.10.ebuild) | 19 |
2 files changed, 14 insertions, 15 deletions
diff --git a/net-news/canto/ChangeLog b/net-news/canto/ChangeLog index ef0d2e6921bd..3c1c99808843 100644 --- a/net-news/canto/ChangeLog +++ b/net-news/canto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-news/canto -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-news/canto/ChangeLog,v 1.3 2013/03/21 21:35:33 hwoarang Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/canto/ChangeLog,v 1.4 2014/02/20 20:41:07 pinkbyte Exp $ + +*canto-0.7.10-r1 (20 Feb 2014) + + 20 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> -canto-0.7.10.ebuild, + +canto-0.7.10-r1.ebuild: + Revision bump: EAPI 5, distutils-r1 eclass. Drop old revision 21 Mar 2013; Markos Chandras <hwoarang@gentoo.org> metadata.xml: Drop to maintainer-needed diff --git a/net-news/canto/canto-0.7.10.ebuild b/net-news/canto/canto-0.7.10-r1.ebuild index 9fd9a3dc7897..c06cc6af60e2 100644 --- a/net-news/canto/canto-0.7.10.ebuild +++ b/net-news/canto/canto-0.7.10-r1.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 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.2 2011/04/05 20:53:36 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-news/canto/canto-0.7.10-r1.ebuild,v 1.1 2014/02/20 20:41:07 pinkbyte Exp $ -EAPI="3" +EAPI="5" -PYTHON_DEPEND="2:2.5" - -inherit distutils +PYTHON_COMPAT=( python{2_6,2_7} ) +inherit distutils-r1 DESCRIPTION="Ncurses RSS client" HOMEPAGE="http://www.codezen.org/canto/" @@ -15,13 +14,7 @@ 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" + dev-python/chardet[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} |