public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/cooledit: ChangeLog cooledit-3.17.17-r1.ebuild
@ 2011-09-10 17:46 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-09-10 17:46 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/09/10 17:46:52

  Modified:             ChangeLog
  Added:                cooledit-3.17.17-r1.ebuild
  Log:
  Add patches for bug #267567 and bug #267536. Thanks to Frank Peters <frank.peters@comcast.net> and Helmuth Schmelzer <des-colo@hotmail.com>
  
  (Portage version: 2.2.0_alpha54/cvs/Linux x86_64)

Revision  Changes    Path
1.28                 app-editors/cooledit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/cooledit/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	5 Apr 2010 04:04:43 -0000	1.27
+++ ChangeLog	10 Sep 2011 17:46:52 -0000	1.28
@@ -1,6 +1,13 @@
 # ChangeLog for app-editors/cooledit
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/ChangeLog,v 1.27 2010/04/05 04:04:43 abcd Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/ChangeLog,v 1.28 2011/09/10 17:46:52 hwoarang Exp $
+
+*cooledit-3.17.17-r1 (10 Sep 2011)
+
+  10 Sep 2011; Markos Chandras <hwoarang@gentoo.org>
+  +cooledit-3.17.17-r1.ebuild, +files/cooledit-3.17.17-copy.patch:
+  Add patches for bug #267567 and bug #267536. Thanks to Frank Peters
+  <frank.peters@comcast.net> and Helmuth Schmelzer <des-colo@hotmail.com>
 
   05 Apr 2010; Jonathan Callen <abcd@gentoo.org> cooledit-3.17.17.ebuild,
   +files/cooledit-3.17.17-interix.patch,



1.1                  app-editors/cooledit/cooledit-3.17.17-r1.ebuild

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

Index: cooledit-3.17.17-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/cooledit-3.17.17-r1.ebuild,v 1.1 2011/09/10 17:46:52 hwoarang Exp $

inherit autotools eutils

DESCRIPTION="Cooledit is a full featured multiple window text editor"
HOMEPAGE="http://freshmeat.net/projects/cooledit/"
SRC_URI="ftp://ftp.ibiblio.org/pub/Linux/apps/editors/X/cooledit/${P}.tar.gz
	http://dev.gentoo.org/~hwoarang/distfiles/${P}-nopython.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="nls"

RDEPEND="x11-libs/libX11
	x11-libs/libXdmcp
	x11-libs/libXau
	app-text/ispell"
DEPEND="${RDEPEND}
	x11-libs/libXpm"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-gcc4.patch \
		"${FILESDIR}"/${P}-asneeded.patch \
		"${FILESDIR}"/${P}-implicit_declarations.patch \
		"${FILESDIR}"/${P}-interix.patch \
		"${FILESDIR}"/${P}-interix5.patch \
		"${FILESDIR}"/${P}-copy.patch \
		"${WORKDIR}"/${P}-nopython.patch
	sed -i -e "/Python.h/d" "${S}"/editor/_coolpython.c || die
	eautoreconf
}

src_compile() {
	[[ ${CHOST} == *-interix* ]] && export ac_cv_header_wchar_h=no

	# Fix for bug 40152 (04 Feb 2004 agriffis)
	addwrite /dev/ptym/clone:/dev/ptmx
	econf $(use_enable nls)
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
}






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

* [gentoo-commits] gentoo-x86 commit in app-editors/cooledit: ChangeLog cooledit-3.17.17-r1.ebuild
@ 2012-02-15 16:44 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2012-02-15 16:44 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/15 16:44:44

  Modified:             ChangeLog cooledit-3.17.17-r1.ebuild
  Log:
  Marking cooledit-3.17.17-r1 ppc for bug 399925
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.29                 app-editors/cooledit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/cooledit/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	10 Sep 2011 17:46:52 -0000	1.28
+++ ChangeLog	15 Feb 2012 16:44:44 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/cooledit
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/ChangeLog,v 1.28 2011/09/10 17:46:52 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/ChangeLog,v 1.29 2012/02/15 16:44:44 ranger Exp $
+
+  15 Feb 2012; Brent Baude <ranger@gentoo.org> cooledit-3.17.17-r1.ebuild:
+  Marking cooledit-3.17.17-r1 ppc for bug 399925
 
 *cooledit-3.17.17-r1 (10 Sep 2011)
 



1.2                  app-editors/cooledit/cooledit-3.17.17-r1.ebuild

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

Index: cooledit-3.17.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/cooledit/cooledit-3.17.17-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cooledit-3.17.17-r1.ebuild	10 Sep 2011 17:46:52 -0000	1.1
+++ cooledit-3.17.17-r1.ebuild	15 Feb 2012 16:44:44 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/cooledit-3.17.17-r1.ebuild,v 1.1 2011/09/10 17:46:52 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/cooledit-3.17.17-r1.ebuild,v 1.2 2012/02/15 16:44:44 ranger Exp $
 
 inherit autotools eutils
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="nls"
 
 RDEPEND="x11-libs/libX11






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

* [gentoo-commits] gentoo-x86 commit in app-editors/cooledit: ChangeLog cooledit-3.17.17-r1.ebuild
@ 2012-02-16 17:51 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-16 17:51 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/16 17:51:24

  Modified:             ChangeLog cooledit-3.17.17-r1.ebuild
  Log:
  x86 stable wrt bug #399925
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.30                 app-editors/cooledit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/cooledit/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	15 Feb 2012 16:44:44 -0000	1.29
+++ ChangeLog	16 Feb 2012 17:51:24 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/cooledit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/ChangeLog,v 1.29 2012/02/15 16:44:44 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/ChangeLog,v 1.30 2012/02/16 17:51:24 phajdan.jr Exp $
+
+  16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  cooledit-3.17.17-r1.ebuild:
+  x86 stable wrt bug #399925
 
   15 Feb 2012; Brent Baude <ranger@gentoo.org> cooledit-3.17.17-r1.ebuild:
   Marking cooledit-3.17.17-r1 ppc for bug 399925



1.3                  app-editors/cooledit/cooledit-3.17.17-r1.ebuild

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

Index: cooledit-3.17.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/cooledit/cooledit-3.17.17-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cooledit-3.17.17-r1.ebuild	15 Feb 2012 16:44:44 -0000	1.2
+++ cooledit-3.17.17-r1.ebuild	16 Feb 2012 17:51:24 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/cooledit-3.17.17-r1.ebuild,v 1.2 2012/02/15 16:44:44 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/cooledit/cooledit-3.17.17-r1.ebuild,v 1.3 2012/02/16 17:51:24 phajdan.jr Exp $
 
 inherit autotools eutils
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="nls"
 
 RDEPEND="x11-libs/libX11






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

end of thread, other threads:[~2012-02-16 17:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-10 17:46 [gentoo-commits] gentoo-x86 commit in app-editors/cooledit: ChangeLog cooledit-3.17.17-r1.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-15 16:44 Brent Baude (ranger)
2012-02-16 17:51 PaweA Hajdan (phajdan.jr)

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