public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/ee: ee-1.5.2.ebuild ChangeLog ee-1.4.6.ebuild ee-1.4.7.ebuild
@ 2011-08-13 12:29 Akinori Hattori (hattya)
  0 siblings, 0 replies; only message in thread
From: Akinori Hattori (hattya) @ 2011-08-13 12:29 UTC (permalink / raw
  To: gentoo-commits

hattya      11/08/13 12:29:34

  Modified:             ee-1.5.2.ebuild ChangeLog ee-1.4.6.ebuild
  Removed:              ee-1.4.7.ebuild
  Log:
  update to EAPI 4.
  
  (Portage version: 2.1.10.3/cvs/Linux i686)

Revision  Changes    Path
1.3                  app-editors/ee/ee-1.5.2.ebuild

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

Index: ee-1.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ee/ee-1.5.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ee-1.5.2.ebuild	7 May 2011 21:12:14 -0000	1.2
+++ ee-1.5.2.ebuild	13 Aug 2011 12:29:33 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ee-1.5.2.ebuild,v 1.2 2011/05/07 21:12:14 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ee-1.5.2.ebuild,v 1.3 2011/08/13 12:29:33 hattya Exp $
 
-EAPI="3"
+EAPI="4"
 
 inherit eutils toolchain-funcs
 
@@ -16,39 +16,30 @@
 IUSE=""
 
 RDEPEND="!app-editors/ersatz-emacs"
-
 S="${WORKDIR}/easyedit-${PV}"
 
 src_prepare() {
-
 	epatch "${FILESDIR}"/${PN}-*.diff
 
 	sed -i \
 		-e "s/make -/\$(MAKE) -/g" \
 		-e "/^buildee/s/$/ localmake/" \
-		Makefile \
-		|| die
+		Makefile
 
 	sed -i \
 		-e "s/\tcc /\t\\\\\$(CC) /" \
 		-e "/CFLAGS =/s/\" >/ \\\\\$(LDFLAGS)\" >/" \
 		-e "/other_cflag/s/ *-s//" \
-		create.make \
-		|| die
-
+		create.make
 }
 
 src_compile() {
-
-	emake CC="$(tc-getCC)" || die
-
+	emake CC="$(tc-getCC)"
 }
 
 src_install() {
-
 	dobin ee
 	doman ee.1
 	dodoc Changes README.ee ee.i18n.guide ee.msg
-	dodir /usr/share/${PN}
-
+	keepdir /usr/share/${PN}
 }



1.4                  app-editors/ee/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ee/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	7 May 2011 21:12:14 -0000	1.3
+++ ChangeLog	13 Aug 2011 12:29:33 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/ee
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ChangeLog,v 1.3 2011/05/07 21:12:14 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ChangeLog,v 1.4 2011/08/13 12:29:33 hattya Exp $
+
+  13 Aug 2011; Akinori Hattori <hattya@gentoo.org> ee-1.4.6.ebuild,
+  -ee-1.4.7.ebuild, ee-1.5.2.ebuild, files/ee-init-location.diff:
+  update to EAPI 4.
 
   07 May 2011; Ulrich Mueller <ulm@gentoo.org> ee-1.4.6.ebuild,
   ee-1.4.7.ebuild, ee-1.5.2.ebuild:



1.3                  app-editors/ee/ee-1.4.6.ebuild

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

Index: ee-1.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ee/ee-1.4.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ee-1.4.6.ebuild	7 May 2011 21:12:15 -0000	1.2
+++ ee-1.4.6.ebuild	13 Aug 2011 12:29:33 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ee-1.4.6.ebuild,v 1.2 2011/05/07 21:12:15 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ee/ee-1.4.6.ebuild,v 1.3 2011/08/13 12:29:33 hattya Exp $
 
-EAPI="3"
+EAPI="4"
 
 inherit toolchain-funcs
 
@@ -15,37 +15,26 @@
 KEYWORDS="~amd64 ia64 ~mips ppc ppc64 sparc x86"
 IUSE=""
 
-DEPEND=">=sys-libs/ncurses-5.0"
-RDEPEND="${DEPEND}
-	!app-editors/ersatz-emacs"
-
+RDEPEND="!app-editors/ersatz-emacs"
 S="${WORKDIR}/easyedit-${PV}"
 
 src_prepare() {
-
 	sed -i \
 		-e "s/\tcc /\t\\\\\$(CC) /" \
 		-e "/other_cflag/s/ *-s//" \
 		create.make
-
 }
 
 src_configure() {
-
 	emake localmake
-
 }
 
 src_compile() {
-
-	emake -f make.local CC="$(tc-getCC)" || die
-
+	emake -f make.local CC="$(tc-getCC)"
 }
 
 src_install() {
-
 	dobin ee
 	doman ee.1
-	dodoc README.ee Changes ee.i18n.guide ee.msg
-
+	dodoc Changes README.ee ee.i18n.guide ee.msg
 }






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-13 12:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-13 12:29 [gentoo-commits] gentoo-x86 commit in app-editors/ee: ee-1.5.2.ebuild ChangeLog ee-1.4.6.ebuild ee-1.4.7.ebuild Akinori Hattori (hattya)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox