jlec        15/03/21 10:12:46

  Modified:             metadata.xml fte-20110708.ebuild
                        fte-20051115-r3.ebuild ChangeLog
  Log:
  Use ecvs_clean and modernize ebuild style
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.6                  app-editors/fte/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fte/metadata.xml?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fte/metadata.xml?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fte/metadata.xml?r1=1.5&r2=1.6

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/fte/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml        23 Sep 2011 21:36:20 -0000      1.5
+++ metadata.xml        21 Mar 2015 10:12:46 -0000      1.6
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<maintainer>
-  <email>[email protected]</email>
-</maintainer>
-<longdescription>Lightweight text-mode editor.</longdescription> 
+  <maintainer>
+    <email>[email protected]</email>
+  </maintainer>
+  <longdescription>Lightweight text-mode editor.</longdescription>
 </pkgmetadata>



1.3                  app-editors/fte/fte-20110708.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fte/fte-20110708.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fte/fte-20110708.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fte/fte-20110708.ebuild?r1=1.2&r2=1.3

Index: fte-20110708.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20110708.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fte-20110708.ebuild 3 Apr 2013 17:57:32 -0000       1.2
+++ fte-20110708.ebuild 21 Mar 2015 10:12:46 -0000      1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20110708.ebuild,v 1.2 
2013/04/03 17:57:32 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20110708.ebuild,v 1.3 
2015/03/21 10:12:46 jlec Exp $
 
 EAPI="5"
 
@@ -8,7 +8,8 @@
 
 DESCRIPTION="Lightweight text-mode editor"
 HOMEPAGE="http://fte.sourceforge.net";
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip
+SRC_URI="
+       mirror://sourceforge/${PN}/${P}-src.zip
        mirror://sourceforge/${PN}/${P}-common.zip"
 
 LICENSE="|| ( GPL-2 Artistic )"
@@ -18,7 +19,8 @@
 
 S="${WORKDIR}/${PN}"
 
-RDEPEND=">=sys-libs/ncurses-5.2
+RDEPEND="
+       >=sys-libs/ncurses-5.2
        X? (
                x11-libs/libXdmcp
                x11-libs/libXau
@@ -58,6 +60,7 @@
                -e '/^LDFLAGS/s:=:+=:g' \
                -e 's:= g++:= $(CXX):g' \
                -i src/${PN}-unix.mak || die "sed CFLAGS, LDFLAGS, CC"
+       ecvs_clean
 }
 
 src_configure() {
@@ -111,8 +114,6 @@
 
        insinto /usr/share/${PN}
        doins -r config/*
-
-       rm -rf "${ED}"/usr/share/${PN}/CVS
 }
 
 pkg_postinst() {



1.6                  app-editors/fte/fte-20051115-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fte/fte-20051115-r3.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fte/fte-20051115-r3.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fte/fte-20051115-r3.ebuild?r1=1.5&r2=1.6

Index: fte-20051115-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20051115-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fte-20051115-r3.ebuild      21 Nov 2012 11:15:04 -0000      1.5
+++ fte-20051115-r3.ebuild      21 Mar 2015 10:12:46 -0000      1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20051115-r3.ebuild,v 
1.5 2012/11/21 11:15:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20051115-r3.ebuild,v 
1.6 2015/03/21 10:12:46 jlec Exp $
 
 EAPI=4
 
@@ -8,7 +8,8 @@
 
 DESCRIPTION="Lightweight text-mode editor"
 HOMEPAGE="http://fte.sourceforge.net";
-SRC_URI="mirror://sourceforge/fte/${P}-src.zip
+SRC_URI="
+       mirror://sourceforge/fte/${P}-src.zip
        mirror://sourceforge/fte/${P}-common.zip"
 
 LICENSE="|| ( GPL-2 Artistic )"
@@ -18,7 +19,8 @@
 
 S="${WORKDIR}/${PN}"
 
-RDEPEND=">=sys-libs/ncurses-5.2
+RDEPEND="
+       >=sys-libs/ncurses-5.2
        X? (
                x11-libs/libXdmcp
                x11-libs/libXau
@@ -41,10 +43,11 @@
 }
 
 src_prepare() {
-       epatch "${FILESDIR}"/fte-gcc34
-       epatch "${FILESDIR}"/${PN}-new_keyword.patch
-       epatch "${FILESDIR}"/${PN}-slang.patch
-       epatch "${FILESDIR}"/${PN}-interix.patch
+       epatch \
+               "${FILESDIR}"/fte-gcc34 \
+               "${FILESDIR}"/${PN}-new_keyword.patch \
+               "${FILESDIR}"/${PN}-slang.patch \
+               "${FILESDIR}"/${PN}-interix.patch
 
        [[ -e /usr/include/linux/keyboard.h ]] && \
                sed /usr/include/linux/keyboard.h -e '/wait.h/d' > 
src/hacked_keyboard.h
@@ -57,6 +60,7 @@
                -e '/^LDFLAGS/s:=:+=:g' \
                -e 's:= g++:= $(CXX):g' \
                -i src/fte-unix.mak || die "sed CFLAGS, LDFLAGS, CC"
+       ecvs_clean
 }
 
 src_configure() {
@@ -108,11 +112,8 @@
        dodoc CHANGES BUGS HISTORY README TODO
        dohtml doc/*
 
-       dodir usr/share/fte
        insinto /usr/share/fte
        doins -r config/*
-
-       rm -rf "${ED}"/usr/share/fte/CVS
 }
 
 pkg_postinst() {



1.59                 app-editors/fte/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fte/ChangeLog?rev=1.59&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fte/ChangeLog?rev=1.59&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/fte/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/fte/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   3 Apr 2013 17:57:32 -0000       1.58
+++ ChangeLog   21 Mar 2015 10:12:46 -0000      1.59
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/fte
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/ChangeLog,v 1.58 2013/04/03 
17:57:32 tomwij Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/fte/ChangeLog,v 1.59 2015/03/21 
10:12:46 jlec Exp $
+
+  21 Mar 2015; Justin Lecher <[email protected]> fte-20051115-r3.ebuild,
+  fte-20110708.ebuild, metadata.xml:
+  Use ecvs_clean and modernize ebuild style
 
   03 Apr 2013; Tom Wijsman <[email protected]> fte-20110708.ebuild:
   Extensively tested. Changed HOMEPAGE according to the dev manual.




Reply via email to