* [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.16.0.ebuild
@ 2008-12-22 14:04 Bernard Cafarelli (voyageur)
0 siblings, 0 replies; 7+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2008-12-22 14:04 UTC (permalink / raw
To: gentoo-commits
voyageur 08/12/22 14:04:30
Modified: ChangeLog
Added: gnustep-back-xlib-0.16.0.ebuild
Log:
Major version bump, general cleanup of code
(Portage version: 2.2_rc18/cvs/Linux 2.6.26-gentoo x86_64)
Revision Changes Path
1.48 gnustep-base/gnustep-back-xlib/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 17 Nov 2008 13:40:11 -0000 1.47
+++ ChangeLog 22 Dec 2008 14:04:30 -0000 1.48
@@ -1,6 +1,12 @@
# ChangeLog for gnustep-base/gnustep-back-xlib
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.47 2008/11/17 13:40:11 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.48 2008/12/22 14:04:30 voyageur Exp $
+
+*gnustep-back-xlib-0.16.0 (22 Dec 2008)
+
+ 22 Dec 2008; Bernard Cafarelli <voyageur@gentoo.org>
+ +gnustep-back-xlib-0.16.0.ebuild:
+ Major version bump, general cleanup of code
17 Nov 2008; Bernard Cafarelli <voyageur@gentoo.org>
-gnustep-back-xlib-0.12.1.ebuild:
1.1 gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?rev=1.1&content-type=text/plain
Index: gnustep-back-xlib-0.16.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v 1.1 2008/12/22 14:04:30 voyageur Exp $
inherit gnustep-base
S=${WORKDIR}/gnustep-back-${PV}
DESCRIPTION="Default X11 back-end component for the GNUstep GUI Library"
HOMEPAGE="http://www.gnustep.org"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
SLOT="0"
LICENSE="LGPL-2.1"
IUSE="opengl xim"
DEPEND="${GNUSTEP_CORE_DEPEND}
~gnustep-base/gnustep-gui-${PV}
opengl? ( virtual/opengl virtual/glu )
x11-libs/libICE
x11-libs/libSM
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXft
x11-libs/libXrender
dev-libs/expat
media-libs/fontconfig
>=media-libs/freetype-2.1.9
!gnustep-base/gnustep-back-art
!gnustep-base/gnustep-back-cairo"
RDEPEND="${DEPEND}"
src_compile() {
egnustep_env
use opengl && myconf="--enable-glx"
myconf="$myconf `use_enable xim`"
myconf="$myconf --enable-server=x11"
myconf="$myconf --enable-graphics=xlib"
econf $myconf || die "configure failed"
egnustep_make
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.16.0.ebuild
@ 2009-06-10 21:50 Christian Faulhammer (fauli)
0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-06-10 21:50 UTC (permalink / raw
To: gentoo-commits
fauli 09/06/10 21:50:06
Modified: ChangeLog gnustep-back-xlib-0.16.0.ebuild
Log:
stable x86, bug 272673
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.49 gnustep-base/gnustep-back-xlib/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 22 Dec 2008 14:04:30 -0000 1.48
+++ ChangeLog 10 Jun 2009 21:50:06 -0000 1.49
@@ -1,6 +1,10 @@
# ChangeLog for gnustep-base/gnustep-back-xlib
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.48 2008/12/22 14:04:30 voyageur Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.49 2009/06/10 21:50:06 fauli Exp $
+
+ 10 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
+ gnustep-back-xlib-0.16.0.ebuild:
+ stable x86, bug 272673
*gnustep-back-xlib-0.16.0 (22 Dec 2008)
1.2 gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?r1=1.1&r2=1.2
Index: gnustep-back-xlib-0.16.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnustep-back-xlib-0.16.0.ebuild 22 Dec 2008 14:04:30 -0000 1.1
+++ gnustep-back-xlib-0.16.0.ebuild 10 Jun 2009 21:50:06 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v 1.1 2008/12/22 14:04:30 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v 1.2 2009/06/10 21:50:06 fauli Exp $
inherit gnustep-base
@@ -10,7 +10,7 @@
HOMEPAGE="http://www.gnustep.org"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-fbsd"
SLOT="0"
LICENSE="LGPL-2.1"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.16.0.ebuild
@ 2009-06-11 21:33 Markus Meier (maekke)
0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-06-11 21:33 UTC (permalink / raw
To: gentoo-commits
maekke 09/06/11 21:33:43
Modified: ChangeLog gnustep-back-xlib-0.16.0.ebuild
Log:
amd64 stable, bug #272673
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.50 gnustep-base/gnustep-back-xlib/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 10 Jun 2009 21:50:06 -0000 1.49
+++ ChangeLog 11 Jun 2009 21:33:43 -0000 1.50
@@ -1,6 +1,10 @@
# ChangeLog for gnustep-base/gnustep-back-xlib
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.49 2009/06/10 21:50:06 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.50 2009/06/11 21:33:43 maekke Exp $
+
+ 11 Jun 2009; Markus Meier <maekke@gentoo.org>
+ gnustep-back-xlib-0.16.0.ebuild:
+ amd64 stable, bug #272673
10 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
gnustep-back-xlib-0.16.0.ebuild:
1.3 gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?r1=1.2&r2=1.3
Index: gnustep-back-xlib-0.16.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnustep-back-xlib-0.16.0.ebuild 10 Jun 2009 21:50:06 -0000 1.2
+++ gnustep-back-xlib-0.16.0.ebuild 11 Jun 2009 21:33:43 -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/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v 1.2 2009/06/10 21:50:06 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v 1.3 2009/06/11 21:33:43 maekke Exp $
inherit gnustep-base
@@ -10,7 +10,7 @@
HOMEPAGE="http://www.gnustep.org"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz"
-KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd"
SLOT="0"
LICENSE="LGPL-2.1"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.16.0.ebuild
@ 2009-07-19 13:21 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-07-19 13:21 UTC (permalink / raw
To: gentoo-commits
nixnut 09/07/19 13:21:45
Modified: ChangeLog gnustep-back-xlib-0.16.0.ebuild
Log:
ppc stable #272673
(Portage version: 2.1.6.13/cvs/Linux ppc)
Revision Changes Path
1.51 gnustep-base/gnustep-back-xlib/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 11 Jun 2009 21:33:43 -0000 1.50
+++ ChangeLog 19 Jul 2009 13:21:45 -0000 1.51
@@ -1,6 +1,9 @@
# ChangeLog for gnustep-base/gnustep-back-xlib
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.50 2009/06/11 21:33:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.51 2009/07/19 13:21:45 nixnut Exp $
+
+ 19 Jul 2009; nixnut <nixnut@gentoo.org> gnustep-back-xlib-0.16.0.ebuild:
+ ppc stable #272673
11 Jun 2009; Markus Meier <maekke@gentoo.org>
gnustep-back-xlib-0.16.0.ebuild:
1.4 gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?r1=1.3&r2=1.4
Index: gnustep-back-xlib-0.16.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnustep-back-xlib-0.16.0.ebuild 11 Jun 2009 21:33:43 -0000 1.3
+++ gnustep-back-xlib-0.16.0.ebuild 19 Jul 2009 13:21:45 -0000 1.4
@@ -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/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v 1.3 2009/06/11 21:33:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v 1.4 2009/07/19 13:21:45 nixnut Exp $
inherit gnustep-base
@@ -10,7 +10,7 @@
HOMEPAGE="http://www.gnustep.org"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz"
-KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd"
SLOT="0"
LICENSE="LGPL-2.1"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.16.0.ebuild
@ 2010-01-07 15:21 Christian Faulhammer (fauli)
0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-07 15:21 UTC (permalink / raw
To: gentoo-commits
fauli 10/01/07 15:21:42
Modified: ChangeLog gnustep-back-xlib-0.16.0.ebuild
Log:
Transfer Prefix keywords
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.52 gnustep-base/gnustep-back-xlib/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 19 Jul 2009 13:21:45 -0000 1.51
+++ ChangeLog 7 Jan 2010 15:21:42 -0000 1.52
@@ -1,6 +1,10 @@
# ChangeLog for gnustep-base/gnustep-back-xlib
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.51 2009/07/19 13:21:45 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.52 2010/01/07 15:21:42 fauli Exp $
+
+ 07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+ gnustep-back-xlib-0.16.0.ebuild:
+ Transfer Prefix keywords
19 Jul 2009; nixnut <nixnut@gentoo.org> gnustep-back-xlib-0.16.0.ebuild:
ppc stable #272673
1.5 gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?r1=1.4&r2=1.5
Index: gnustep-back-xlib-0.16.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnustep-back-xlib-0.16.0.ebuild 19 Jul 2009 13:21:45 -0000 1.4
+++ gnustep-back-xlib-0.16.0.ebuild 7 Jan 2010 15:21:42 -0000 1.5
@@ -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/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v 1.4 2009/07/19 13:21:45 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v 1.5 2010/01/07 15:21:42 fauli Exp $
inherit gnustep-base
@@ -10,7 +10,7 @@
HOMEPAGE="http://www.gnustep.org"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz"
-KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
SLOT="0"
LICENSE="LGPL-2.1"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.16.0.ebuild
@ 2010-01-16 14:40 Raul Porcel (armin76)
0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-16 14:40 UTC (permalink / raw
To: gentoo-commits
armin76 10/01/16 14:40:05
Modified: ChangeLog gnustep-back-xlib-0.16.0.ebuild
Log:
sparc stable wrt #272673
(Portage version: 2.1.6.13/cvs/Linux ia64)
Revision Changes Path
1.53 gnustep-base/gnustep-back-xlib/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 7 Jan 2010 15:21:42 -0000 1.52
+++ ChangeLog 16 Jan 2010 14:40:04 -0000 1.53
@@ -1,6 +1,10 @@
# ChangeLog for gnustep-base/gnustep-back-xlib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.52 2010/01/07 15:21:42 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.53 2010/01/16 14:40:04 armin76 Exp $
+
+ 16 Jan 2010; Raúl Porcel <armin76@gentoo.org>
+ gnustep-back-xlib-0.16.0.ebuild:
+ sparc stable wrt #272673
07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
gnustep-back-xlib-0.16.0.ebuild:
1.6 gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild?r1=1.5&r2=1.6
Index: gnustep-back-xlib-0.16.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnustep-back-xlib-0.16.0.ebuild 7 Jan 2010 15:21:42 -0000 1.5
+++ gnustep-back-xlib-0.16.0.ebuild 16 Jan 2010 14:40:04 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v 1.5 2010/01/07 15:21:42 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.16.0.ebuild,v 1.6 2010/01/16 14:40:04 armin76 Exp $
inherit gnustep-base
@@ -10,7 +10,7 @@
HOMEPAGE="http://www.gnustep.org"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-back-${PV}.tar.gz"
-KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
SLOT="0"
LICENSE="LGPL-2.1"
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.16.0.ebuild
@ 2010-08-20 12:31 Bernard Cafarelli (voyageur)
0 siblings, 0 replies; 7+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2010-08-20 12:31 UTC (permalink / raw
To: gentoo-commits
voyageur 10/08/20 12:31:42
Modified: ChangeLog
Removed: gnustep-back-xlib-0.16.0.ebuild
Log:
Drop old stable versions, security bug #325577
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.60 gnustep-base/gnustep-back-xlib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 13 Aug 2010 17:32:39 -0000 1.59
+++ ChangeLog 20 Aug 2010 12:31:42 -0000 1.60
@@ -1,6 +1,10 @@
# ChangeLog for gnustep-base/gnustep-back-xlib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.59 2010/08/13 17:32:39 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.60 2010/08/20 12:31:42 voyageur Exp $
+
+ 20 Aug 2010; Bernard Cafarelli <voyageur@gentoo.org>
+ -gnustep-back-xlib-0.16.0.ebuild:
+ Drop old stable versions, security bug #325577
13 Aug 2010; Joseph Jezak <josejx@gentoo.org>
gnustep-back-xlib-0.18.0.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-08-20 12:31 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-22 14:04 [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.16.0.ebuild Bernard Cafarelli (voyageur)
-- strict thread matches above, loose matches on Subject: below --
2009-06-10 21:50 Christian Faulhammer (fauli)
2009-06-11 21:33 Markus Meier (maekke)
2009-07-19 13:21 Gysbert Wassenaar (nixnut)
2010-01-07 15:21 Christian Faulhammer (fauli)
2010-01-16 14:40 Raul Porcel (armin76)
2010-08-20 12:31 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