/[gentoo-x86]/app-misc/ranger/ranger-1.5.5.ebuild
Gentoo

Contents of /app-misc/ranger/ranger-1.5.5.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sat Mar 2 06:42:22 2013 UTC (2 months, 2 weeks ago) by radhermit
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
Remove old.

(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/app-misc/ranger/ranger-1.5.5.ebuild,v 1.1 2012/08/13 19:07:06 radhermit Exp $
4
5 EAPI="4"
6 PYTHON_DEPEND="2:2.6 3:3.1"
7 PYTHON_USE_WITH="ncurses"
8 SUPPORT_PYTHON_ABIS="1"
9 RESTRICT_PYTHON_ABIS="2.[45]"
10
11 inherit distutils
12
13 DESCRIPTION="A vim-inspired file manager for the console"
14 HOMEPAGE="http://ranger.nongnu.org/"
15 SRC_URI="http://nongnu.org/${PN}/${P}.tar.gz"
16
17 LICENSE="GPL-3"
18 SLOT="0"
19 KEYWORDS="~amd64 ~x86"
20 IUSE=""
21
22 RDEPEND="virtual/pager"
23
24 pkg_postinst() {
25 distutils_pkg_postinst
26
27 elog "Ranger has many optional dependencies to support enhanced file previews."
28 elog "See the README or homepage for more details."
29 }

  ViewVC Help
Powered by ViewVC 1.1.13