radhermit    15/04/26 01:54:42

  Modified:             ChangeLog
  Added:                ranger-1.7.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
4F064CA3)

Revision  Changes    Path
1.33                 app-misc/ranger/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ranger/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ranger/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ranger/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/ranger/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   2 Nov 2014 00:55:09 -0000       1.32
+++ ChangeLog   26 Apr 2015 01:54:42 -0000      1.33
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/ranger
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/ranger/ChangeLog,v 1.32 2014/11/02 
00:55:09 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/ranger/ChangeLog,v 1.33 2015/04/26 
01:54:42 radhermit Exp $
+
+*ranger-1.7.0 (26 Apr 2015)
+
+  26 Apr 2015; Tim Harder <[email protected]> +ranger-1.7.0.ebuild:
+  Version bump.
 
   02 Nov 2014; Tim Harder <[email protected]> ranger-1.6.1.ebuild,
   ranger-9999.ebuild:



1.1                  app-misc/ranger/ranger-1.7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ranger/ranger-1.7.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ranger/ranger-1.7.0.ebuild?rev=1.1&content-type=text/plain

Index: ranger-1.7.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ranger/ranger-1.7.0.ebuild,v 1.1 
2015/04/26 01:54:42 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_REQ_USE="ncurses"

inherit distutils-r1

if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="git://git.savannah.nongnu.org/ranger.git"
        inherit git-r3
else
        SRC_URI="http://nongnu.org/${PN}/${P}.tar.gz";
        KEYWORDS="~amd64 ~x86"
fi

DESCRIPTION="A vim-inspired file manager for the console"
HOMEPAGE="http://ranger.nongnu.org/";
LICENSE="GPL-3"
SLOT="0"

RDEPEND="virtual/pager"

PATCHES=( "${FILESDIR}"/${PN}-1.6.1-w3mimgdisplay.patch )

src_prepare() {
        sed -i "s|share/doc/ranger|share/doc/${PF}|" setup.py doc/ranger.1 || 
die
        distutils-r1_src_prepare
}

pkg_postinst() {
        if [[ -z ${REPLACING_VERSIONS} ]]; then
                elog "Ranger has many optional dependencies to support enhanced 
file previews."
                elog "See the README or homepage for more details."
        fi
}




Reply via email to