public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.12.1.ebuild
@ 2008-01-03 12:34 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 6+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2008-01-03 12:34 UTC (permalink / raw
  To: gentoo-commits

voyageur    08/01/03 12:34:09

  Modified:             ChangeLog
  Added:                gnustep-back-xlib-0.12.1.ebuild
  Log:
  Stable version bump
  (Portage version: 2.1.4_rc14)

Revision  Changes    Path
1.34                 gnustep-base/gnustep-back-xlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	8 Dec 2007 20:02:46 -0000	1.33
+++ ChangeLog	3 Jan 2008 12:34:08 -0000	1.34
@@ -1,6 +1,12 @@
 # ChangeLog for gnustep-base/gnustep-back-xlib
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.33 2007/12/08 20:02:46 voyageur Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.34 2008/01/03 12:34:08 voyageur Exp $
+
+*gnustep-back-xlib-0.12.1 (03 Jan 2008)
+
+  03 Jan 2008; Bernard Cafarelli <voyageur@gentoo.org>
+  +gnustep-back-xlib-0.12.1.ebuild:
+  Stable version bump
 
   08 Dec 2007; Bernard Cafarelli <voyageur@gentoo.org>
   -files/font-make-fix.patch-0.10.3, -files/config-gnustep-back-xlib.sh,



1.1                  gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild?rev=1.1&content-type=text/plain

Index: gnustep-back-xlib-0.12.1.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.12.1.ebuild,v 1.1 2008/01/03 12:34:08 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
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.12.1.ebuild
@ 2008-03-21 11:35 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-03-21 11:35 UTC (permalink / raw
  To: gentoo-commits

opfer       08/03/21 11:35:55

  Modified:             ChangeLog gnustep-back-xlib-0.12.1.ebuild
  Log:
  stable x86, bug 207381
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.37                 gnustep-base/gnustep-back-xlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	20 Mar 2008 17:37:08 -0000	1.36
+++ ChangeLog	21 Mar 2008 11:35:54 -0000	1.37
@@ -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.36 2008/03/20 17:37:08 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.37 2008/03/21 11:35:54 opfer Exp $
+
+  21 Mar 2008; Christian Faulhammer <opfer@gentoo.org>
+  gnustep-back-xlib-0.12.1.ebuild:
+  stable x86, bug 207381
 
 *gnustep-back-xlib-0.13.2 (20 Mar 2008)
 



1.2                  gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.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.12.1.ebuild?r1=1.1&r2=1.2

Index: gnustep-back-xlib-0.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnustep-back-xlib-0.12.1.ebuild	3 Jan 2008 12:34:08 -0000	1.1
+++ gnustep-back-xlib-0.12.1.ebuild	21 Mar 2008 11:35:54 -0000	1.2
@@ -1,6 +1,6 @@
 # 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.12.1.ebuild,v 1.1 2008/01/03 12:34:08 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild,v 1.2 2008/03/21 11:35:54 opfer 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"
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.12.1.ebuild
@ 2008-03-22 17:05 Santiago M. Mola (coldwind)
  0 siblings, 0 replies; 6+ messages in thread
From: Santiago M. Mola (coldwind) @ 2008-03-22 17:05 UTC (permalink / raw
  To: gentoo-commits

coldwind    08/03/22 17:05:48

  Modified:             ChangeLog gnustep-back-xlib-0.12.1.ebuild
  Log:
  amd64 stable wrt bug #207381, second round.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.38                 gnustep-base/gnustep-back-xlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	21 Mar 2008 11:35:54 -0000	1.37
+++ ChangeLog	22 Mar 2008 17:05:47 -0000	1.38
@@ -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.37 2008/03/21 11:35:54 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.38 2008/03/22 17:05:47 coldwind Exp $
+
+  22 Mar 2008; Santiago M. Mola <coldwind@gentoo.org>
+  gnustep-back-xlib-0.12.1.ebuild:
+  amd64 stable wrt bug #207381, second round.
 
   21 Mar 2008; Christian Faulhammer <opfer@gentoo.org>
   gnustep-back-xlib-0.12.1.ebuild:



1.3                  gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.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.12.1.ebuild?r1=1.2&r2=1.3

Index: gnustep-back-xlib-0.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnustep-back-xlib-0.12.1.ebuild	21 Mar 2008 11:35:54 -0000	1.2
+++ gnustep-back-xlib-0.12.1.ebuild	22 Mar 2008 17:05:47 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.12.1.ebuild,v 1.2 2008/03/21 11:35:54 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild,v 1.3 2008/03/22 17:05:47 coldwind 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"
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.12.1.ebuild
@ 2008-03-23 18:23 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2008-03-23 18:23 UTC (permalink / raw
  To: gentoo-commits

armin76     08/03/23 18:23:57

  Modified:             ChangeLog gnustep-back-xlib-0.12.1.ebuild
  Log:
  sparc stable wrt #207381
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.39                 gnustep-base/gnustep-back-xlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	22 Mar 2008 17:05:47 -0000	1.38
+++ ChangeLog	23 Mar 2008 18:23:56 -0000	1.39
@@ -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.38 2008/03/22 17:05:47 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.39 2008/03/23 18:23:56 armin76 Exp $
+
+  23 Mar 2008; Raúl Porcel <armin76@gentoo.org>
+  gnustep-back-xlib-0.12.1.ebuild:
+  sparc stable wrt #207381
 
   22 Mar 2008; Santiago M. Mola <coldwind@gentoo.org>
   gnustep-back-xlib-0.12.1.ebuild:



1.4                  gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.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.12.1.ebuild?r1=1.3&r2=1.4

Index: gnustep-back-xlib-0.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnustep-back-xlib-0.12.1.ebuild	22 Mar 2008 17:05:47 -0000	1.3
+++ gnustep-back-xlib-0.12.1.ebuild	23 Mar 2008 18:23:56 -0000	1.4
@@ -1,6 +1,6 @@
 # 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.12.1.ebuild,v 1.3 2008/03/22 17:05:47 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild,v 1.4 2008/03/23 18:23:56 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"
+KEYWORDS="amd64 ~ppc sparc x86 ~x86-fbsd"
 SLOT="0"
 LICENSE="LGPL-2.1"
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.12.1.ebuild
@ 2008-03-23 18:36 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-03-23 18:36 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/03/23 18:36:35

  Modified:             ChangeLog gnustep-back-xlib-0.12.1.ebuild
  Log:
  Stable on ppc wrt bug 207381
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.40                 gnustep-base/gnustep-back-xlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	23 Mar 2008 18:23:56 -0000	1.39
+++ ChangeLog	23 Mar 2008 18:36:34 -0000	1.40
@@ -1,6 +1,9 @@
 # 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.39 2008/03/23 18:23:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.40 2008/03/23 18:36:34 nixnut Exp $
+
+  23 Mar 2008; nixnut <nixnut@gentoo.org> gnustep-back-xlib-0.12.1.ebuild:
+  Stable on ppc wrt bug 207381
 
   23 Mar 2008; Raúl Porcel <armin76@gentoo.org>
   gnustep-back-xlib-0.12.1.ebuild:



1.5                  gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.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.12.1.ebuild?r1=1.4&r2=1.5

Index: gnustep-back-xlib-0.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnustep-back-xlib-0.12.1.ebuild	23 Mar 2008 18:23:56 -0000	1.4
+++ gnustep-back-xlib-0.12.1.ebuild	23 Mar 2008 18:36:34 -0000	1.5
@@ -1,6 +1,6 @@
 # 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.12.1.ebuild,v 1.4 2008/03/23 18:23:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/gnustep-back-xlib-0.12.1.ebuild,v 1.5 2008/03/23 18:36:34 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"
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.12.1.ebuild
@ 2008-11-17 13:40 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 6+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2008-11-17 13:40 UTC (permalink / raw
  To: gentoo-commits

voyageur    08/11/17 13:40:11

  Modified:             ChangeLog
  Removed:              gnustep-back-xlib-0.12.1.ebuild
  Log:
  Remove old stable branch packages
  (Portage version: 2.2_rc14/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.47                 gnustep-base/gnustep-back-xlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	3 Oct 2008 17:32:14 -0000	1.46
+++ ChangeLog	17 Nov 2008 13:40:11 -0000	1.47
@@ -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.46 2008/10/03 17:32:14 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-back-xlib/ChangeLog,v 1.47 2008/11/17 13:40:11 voyageur Exp $
+
+  17 Nov 2008; Bernard Cafarelli <voyageur@gentoo.org>
+  -gnustep-back-xlib-0.12.1.ebuild:
+  Remove old stable branch packages
 
   03 Oct 2008; Friedrich Oslage <bluebird@gentoo.org>
   gnustep-back-xlib-0.14.0.ebuild:






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

end of thread, other threads:[~2008-11-17 13:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-23 18:23 [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-back-xlib: ChangeLog gnustep-back-xlib-0.12.1.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-17 13:40 Bernard Cafarelli (voyageur)
2008-03-23 18:36 Gysbert Wassenaar (nixnut)
2008-03-22 17:05 Santiago M. Mola (coldwind)
2008-03-21 11:35 Christian Faulhammer (opfer)
2008-01-03 12: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