* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.7-r2.ebuild ChangeLog
@ 2013-08-21 15:56 Alexis Ballier (aballier)
0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2013-08-21 15:56 UTC (permalink / raw
To: gentoo-commits
aballier 13/08/21 15:56:42
Modified: ChangeLog
Added: gpm-1.20.7-r2.ebuild
Log:
Convert to multilib and stack it for baselibs -r13. Bug #480144.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path
1.93 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.92&r2=1.93
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog 30 Dec 2012 23:53:45 -0000 1.92
+++ ChangeLog 21 Aug 2013 15:56:41 -0000 1.93
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/gpm
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.92 2012/12/30 23:53:45 floppym Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.93 2013/08/21 15:56:41 aballier Exp $
+
+*gpm-1.20.7-r2 (21 Aug 2013)
+
+ 21 Aug 2013; Alexis Ballier <aballier@gentoo.org> +gpm-1.20.7-r2.ebuild:
+ Convert to multilib and stack it for baselibs -r13. Bug #480144.
*gpm-1.20.7-r1 (30 Dec 2012)
1.1 sys-libs/gpm/gpm-1.20.7-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?rev=1.1&content-type=text/plain
Index: gpm-1.20.7-r2.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v 1.1 2013/08/21 15:56:41 aballier Exp $
# emacs support disabled due to #99533 #335900
EAPI="4"
inherit eutils systemd toolchain-funcs autotools multilib-minimal
DESCRIPTION="Console-based mouse driver"
HOMEPAGE="http://www.nico.schottelius.org/software/gpm/"
SRC_URI="http://www.nico.schottelius.org/software/${PN}/archives/${P}.tar.lzma"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="selinux static-libs"
RDEPEND="sys-libs/ncurses[${MULTILIB_USEDEP}]
selinux? ( sec-policy/selinux-gpm )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20130224-r12
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)"
DEPEND="sys-libs/ncurses[${MULTILIB_USEDEP}]
app-arch/xz-utils
virtual/yacc"
src_prepare() {
# fix ABI values
sed -i \
-e '/^abi_lev=/s:=.*:=1:' \
-e '/^abi_age=/s:=.*:=20:' \
configure.ac.footer || die
sed -i -e '/ACLOCAL/,$d' autogen.sh || die
./autogen.sh
eautoreconf
multilib_copy_sources
}
multilib_src_configure() {
econf \
--sysconfdir=/etc/gpm \
$(use_enable static-libs static) \
emacs=/bin/false
}
multilib_src_compile() {
# make sure nothing compiled is left
emake clean
emake EMACS=: $(multilib_is_native_abi || echo "PROG= ")
}
multilib_src_install() {
emake \
DESTDIR="${D}" \
EMACS=: ELISP="" \
$(multilib_is_native_abi || echo "PROG= ") \
install
dosym libgpm.so.1 /usr/$(get_libdir)/libgpm.so
multilib_is_native_abi && gen_usr_ldscript -a gpm
}
multilib_src_install_all() {
insinto /etc/gpm
doins conf/gpm-*.conf
dodoc README TODO
dodoc doc/Announce doc/FAQ doc/README*
newinitd "${FILESDIR}"/gpm.rc6-2 gpm
newconfd "${FILESDIR}"/gpm.conf.d gpm
systemd_dounit "${FILESDIR}"/gpm.service
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.7-r2.ebuild ChangeLog
@ 2014-06-18 20:50 Michal Gorny (mgorny)
0 siblings, 0 replies; 7+ messages in thread
From: Michal Gorny (mgorny) @ 2014-06-18 20:50 UTC (permalink / raw
To: gentoo-commits
mgorny 14/06/18 20:50:01
Modified: gpm-1.20.7-r2.ebuild ChangeLog
Log:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.3 sys-libs/gpm/gpm-1.20.7-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?r1=1.2&r2=1.3
Index: gpm-1.20.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gpm-1.20.7-r2.ebuild 1 Feb 2014 23:24:37 -0000 1.2
+++ gpm-1.20.7-r2.ebuild 18 Jun 2014 20:50:00 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v 1.2 2014/02/01 23:24:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v 1.3 2014/06/18 20:50:00 mgorny Exp $
# emacs support disabled due to #99533 #335900
@@ -17,13 +17,13 @@
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="selinux static-libs"
-RDEPEND="sys-libs/ncurses[${MULTILIB_USEDEP}]
+RDEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
selinux? ( sec-policy/selinux-gpm )
abi_x86_32? (
!<=app-emulation/emul-linux-x86-baselibs-20130224-r12
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
)"
-DEPEND="sys-libs/ncurses[${MULTILIB_USEDEP}]
+DEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
app-arch/xz-utils
virtual/yacc"
1.105 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.105&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.105&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.104&r2=1.105
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog 1 Feb 2014 23:24:37 -0000 1.104
+++ ChangeLog 18 Jun 2014 20:50:00 -0000 1.105
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.104 2014/02/01 23:24:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.105 2014/06/18 20:50:00 mgorny Exp $
+
+ 18 Jun 2014; Michał Górny <mgorny@gentoo.org> gpm-1.20.7-r2.ebuild:
+ Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
+ #513718.
01 Feb 2014; Mike Frysinger <vapier@gentoo.org> gpm-1.20.7-r1.ebuild,
gpm-1.20.7-r2.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.7-r2.ebuild ChangeLog
@ 2014-07-09 12:58 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-07-09 12:58 UTC (permalink / raw
To: gentoo-commits
zlogene 14/07/09 12:58:27
Modified: gpm-1.20.7-r2.ebuild ChangeLog
Log:
amd64 stable wrt bug #513728
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.4 sys-libs/gpm/gpm-1.20.7-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?r1=1.3&r2=1.4
Index: gpm-1.20.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gpm-1.20.7-r2.ebuild 18 Jun 2014 20:50:00 -0000 1.3
+++ gpm-1.20.7-r2.ebuild 9 Jul 2014 12:58:27 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v 1.3 2014/06/18 20:50:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v 1.4 2014/07/09 12:58:27 zlogene Exp $
# emacs support disabled due to #99533 #335900
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="selinux static-libs"
RDEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
1.106 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.105&r2=1.106
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog 18 Jun 2014 20:50:00 -0000 1.105
+++ ChangeLog 9 Jul 2014 12:58:27 -0000 1.106
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.105 2014/06/18 20:50:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.106 2014/07/09 12:58:27 zlogene Exp $
+
+ 09 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> gpm-1.20.7-r2.ebuild:
+ amd64 stable wrt bug #513728
18 Jun 2014; Michał Górny <mgorny@gentoo.org> gpm-1.20.7-r2.ebuild:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.7-r2.ebuild ChangeLog
@ 2014-07-12 14:17 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-07-12 14:17 UTC (permalink / raw
To: gentoo-commits
zlogene 14/07/12 14:17:56
Modified: gpm-1.20.7-r2.ebuild ChangeLog
Log:
x86 stable wrt bug #513728
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.6 sys-libs/gpm/gpm-1.20.7-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?r1=1.5&r2=1.6
Index: gpm-1.20.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gpm-1.20.7-r2.ebuild 12 Jul 2014 12:21:03 -0000 1.5
+++ gpm-1.20.7-r2.ebuild 12 Jul 2014 14:17:55 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v 1.5 2014/07/12 12:21:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v 1.6 2014/07/12 14:17:55 zlogene Exp $
# emacs support disabled due to #99533 #335900
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE="selinux static-libs"
RDEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
1.108 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.107&r2=1.108
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog 12 Jul 2014 12:21:03 -0000 1.107
+++ ChangeLog 12 Jul 2014 14:17:55 -0000 1.108
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.107 2014/07/12 12:21:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.108 2014/07/12 14:17:55 zlogene Exp $
+
+ 12 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> gpm-1.20.7-r2.ebuild:
+ x86 stable wrt bug #513728
12 Jul 2014; Jeroen Roovers <jer@gentoo.org> gpm-1.20.7-r2.ebuild:
Stable for HPPA (bug #513728).
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.7-r2.ebuild ChangeLog
@ 2014-07-13 17:07 Thomas Alan Gall (tgall)
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Alan Gall (tgall) @ 2014-07-13 17:07 UTC (permalink / raw
To: gentoo-commits
tgall 14/07/13 17:07:40
Modified: gpm-1.20.7-r2.ebuild ChangeLog
Log:
stable on arm64 bug #513728
(Portage version: 2.2.8-r1/cvs/Linux aarch64, signed Manifest commit with key EDA949AA)
Revision Changes Path
1.7 sys-libs/gpm/gpm-1.20.7-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?r1=1.6&r2=1.7
Index: gpm-1.20.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gpm-1.20.7-r2.ebuild 12 Jul 2014 14:17:55 -0000 1.6
+++ gpm-1.20.7-r2.ebuild 13 Jul 2014 17:07:40 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v 1.6 2014/07/12 14:17:55 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v 1.7 2014/07/13 17:07:40 tgall Exp $
# emacs support disabled due to #99533 #335900
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
IUSE="selinux static-libs"
RDEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
1.109 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.109&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.109&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.108&r2=1.109
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog 12 Jul 2014 14:17:55 -0000 1.108
+++ ChangeLog 13 Jul 2014 17:07:40 -0000 1.109
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.108 2014/07/12 14:17:55 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.109 2014/07/13 17:07:40 tgall Exp $
+
+ 13 Jul 2014; <tgall@gentoo.org> gpm-1.20.7-r2.ebuild:
+ stable on arm64 bug #513728
12 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> gpm-1.20.7-r2.ebuild:
x86 stable wrt bug #513728
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.7-r2.ebuild ChangeLog
@ 2014-07-13 19:32 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-07-13 19:32 UTC (permalink / raw
To: gentoo-commits
zlogene 14/07/13 19:32:58
Modified: gpm-1.20.7-r2.ebuild ChangeLog
Log:
alpha/arm/ia64/ppc64/ppc/sparc/s390 stable wrt bug #513728
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.8 sys-libs/gpm/gpm-1.20.7-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?r1=1.7&r2=1.8
Index: gpm-1.20.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gpm-1.20.7-r2.ebuild 13 Jul 2014 17:07:40 -0000 1.7
+++ gpm-1.20.7-r2.ebuild 13 Jul 2014 19:32:58 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v 1.7 2014/07/13 17:07:40 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v 1.8 2014/07/13 19:32:58 zlogene Exp $
# emacs support disabled due to #99533 #335900
@@ -14,7 +14,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86"
IUSE="selinux static-libs"
RDEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
1.110 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.110&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.110&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.109&r2=1.110
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog 13 Jul 2014 17:07:40 -0000 1.109
+++ ChangeLog 13 Jul 2014 19:32:58 -0000 1.110
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.109 2014/07/13 17:07:40 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.110 2014/07/13 19:32:58 zlogene Exp $
+
+ 13 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> gpm-1.20.7-r2.ebuild:
+ alpha/arm/ia64/ppc64/ppc/sparc/s390 stable wrt bug #513728
13 Jul 2014; <tgall@gentoo.org> gpm-1.20.7-r2.ebuild:
stable on arm64 bug #513728
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.7-r2.ebuild ChangeLog
@ 2014-12-10 23:51 Zac Medico (zmedico)
0 siblings, 0 replies; 7+ messages in thread
From: Zac Medico (zmedico) @ 2014-12-10 23:51 UTC (permalink / raw
To: gentoo-commits
zmedico 14/12/10 23:51:13
Modified: gpm-1.20.7-r2.ebuild ChangeLog
Log:
Add sys-apps/texinfo to DEPEND for bug #531956.
(Portage version: 2.2.15_p112/cvs/Linux x86_64, signed Manifest commit with key 0xAE5719A3)
Revision Changes Path
1.9 sys-libs/gpm/gpm-1.20.7-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild?r1=1.8&r2=1.9
Index: gpm-1.20.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gpm-1.20.7-r2.ebuild 13 Jul 2014 19:32:58 -0000 1.8
+++ gpm-1.20.7-r2.ebuild 10 Dec 2014 23:51:13 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v 1.8 2014/07/13 19:32:58 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.7-r2.ebuild,v 1.9 2014/12/10 23:51:13 zmedico Exp $
# emacs support disabled due to #99533 #335900
@@ -25,6 +25,7 @@
)"
DEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}]
app-arch/xz-utils
+ sys-apps/texinfo
virtual/yacc"
src_prepare() {
1.111 sys-libs/gpm/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/gpm/ChangeLog?r1=1.110&r2=1.111
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog 13 Jul 2014 19:32:58 -0000 1.110
+++ ChangeLog 10 Dec 2014 23:51:13 -0000 1.111
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/gpm
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.110 2014/07/13 19:32:58 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/ChangeLog,v 1.111 2014/12/10 23:51:13 zmedico Exp $
+
+ 10 Dec 2014; Zac Medico <zmedico@gentoo.org> gpm-1.20.7-r2.ebuild:
+ Add sys-apps/texinfo to DEPEND for bug #531956.
13 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> gpm-1.20.7-r2.ebuild:
alpha/arm/ia64/ppc64/ppc/sparc/s390 stable wrt bug #513728
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-12-11 1:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18 20:50 [gentoo-commits] gentoo-x86 commit in sys-libs/gpm: gpm-1.20.7-r2.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2014-12-10 23:51 Zac Medico (zmedico)
2014-07-13 19:32 Mikle Kolyada (zlogene)
2014-07-13 17:07 Thomas Alan Gall (tgall)
2014-07-12 14:17 Mikle Kolyada (zlogene)
2014-07-09 12:58 Mikle Kolyada (zlogene)
2013-08-21 15:56 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox