* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.1-r6.ebuild ChangeLog
@ 2007-11-01 19:09 Christian Heim (phreak)
0 siblings, 0 replies; 9+ messages in thread
From: Christian Heim (phreak) @ 2007-11-01 19:09 UTC (permalink / raw
To: gentoo-commits
phreak 07/11/01 19:09:22
Modified: gpm-1.20.1-r6.ebuild ChangeLog
Log:
Add patch by Tomas Janousek to fix compilation against linux-headers-2.6.23 (see #195977).
(Portage version: 2.1.3.9)
Revision Changes Path
1.2 sys-libs/gpm/gpm-1.20.1-r6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?r1=1.1&r2=1.2
Index: gpm-1.20.1-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gpm-1.20.1-r6.ebuild 7 Jul 2007 19:48:14 -0000 1.1
+++ gpm-1.20.1-r6.ebuild 1 Nov 2007 19:09:21 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.1 2007/07/07 19:48:14 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.2 2007/11/01 19:09:21 phreak Exp $
# emacs support disabled due to Bug 99533
@@ -29,6 +29,7 @@
EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
epatch "${FILESDIR}"/gpm-configure-LANG.patch
epatch "${FILESDIR}"/gpm-daemon.patch
+ epatch "${FILESDIR}"/gpm-OPEN_MAX.patch
}
src_compile() {
1.57 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 7 Jul 2007 19:48:14 -0000 1.56
+++ ChangeLog 1 Nov 2007 19:09:21 -0000 1.57
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.56 2007/07/07 19:48:14 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.57 2007/11/01 19:09:21 phreak Exp $
+
+ 01 Nov 2007; Christian Heim <phreak@gentoo.org> +files/gpm-OPEN_MAX.patch,
+ gpm-1.20.1-r6.ebuild:
+ Add patch by Tomas Janousek to fix compilation against linux-headers-2.6.23
+ (see #195977).
*gpm-1.20.1-r6 (07 Jul 2007)
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.1-r6.ebuild ChangeLog
@ 2007-11-12 6:57 Mike Frysinger (vapier)
0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger (vapier) @ 2007-11-12 6:57 UTC (permalink / raw
To: gentoo-commits
vapier 07/11/12 06:57:47
Modified: gpm-1.20.1-r6.ebuild ChangeLog
Log:
Relocate patches to patchset like they should have been in the first place.
(Portage version: 2.1.3.19)
Revision Changes Path
1.3 sys-libs/gpm/gpm-1.20.1-r6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?r1=1.2&r2=1.3
Index: gpm-1.20.1-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gpm-1.20.1-r6.ebuild 1 Nov 2007 19:09:21 -0000 1.2
+++ gpm-1.20.1-r6.ebuild 12 Nov 2007 06:57:47 -0000 1.3
@@ -1,13 +1,13 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.2 2007/11/01 19:09:21 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.3 2007/11/12 06:57:47 vapier Exp $
# emacs support disabled due to Bug 99533
inherit eutils toolchain-funcs
#elisp-common
-PATCH_VER="1.4"
+PATCH_VER="1.5"
DESCRIPTION="Console-based mouse driver"
HOMEPAGE="http://linux.schottelius.org/gpm/"
SRC_URI="ftp://arcana.linux.it/pub/gpm/${P}.tar.bz2
@@ -28,8 +28,6 @@
cd "${S}"
EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
epatch "${FILESDIR}"/gpm-configure-LANG.patch
- epatch "${FILESDIR}"/gpm-daemon.patch
- epatch "${FILESDIR}"/gpm-OPEN_MAX.patch
}
src_compile() {
1.58 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 1 Nov 2007 19:09:21 -0000 1.57
+++ ChangeLog 12 Nov 2007 06:57:47 -0000 1.58
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.57 2007/11/01 19:09:21 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.58 2007/11/12 06:57:47 vapier Exp $
+
+ 12 Nov 2007; Mike Frysinger <vapier@gentoo.org> -files/gpm-OPEN_MAX.patch,
+ -files/gpm-daemon.patch, gpm-1.20.1-r6.ebuild:
+ Relocate patches to patchset like they should have been in the first place.
01 Nov 2007; Christian Heim <phreak@gentoo.org> +files/gpm-OPEN_MAX.patch,
gpm-1.20.1-r6.ebuild:
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.1-r6.ebuild ChangeLog
@ 2007-12-20 13:07 Markus Meier (maekke)
0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2007-12-20 13:07 UTC (permalink / raw
To: gentoo-commits
maekke 07/12/20 13:07:49
Modified: gpm-1.20.1-r6.ebuild ChangeLog
Log:
x86 stable, bug #202853
(Portage version: 2.1.4_rc10)
Revision Changes Path
1.4 sys-libs/gpm/gpm-1.20.1-r6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?r1=1.3&r2=1.4
Index: gpm-1.20.1-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gpm-1.20.1-r6.ebuild 12 Nov 2007 06:57:47 -0000 1.3
+++ gpm-1.20.1-r6.ebuild 20 Dec 2007 13:07:48 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.3 2007/11/12 06:57:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.4 2007/12/20 13:07:48 maekke Exp $
# emacs support disabled due to Bug 99533
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE="selinux" # emacs"
DEPEND="sys-libs/ncurses"
1.59 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 12 Nov 2007 06:57:47 -0000 1.58
+++ ChangeLog 20 Dec 2007 13:07:48 -0000 1.59
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.58 2007/11/12 06:57:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.59 2007/12/20 13:07:48 maekke Exp $
+
+ 20 Dec 2007; Markus Meier <maekke@gentoo.org> gpm-1.20.1-r6.ebuild:
+ x86 stable, bug #202853
12 Nov 2007; Mike Frysinger <vapier@gentoo.org> -files/gpm-OPEN_MAX.patch,
-files/gpm-daemon.patch, gpm-1.20.1-r6.ebuild:
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.1-r6.ebuild ChangeLog
@ 2007-12-20 16:07 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2007-12-20 16:07 UTC (permalink / raw
To: gentoo-commits
jer 07/12/20 16:07:28
Modified: gpm-1.20.1-r6.ebuild ChangeLog
Log:
Stable for HPPA (bug #202853).
(Portage version: 2.1.4_rc10)
Revision Changes Path
1.5 sys-libs/gpm/gpm-1.20.1-r6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?r1=1.4&r2=1.5
Index: gpm-1.20.1-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gpm-1.20.1-r6.ebuild 20 Dec 2007 13:07:48 -0000 1.4
+++ gpm-1.20.1-r6.ebuild 20 Dec 2007 16:07:27 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.4 2007/12/20 13:07:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.5 2007/12/20 16:07:27 jer Exp $
# emacs support disabled due to Bug 99533
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE="selinux" # emacs"
DEPEND="sys-libs/ncurses"
1.60 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 20 Dec 2007 13:07:48 -0000 1.59
+++ ChangeLog 20 Dec 2007 16:07:27 -0000 1.60
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.59 2007/12/20 13:07:48 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.60 2007/12/20 16:07:27 jer Exp $
+
+ 20 Dec 2007; Jeroen Roovers <jer@gentoo.org> gpm-1.20.1-r6.ebuild:
+ Stable for HPPA (bug #202853).
20 Dec 2007; Markus Meier <maekke@gentoo.org> gpm-1.20.1-r6.ebuild:
x86 stable, bug #202853
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.1-r6.ebuild ChangeLog
@ 2007-12-21 10:30 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2007-12-21 10:30 UTC (permalink / raw
To: gentoo-commits
armin76 07/12/21 10:30:32
Modified: gpm-1.20.1-r6.ebuild ChangeLog
Log:
alpha/ia64/sparc stable wrt #202853
(Portage version: 2.1.3.19)
Revision Changes Path
1.6 sys-libs/gpm/gpm-1.20.1-r6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?r1=1.5&r2=1.6
Index: gpm-1.20.1-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gpm-1.20.1-r6.ebuild 20 Dec 2007 16:07:27 -0000 1.5
+++ gpm-1.20.1-r6.ebuild 21 Dec 2007 10:30:31 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.5 2007/12/20 16:07:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.6 2007/12/21 10:30:31 armin76 Exp $
# emacs support disabled due to Bug 99533
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
IUSE="selinux" # emacs"
DEPEND="sys-libs/ncurses"
1.61 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 20 Dec 2007 16:07:27 -0000 1.60
+++ ChangeLog 21 Dec 2007 10:30:31 -0000 1.61
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.60 2007/12/20 16:07:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.61 2007/12/21 10:30:31 armin76 Exp $
+
+ 21 Dec 2007; Raúl Porcel <armin76@gentoo.org> gpm-1.20.1-r6.ebuild:
+ alpha/ia64/sparc stable wrt #202853
20 Dec 2007; Jeroen Roovers <jer@gentoo.org> gpm-1.20.1-r6.ebuild:
Stable for HPPA (bug #202853).
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.1-r6.ebuild ChangeLog
@ 2007-12-21 12:41 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 9+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2007-12-21 12:41 UTC (permalink / raw
To: gentoo-commits
nixnut 07/12/21 12:41:55
Modified: gpm-1.20.1-r6.ebuild ChangeLog
Log:
Stable on ppc wrt bug 202853
(Portage version: 2.1.4_rc10)
Revision Changes Path
1.7 sys-libs/gpm/gpm-1.20.1-r6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?r1=1.6&r2=1.7
Index: gpm-1.20.1-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gpm-1.20.1-r6.ebuild 21 Dec 2007 10:30:31 -0000 1.6
+++ gpm-1.20.1-r6.ebuild 21 Dec 2007 12:41:55 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.6 2007/12/21 10:30:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.7 2007/12/21 12:41:55 nixnut Exp $
# emacs support disabled due to Bug 99533
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86"
IUSE="selinux" # emacs"
DEPEND="sys-libs/ncurses"
1.62 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 21 Dec 2007 10:30:31 -0000 1.61
+++ ChangeLog 21 Dec 2007 12:41:55 -0000 1.62
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.61 2007/12/21 10:30:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.62 2007/12/21 12:41:55 nixnut Exp $
+
+ 21 Dec 2007; nixnut <nixnut@gentoo.org> gpm-1.20.1-r6.ebuild:
+ Stable on ppc wrt bug 202853
21 Dec 2007; Raúl Porcel <armin76@gentoo.org> gpm-1.20.1-r6.ebuild:
alpha/ia64/sparc stable wrt #202853
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.1-r6.ebuild ChangeLog
@ 2007-12-22 10:14 Samuli Suominen (drac)
0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (drac) @ 2007-12-22 10:14 UTC (permalink / raw
To: gentoo-commits
drac 07/12/22 10:14:15
Modified: gpm-1.20.1-r6.ebuild ChangeLog
Log:
amd64 stable wrt #202853
(Portage version: 2.1.4_rc10)
Revision Changes Path
1.8 sys-libs/gpm/gpm-1.20.1-r6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?r1=1.7&r2=1.8
Index: gpm-1.20.1-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gpm-1.20.1-r6.ebuild 21 Dec 2007 12:41:55 -0000 1.7
+++ gpm-1.20.1-r6.ebuild 22 Dec 2007 10:14:15 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.7 2007/12/21 12:41:55 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.8 2007/12/22 10:14:15 drac Exp $
# emacs support disabled due to Bug 99533
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86"
IUSE="selinux" # emacs"
DEPEND="sys-libs/ncurses"
1.63 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 21 Dec 2007 12:41:55 -0000 1.62
+++ ChangeLog 22 Dec 2007 10:14:15 -0000 1.63
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.62 2007/12/21 12:41:55 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.63 2007/12/22 10:14:15 drac Exp $
+
+ 22 Dec 2007; Samuli Suominen <drac@gentoo.org> gpm-1.20.1-r6.ebuild:
+ amd64 stable wrt #202853
21 Dec 2007; nixnut <nixnut@gentoo.org> gpm-1.20.1-r6.ebuild:
Stable on ppc wrt bug 202853
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.1-r6.ebuild ChangeLog
@ 2007-12-25 4:07 Brent Baude (ranger)
0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2007-12-25 4:07 UTC (permalink / raw
To: gentoo-commits
ranger 07/12/25 04:07:07
Modified: gpm-1.20.1-r6.ebuild ChangeLog
Log:
Marking gpm-1.20.1-r6 ppc64 for bug 202853
(Portage version: 2.1.3.19)
Revision Changes Path
1.9 sys-libs/gpm/gpm-1.20.1-r6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?r1=1.8&r2=1.9
Index: gpm-1.20.1-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gpm-1.20.1-r6.ebuild 22 Dec 2007 10:14:15 -0000 1.8
+++ gpm-1.20.1-r6.ebuild 25 Dec 2007 04:07:06 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.8 2007/12/22 10:14:15 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.9 2007/12/25 04:07:06 ranger Exp $
# emacs support disabled due to Bug 99533
@@ -16,7 +16,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
IUSE="selinux" # emacs"
DEPEND="sys-libs/ncurses"
1.64 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.63&r2=1.64
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog 22 Dec 2007 10:14:15 -0000 1.63
+++ ChangeLog 25 Dec 2007 04:07:06 -0000 1.64
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.63 2007/12/22 10:14:15 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.64 2007/12/25 04:07:06 ranger Exp $
+
+ 25 Dec 2007; Brent Baude <ranger@gentoo.org> gpm-1.20.1-r6.ebuild:
+ Marking gpm-1.20.1-r6 ppc64 for bug 202853
22 Dec 2007; Samuli Suominen <drac@gentoo.org> gpm-1.20.1-r6.ebuild:
amd64 stable wrt #202853
--
gentoo-commits@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.1-r6.ebuild ChangeLog
@ 2009-02-15 21:05 Mike Frysinger (vapier)
0 siblings, 0 replies; 9+ messages in thread
From: Mike Frysinger (vapier) @ 2009-02-15 21:05 UTC (permalink / raw
To: gentoo-commits
vapier 09/02/15 21:05:33
Modified: gpm-1.20.1-r6.ebuild ChangeLog
Log:
Move LANG patch to patch tarball.
Revision Changes Path
1.11 sys-libs/gpm/gpm-1.20.1-r6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild?r1=1.10&r2=1.11
Index: gpm-1.20.1-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gpm-1.20.1-r6.ebuild 10 Jan 2008 09:56:55 -0000 1.10
+++ gpm-1.20.1-r6.ebuild 15 Feb 2009 21:05:33 -0000 1.11
@@ -1,13 +1,13 @@
-# 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/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.10 2008/01/10 09:56:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r6.ebuild,v 1.11 2009/02/15 21:05:33 vapier Exp $
# emacs support disabled due to Bug 99533
inherit eutils toolchain-funcs
#elisp-common
-PATCH_VER="1.5"
+PATCH_VER="1.6"
DESCRIPTION="Console-based mouse driver"
HOMEPAGE="http://linux.schottelius.org/gpm/"
SRC_URI="ftp://arcana.linux.it/pub/gpm/${P}.tar.bz2
@@ -27,7 +27,6 @@
unpack ${A}
cd "${S}"
EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
- epatch "${FILESDIR}"/gpm-configure-LANG.patch
}
src_compile() {
1.76 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.75&r2=1.76
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog 21 Jan 2009 20:25:35 -0000 1.75
+++ ChangeLog 15 Feb 2009 21:05:33 -0000 1.76
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.75 2009/01/21 20:25:35 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.76 2009/02/15 21:05:33 vapier Exp $
+
+ 15 Feb 2009; Mike Frysinger <vapier@gentoo.org>
+ -files/gpm-configure-LANG.patch, gpm-1.20.1-r6.ebuild:
+ Move LANG patch to patch tarball.
21 Jan 2009; Jeroen Roovers <jer@gentoo.org> gpm-1.20.5.ebuild:
Stable for HPPA (bug #253354).
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2009-02-15 21:05 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-20 16:07 [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.1-r6.ebuild ChangeLog Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2009-02-15 21:05 Mike Frysinger (vapier)
2007-12-25 4:07 Brent Baude (ranger)
2007-12-22 10:14 Samuli Suominen (drac)
2007-12-21 12:41 Gysbert Wassenaar (nixnut)
2007-12-21 10:30 Raul Porcel (armin76)
2007-12-20 13:07 Markus Meier (maekke)
2007-11-12 6:57 Mike Frysinger (vapier)
2007-11-01 19:09 Christian Heim (phreak)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox