public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/easyedit: easyedit-1.4.7.ebuild ChangeLog
@ 2009-03-09 11:25 Akinori Hattori (hattya)
  0 siblings, 0 replies; 3+ messages in thread
From: Akinori Hattori (hattya) @ 2009-03-09 11:25 UTC (permalink / raw
  To: gentoo-commits

hattya      09/03/09 11:25:05

  Modified:             easyedit-1.4.7.ebuild ChangeLog
  Log:
  set default target to curses.
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.2                  app-editors/easyedit/easyedit-1.4.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild?r1=1.1&r2=1.2

Index: easyedit-1.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- easyedit-1.4.7.ebuild	1 Mar 2009 16:44:20 -0000	1.1
+++ easyedit-1.4.7.ebuild	9 Mar 2009 11:25:05 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild,v 1.1 2009/03/01 16:44:20 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild,v 1.2 2009/03/09 11:25:05 hattya Exp $
 
 inherit toolchain-funcs
 
@@ -18,20 +18,30 @@
 RDEPEND="${DEPEND}"
 
 src_unpack() {
+
 	unpack ${A}
 	cd "${S}"
 
-	sed -i -e "s/\tcc /\t\\\\\$(CC) /" -e "/other_cflag/s/ *-s//" create.make
-	emake localmake
-	sed -i -e 's/-DNCURSES//' make.local
+	sed -i \
+		-e "s/\tcc /\t\\\\\$(CC) /" \
+		-e "/other_cflag/s/ *-s//" \
+		create.make
+
 }
 
 src_compile() {
-	emake -f make.local CC="$(tc-getCC)" curses || die
+
+	emake localmake
+	sed -i -e '/^all/s/ee/curses/' make.local
+
+	emake -f make.local CC="$(tc-getCC)" || die
+
 }
 
 src_install() {
+
 	dobin ee
 	doman ee.1
 	dodoc README.ee Changes ee.i18n.guide ee.msg
+
 }



1.19                 app-editors/easyedit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	1 Mar 2009 16:53:20 -0000	1.18
+++ ChangeLog	9 Mar 2009 11:25:05 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/easyedit
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.18 2009/03/01 16:53:20 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.19 2009/03/09 11:25:05 hattya Exp $
+
+  09 Mar 2009; Akinori Hattori <hattya@gentoo.org> easyedit-1.4.7.ebuild:
+  set default target to curses.
 
   01 Mar 2009; Patrick Lauer <patrick@gentoo.org> Manifest:
   Oops, Manifest fix






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

* [gentoo-commits] gentoo-x86 commit in app-editors/easyedit: easyedit-1.4.7.ebuild ChangeLog
@ 2009-06-16 17:54 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 3+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-06-16 17:54 UTC (permalink / raw
  To: gentoo-commits

klausman    09/06/16 17:54:05

  Modified:             easyedit-1.4.7.ebuild ChangeLog
  Log:
  Keyworded on alpha, bug #272774
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-editors/easyedit/easyedit-1.4.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild?r1=1.2&r2=1.3

Index: easyedit-1.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- easyedit-1.4.7.ebuild	9 Mar 2009 11:25:05 -0000	1.2
+++ easyedit-1.4.7.ebuild	16 Jun 2009 17:54:05 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild,v 1.2 2009/03/09 11:25:05 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild,v 1.3 2009/06/16 17:54:05 klausman Exp $
 
 inherit toolchain-funcs
 
@@ -11,7 +11,7 @@
 SRC_URI="http://mahon.cwx.net/sources/ee-${PV}.src.tgz"
 
 LICENSE="BSD-2"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 SLOT="0"
 
 DEPEND=">=sys-libs/ncurses-5.0"



1.20                 app-editors/easyedit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	9 Mar 2009 11:25:05 -0000	1.19
+++ ChangeLog	16 Jun 2009 17:54:05 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/easyedit
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.19 2009/03/09 11:25:05 hattya Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.20 2009/06/16 17:54:05 klausman Exp $
+
+  16 Jun 2009; Tobias Klausmann <klausman@gentoo.org> easyedit-1.4.7.ebuild:
+  Keyworded on alpha, bug #272774
 
   09 Mar 2009; Akinori Hattori <hattya@gentoo.org> easyedit-1.4.7.ebuild:
   set default target to curses.






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

* [gentoo-commits] gentoo-x86 commit in app-editors/easyedit: easyedit-1.4.7.ebuild ChangeLog
@ 2010-01-01 20:55 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-01 20:55 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/01 20:55:35

  Modified:             easyedit-1.4.7.ebuild ChangeLog
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.4                  app-editors/easyedit/easyedit-1.4.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild?r1=1.3&r2=1.4

Index: easyedit-1.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- easyedit-1.4.7.ebuild	16 Jun 2009 17:54:05 -0000	1.3
+++ easyedit-1.4.7.ebuild	1 Jan 2010 20:55:35 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild,v 1.3 2009/06/16 17:54:05 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/easyedit-1.4.7.ebuild,v 1.4 2010/01/01 20:55:35 fauli Exp $
 
 inherit toolchain-funcs
 
@@ -11,7 +11,7 @@
 SRC_URI="http://mahon.cwx.net/sources/ee-${PV}.src.tgz"
 
 LICENSE="BSD-2"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
 SLOT="0"
 
 DEPEND=">=sys-libs/ncurses-5.0"



1.21                 app-editors/easyedit/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/easyedit/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	16 Jun 2009 17:54:05 -0000	1.20
+++ ChangeLog	1 Jan 2010 20:55:35 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/easyedit
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.20 2009/06/16 17:54:05 klausman Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/easyedit/ChangeLog,v 1.21 2010/01/01 20:55:35 fauli Exp $
+
+  01 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  easyedit-1.4.7.ebuild:
+  Transfer Prefix keywords
 
   16 Jun 2009; Tobias Klausmann <klausman@gentoo.org> easyedit-1.4.7.ebuild:
   Keyworded on alpha, bug #272774






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

end of thread, other threads:[~2010-01-01 20:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-09 11:25 [gentoo-commits] gentoo-x86 commit in app-editors/easyedit: easyedit-1.4.7.ebuild ChangeLog Akinori Hattori (hattya)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-16 17:54 Tobias Klausmann (klausman)
2010-01-01 20:55 Christian Faulhammer (fauli)

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