mgorny      14/12/27 15:56:14

  Modified:             ChangeLog
  Added:                lfm-2.3-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.4                  app-misc/lfm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/lfm/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   1 Jun 2013 02:10:51 -0000       1.3
+++ ChangeLog   27 Dec 2014 15:56:14 -0000      1.4
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/lfm
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/lfm/ChangeLog,v 1.3 2013/06/01 
02:10:51 radhermit Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lfm/ChangeLog,v 1.4 2014/12/27 
15:56:14 mgorny Exp $
+
+*lfm-2.3-r1 (27 Dec 2014)
+
+  27 Dec 2014; Michał Górny <[email protected]> +lfm-2.3-r1.ebuild:
+  Convert to distutils-r1.
 
   01 Jun 2013; Tim Harder <[email protected]> lfm-2.3.ebuild:
   Remove old HOMEPAGE.
@@ -13,4 +18,3 @@
   16 Sep 2012; Tim Harder <[email protected]> +lfm-2.3.ebuild,
   +files/lfm-2.3-no-doc.patch, +metadata.xml:
   Initial commit, ebuild by me (bug #191494).
-



1.1                  app-misc/lfm/lfm-2.3-r1.ebuild

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

Index: lfm-2.3-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/lfm/lfm-2.3-r1.ebuild,v 1.1 
2014/12/27 15:56:14 mgorny Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="ncurses"

inherit distutils-r1 eutils

DESCRIPTION="Last File Manager is a powerful file manager for the console"
HOMEPAGE="http://code.google.com/p/lfm/";
SRC_URI="http://lfm.googlecode.com/files/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

src_prepare() {
        epatch "${FILESDIR}"/${P}-no-doc.patch
}




Reply via email to