public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/e3: ChangeLog e3-2.8.ebuild
@ 2011-02-12 16:28 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-02-12 16:28 UTC (permalink / raw
  To: gentoo-commits

ulm         11/02/12 16:28:22

  Modified:             ChangeLog
  Added:                e3-2.8.ebuild
  Log:
  Version bump. Update HOMEPAGE and SRC_URI.
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 app-editors/e3/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	30 Mar 2010 22:39:27 -0000	1.32
+++ ChangeLog	12 Feb 2011 16:28:22 -0000	1.33
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/e3
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.32 2010/03/30 22:39:27 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.33 2011/02/12 16:28:22 ulm Exp $
+
+*e3-2.8 (12 Feb 2011)
+
+  12 Feb 2011; Ulrich Mueller <ulm@gentoo.org> +e3-2.8.ebuild:
+  Version bump. Update HOMEPAGE and SRC_URI.
 
   30 Mar 2010; Christian Faulhammer <fauli@gentoo.org> e3-2.7.1.ebuild:
   fix HOMEPAGE and SRC_URI



1.1                  app-editors/e3/e3-2.8.ebuild

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

Index: e3-2.8.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.8.ebuild,v 1.1 2011/02/12 16:28:22 ulm Exp $

EAPI=3

DESCRIPTION="Very tiny editor in ASM with emacs, pico, wordstar, and vi keybindings"
HOMEPAGE="http://sites.google.com/site/e3editor/"
SRC_URI="http://sites.google.com/site/e3editor/Home/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""
RESTRICT="strip"

DEPEND=">=dev-lang/nasm-2.09.04"
RDEPEND=""

src_compile() {
	if use amd64; then
		emake 64 || die
	else
		emake 32 || die
	fi
}

src_install() {
	dobin e3 || die
	dosym e3 /usr/bin/e3em
	dosym e3 /usr/bin/e3ne
	dosym e3 /usr/bin/e3pi
	dosym e3 /usr/bin/e3vi
	dosym e3 /usr/bin/e3ws

	newman e3.man e3.1 || die
	dohtml e3.html || die
	dodoc ChangeLog README README_OLD
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/e3: ChangeLog e3-2.8.ebuild
@ 2011-02-15 14:41 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-02-15 14:41 UTC (permalink / raw
  To: gentoo-commits

ulm         11/02/15 14:41:19

  Modified:             ChangeLog e3-2.8.ebuild
  Log:
  Fix build failure for 32 bit version.
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 app-editors/e3/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	12 Feb 2011 16:28:22 -0000	1.33
+++ ChangeLog	15 Feb 2011 14:41:19 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/e3
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.33 2011/02/12 16:28:22 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.34 2011/02/15 14:41:19 ulm Exp $
+
+  15 Feb 2011; Ulrich Mueller <ulm@gentoo.org> e3-2.8.ebuild:
+  Fix build failure for 32 bit version. Thanks to Stelian Ionescu.
 
 *e3-2.8 (12 Feb 2011)
 



1.2                  app-editors/e3/e3-2.8.ebuild

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

Index: e3-2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- e3-2.8.ebuild	12 Feb 2011 16:28:22 -0000	1.1
+++ e3-2.8.ebuild	15 Feb 2011 14:41:19 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.8.ebuild,v 1.1 2011/02/12 16:28:22 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.8.ebuild,v 1.2 2011/02/15 14:41:19 ulm Exp $
 
 EAPI=3
 
@@ -17,6 +17,10 @@
 DEPEND=">=dev-lang/nasm-2.09.04"
 RDEPEND=""
 
+src_prepare() {
+	sed -i 's/-D$(EXMODE)//' Makefile || die
+}
+
 src_compile() {
 	if use amd64; then
 		emake 64 || die






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/e3: ChangeLog e3-2.8.ebuild
@ 2011-04-03  8:35 Christoph Mende (angelos)
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende (angelos) @ 2011-04-03  8:35 UTC (permalink / raw
  To: gentoo-commits

angelos     11/04/03 08:35:31

  Modified:             ChangeLog e3-2.8.ebuild
  Log:
  Stable on amd64 wrt bug #361633
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 app-editors/e3/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	15 Feb 2011 14:41:19 -0000	1.34
+++ ChangeLog	3 Apr 2011 08:35:31 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/e3
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.34 2011/02/15 14:41:19 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.35 2011/04/03 08:35:31 angelos Exp $
+
+  03 Apr 2011; Christoph Mende <angelos@gentoo.org> e3-2.8.ebuild:
+  Stable on amd64 wrt bug #361633
 
   15 Feb 2011; Ulrich Mueller <ulm@gentoo.org> e3-2.8.ebuild:
   Fix build failure for 32 bit version. Thanks to Stelian Ionescu.



1.3                  app-editors/e3/e3-2.8.ebuild

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

Index: e3-2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- e3-2.8.ebuild	15 Feb 2011 14:41:19 -0000	1.2
+++ e3-2.8.ebuild	3 Apr 2011 08:35:31 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.8.ebuild,v 1.2 2011/02/15 14:41:19 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.8.ebuild,v 1.3 2011/04/03 08:35:31 angelos Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 IUSE=""
 RESTRICT="strip"
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/e3: ChangeLog e3-2.8.ebuild
@ 2011-04-10  4:40 Thomas Kahle (tomka)
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle (tomka) @ 2011-04-10  4:40 UTC (permalink / raw
  To: gentoo-commits

tomka       11/04/10 04:40:38

  Modified:             ChangeLog e3-2.8.ebuild
  Log:
  x86 stable per bug 361633
  
  (Portage version: 2.1.9.45/cvs/Linux i686)

Revision  Changes    Path
1.36                 app-editors/e3/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	3 Apr 2011 08:35:31 -0000	1.35
+++ ChangeLog	10 Apr 2011 04:40:38 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/e3
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.35 2011/04/03 08:35:31 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.36 2011/04/10 04:40:38 tomka Exp $
+
+  10 Apr 2011; Thomas Kahle <tomka@gentoo.org> e3-2.8.ebuild:
+  x86 stable per bug 361633
 
   03 Apr 2011; Christoph Mende <angelos@gentoo.org> e3-2.8.ebuild:
   Stable on amd64 wrt bug #361633



1.4                  app-editors/e3/e3-2.8.ebuild

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

Index: e3-2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- e3-2.8.ebuild	3 Apr 2011 08:35:31 -0000	1.3
+++ e3-2.8.ebuild	10 Apr 2011 04:40:38 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.8.ebuild,v 1.3 2011/04/03 08:35:31 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.8.ebuild,v 1.4 2011/04/10 04:40:38 tomka Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* amd64 ~x86"
+KEYWORDS="-* amd64 x86"
 IUSE=""
 RESTRICT="strip"
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-04-10  4:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-15 14:41 [gentoo-commits] gentoo-x86 commit in app-editors/e3: ChangeLog e3-2.8.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-10  4:40 Thomas Kahle (tomka)
2011-04-03  8:35 Christoph Mende (angelos)
2011-02-12 16:28 Ulrich Mueller (ulm)

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