public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnustep-apps/terminal: ChangeLog terminal-0.9.7.ebuild
@ 2010-05-25 22:34 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 3+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2010-05-25 22:34 UTC (permalink / raw
  To: gentoo-commits

voyageur    10/05/25 22:34:14

  Modified:             ChangeLog
  Added:                terminal-0.9.7.ebuild
  Log:
  Version bump, mostly bugfix and compatibility with last GNUstep release
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 gnustep-apps/terminal/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	15 Jan 2010 13:51:35 -0000	1.22
+++ ChangeLog	25 May 2010 22:34:14 -0000	1.23
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-apps/terminal
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.22 2010/01/15 13:51:35 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.23 2010/05/25 22:34:14 voyageur Exp $
+
+*terminal-0.9.7 (25 May 2010)
+
+  25 May 2010; Bernard Cafarelli <voyageur@gentoo.org>
+  +terminal-0.9.7.ebuild:
+  Version bump, mostly bugfix and compatibility with last GNUstep release
 
 *terminal-0.9.6 (15 Jan 2010)
 



1.1                  gnustep-apps/terminal/terminal-0.9.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/terminal-0.9.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/terminal-0.9.7.ebuild?rev=1.1&content-type=text/plain

Index: terminal-0.9.7.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/terminal-0.9.7.ebuild,v 1.1 2010/05/25 22:34:14 voyageur Exp $

EAPI=2

inherit gnustep-2

S=${WORKDIR}/${P/t/T}

DESCRIPTION="A terminal emulator for GNUstep"
HOMEPAGE="http://www.nongnu.org/terminal/"
SRC_URI="http://savannah.nongnu.org/download/gap/${P/t/T}.tar.gz"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
SLOT="0"
IUSE=""

src_prepare() {
	# Correct link command for --as-needed
	sed -i -e "s/Terminal_LDFLAGS/ADDITIONAL_TOOL_LIBS/" GNUmakefile || die "sed failed"
}






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

* [gentoo-commits] gentoo-x86 commit in gnustep-apps/terminal: ChangeLog terminal-0.9.7.ebuild
@ 2012-02-04 14:07 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-04 14:07 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/04 14:07:29

  Modified:             ChangeLog terminal-0.9.7.ebuild
  Log:
  Stable for amd64, wrt bug #397049
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 gnustep-apps/terminal/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	5 Aug 2011 11:55:22 -0000	1.24
+++ ChangeLog	4 Feb 2012 14:07:29 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for gnustep-apps/terminal
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.24 2011/08/05 11:55:22 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.25 2012/02/04 14:07:29 ago Exp $
+
+  04 Feb 2012; Agostino Sarubbo <ago@gentoo.org> terminal-0.9.7.ebuild:
+  Stable for amd64, wrt bug #397049
 
   05 Aug 2011; Samuli Suominen <ssuominen@gentoo.org>
   terminal-0.9.5_pre20060324-r1.ebuild, terminal-0.9.5.ebuild,



1.3                  gnustep-apps/terminal/terminal-0.9.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/terminal-0.9.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/terminal-0.9.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/terminal-0.9.7.ebuild?r1=1.2&r2=1.3

Index: terminal-0.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/terminal-0.9.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- terminal-0.9.7.ebuild	5 Aug 2011 11:55:22 -0000	1.2
+++ terminal-0.9.7.ebuild	4 Feb 2012 14:07:29 -0000	1.3
@@ -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/gnustep-apps/terminal/terminal-0.9.7.ebuild,v 1.2 2011/08/05 11:55:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/terminal-0.9.7.ebuild,v 1.3 2012/02/04 14:07:29 ago Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 SRC_URI="http://savannah.nongnu.org/download/gap/${P/t/T}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
 SLOT="0"
 IUSE=""
 






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

* [gentoo-commits] gentoo-x86 commit in gnustep-apps/terminal: ChangeLog terminal-0.9.7.ebuild
@ 2012-04-07 16:50 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2012-04-07 16:50 UTC (permalink / raw
  To: gentoo-commits

maekke      12/04/07 16:50:11

  Modified:             ChangeLog terminal-0.9.7.ebuild
  Log:
  x86 stable, bug #397049
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 gnustep-apps/terminal/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	4 Feb 2012 14:07:29 -0000	1.25
+++ ChangeLog	7 Apr 2012 16:50:11 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for gnustep-apps/terminal
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.25 2012/02/04 14:07:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/ChangeLog,v 1.26 2012/04/07 16:50:11 maekke Exp $
+
+  07 Apr 2012; Markus Meier <maekke@gentoo.org> terminal-0.9.7.ebuild:
+  x86 stable, bug #397049
 
   04 Feb 2012; Agostino Sarubbo <ago@gentoo.org> terminal-0.9.7.ebuild:
   Stable for amd64, wrt bug #397049



1.4                  gnustep-apps/terminal/terminal-0.9.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/terminal-0.9.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/terminal-0.9.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/terminal/terminal-0.9.7.ebuild?r1=1.3&r2=1.4

Index: terminal-0.9.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/terminal-0.9.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- terminal-0.9.7.ebuild	4 Feb 2012 14:07:29 -0000	1.3
+++ terminal-0.9.7.ebuild	7 Apr 2012 16:50:11 -0000	1.4
@@ -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/gnustep-apps/terminal/terminal-0.9.7.ebuild,v 1.3 2012/02/04 14:07:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/terminal/terminal-0.9.7.ebuild,v 1.4 2012/04/07 16:50:11 maekke Exp $
 
 EAPI=2
 
@@ -13,7 +13,7 @@
 SRC_URI="http://savannah.nongnu.org/download/gap/${P/t/T}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
 SLOT="0"
 IUSE=""
 






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

end of thread, other threads:[~2012-04-07 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-07 16:50 [gentoo-commits] gentoo-x86 commit in gnustep-apps/terminal: ChangeLog terminal-0.9.7.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-04 14:07 Agostino Sarubbo (ago)
2010-05-25 22:34 Bernard Cafarelli (voyageur)

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