| 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 |
}
|