[gentoo-commits] gentoo-x86 commit in net-misc/spread/files: spread.init.d

2014-03-11 Thread Joshua Kinard (kumba)
kumba   14/03/11 09:50:45

  Modified: spread.init.d
  Log:
  Add 4.3.0 ebuild, fix init script to create /var/run/spread at startup to 
resolve #449242.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.2  net-misc/spread/files/spread.init.d

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spread/files/spread.init.d?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spread/files/spread.init.d?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spread/files/spread.init.d?r1=1.1&r2=1.2

Index: spread.init.d
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/spread/files/spread.init.d,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spread.init.d   6 Oct 2006 12:48:29 -   1.1
+++ spread.init.d   11 Mar 2014 09:50:45 -  1.2
@@ -1,21 +1,26 @@
 #!/sbin/runscript
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/spread/files/spread.init.d,v 1.1 
2006/10/06 12:48:29 caleb Exp $
-# $Id: spread.init.d,v 1.1 2006/10/06 12:48:29 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/spread/files/spread.init.d,v 1.2 
2014/03/11 09:50:45 kumba Exp $
+# $Id: spread.init.d,v 1.2 2014/03/11 09:50:45 kumba Exp $
 
 depend() {
-  need net
+   need net
+}
+
+mkdir_spreadirs() {
+   [ -d /var/run/spread ] || mkdir -p /var/run/spread
 }
 
 start() {
-  ebegin "Starting Spread Daemon"
-  start-stop-daemon --start --quiet --background --make-pidfile --pidfile 
/var/run/spread.pid --exec /usr/sbin/spread &
-  eend $?
+   ebegin "Starting Spread Daemon"
+   mkdir_spreadirs
+   start-stop-daemon --start --quiet --background --make-pidfile --pidfile 
/var/run/spread.pid --exec /usr/sbin/spread &
+   eend $?
 }
 
 stop() {
-  ebegin "Stopping Spread"
-  start-stop-daemon --stop --pidfile /var/run/spread.pid
-  eend $?
+   ebegin "Stopping Spread"
+   start-stop-daemon --stop --pidfile /var/run/spread.pid
+   eend $?
 }






[gentoo-commits] gentoo-x86 commit in net-misc/spread: spread-4.3.0.ebuild ChangeLog spread-4.1.0-r1.ebuild

2014-03-11 Thread Joshua Kinard (kumba)
kumba   14/03/11 09:50:45

  Modified: ChangeLog
  Added:spread-4.3.0.ebuild spread-4.1.0-r1.ebuild
  Log:
  Add 4.3.0 ebuild, fix init script to create /var/run/spread at startup to 
resolve #449242.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.13 net-misc/spread/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spread/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spread/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spread/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/spread/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   8 Jan 2014 06:32:47 -   1.12
+++ ChangeLog   11 Mar 2014 09:50:44 -  1.13
@@ -1,6 +1,14 @@
 # ChangeLog for net-misc/spread
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/spread/ChangeLog,v 1.12 2014/01/08 
06:32:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/spread/ChangeLog,v 1.13 2014/03/11 
09:50:44 kumba Exp $
+
+*spread-4.3.0 (11 Mar 2014)
+*spread-4.1.0-r1 (11 Mar 2014)
+
+  11 Mar 2014; Joshua Kinard  +spread-4.1.0-r1.ebuild,
+  +spread-4.3.0.ebuild, files/spread.init.d:
+  Add 4.3.0 ebuild, fix init script to create /var/run/spread at startup to
+  resolve #449242.
 
   08 Jan 2014; Mike Frysinger  spread-4.1.0.ebuild:
   Inherit the user eclass for enewuser/etc...



1.1  net-misc/spread/spread-4.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spread/spread-4.3.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spread/spread-4.3.0.ebuild?rev=1.1&content-type=text/plain

Index: spread-4.3.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/spread/spread-4.3.0.ebuild,v 1.1 
2014/03/11 09:50:44 kumba Exp $

EAPI="4"
inherit eutils user

MY_PN="spread-src"

DESCRIPTION="Distributed network messaging system"
HOMEPAGE="http://www.spread.org";
SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"

LICENSE="Spread-1.0 GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_PN}-${PV}"

pkg_setup() {
enewuser spread
enewgroup spread
}

src_prepare() {
# don't strip binaries
sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
}

src_install() {
emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
newinitd "${FILESDIR}"/spread.init.d spread
}



1.1  net-misc/spread/spread-4.1.0-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spread/spread-4.1.0-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/spread/spread-4.1.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: spread-4.1.0-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/spread/spread-4.1.0-r1.ebuild,v 1.1 
2014/03/11 09:50:44 kumba Exp $

EAPI="4"
inherit eutils user

MY_PN="spread-src"

DESCRIPTION="Distributed network messaging system"
HOMEPAGE="http://www.spread.org";
SRC_URI="mirror://gentoo/${MY_PN}-${PV}.tar.gz"

LICENSE="Spread-1.0 GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"

S="${WORKDIR}/${MY_PN}-${PV}"

pkg_setup() {
enewuser spread
enewgroup spread
}

src_prepare() {
# don't strip binaries
sed -i -e 's/0755 -s/0755/g' daemon/Makefile.in examples/Makefile.in
}

src_install() {
emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
newinitd "${FILESDIR}"/spread.init.d spread
}






[gentoo-commits] gentoo-x86 commit in perl-core/Term-ANSIColor: Term-ANSIColor-4.20.0.ebuild ChangeLog

2014-06-11 Thread Joshua Kinard (kumba)
kumba   14/06/12 06:56:29

  Modified: Term-ANSIColor-4.20.0.ebuild ChangeLog
  Log:
  Added ~mips to KEYWORDS
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.13 perl-core/Term-ANSIColor/Term-ANSIColor-4.20.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Term-ANSIColor/Term-ANSIColor-4.20.0.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Term-ANSIColor/Term-ANSIColor-4.20.0.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Term-ANSIColor/Term-ANSIColor-4.20.0.ebuild?r1=1.12&r2=1.13

Index: Term-ANSIColor-4.20.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/perl-core/Term-ANSIColor/Term-ANSIColor-4.20.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Term-ANSIColor-4.20.0.ebuild3 Mar 2013 08:36:54 -   1.12
+++ Term-ANSIColor-4.20.0.ebuild12 Jun 2014 06:56:29 -  1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/perl-core/Term-ANSIColor/Term-ANSIColor-4.20.0.ebuild,v 
1.12 2013/03/03 08:36:54 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/perl-core/Term-ANSIColor/Term-ANSIColor-4.20.0.ebuild,v 
1.13 2014/06/12 06:56:29 kumba Exp $
 
 EAPI=5
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Color screen output using ANSI escape sequences."
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 SRC_TEST="do"



1.42 perl-core/Term-ANSIColor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Term-ANSIColor/ChangeLog?rev=1.42&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Term-ANSIColor/ChangeLog?rev=1.42&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/perl-core/Term-ANSIColor/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/perl-core/Term-ANSIColor/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog   3 Mar 2013 08:36:54 -   1.41
+++ ChangeLog   12 Jun 2014 06:56:29 -  1.42
@@ -1,6 +1,9 @@
 # ChangeLog for perl-core/Term-ANSIColor
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Term-ANSIColor/ChangeLog,v 1.41 
2013/03/03 08:36:54 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Term-ANSIColor/ChangeLog,v 1.42 
2014/06/12 06:56:29 kumba Exp $
+
+  12 Jun 2014; Joshua Kinard  Term-ANSIColor-4.20.0.ebuild:
+  Added ~mips to KEYWORDS
 
   03 Mar 2013; Mike Frysinger  Term-ANSIColor-4.20.0.ebuild:
   Add s390 lovin.






[gentoo-commits] gentoo-x86 commit in virtual/perl-Term-ANSIColor: ChangeLog perl-Term-ANSIColor-4.20.0.ebuild

2014-06-12 Thread Joshua Kinard (kumba)
kumba   14/06/12 07:00:37

  Modified: ChangeLog perl-Term-ANSIColor-4.20.0.ebuild
  Log:
  Added ~mips to KEYWORDS
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.46 virtual/perl-Term-ANSIColor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Term-ANSIColor/ChangeLog?rev=1.46&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Term-ANSIColor/ChangeLog?rev=1.46&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Term-ANSIColor/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/perl-Term-ANSIColor/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   3 Mar 2013 08:37:54 -   1.45
+++ ChangeLog   12 Jun 2014 07:00:36 -  1.46
@@ -1,6 +1,10 @@
 # ChangeLog for virtual/perl-Term-ANSIColor
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Term-ANSIColor/ChangeLog,v 
1.45 2013/03/03 08:37:54 vapier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/perl-Term-ANSIColor/ChangeLog,v 
1.46 2014/06/12 07:00:36 kumba Exp $
+
+  12 Jun 2014; Joshua Kinard 
+  perl-Term-ANSIColor-4.20.0.ebuild:
+  Added ~mips to KEYWORDS
 
   03 Mar 2013; Mike Frysinger 
   perl-Term-ANSIColor-4.20.0.ebuild:



1.13 
virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.20.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.20.0.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.20.0.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.20.0.ebuild?r1=1.12&r2=1.13

Index: perl-Term-ANSIColor-4.20.0.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.20.0.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- perl-Term-ANSIColor-4.20.0.ebuild   3 Mar 2013 08:37:54 -   1.12
+++ perl-Term-ANSIColor-4.20.0.ebuild   12 Jun 2014 07:00:36 -  1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.20.0.ebuild,v
 1.12 2013/03/03 08:37:54 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/virtual/perl-Term-ANSIColor/perl-Term-ANSIColor-4.20.0.ebuild,v
 1.13 2014/06/12 07:00:36 kumba Exp $
 
 DESCRIPTION="Virtual for ${PN#perl-}"
 HOMEPAGE=""
@@ -8,7 +8,7 @@
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd 
~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="~perl-core/${PN#perl-}-${PV}"






[gentoo-commits] gentoo-x86 commit in dev-perl/PortageXS: PortageXS-0.02.10-r3.ebuild ChangeLog

2014-06-12 Thread Joshua Kinard (kumba)
kumba   14/06/12 07:30:13

  Modified: PortageXS-0.02.10-r3.ebuild ChangeLog
  Log:
  Added ~mips to KEYWORDS
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.2  dev-perl/PortageXS/PortageXS-0.02.10-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r3.ebuild?r1=1.1&r2=1.2

Index: PortageXS-0.02.10-r3.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PortageXS-0.02.10-r3.ebuild 3 Jan 2013 08:46:32 -   1.1
+++ PortageXS-0.02.10-r3.ebuild 12 Jun 2014 07:30:13 -  1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r3.ebuild,v 1.1 
2013/01/03 08:46:32 armin76 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r3.ebuild,v 1.2 
2014/06/12 07:30:13 kumba Exp $
 
 inherit perl-module eutils prefix
 DESCRIPTION="Portage abstraction layer for perl"
@@ -9,7 +9,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris ~x86-solaris"
 IUSE="minimal"
 SRC_TEST="do"
 



1.58 dev-perl/PortageXS/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/ChangeLog?rev=1.58&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/ChangeLog?rev=1.58&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PortageXS/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog   23 Jul 2013 15:01:45 -  1.57
+++ ChangeLog   12 Jun 2014 07:30:13 -  1.58
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/PortageXS
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v 1.57 
2013/07/23 15:01:45 zlogene Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/ChangeLog,v 1.58 
2014/06/12 07:30:13 kumba Exp $
+
+  12 Jun 2014; Joshua Kinard  PortageXS-0.02.10-r3.ebuild:
+  Added ~mips to KEYWORDS
 
   23 Jul 2013; Mikle Kolyada  metadata.xml:
   Package will be maintained by Kent Fredric through proxy maintainers






[gentoo-commits] gentoo-x86 commit in net-dialup/xc/files: xc-4.3.2-fix-set_bps-overflow.patch

2014-04-18 Thread Joshua Kinard (kumba)
kumba   14/04/19 01:43:09

  Added:xc-4.3.2-fix-set_bps-overflow.patch
  Log:
  Update DESCRIPTION and add 4.3.2-r4, which corrects a buffer overflow if 
specifying 115200 baud in xc.init.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.1  net-dialup/xc/files/xc-4.3.2-fix-set_bps-overflow.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/files/xc-4.3.2-fix-set_bps-overflow.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/files/xc-4.3.2-fix-set_bps-overflow.patch?rev=1.1&content-type=text/plain

Index: xc-4.3.2-fix-set_bps-overflow.patch
===
diff -Naurp xc-4.3.2.orig/xcmain.c xc-4.3.2/xcmain.c
--- xc-4.3.2.orig/xcmain.c  1996-11-24 01:35:41.0 -0500
+++ xc-4.3.2/xcmain.c   2014-04-18 19:58:26.267227496 -0400
@@ -696,8 +696,8 @@ static void
 SET_bps()
 {
if (statflag){
-   char br[6];
-   sprintf(br, "%d", mrate( NULL ));
+   char br[11];
+   snprintf(br, 11, "%d", mrate( NULL ));
fprintf(tfp, statfmt, "bps", "Bits per Second", br);
return;
}






[gentoo-commits] gentoo-x86 commit in net-dialup/xc: xc-4.3.2-r4.ebuild metadata.xml ChangeLog xc-4.3.2-r3.ebuild

2014-04-18 Thread Joshua Kinard (kumba)
kumba   14/04/19 01:43:09

  Modified: metadata.xml ChangeLog xc-4.3.2-r3.ebuild
  Added:xc-4.3.2-r4.ebuild
  Log:
  Update DESCRIPTION and add 4.3.2-r4, which corrects a buffer overflow if 
specifying 115200 baud in xc.init.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.2  net-dialup/xc/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/metadata.xml?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/metadata.xml?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/xc/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml19 Nov 2003 14:51:43 -  1.1
+++ metadata.xml19 Apr 2014 01:43:08 -  1.2
@@ -1,5 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-net-dialup
+   net-dialup
+
 



1.35 net-dialup/xc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   8 Mar 2013 05:44:23 -   1.34
+++ ChangeLog   19 Apr 2014 01:43:08 -  1.35
@@ -1,6 +1,14 @@
 # ChangeLog for net-dialup/xc
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.34 2013/03/08 
05:44:23 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/ChangeLog,v 1.35 2014/04/19 
01:43:08 kumba Exp $
+
+*xc-4.3.2-r4 (19 Apr 2014)
+
+  19 Apr 2014; Joshua Kinard  xc-4.3.2-r3.ebuild,
+  +xc-4.3.2-r4.ebuild, +files/xc-4.3.2-fix-set_bps-overflow.patch,
+  metadata.xml:
+  Update DESCRIPTION and add 4.3.2-r4, which corrects a buffer overflow if
+  specifying 115200 baud in xc.init.
 
   08 Mar 2013; Sergey Popov  xc-4.3.2-r3.ebuild:
   Set correct package license



1.11 net-dialup/xc/xc-4.3.2-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild?r1=1.10&r2=1.11

Index: xc-4.3.2-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xc-4.3.2-r3.ebuild  8 Mar 2013 05:44:23 -   1.10
+++ xc-4.3.2-r3.ebuild  19 Apr 2014 01:43:09 -  1.11
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v 1.10 
2013/03/08 05:44:23 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r3.ebuild,v 1.11 
2014/04/19 01:43:09 kumba Exp $
 
 EAPI=5
 
 inherit eutils flag-o-matic multilib toolchain-funcs
 
-DESCRIPTION="unix dialout program"
+DESCRIPTION="Modem dialout & serial terminal program"
 HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/";
 SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz";
 



1.1  net-dialup/xc/xc-4.3.2-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/xc-4.3.2-r4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dialup/xc/xc-4.3.2-r4.ebuild?rev=1.1&content-type=text/plain

Index: xc-4.3.2-r4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/xc/xc-4.3.2-r4.ebuild,v 1.1 
2014/04/19 01:43:08 kumba Exp $

EAPI=5

inherit eutils flag-o-matic multilib toolchain-funcs

DESCRIPTION="Modem dialout & serial terminal program"
HOMEPAGE="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/";
SRC_URI="http://www.ibiblio.org/pub/Linux/apps/serialcomm/dialout/${P}.tar.gz";

LICENSE="xc-radley"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~pp

[gentoo-commits] gentoo commit in src/patchsets/gentoo-headers/4.11: - New directory

2017-07-30 Thread Joshua Kinard (kumba)
kumba   17/07/30 18:22:02

  Log:
  Directory /var/cvsroot/gentoo/src/patchsets/gentoo-headers/4.11 added to the 
repository



[gentoo-commits] gentoo commit in src/patchsets/gentoo-headers/4.11: 00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch 00_all_0002-netfilter-pull-in-limits.h.patch 00_all_0003-convert-PAGE_SIZE-u

2017-07-30 Thread Joshua Kinard (kumba)
kumba   17/07/30 18:27:15

  Added:   
00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch
00_all_0002-netfilter-pull-in-limits.h.patch
00_all_0003-convert-PAGE_SIZE-usage.patch

00_all_0004-asm-generic-fcntl.h-namespace-kernel-file-structs.patch
00_all_0005-unifdef-drop-unused-errno.h-include.patch

00_all_0006-x86-do-not-build-relocs-tool-when-installing-headers.patch

00_all_0007-netlink-drop-int-cast-on-length-arg-in-NLMSG_OK.patch
00_all_0008-uapi-fix-System-V-buf-header-includes.patch
  Log:
  Add initial 4.11 patchset based on the last 4.10 patchset.  The mqueue.h 
patch was dropped as it is included upstream now.

Revision  ChangesPath
1.1  
src/patchsets/gentoo-headers/4.11/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.11/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.11/00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch?rev=1.1&content-type=text/plain

Index: 00_all_0001-linux-stat.h-remove-__GLIBC__-checks.patch
===
>From f495b0039472488f9171b2407f72c1b09db113ae Mon Sep 17 00:00:00 2001
From: Mike Frysinger 
Date: Mon, 29 Dec 2008 06:52:59 -0500
Subject: [PATCH] linux/stat.h: remove __GLIBC__ checks

Only check __KERNEL__ so we don't assume the C library is glibc.

Signed-off-by: Mike Frysinger 
---
 include/uapi/linux/stat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/stat.h b/include/uapi/linux/stat.h
index 7fec7e36d921..256ad24c64a8 100644
--- a/include/uapi/linux/stat.h
+++ b/include/uapi/linux/stat.h
@@ -2,7 +2,7 @@
 #define _UAPI_LINUX_STAT_H
 
 
-#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
+#if defined(__KERNEL__)
 
 #define S_IFMT  0017
 #define S_IFSOCK 014
-- 
2.11.1




1.1  
src/patchsets/gentoo-headers/4.11/00_all_0002-netfilter-pull-in-limits.h.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.11/00_all_0002-netfilter-pull-in-limits.h.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.11/00_all_0002-netfilter-pull-in-limits.h.patch?rev=1.1&content-type=text/plain

Index: 00_all_0002-netfilter-pull-in-limits.h.patch
===
>From 96c4838cd56a312321d6f4964bdd069b0014f219 Mon Sep 17 00:00:00 2001
From: Mike Frysinger 
Date: Sat, 9 May 2009 17:30:35 -0400
Subject: [PATCH] netfilter: pull in limits.h

A few netfilter sub-headers use INT_MAX which is in limits.h.

URL: http://bugs.gentoo.org/246160
Signed-off-by: Mike Frysinger 
---
 include/uapi/linux/netfilter.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/linux/netfilter.h b/include/uapi/linux/netfilter.h
index 7550e9176a54..443554f678a3 100644
--- a/include/uapi/linux/netfilter.h
+++ b/include/uapi/linux/netfilter.h
@@ -6,6 +6,7 @@
 #include 
 #include 
 #include 
+#include 
 
 /* Responses from hook functions. */
 #define NF_DROP 0
-- 
2.11.1




1.1  
src/patchsets/gentoo-headers/4.11/00_all_0003-convert-PAGE_SIZE-usage.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.11/00_all_0003-convert-PAGE_SIZE-usage.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gentoo-headers/4.11/00_all_0003-convert-PAGE_SIZE-usage.patch?rev=1.1&content-type=text/plain

Index: 00_all_0003-convert-PAGE_SIZE-usage.patch
===
>From 526be191ee08800aebf550d02c864f09f02b882e Mon Sep 17 00:00:00 2001
From: Mike Frysinger 
Date: Sat, 13 Feb 2010 03:09:23 -0500
Subject: [PATCH] convert PAGE_SIZE usage

The size of a page may change at runtime or based on kernel settings, so
a static value at compile time doesn't work.  More importantly, no one
exports PAGE_SIZE to user space anymore.

URL: http://bugs.gentoo.org/301431
Signed-off-by: Mike Frysinger 
---
 include/uapi/linux/binfmts.h  | 3 ++-
 include/uapi/linux/resource.h | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/uapi/linux/binfmts.h b/include/uapi/linux/binfmts.h
index 4eb5972867c0..516bfcf62f64 100644
--- a/include/uapi/linux/binfmts.h
+++ b/include/uapi/linux/binfmts.h
@@ -1,6 +1,7 @@
 #ifndef _UAPI_LINUX_BINFMTS_H
 #define _UAPI_LINUX_BINFMTS_H
 
+#include 
 #include 
 
 struct pt_regs;
@@ -11,7 +12,7 @@ struct pt_regs;
  * prevent the kernel from being unduly impacted by misaddressed pointers.
  * MAX_ARG_STRINGS is chosen to fit in a signed 32-bit integer

[gentoo-commits] gentoo-x86 commit in sys-boot/arcload: ChangeLog arcload-0.50-r1.ebuild

2015-03-21 Thread Joshua Kinard (kumba)
kumba   15/03/21 18:22:44

  Modified: ChangeLog
  Added:arcload-0.50-r1.ebuild
  Log:
  Add arcload-0.50-r1 back until Bug #543978 can be resolved.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.18 sys-boot/arcload/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/ChangeLog?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/ChangeLog?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/arcload/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   5 Mar 2015 04:45:30 -   1.17
+++ ChangeLog   21 Mar 2015 18:22:44 -  1.18
@@ -1,6 +1,9 @@
 # ChangeLog for sys-boot/arcload
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcload/ChangeLog,v 1.17 
2015/03/05 04:45:30 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcload/ChangeLog,v 1.18 
2015/03/21 18:22:44 kumba Exp $
+
+  21 Mar 2015; Joshua Kinard  +arcload-0.50-r1.ebuild:
+  Add arcload-0.50-r1 back until Bug #543978 can be resolved.
 
 *arcload-0.50-r2 (05 Mar 2015)
 



1.8  sys-boot/arcload/arcload-0.50-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/arcload-0.50-r1.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/arcload-0.50-r1.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/arcload-0.50-r1.ebuild?r1=1.7&r2=1.8







[gentoo-commits] gentoo-x86 commit in net-misc/lksctp-tools: lksctp-tools-1.0.16.ebuild ChangeLog

2014-09-07 Thread Joshua Kinard (kumba)
kumba   14/09/08 00:15:59

  Modified: lksctp-tools-1.0.16.ebuild ChangeLog
  Log:
  Added ~mips to KEYWORDS.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.2  net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild?r1=1.1&r2=1.2

Index: lksctp-tools-1.0.16.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lksctp-tools-1.0.16.ebuild  25 Mar 2014 10:20:53 -  1.1
+++ lksctp-tools-1.0.16.ebuild  8 Sep 2014 00:15:59 -   1.2
@@ -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/net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild,v 1.1 
2014/03/25 10:20:53 polynomial-c Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/lksctp-tools/lksctp-tools-1.0.16.ebuild,v 1.2 
2014/09/08 00:15:59 kumba Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( GPL-2+ LGPL-2.1 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="kernel_linux static-libs"
 
 # This is only supposed to work with Linux to begin with.



1.45 net-misc/lksctp-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lksctp-tools/ChangeLog?rev=1.45&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lksctp-tools/ChangeLog?rev=1.45&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lksctp-tools/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/lksctp-tools/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   25 Mar 2014 10:20:53 -  1.44
+++ ChangeLog   8 Sep 2014 00:15:59 -   1.45
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/lksctp-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/lksctp-tools/ChangeLog,v 1.44 
2014/03/25 10:20:53 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/lksctp-tools/ChangeLog,v 1.45 
2014/09/08 00:15:59 kumba Exp $
+
+  08 Sep 2014; Joshua Kinard  lksctp-tools-1.0.16.ebuild:
+  Added ~mips to KEYWORDS.
 
 *lksctp-tools-1.0.16 (25 Mar 2014)
 






[gentoo-commits] gentoo-x86 commit in sys-apps/net-tools: ChangeLog net-tools-1.60_p20130513023548-r1.ebuild

2014-09-07 Thread Joshua Kinard (kumba)
kumba   14/09/08 01:02:46

  Modified: ChangeLog
  Added:net-tools-1.60_p20130513023548-r1.ebuild
  Log:
  Add several patches from Fedora to fix various issues.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.150sys-apps/net-tools/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/net-tools/ChangeLog?rev=1.150&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/net-tools/ChangeLog?rev=1.150&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/net-tools/ChangeLog?r1=1.149&r2=1.150

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/net-tools/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog   19 Jul 2014 16:24:44 -  1.149
+++ ChangeLog   8 Sep 2014 01:02:46 -   1.150
@@ -1,6 +1,12 @@
 # ChangeLog for sys-apps/net-tools
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/net-tools/ChangeLog,v 1.149 
2014/07/19 16:24:44 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/net-tools/ChangeLog,v 1.150 
2014/09/08 01:02:46 kumba Exp $
+
+*net-tools-1.60_p20130513023548-r1 (08 Sep 2014)
+
+  08 Sep 2014; Joshua Kinard 
+  +net-tools-1.60_p20130513023548-r1.ebuild:
+  Add several patches from Fedora to fix various issues.
 
   19 Jul 2014; Mikle Kolyada 
   net-tools-1.60_p20130513023548.ebuild:



1.1  sys-apps/net-tools/net-tools-1.60_p20130513023548-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/net-tools/net-tools-1.60_p20130513023548-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/net-tools/net-tools-1.60_p20130513023548-r1.ebuild?rev=1.1&content-type=text/plain

Index: net-tools-1.60_p20130513023548-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/net-tools/net-tools-1.60_p20130513023548-r1.ebuild,v
 1.1 2014/09/08 01:02:46 kumba Exp $

EAPI="5"

inherit flag-o-matic toolchain-funcs eutils

if [[ ${PV} == "" ]] ; then

EGIT_REPO_URI="git://net-tools.git.sourceforge.net/gitroot/net-tools/net-tools"
inherit git-2
else
PATCH_VER="2"
SRC_URI="mirror://gentoo/${P}.tar.xz
mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
fi

DESCRIPTION="Standard Linux networking tools"
HOMEPAGE="http://net-tools.sourceforge.net/";

LICENSE="GPL-2"
SLOT="0"
IUSE="nls old-output selinux static"

RDEPEND="!/dev/null
sed -i "/^RELEASE/s:=.*:=${pv}:" */Makefile || die
tar cf - ${p}/ | xz > ${p}.tar.xz
popd >/dev/null

local patches="${p}-patches-${PATCH_VER:-1}"
local d="${T}/${patches}"
mkdir "${d}"
git format-patch -o "${d}" master..gentoo > /dev/null
echo "From http://git.overlays.gentoo.org/gitweb/?p=proj/net-tools.git"; 
> "${d}"/README
tar cf - -C "${T}" ${d##*/} | xz > "${T}"/${patches}.tar.xz
rm -rf "${d}"

du -b "${T}"/*.tar.xz
}

pkg_setup() { [[ -n ${VAPIER_LOVES_YOU} ]] && maint_pkg_create ; }

set_opt() {
local opt=$1 ans
shift
ans=$("$@" && echo y || echo n)
einfo "Setting option ${opt} to ${ans}"
sed -i \
-e "/^bool.* ${opt} /s:[yn]$:${ans}:" \
config.in || die
}

src_prepare() {
if [[ -n ${PATCH_VER} ]] ; then
use old-output || 
EPATCH_EXCLUDE="0001-revert-621a2f376334f8097604b9fee5783e0f1141e66d-for-.patch"
EPATCH_SUFFIX="patch" EPATCH_FORCE="yes" epatch 
"${WORKDIR}"/${P}-patches-${PATCH_VER}
fi
}

src_configure() {
set_opt I18N use nls
set_opt HAVE_HWIB has_version '>=sys-kernel/linux-headers-2.6'
set_opt HAVE_HWTR has_version '

[gentoo-commits] gentoo-x86 commit in sys-apps/timer_entropyd: ChangeLog timer_entropyd-0.2.ebuild

2015-03-01 Thread Joshua Kinard (kumba)
kumba   15/03/02 01:36:20

  Modified: ChangeLog timer_entropyd-0.2.ebuild
  Log:
  Added ~mips, bumped copyright header to 2015.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.17 sys-apps/timer_entropyd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/timer_entropyd/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/timer_entropyd/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/timer_entropyd/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/timer_entropyd/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   17 Mar 2013 16:15:58 -  1.16
+++ ChangeLog   2 Mar 2015 01:36:20 -   1.17
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/timer_entropyd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/timer_entropyd/ChangeLog,v 1.16 
2013/03/17 16:15:58 hwoarang Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/timer_entropyd/ChangeLog,v 1.17 
2015/03/02 01:36:20 kumba Exp $
+
+  02 Mar 2015; Joshua Kinard  timer_entropyd-0.2.ebuild:
+  Added ~mips, bumped copyright header to 2015.
 
   17 Mar 2013; Markos Chandras  metadata.xml:
   Add proxy-maintainers to metadata.xml



1.4  sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild

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

Index: timer_entropyd-0.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- timer_entropyd-0.2.ebuild   23 Sep 2012 08:16:03 -  1.3
+++ timer_entropyd-0.2.ebuild   2 Mar 2015 01:36:20 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild,v 1.3 
2012/09/23 08:16:03 phajdan.jr Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/timer_entropyd/timer_entropyd-0.2.ebuild,v 1.4 
2015/03/02 01:36:20 kumba Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~mips x86"
 IUSE="debug"
 
 src_prepare() {






[gentoo-commits] gentoo-x86 commit in sys-boot/arcload/files: arcload.8 arcload-0.50-shut-gcc4x-up.patch arcload-0.50-makefile-targets.patch

2015-03-04 Thread Joshua Kinard (kumba)
kumba   15/03/05 04:45:30

  Added:arcload.8
  Removed:  arcload-0.50-shut-gcc4x-up.patch
arcload-0.50-makefile-targets.patch
  Log:
  Big cleanup: Include some patches and a manpage from Debian, re-work the code 
a little to compile under an n32-only system (should work for n64 as well), 
silence many compiler warnings, and move patches to a tarball due to the size 
of the changes.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.1  sys-boot/arcload/files/arcload.8

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/files/arcload.8?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/files/arcload.8?rev=1.1&content-type=text/plain

Index: arcload.8
===
.TH "ARCLOAD" "8" "25 November 2007" "" ""
.SH NAME
arcload \- bootloader for SGI/ARCS machines
.SH SYNOPSIS

\fBarcload\fR \fIdevice\fR

.SH "DESCRIPTION"
.PP
\fBarcload\fR is a bootloader designed to load any Linux kernel on any
SGI/ARCS machine. It supports booting the kernel from a variety of
filesystems; currently, the following filesystems are supported:
\fBext2\fR (\fBext3\fR), \fBfat\fR, \fBiso9660\fR, \fBjfs\fR,
\fBminix\fR, \fBufs\fR, \fBxfs\fR and the \fB*arcfs\fR
pseudo-filesystem.

\fBarcload\fP usually resides in the volume header of a disk with an
SGI disklabel.
.SH "USAGE"
.PP
\fIdevice\fR is the device name of the disk containing the volume header
\fBarcload\fR should go into. To use \fBarcload\fR you have to  modify
the following PROM variables:
.P
\fIsetenv OSLoader arcload\fR
.P
\fIsetenv SystemPartition dksc(c,d,8)\fR
.P
\fIsetenv OSLoadPartition dksc(c,d,p)\fR
.P
\fIsetenv OSLoadFilename label(option1,option2,...)\fR
.P
where \fIc\fR is the ID of the SCSI controller, \fId\fR the SCSI ID
of the disk \fBarcload\fR resides on and \fIp\fR the partition number
of the partition \fBarc.cf\fR and the kernels reside on (counting
from 0). Note that \fBarc.cf\fR and the directory your kernels are in
(usually / or /boot) have to be on the same partition.  On boot,
\fBarcload\fR looks at the \fIOSLoadFilename\fR PROM variable and
tries to find a label with the same name in \fBarc.cf\fR.

\fBarc.cf\fP can reside either in /etc or at the root of the partition pointed
to by the \fIOSLoadFilename\fP variable.

.SH "NOTES"
\fBarcload\fR only loads ELF kernels.

.SH "FILES"
.BR /arc.cf
\fBarcload\fR's configuration file
.P
.BR /usr/share/doc/arcload/examples
configuration file examples
.P
.BR /usr/share/doc/arcload/README.Debian
some notes about arcload for Debian
.PP
.SH "SEE ALSO"
.PP
dvhtool(1)

.SH "AUTHORS"
ARCLoad was written by Stanislaw Skowronek
. This manual page was written by Julien
BLACHE  for the Debian Project (but may be used by
others), based on the arcboot(8) manpage.






[gentoo-commits] gentoo-x86 commit in sys-boot/arcload: ChangeLog arcload-0.50-r2.ebuild arcload-0.50-r1.ebuild

2015-03-04 Thread Joshua Kinard (kumba)
kumba   15/03/05 04:45:30

  Modified: ChangeLog
  Added:arcload-0.50-r2.ebuild
  Removed:  arcload-0.50-r1.ebuild
  Log:
  Big cleanup: Include some patches and a manpage from Debian, re-work the code 
a little to compile under an n32-only system (should work for n64 as well), 
silence many compiler warnings, and move patches to a tarball due to the size 
of the changes.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.17 sys-boot/arcload/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/ChangeLog?rev=1.17&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/ChangeLog?rev=1.17&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/arcload/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog   10 Aug 2014 20:20:54 -  1.16
+++ ChangeLog   5 Mar 2015 04:45:30 -   1.17
@@ -1,6 +1,16 @@
 # ChangeLog for sys-boot/arcload
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcload/ChangeLog,v 1.16 
2014/08/10 20:20:54 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcload/ChangeLog,v 1.17 
2015/03/05 04:45:30 kumba Exp $
+
+*arcload-0.50-r2 (05 Mar 2015)
+
+  05 Mar 2015; Joshua Kinard  -arcload-0.50-r1.ebuild,
+  +arcload-0.50-r2.ebuild, -files/arcload-0.50-makefile-targets.patch,
+  -files/arcload-0.50-shut-gcc4x-up.patch, +files/arcload.8:
+  Big cleanup: Include some patches and a manpage from Debian, re-work the code
+  a little to compile under an n32-only system (should work for n64 as well),
+  silence many compiler warnings, and move patches to a tarball due to the size
+  of the changes.
 
   10 Aug 2014; Sergei Trofimovich  arcload-0.50-r1.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1  sys-boot/arcload/arcload-0.50-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/arcload-0.50-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/arcload-0.50-r2.ebuild?rev=1.1&content-type=text/plain

Index: arcload-0.50-r2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcload/arcload-0.50-r2.ebuild,v 
1.1 2015/03/05 04:45:30 kumba Exp $

EAPI=4

inherit eutils toolchain-funcs versionator

# Hack until upstream renames from 0.5 to 0.50
MY_PV="${PV/50/5}"

PATCHREV="1"
DESCRIPTION="ARCLoad - SGI Multi-bootloader.  Able to bootload many different 
SGI Systems"
HOMEPAGE="http://www.linux-mips.org/wiki/index.php/ARCLoad";
SRC_URI="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/${PN}-${MY_PV}.tar.bz2
 mirror://gentoo/${P}-patches-v${PATCHREV}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="-* ~mips"
IUSE=""
DEPEND="sys-boot/dvhtool
abi_mips_o32? ( sys-devel/kgcc64 )"
RDEPEND=""
RESTRICT="strip"

S="${WORKDIR}/${PN}-${MY_PV}"
PATCHDIR="${WORKDIR}/${P}-patches"

src_prepare() {
# For gcc-4.x, quiet down some of the warnings
epatch "${PATCHDIR}"/${P}-shut-gcc4x-up.patch

# Redefine the targets in the primary Makefile to give us
# finer control over building the tools.  This is for properly
# cross-compiling arcload
epatch "${PATCHDIR}"/${P}-makefile-targets.patch

# Patches borrowed from Debian:
# - Load ELF64 images on 32-bit systems
# - Pass an arcload label name directly on the PROM cmdline.
# - Look for arc.cf in /etc and fallback to /.
epatch "${PATCHDIR}"/${P}_deb-elf64-on-m32.patch
epatch "${PATCHDIR}"/${P}_deb-cmdline-config.patch
epatch "${PATCHDIR}"/${P}_deb-config-in-etc.patch

# Building arcload on different MIPS ABIs can be difficult,
# so we include specific bits from standard system headers
# to make the compiler happy.  These should rarely, if ever,
# change...
epatch "${PATCHDIR}"/${P}-local-elf_h.patch

# Patch wreckoff.c to handle the new .MIPS.abiflags section.
epatch "${PATCHDIR}"/${P}-wreckoff-abiflags-fix.patch

# In order to convert from ELF to ECOFF, we need to disable
# SSP, as that adds additional program headers that I don't
# know how to handle in wreckoff.c.
epatch "${PATCHDIR}"/${P}-disable-ssp.patch

# The code is old and has a lot of issues.  But it's just a
# simple bootloader, so silence the va

[gentoo-commits] gentoo-x86 commit in sys-devel/kgcc64: ChangeLog kgcc64-4.9.2.ebuild kgcc64-4.7.4.ebuild

2015-03-05 Thread Joshua Kinard (kumba)
kumba   15/03/05 22:14:06

  Modified: ChangeLog kgcc64-4.9.2.ebuild kgcc64-4.7.4.ebuild
  Log:
  Bumped PATCHREV in 4.9.2 to 1.2 for the MIPS PR61538 fix, and added ~mips to 
both.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.63 sys-devel/kgcc64/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/ChangeLog?rev=1.63&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/ChangeLog?rev=1.63&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog   22 Nov 2014 13:21:32 -  1.62
+++ ChangeLog   5 Mar 2015 22:14:06 -   1.63
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/kgcc64
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.62 
2014/11/22 13:21:32 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.63 
2015/03/05 22:14:06 kumba Exp $
+
+  05 Mar 2015; Joshua Kinard  kgcc64-4.7.4.ebuild,
+  kgcc64-4.9.2.ebuild:
+  Bumped PATCHREV in 4.9.2 to 1.2 for the MIPS PR61538 fix, and added ~mips to
+  both.
 
   22 Nov 2014; Jeroen Roovers  kgcc64-4.9.2.ebuild:
   Marked ~hppa too.



1.3  sys-devel/kgcc64/kgcc64-4.9.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.9.2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.9.2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.9.2.ebuild?r1=1.2&r2=1.3

Index: kgcc64-4.9.2.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.9.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kgcc64-4.9.2.ebuild 22 Nov 2014 13:21:32 -  1.2
+++ kgcc64-4.9.2.ebuild 5 Mar 2015 22:14:06 -   1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.9.2.ebuild,v 1.2 
2014/11/22 13:21:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.9.2.ebuild,v 1.3 
2015/03/05 22:14:06 kumba Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 TOOLCHAIN_ALLOWED_LANGS="c"
 GCC_TARGET_NO_MULTILIB=true
 
-PATCH_VER="1.0"
+PATCH_VER="1.2"
 GCC_FILESDIR=${FILESDIR/${PN}/gcc}
 
 inherit eutils toolchain
@@ -24,7 +24,7 @@
 DESCRIPTION="64bit kernel compiler"
 
 # Works on mips and sparc; all other archs, refer to bug #228115
-KEYWORDS="~hppa"
+KEYWORDS="~hppa ~mips"
 
 RDEPEND=">=dev-libs/gmp-4.3.2
>=dev-libs/mpfr-2.4.2



1.4  sys-devel/kgcc64/kgcc64-4.7.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild?r1=1.3&r2=1.4

Index: kgcc64-4.7.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kgcc64-4.7.4.ebuild 17 Sep 2014 08:20:33 -  1.3
+++ kgcc64-4.7.4.ebuild 5 Mar 2015 22:14:06 -   1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild,v 1.3 
2014/09/17 08:20:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.7.4.ebuild,v 1.4 
2015/03/05 22:14:06 kumba Exp $
 
 EAPI=4
 
@@ -24,7 +24,7 @@
 DESCRIPTION="64bit kernel compiler"
 
 # Works on mips and sparc; all other archs, refer to bug #228115
-KEYWORDS="~hppa ~sparc"
+KEYWORDS="~hppa ~mips ~sparc"
 
 RDEPEND=">=dev-libs/gmp-4.3.2
>=dev-libs/mpfr-2.4.2






[gentoo-commits] gentoo-x86 commit in sys-kernel/mips-sources: mips-sources-3.19.6.ebuild ChangeLog mips-sources-4.0.1.ebuild mips-sources-3.19.ebuild

2015-05-03 Thread Joshua Kinard (kumba)
kumba   15/05/04 02:20:58

  Modified: ChangeLog
  Added:mips-sources-3.19.6.ebuild
mips-sources-4.0.1.ebuild
  Removed:  mips-sources-3.19.ebuild
  Log:
  Bump to 3.19.6 and import 4.0.1.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
F5C6C943)

Revision  ChangesPath
1.156sys-kernel/mips-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/ChangeLog?rev=1.156&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/ChangeLog?rev=1.156&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/ChangeLog?r1=1.155&r2=1.156

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog   16 Feb 2015 09:48:49 -  1.155
+++ ChangeLog   4 May 2015 02:20:58 -   1.156
@@ -1,6 +1,13 @@
 # ChangeLog for sys-kernel/mips-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v 1.155 
2015/02/16 09:48:49 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v 1.156 
2015/05/04 02:20:58 kumba Exp $
+
+*mips-sources-4.0.1 (04 May 2015)
+*mips-sources-3.19.6 (04 May 2015)
+
+  04 May 2015; Joshua Kinard  -mips-sources-3.19.ebuild,
+  +mips-sources-3.19.6.ebuild, +mips-sources-4.0.1.ebuild:
+  Bump to 3.19.6 and import 4.0.1.
 
 *mips-sources-3.19 (16 Feb 2015)
 



1.1  sys-kernel/mips-sources/mips-sources-3.19.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/mips-sources-3.19.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/mips-sources-3.19.6.ebuild?rev=1.1&content-type=text/plain

Index: mips-sources-3.19.6.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-3.19.6.ebuild,v 
1.1 2015/05/04 02:20:58 kumba Exp $

# EAPI Version
EAPI="5"

# INCLUDED:
# 1) linux sources from kernel.org
# 2) linux-mips.org GIT snapshot diff
# 3) Generic Fixes
# 4) Patch for the IOC3 Metadriver (IP27, IP30)
# 5) Patch for IP30 Support
# 6) Experimental patches (if needed)

#//--

# Version Data
OKV=${PV/_/-}
GITDATE="20150418"  # Date of diff between kernel.org and 
lmo GIT
GENPATCHREV="2" # Tarball revision for patches

# Directories
S="${WORKDIR}/linux-${OKV}-${GITDATE}"
MIPS_PATCHES="${WORKDIR}/mips-patches"

# Kernel-2 Vars
K_SECURITY_UNSUPPORTED="1"
K_NOUSENAME="0"
K_NOUSEPR="0"
K_USEPV="0"
ETYPE="sources"

# Inherit Eclasses
inherit kernel-2 eutils
detect_version

# Version Data
F_KV="${PVR}"
BASE_KV="$(get_version_component_range 1-2).0"
[[ "${EXTRAVERSION}" = -rc* ]] && KVE="${EXTRAVERSION}"

# Portage Vars
HOMEPAGE="http://www.linux-mips.org/ http://www.gentoo.org/";
SLOT="${OKV}"
KEYWORDS="-* ~mips"
IUSE="cobalt ip27 ip28 ip30 ip32r10k"
DEPEND=">=sys-devel/gcc-4.6.0"
RDEPEND=""

# Machine Support Control Variables
DO_IP22="test"  # If "yes", enable IP22 support 
(SGI Indy, Indigo2 R4x00)
DO_IP27="yes"   #  IP27 support 
(SGI Origin)
DO_IP28="test"  #  IP28 support 
(SGI Indigo2 Impact R1)
DO_IP30="yes"   #  IP30 support 
(SGI Octane)
DO_IP32="yes"   #  IP32 support 
(SGI O2, R5000/RM5200 Only)
DO_CBLT="test"  #  Cobalt Support   
(Cobalt Microsystems)

# Machine Stable Version Variables
SV_IP22=""  # If set && DO_IP22 == "no", indicates 
last "good" IP22 version
SV_IP27=""  #   DO_IP27 == "no",
   IP27
SV_IP28=""  #   DO_IP28 == "no",
   IP28
SV_IP30=""  #   DO_IP30 == "no",
   IP30
SV_IP32=""  #   DO_IP32 == "no",
   IP32
SV_CBLT=""  #   DO_CBLT == "no",
   Cobalt

DESCRIPTION="Linux-Mips GIT sources for MIPS-based machines, dated ${GITDATE}"
SRC_URI="${KERNEL_URI}
 mirror://gentoo/mipsgit-${BASE_KV}${KVE}-${GITDATE}.diff.xz
 mirror://gentoo/${PN}-${BASE_KV}

[gentoo-commits] gentoo-x86 commit in sys-boot/arcload: ChangeLog arcload-0.50-r3.ebuild arcload-0.50-r2.ebuild

2015-05-03 Thread Joshua Kinard (kumba)
kumba   15/05/04 05:01:22

  Modified: ChangeLog
  Added:arcload-0.50-r3.ebuild
  Removed:  arcload-0.50-r2.ebuild
  Log:
  Comment out the 'deb-elf64-on-m32' patch due to problems on some systems.  
See #543978.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.19 sys-boot/arcload/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/ChangeLog?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/ChangeLog?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-boot/arcload/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog   21 Mar 2015 18:22:44 -  1.18
+++ ChangeLog   4 May 2015 05:01:22 -   1.19
@@ -1,6 +1,13 @@
 # ChangeLog for sys-boot/arcload
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcload/ChangeLog,v 1.18 
2015/03/21 18:22:44 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcload/ChangeLog,v 1.19 
2015/05/04 05:01:22 kumba Exp $
+
+*arcload-0.50-r3 (04 May 2015)
+
+  04 May 2015; Joshua Kinard  -arcload-0.50-r2.ebuild,
+  +arcload-0.50-r3.ebuild:
+  Comment out the 'deb-elf64-on-m32' patch due to problems on some systems. See
+  #543978.
 
   21 Mar 2015; Joshua Kinard  +arcload-0.50-r1.ebuild:
   Add arcload-0.50-r1 back until Bug #543978 can be resolved.



1.1  sys-boot/arcload/arcload-0.50-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/arcload-0.50-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/arcload/arcload-0.50-r3.ebuild?rev=1.1&content-type=text/plain

Index: arcload-0.50-r3.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/arcload/arcload-0.50-r3.ebuild,v 
1.1 2015/05/04 05:01:22 kumba Exp $

EAPI=4

inherit eutils toolchain-funcs versionator

# Hack until upstream renames from 0.5 to 0.50
MY_PV="${PV/50/5}"

PATCHREV="1"
DESCRIPTION="ARCLoad - SGI Multi-bootloader.  Able to bootload many different 
SGI Systems"
HOMEPAGE="http://www.linux-mips.org/wiki/index.php/ARCLoad";
SRC_URI="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/${PN}-${MY_PV}.tar.bz2
 mirror://gentoo/${P}-patches-v${PATCHREV}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="-* ~mips"
IUSE=""
DEPEND="sys-boot/dvhtool
abi_mips_o32? ( sys-devel/kgcc64 )"
RDEPEND=""
RESTRICT="strip"

S="${WORKDIR}/${PN}-${MY_PV}"
PATCHDIR="${WORKDIR}/${P}-patches"

src_prepare() {
# For gcc-4.x, quiet down some of the warnings
epatch "${PATCHDIR}"/${P}-shut-gcc4x-up.patch

# Redefine the targets in the primary Makefile to give us
# finer control over building the tools.  This is for properly
# cross-compiling arcload
epatch "${PATCHDIR}"/${P}-makefile-targets.patch

# Patches borrowed from Debian:
# - Load ELF64 images on 32-bit systems - XXX: #543978
# - Pass an arcload label name directly on the PROM cmdline.
# - Look for arc.cf in /etc and fallback to /.
#   epatch "${PATCHDIR}"/${P}_deb-elf64-on-m32.patch
epatch "${PATCHDIR}"/${P}_deb-cmdline-config.patch
epatch "${PATCHDIR}"/${P}_deb-config-in-etc.patch

# Building arcload on different MIPS ABIs can be difficult,
# so we include specific bits from standard system headers
# to make the compiler happy.  These should rarely, if ever,
# change...
epatch "${PATCHDIR}"/${P}-local-elf_h.patch

# Patch wreckoff.c to handle the new .MIPS.abiflags section.
epatch "${PATCHDIR}"/${P}-wreckoff-abiflags-fix.patch

# In order to convert from ELF to ECOFF, we need to disable
# SSP, as that adds additional program headers that I don't
# know how to handle in wreckoff.c.
epatch "${PATCHDIR}"/${P}-disable-ssp.patch

# The code is old and has a lot of issues.  But it's just a
# simple bootloader, so silence the various warnings until
# it can be re-written.
epatch "${PATCHDIR}"/${P}-silence-warnings.patch
}

src_compile() {
local myCC myCC64 myLD myLD64

myCC="$(tc-getCC)"
myLD="$(tc-getLD)"
if use abi_mips_o32; then
myCC64=${myCC/mips/mips64}
myLD64=${myLD/mips/mips64}
else
myCC64=${myCC}
myLD64=${myLD}
fi

# Build the wreckoff tool first.  It c

[gentoo-commits] gentoo-x86 commit in app-admin/killproc: ChangeLog killproc-2.13-r1.ebuild

2014-08-26 Thread Joshua Kinard (kumba)
kumba   14/08/26 09:41:25

  Modified: ChangeLog killproc-2.13-r1.ebuild
  Log:
  Added ~mips to KEYWORDS.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.33 app-admin/killproc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/killproc/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/killproc/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/killproc/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/killproc/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   4 Aug 2014 12:25:44 -   1.32
+++ ChangeLog   26 Aug 2014 09:41:25 -  1.33
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/killproc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/ChangeLog,v 1.32 
2014/08/04 12:25:44 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/ChangeLog,v 1.33 
2014/08/26 09:41:25 kumba Exp $
+
+  26 Aug 2014; Joshua Kinard  killproc-2.13-r1.ebuild:
+  Added ~mips to KEYWORDS.
 
   04 Aug 2014; Anthony G. Basile  killproc-2.13-r1.ebuild:
   Keyword ~ppc64, bug #467210



1.5  app-admin/killproc/killproc-2.13-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/killproc/killproc-2.13-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/killproc/killproc-2.13-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/killproc/killproc-2.13-r1.ebuild?r1=1.4&r2=1.5

Index: killproc-2.13-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-2.13-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- killproc-2.13-r1.ebuild 4 Aug 2014 12:25:44 -   1.4
+++ killproc-2.13-r1.ebuild 26 Aug 2014 09:41:25 -  1.5
@@ -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/app-admin/killproc/killproc-2.13-r1.ebuild,v 1.4 
2014/08/04 12:25:44 blueness Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/killproc/killproc-2.13-r1.ebuild,v 1.5 
2014/08/26 09:41:25 kumba Exp $
 
 EAPI=5
 inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 
 src_prepare() {
epatch "${FILESDIR}/${P}-makefile.patch"






[gentoo-commits] gentoo-x86 commit in dev-libs/libsodium: libsodium-0.6.1.ebuild ChangeLog

2014-08-26 Thread Joshua Kinard (kumba)
kumba   14/08/26 10:00:36

  Modified: libsodium-0.6.1.ebuild ChangeLog
  Log:
  Added ~mips to KEYWORDS, per Bug #520740.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.2  dev-libs/libsodium/libsodium-0.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsodium/libsodium-0.6.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsodium/libsodium-0.6.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsodium/libsodium-0.6.1.ebuild?r1=1.1&r2=1.2

Index: libsodium-0.6.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsodium/libsodium-0.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libsodium-0.6.1.ebuild  20 Jul 2014 16:34:26 -  1.1
+++ libsodium-0.6.1.ebuild  26 Aug 2014 10:00:36 -  1.2
@@ -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/dev-libs/libsodium/libsodium-0.6.1.ebuild,v 
1.1 2014/07/20 16:34:26 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/libsodium-0.6.1.ebuild,v 
1.2 2014/08/26 10:00:36 kumba Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="ISC"
 SLOT="0/10"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux"
 IUSE="+asm minimal static-libs +urandom"
 
 src_configure() {



1.15 dev-libs/libsodium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsodium/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsodium/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libsodium/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libsodium/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   20 Jul 2014 16:34:26 -  1.14
+++ ChangeLog   26 Aug 2014 10:00:36 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libsodium
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/ChangeLog,v 1.14 
2014/07/20 16:34:26 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libsodium/ChangeLog,v 1.15 
2014/08/26 10:00:36 kumba Exp $
+
+  26 Aug 2014; Joshua Kinard  libsodium-0.6.1.ebuild:
+  Added ~mips to KEYWORDS, per Bug #520740.
 
 *libsodium-0.6.1 (20 Jul 2014)
 






[gentoo-commits] gentoo-x86 commit in net-libs/zeromq: ChangeLog zeromq-4.0.4-r1.ebuild

2014-08-26 Thread Joshua Kinard (kumba)
kumba   14/08/26 10:06:22

  Modified: ChangeLog zeromq-4.0.4-r1.ebuild
  Log:
  Added ~mips to KEYWORDS, per Bug #489452.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.62 net-libs/zeromq/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/zeromq/ChangeLog?rev=1.62&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/zeromq/ChangeLog?rev=1.62&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/zeromq/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/zeromq/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog   10 Aug 2014 20:50:54 -  1.61
+++ ChangeLog   26 Aug 2014 10:06:22 -  1.62
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/zeromq
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/zeromq/ChangeLog,v 1.61 2014/08/10 
20:50:54 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/zeromq/ChangeLog,v 1.62 2014/08/26 
10:06:22 kumba Exp $
+
+  26 Aug 2014; Joshua Kinard  zeromq-4.0.4-r1.ebuild:
+  Added ~mips to KEYWORDS, per Bug #489452.
 
   10 Aug 2014; Sergei Trofimovich  zeromq-2.2.0.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.2  net-libs/zeromq/zeromq-4.0.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/zeromq/zeromq-4.0.4-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/zeromq/zeromq-4.0.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/zeromq/zeromq-4.0.4-r1.ebuild?r1=1.1&r2=1.2

Index: zeromq-4.0.4-r1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-libs/zeromq/zeromq-4.0.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- zeromq-4.0.4-r1.ebuild  18 Jun 2014 08:21:16 -  1.1
+++ zeromq-4.0.4-r1.ebuild  26 Aug 2014 10:06:22 -  1.2
@@ -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/net-libs/zeromq/zeromq-4.0.4-r1.ebuild,v 
1.1 2014/06/18 08:21:16 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/zeromq/zeromq-4.0.4-r1.ebuild,v 
1.2 2014/08/26 10:06:22 kumba Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~amd64-linux ~x86-linux"
 IUSE="pgm static-libs test"
 
 RDEPEND="






[gentoo-commits] gentoo-x86 commit in dev-python/pyzmq: pyzmq-14.3.1.ebuild ChangeLog

2014-08-26 Thread Joshua Kinard (kumba)
kumba   14/08/26 10:10:05

  Modified: pyzmq-14.3.1.ebuild ChangeLog
  Log:
  Added ~mips to KEYWORDS, per Bug #520744.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.3  dev-python/pyzmq/pyzmq-14.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild?r1=1.2&r2=1.3

Index: pyzmq-14.3.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyzmq-14.3.1.ebuild 14 Aug 2014 23:22:48 -  1.2
+++ pyzmq-14.3.1.ebuild 26 Aug 2014 10:10:05 -  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/dev-python/pyzmq/pyzmq-14.3.1.ebuild,v 1.2 
2014/08/14 23:22:48 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild,v 1.3 
2014/08/26 10:10:05 kumba Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"
 IUSE="doc examples green test"
 
 PY2_USEDEP=$(python_gen_usedep 'python2*')



1.50 dev-python/pyzmq/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?rev=1.50&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?rev=1.50&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyzmq/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   14 Aug 2014 23:22:48 -  1.49
+++ ChangeLog   26 Aug 2014 10:10:05 -  1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyzmq
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.49 
2014/08/14 23:22:48 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/ChangeLog,v 1.50 
2014/08/26 10:10:05 kumba Exp $
+
+  26 Aug 2014; Joshua Kinard  pyzmq-14.3.1.ebuild:
+  Added ~mips to KEYWORDS, per Bug #520744.
 
   14 Aug 2014; Anthony G. Basile  pyzmq-13.1.0.ebuild,
   pyzmq-14.0.1.ebuild, pyzmq-14.1.1.ebuild, pyzmq-14.3.0.ebuild,






[gentoo-commits] gentoo-x86 commit in dev-perl/FreezeThaw: ChangeLog FreezeThaw-0.500.100-r1.ebuild

2014-08-26 Thread Joshua Kinard (kumba)
kumba   14/08/26 10:12:41

  Modified: ChangeLog FreezeThaw-0.500.100-r1.ebuild
  Log:
  Added ~mips to KEYWORDS, per Bug #520758.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.35 dev-perl/FreezeThaw/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/FreezeThaw/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/FreezeThaw/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/FreezeThaw/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-perl/FreezeThaw/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   16 Jan 2014 21:27:20 -  1.34
+++ ChangeLog   26 Aug 2014 10:12:41 -  1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/FreezeThaw
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/FreezeThaw/ChangeLog,v 1.34 
2014/01/16 21:27:20 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/FreezeThaw/ChangeLog,v 1.35 
2014/08/26 10:12:41 kumba Exp $
+
+  26 Aug 2014; Joshua Kinard  FreezeThaw-0.500.100-r1.ebuild:
+  Added ~mips to KEYWORDS, per Bug #520758.
 
   16 Jan 2014; Mikle Kolyada  -FreezeThaw-0.500.100.ebuild,
   FreezeThaw-0.500.100-r1.ebuild:



1.5  dev-perl/FreezeThaw/FreezeThaw-0.500.100-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/FreezeThaw/FreezeThaw-0.500.100-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/FreezeThaw/FreezeThaw-0.500.100-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/FreezeThaw/FreezeThaw-0.500.100-r1.ebuild?r1=1.4&r2=1.5

Index: FreezeThaw-0.500.100-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-perl/FreezeThaw/FreezeThaw-0.500.100-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- FreezeThaw-0.500.100-r1.ebuild  16 Jan 2014 21:27:20 -  1.4
+++ FreezeThaw-0.500.100-r1.ebuild  26 Aug 2014 10:12:41 -  1.5
@@ -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/dev-perl/FreezeThaw/FreezeThaw-0.500.100-r1.ebuild,v 
1.4 2014/01/16 21:27:20 zlogene Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-perl/FreezeThaw/FreezeThaw-0.500.100-r1.ebuild,v 
1.5 2014/08/26 10:12:41 kumba Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 DESCRIPTION="converting Perl structures to strings and back"
 
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~s390 sparc x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
 IUSE=""
 
 SRC_TEST=do






[gentoo-commits] gentoo-x86 commit in app-portage/mirrorselect: mirrorselect-2.2.2.ebuild ChangeLog

2014-08-28 Thread Joshua Kinard (kumba)
kumba   14/08/28 09:11:34

  Modified: mirrorselect-2.2.2.ebuild ChangeLog
  Log:
  Added ~mips to KEYWORDS, per #509628.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.10 app-portage/mirrorselect/mirrorselect-2.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild?r1=1.9&r2=1.10

Index: mirrorselect-2.2.2.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mirrorselect-2.2.2.ebuild   28 Aug 2014 08:39:09 -  1.9
+++ mirrorselect-2.2.2.ebuild   28 Aug 2014 09:11:34 -  1.10
@@ -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/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild,v 
1.9 2014/08/28 08:39:09 naota Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.2.2.ebuild,v 
1.10 2014/08/28 09:11:34 kumba Exp $
 
 EAPI="5"
 
@@ -19,7 +19,7 @@
 SLOT="0"
 IUSE=""
 
-KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
 
 RDEPEND="
dev-util/dialog



1.146app-portage/mirrorselect/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.146&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.146&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?r1=1.145&r2=1.146

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog   28 Aug 2014 08:39:09 -  1.145
+++ ChangeLog   28 Aug 2014 09:11:34 -  1.146
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/mirrorselect
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.145 
2014/08/28 08:39:09 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.146 
2014/08/28 09:11:34 kumba Exp $
+
+  28 Aug 2014; Joshua Kinard  mirrorselect-2.2.2.ebuild:
+  Added ~mips to KEYWORDS, per #509628.
 
   28 Aug 2014; Naohiro Aota  mirrorselect-2.2.2.ebuild:
   Add ~x86-fbsd. #509628






[gentoo-commits] gentoo-x86 commit in net-misc/ifenslave: ChangeLog ifenslave-1.1.0-r6.ebuild

2014-08-28 Thread Joshua Kinard (kumba)
kumba   14/08/28 09:19:42

  Modified: ChangeLog ifenslave-1.1.0-r6.ebuild
  Log:
  Added ~mips to KEYWORDS, per #521148.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.33 net-misc/ifenslave/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ifenslave/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ifenslave/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ifenslave/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   3 Nov 2013 05:59:19 -   1.32
+++ ChangeLog   28 Aug 2014 09:19:42 -  1.33
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/ifenslave
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ChangeLog,v 1.32 
2013/11/03 05:59:19 prometheanfire Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ChangeLog,v 1.33 
2014/08/28 09:19:42 kumba Exp $
+
+  28 Aug 2014; Joshua Kinard  ifenslave-1.1.0-r6.ebuild:
+  Added ~mips to KEYWORDS, per #521148.
 
   03 Nov 2013; Matthew Thode  metadata.xml:
   adding myself to maintainers



1.8  net-misc/ifenslave/ifenslave-1.1.0-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r6.ebuild?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r6.ebuild?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r6.ebuild?r1=1.7&r2=1.8

Index: ifenslave-1.1.0-r6.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ifenslave-1.1.0-r6.ebuild   2 Nov 2012 19:08:17 -   1.7
+++ ifenslave-1.1.0-r6.ebuild   28 Aug 2014 09:19:42 -  1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r6.ebuild,v 1.7 
2012/11/02 19:08:17 robbat2 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-misc/ifenslave/ifenslave-1.1.0-r6.ebuild,v 1.8 
2014/08/28 09:19:42 kumba Exp $
 
 EAPI=4
 
@@ -19,7 +19,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~mips ppc sparc x86"
 IUSE=""
 
 RDEPEND=""






[gentoo-commits] gentoo-x86 commit in dev-libs/librevenge: librevenge-0.0.1.ebuild ChangeLog

2014-08-28 Thread Joshua Kinard (kumba)
kumba   14/08/28 09:28:11

  Modified: librevenge-0.0.1.ebuild ChangeLog
  Log:
  Added ~mips to KEYWORDS, per #520692.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.6  dev-libs/librevenge/librevenge-0.0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/librevenge/librevenge-0.0.1.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/librevenge/librevenge-0.0.1.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/librevenge/librevenge-0.0.1.ebuild?r1=1.5&r2=1.6

Index: librevenge-0.0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/librevenge/librevenge-0.0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- librevenge-0.0.1.ebuild 28 Aug 2014 08:40:26 -  1.5
+++ librevenge-0.0.1.ebuild 28 Aug 2014 09:28:11 -  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/dev-libs/librevenge/librevenge-0.0.1.ebuild,v 1.5 
2014/08/28 08:40:26 naota Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/librevenge/librevenge-0.0.1.ebuild,v 1.6 
2014/08/28 09:28:11 kumba Exp $
 
 EAPI="5"
 
@@ -14,7 +14,7 @@
KEYWORDS=""
 else
SRC_URI="http://sf.net/projects/libwpd/files/${PN}/${P}/${P}.tar.xz";
-   KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd"
+   KEYWORDS="~amd64 ~hppa ~mips ~x86 ~x86-fbsd"
 fi
 
 LICENSE="|| ( MPL-2.0 LGPL-2.1 )"



1.6  dev-libs/librevenge/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/librevenge/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/librevenge/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/librevenge/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-libs/librevenge/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   28 Aug 2014 08:40:26 -  1.5
+++ ChangeLog   28 Aug 2014 09:28:11 -  1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/librevenge
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/librevenge/ChangeLog,v 1.5 
2014/08/28 08:40:26 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/librevenge/ChangeLog,v 1.6 
2014/08/28 09:28:11 kumba Exp $
+
+  28 Aug 2014; Joshua Kinard  librevenge-0.0.1.ebuild:
+  Added ~mips to KEYWORDS, per #520692.
 
   28 Aug 2014; Naohiro Aota  librevenge-0.0.1.ebuild:
   Add ~x86-fbsd. #520692






[gentoo-commits] gentoo-x86 commit in app-text/libwpd: ChangeLog libwpd-0.10.0.ebuild

2014-08-28 Thread Joshua Kinard (kumba)
kumba   14/08/28 09:32:14

  Modified: ChangeLog libwpd-0.10.0.ebuild
  Log:
  Added ~mips to KEYWORDS, per #520692.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.130app-text/libwpd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.130&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?rev=1.130&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libwpd/ChangeLog?r1=1.129&r2=1.130

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog   28 Aug 2014 08:43:20 -  1.129
+++ ChangeLog   28 Aug 2014 09:32:14 -  1.130
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/libwpd
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.129 
2014/08/28 08:43:20 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.130 
2014/08/28 09:32:14 kumba Exp $
+
+  28 Aug 2014; Joshua Kinard  libwpd-0.10.0.ebuild:
+  Added ~mips to KEYWORDS, per #520692.
 
   28 Aug 2014; Naohiro Aota  libwpd-0.10.0.ebuild:
   Add ~x86-fbsd. #520692



1.4  app-text/libwpd/libwpd-0.10.0.ebuild

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

Index: libwpd-0.10.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.10.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libwpd-0.10.0.ebuild28 Aug 2014 08:43:20 -  1.3
+++ libwpd-0.10.0.ebuild28 Aug 2014 09:32:14 -  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/app-text/libwpd/libwpd-0.10.0.ebuild,v 1.3 
2014/08/28 08:43:20 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.10.0.ebuild,v 1.4 
2014/08/28 09:32:14 kumba Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
 SLOT="0.10"
-KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~hppa ~mips ~x86 ~x86-fbsd"
 IUSE="doc test +tools"
 
 RDEPEND="dev-libs/librevenge"






[gentoo-commits] gentoo-x86 commit in sys-kernel/mips-sources: ChangeLog mips-sources-3.19.ebuild mips-sources-3.18.5.ebuild

2015-02-16 Thread Joshua Kinard (kumba)
kumba   15/02/16 09:48:49

  Modified: ChangeLog
  Added:mips-sources-3.19.ebuild
  Removed:  mips-sources-3.18.5.ebuild
  Log:
  Update to 3.19.0 and linux-mips-git 20150215.  Update IP27 show_info to warn 
of random BUG() under heavy disk I/O.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.155sys-kernel/mips-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/ChangeLog?rev=1.155&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/ChangeLog?rev=1.155&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog   1 Feb 2015 08:12:56 -   1.154
+++ ChangeLog   16 Feb 2015 09:48:49 -  1.155
@@ -1,6 +1,15 @@
 # ChangeLog for sys-kernel/mips-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v 1.154 
2015/02/01 08:12:56 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v 1.155 
2015/02/16 09:48:49 kumba Exp $
+
+*mips-sources-3.19 (16 Feb 2015)
+
+  16 Feb 2015; Joshua Kinard  -mips-sources-3.18.5.ebuild,
+  +mips-sources-3.19.ebuild, -files/eblits/show_ip27_info-v2.eblit,
+  +files/eblits/show_ip27_info-v3.eblit, -files/eblits/src_unpack-v4.eblit,
+  +files/eblits/src_unpack-v5.eblit:
+  Update to 3.19.0 and linux-mips-git 20150215. Update IP27 show_info to warn
+  of random BUG() under heavy disk I/O.
 
 *mips-sources-3.18.5 (01 Feb 2015)
 



1.1  sys-kernel/mips-sources/mips-sources-3.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/mips-sources-3.19.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/mips-sources-3.19.ebuild?rev=1.1&content-type=text/plain

Index: mips-sources-3.19.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-3.19.ebuild,v 1.1 
2015/02/16 09:48:49 kumba Exp $

# EAPI Version
EAPI="5"

# INCLUDED:
# 1) linux sources from kernel.org
# 2) linux-mips.org GIT snapshot diff
# 3) Generic Fixes
# 4) Patch for the IOC3 Metadriver (IP27, IP30)
# 5) Patch for IP30 Support
# 6) Experimental patches (if needed)

#//--

# Version Data
OKV=${PV/_/-}
GITDATE="20150215"  # Date of diff between kernel.org and 
lmo GIT
GENPATCHREV="1" # Tarball revision for patches

# Directories
S="${WORKDIR}/linux-${OKV}-${GITDATE}"
MIPS_PATCHES="${WORKDIR}/mips-patches"

# Kernel-2 Vars
K_SECURITY_UNSUPPORTED="1"
K_NOUSENAME="0"
K_NOUSEPR="0"
K_USEPV="0"
ETYPE="sources"

# Inherit Eclasses
inherit kernel-2 eutils
detect_version

# Version Data
F_KV="${PVR}"
BASE_KV="$(get_version_component_range 1-2).0"
[[ "${EXTRAVERSION}" = -rc* ]] && KVE="${EXTRAVERSION}"

# Portage Vars
HOMEPAGE="http://www.linux-mips.org/ http://www.gentoo.org/";
SLOT="${OKV}"
KEYWORDS="-* ~mips"
IUSE="cobalt ip27 ip28 ip30 ip32r10k"
DEPEND=">=sys-devel/gcc-4.6.0"
RDEPEND=""

# Machine Support Control Variables
DO_IP22="test"  # If "yes", enable IP22 support 
(SGI Indy, Indigo2 R4x00)
DO_IP27="yes"   #  IP27 support 
(SGI Origin)
DO_IP28="test"  #  IP28 support 
(SGI Indigo2 Impact R1)
DO_IP30="yes"   #  IP30 support 
(SGI Octane)
DO_IP32="yes"   #  IP32 support 
(SGI O2, R5000/RM5200 Only)
DO_CBLT="test"  #  Cobalt Support   
(Cobalt Microsystems)

# Machine Stable Version Variables
SV_IP22=""  # If set && DO_IP22 == "no", indicates 
last "good" IP22 version
SV_IP27=""  #   DO_IP27 == "no",
   IP27
SV_IP28=""  #   DO_IP28 == "no",
   IP28
SV_IP30=""  #   DO_IP30 == "no",
   IP30
SV_IP32=""  #   DO_IP32 == "no",
   IP32
SV_CBLT=""  #   DO_CBLT == "no",
   Cobalt

DESCRIPTION="L

[gentoo-commits] gentoo-x86 commit in sys-kernel/mips-sources/files/eblits: src_unpack-v5.eblit show_ip27_info-v3.eblit show_ip27_info-v2.eblit src_unpack-v4.eblit

2015-02-16 Thread Joshua Kinard (kumba)
kumba   15/02/16 09:48:49

  Added:src_unpack-v5.eblit show_ip27_info-v3.eblit
  Removed:  show_ip27_info-v2.eblit src_unpack-v4.eblit
  Log:
  Update to 3.19.0 and linux-mips-git 20150215.  Update IP27 show_info to warn 
of random BUG() under heavy disk I/O.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.1  sys-kernel/mips-sources/files/eblits/src_unpack-v5.eblit

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/files/eblits/src_unpack-v5.eblit?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/files/eblits/src_unpack-v5.eblit?rev=1.1&content-type=text/plain

Index: src_unpack-v5.eblit
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/mips-sources/files/eblits/src_unpack-v5.eblit,v
 1.1 2015/02/16 09:48:49 kumba Exp $

# Eblit to handle src_unpack.

eblit-mips-sources-src_unpack() {
# Unpack the kernel sources, update to the latest rev (if needed),
# and apply the latest patch from linux-mips git.
kernel-2_src_unpack

# Unpack the mips-sources patchset to 
${WORKDIR}/mips-patches-${BASE_KV}.
echo -e ""
cd "${WORKDIR}"
unpack "${PN}-${BASE_KV}-patches-v${GENPATCHREV}.tar.xz"

# Create a new folder, patch-symlinks, and create symlinks to
# mips-patches in there.  If we want to exclude a patch, we'll
# just delete the symlink instead of the actual patch.
local psym="patch-symlinks"
mkdir "${psym}"
cd "${psym}"
for x in ../mips-patches-${BASE_KV}/*.patch; do
ln -s "${x}" "${x##../mips-patches-*/}"
done

# With symlinks created, setup the variables referencing external
# machine patches and if a machine USE flag is enabled, then unset
# its corresponding variable.
# See _README for the patch numbers and their meanings.
local p_generic="501*"
local p_ip27="502*" p_ip28="503*" p_ip30="504*" p_ip32r10k="6001*"
use ip27 && unset p_generic p_ip27
use ip28 && unset p_ip28
use ip30 && unset p_generic p_ip30
use ip32r10k && unset p_ip32r10k

# Remove symlinks for any patches that we don't want applied.  We do
# this by looping through all the above variables, and deleting
# matching symlinks that point to the corresponding patches.
# The remaining symlinks will be applied to the kernel source.
local patchlist="${p_generic} ${p_ip27} ${p_ip28} ${p_ip30} 
${p_ip32r10k}"
for x in $patchlist; do rm -f "./${x}"; done

# Rename the source tree to match the linux-mips git checkout date and
# machine type.
local fkv="${F_KV%-*}"
local v="${fkv}-${GITDATE}"
for x in {ip27,ip28,ip30,cobalt}; do use ${x} && v="${v}.${x}" && 
break; done
mv "${WORKDIR}/linux-${fkv/_/-}" "${WORKDIR}/linux-${v}" || die
S="${WORKDIR}/linux-${v}"

# Now go into the kernel source and patch it.
cd "${S}"
epatch "${WORKDIR}/${psym}"/*.patch

# Set the EXTRAVERSION to linux-VERSION-mipsgit-GITDATE
EXTRAVERSION="${EXTRAVERSION}-mipsgit-${GITDATE}"
unpack_set_extraversion
}



1.1  
sys-kernel/mips-sources/files/eblits/show_ip27_info-v3.eblit

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/files/eblits/show_ip27_info-v3.eblit?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/files/eblits/show_ip27_info-v3.eblit?rev=1.1&content-type=text/plain

Index: show_ip27_info-v3.eblit
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/mips-sources/files/eblits/show_ip27_info-v3.eblit,v
 1.1 2015/02/16 09:48:49 kumba Exp $

# Eblit with information/warnings for IP27 (Origin 200/2000/Onyx2) users.
#
# If you need to add whitespace for formatting in 'einfo', 'ewarn', or 
'eerror', use
# \040 for a space instead of the standard space.  These functions will strip
# redundant white space.

show_ip27_info() {
echo -e ""
ewarn "Heavy disk I/O on recent kernels may randomly trigger a BUG() in"
ewarn "isolate_lru_pages() in mm/vmscan.c.  The exact trigger cause is"
ewarn "unknown at this time.  Please report any oops messages from this"
ewarn "bug to bugs.gentoo.org (assign to m...@gentoo.org)"
echo -e ""
}






[gentoo-commits] gentoo-x86 commit in app-portage/layman: ChangeLog layman-2.3.0.ebuild

2015-02-18 Thread Joshua Kinard (kumba)
kumba   15/02/18 13:02:46

  Modified: ChangeLog layman-2.3.0.ebuild
  Log:
  Added ~mips, #539366.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.228app-portage/layman/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.228&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?rev=1.228&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/ChangeLog?r1=1.227&r2=1.228

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -r1.227 -r1.228
--- ChangeLog   11 Feb 2015 09:13:11 -  1.227
+++ ChangeLog   18 Feb 2015 13:02:46 -  1.228
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/layman
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.227 
2015/02/11 09:13:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/ChangeLog,v 1.228 
2015/02/18 13:02:46 kumba Exp $
+
+  18 Feb 2015; Joshua Kinard  layman-2.3.0.ebuild:
+  Added ~mips, #539366.
 
   11 Feb 2015; Jeroen Roovers  layman-2.3.0.ebuild:
   Marked ~hppa (bug #539366).



1.4  app-portage/layman/layman-2.3.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.3.0.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.3.0.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/layman/layman-2.3.0.ebuild?r1=1.3&r2=1.4

Index: layman-2.3.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- layman-2.3.0.ebuild 11 Feb 2015 09:13:11 -  1.3
+++ layman-2.3.0.ebuild 18 Feb 2015 13:02:46 -  1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.3.0.ebuild,v 
1.3 2015/02/11 09:13:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.3.0.ebuild,v 
1.4 2015/02/18 13:02:46 kumba Exp $
 
 EAPI="5"
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86"
 IUSE="bazaar cvs darcs +git gpg g-sorcery mercurial squashfs subversion 
sync-plugin-portage test"
 
 DEPEND="test? ( dev-vcs/subversion )






[gentoo-commits] gentoo-x86 commit in dev-python/pyGPG: ChangeLog pyGPG-0.1.ebuild

2015-02-18 Thread Joshua Kinard (kumba)
kumba   15/02/18 15:17:56

  Modified: ChangeLog pyGPG-0.1.ebuild
  Log:
  added ~mips, per #539366.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.10 dev-python/pyGPG/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyGPG/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyGPG/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyGPG/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyGPG/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   18 Feb 2015 13:36:27 -  1.9
+++ ChangeLog   18 Feb 2015 15:17:56 -  1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyGPG
 # Copyright 2012-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyGPG/ChangeLog,v 1.9 2015/02/18 
13:36:27 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyGPG/ChangeLog,v 1.10 
2015/02/18 15:17:56 kumba Exp $
+
+  18 Feb 2015; Joshua Kinard  pyGPG-0.1.ebuild:
+  added ~mips, per #539366.
 
   18 Feb 2015; Sergey Popov  pyGPG-0.1.ebuild:
   Add ~s390 keyword, wrt bug #539366



1.5  dev-python/pyGPG/pyGPG-0.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyGPG/pyGPG-0.1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyGPG/pyGPG-0.1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyGPG/pyGPG-0.1.ebuild?r1=1.4&r2=1.5

Index: pyGPG-0.1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyGPG/pyGPG-0.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyGPG-0.1.ebuild18 Feb 2015 13:36:27 -  1.4
+++ pyGPG-0.1.ebuild18 Feb 2015 15:17:56 -  1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyGPG/pyGPG-0.1.ebuild,v 1.4 
2015/02/18 13:36:27 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyGPG/pyGPG-0.1.ebuild,v 1.5 
2015/02/18 15:17:56 kumba Exp $
 
 EAPI="5"
 
@@ -18,7 +18,7 @@
 SLOT="0"
 IUSE=""
 
-KEYWORDS="~amd64 ~arm ~hppa ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~s390 ~x86"
 
 DEPEND=""
 RDEPEND="${DEPEND}






[gentoo-commits] gentoo-x86 commit in sys-devel/gnuconfig: ChangeLog gnuconfig-20131128.ebuild

2014-07-06 Thread Joshua Kinard (kumba)
kumba   14/07/06 23:17:47

  Modified: ChangeLog gnuconfig-20131128.ebuild
  Log:
  Changed mips -> ~mips: we don't have a stable keyword anymore.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.81 sys-devel/gnuconfig/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?rev=1.81&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?rev=1.81&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog   15 Apr 2014 19:58:08 -  1.80
+++ ChangeLog   6 Jul 2014 23:17:47 -   1.81
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/gnuconfig
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.80 
2014/04/15 19:58:08 redlizard Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.81 
2014/07/06 23:17:47 kumba Exp $
+
+  06 Jul 2014; Joshua Kinard  gnuconfig-20131128.ebuild:
+  Changed mips -> ~mips: we don't have a stable keyword anymore.
 
   15 Apr 2014; redlizard  gnuconfig-20130516.ebuild,
   gnuconfig-20131128.ebuild, gnuconfig-20140212.ebuild,



1.5  sys-devel/gnuconfig/gnuconfig-20131128.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20131128.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20131128.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20131128.ebuild?r1=1.4&r2=1.5

Index: gnuconfig-20131128.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20131128.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnuconfig-20131128.ebuild   15 Apr 2014 19:58:08 -  1.4
+++ gnuconfig-20131128.ebuild   6 Jul 2014 23:17:47 -   1.5
@@ -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-devel/gnuconfig/gnuconfig-20131128.ebuild,v 1.4 
2014/04/15 19:58:08 redlizard Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20131128.ebuild,v 1.5 
2014/07/06 23:17:47 kumba Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
inherit git-2
 else
SRC_URI="mirror://gentoo/${P}.tar.bz2"
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 fi
 
 DESCRIPTION="Updated config.sub and config.guess file from GNU"






[gentoo-commits] gentoo-x86 commit in sys-apps/man-pages: ChangeLog man-pages-3.63.ebuild man-pages-3.67.ebuild

2014-07-06 Thread Joshua Kinard (kumba)
kumba   14/07/06 23:20:00

  Modified: ChangeLog man-pages-3.63.ebuild
man-pages-3.67.ebuild
  Log:
  Changed mips -> ~mips: we don't have a stable keyword anymore.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.222sys-apps/man-pages/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.222&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?rev=1.222&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages/ChangeLog?r1=1.221&r2=1.222

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -r1.221 -r1.222
--- ChangeLog   16 Jun 2014 06:46:24 -  1.221
+++ ChangeLog   6 Jul 2014 23:19:59 -   1.222
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/man-pages
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.221 
2014/06/16 06:46:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/ChangeLog,v 1.222 
2014/07/06 23:19:59 kumba Exp $
+
+  06 Jul 2014; Joshua Kinard  man-pages-3.63.ebuild,
+  man-pages-3.67.ebuild:
+  Changed mips -> ~mips: we don't have a stable keyword anymore.
 
 *man-pages-3.69 (16 Jun 2014)
 



1.3  sys-apps/man-pages/man-pages-3.63.ebuild

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

Index: man-pages-3.63.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.63.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- man-pages-3.63.ebuild   6 Apr 2014 14:31:53 -   1.2
+++ man-pages-3.63.ebuild   6 Jul 2014 23:19:59 -   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-apps/man-pages/man-pages-3.63.ebuild,v 
1.2 2014/04/06 14:31:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.63.ebuild,v 
1.3 2014/07/06 23:19:59 kumba Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE="man-pages GPL-2+ BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
 IUSE_LINGUAS=" da de fr it ja nl pl ro ru zh_CN"
 IUSE="nls ${IUSE_LINGUAS// / linguas_}"
 RESTRICT="binchecks"



1.3  sys-apps/man-pages/man-pages-3.67.ebuild

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

Index: man-pages-3.67.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.67.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- man-pages-3.67.ebuild   16 Jun 2014 06:45:58 -  1.2
+++ man-pages-3.67.ebuild   6 Jul 2014 23:19:59 -   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-apps/man-pages/man-pages-3.67.ebuild,v 
1.2 2014/06/16 06:45:58 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages/man-pages-3.67.ebuild,v 
1.3 2014/07/06 23:19:59 kumba Exp $
 
 EAPI=4
 
@@ -16,7 +16,7 @@
 
 LICENSE="man-pages GPL-2+ BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
 IUSE_LINGUAS=" da de fr it ja nl pl ro ru zh_CN"
 IUSE="nls ${IUSE_LINGUAS// / linguas_}"
 RESTRICT="binchecks"






[gentoo-commits] gentoo-x86 commit in sys-apps/man-pages-posix: man-pages-posix-2013a.ebuild ChangeLog

2014-07-06 Thread Joshua Kinard (kumba)
kumba   14/07/06 23:22:04

  Modified: man-pages-posix-2013a.ebuild ChangeLog
  Log:
  Changed mips -> ~mips: we don't have a stable keyword anymore.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.4  sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild?r1=1.3&r2=1.4

Index: man-pages-posix-2013a.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- man-pages-posix-2013a.ebuild9 Mar 2014 07:24:37 -   1.3
+++ man-pages-posix-2013a.ebuild6 Jul 2014 23:22:04 -   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-apps/man-pages-posix/man-pages-posix-2013a.ebuild,v 
1.3 2014/03/09 07:24:37 vapier Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild,v 
1.4 2014/07/06 23:22:04 kumba Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="man-pages-posix-2013"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 RESTRICT="binchecks"
 



1.18 sys-apps/man-pages-posix/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/ChangeLog?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/ChangeLog?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-pages-posix/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-pages-posix/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   9 Mar 2014 07:24:37 -   1.17
+++ ChangeLog   6 Jul 2014 23:22:04 -   1.18
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/man-pages-posix
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages-posix/ChangeLog,v 1.17 
2014/03/09 07:24:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-pages-posix/ChangeLog,v 1.18 
2014/07/06 23:22:04 kumba Exp $
+
+  06 Jul 2014; Joshua Kinard  man-pages-posix-2013a.ebuild:
+  Changed mips -> ~mips: we don't have a stable keyword anymore.
 
   09 Mar 2014; Mike Frysinger  man-pages-posix-2013a.ebuild:
   Stabilize for all #502918 by Paweł Hajdan, Jr..






[gentoo-commits] gentoo-x86 commit in sys-apps/file: ChangeLog file-5.17.ebuild

2014-07-06 Thread Joshua Kinard (kumba)
kumba   14/07/06 23:25:06

  Modified: ChangeLog file-5.17.ebuild
  Log:
  Changed mips -> ~mips: we don't have a stable keyword anymore.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.277sys-apps/file/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?rev=1.277&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?rev=1.277&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?r1=1.276&r2=1.277

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -r1.276 -r1.277
--- ChangeLog   18 Jun 2014 20:44:57 -  1.276
+++ ChangeLog   6 Jul 2014 23:25:06 -   1.277
@@ -1,6 +1,9 @@
 # ChangeLog for sys-apps/file
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.276 2014/06/18 
20:44:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.277 2014/07/06 
23:25:06 kumba Exp $
+
+  06 Jul 2014; Joshua Kinard  file-5.17.ebuild:
+  Changed mips -> ~mips: we don't have a stable keyword anymore.
 
   18 Jun 2014; Michał Górny  file-5.18-r1.ebuild,
   file-5.19.ebuild:



1.12 sys-apps/file/file-5.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.17.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.17.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.17.ebuild?r1=1.11&r2=1.12

Index: file-5.17.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.17.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- file-5.17.ebuild2 Mar 2014 02:54:55 -   1.11
+++ file-5.17.ebuild6 Jul 2014 23:25:06 -   1.12
@@ -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-apps/file/file-5.17.ebuild,v 1.11 
2014/03/02 02:54:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.17.ebuild,v 1.12 
2014/07/06 23:25:06 kumba Exp $
 
 EAPI="4"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -14,7 +14,7 @@
 else
SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz
ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz";
-   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k mips ppc ppc64 s390 sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
+   KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
 fi
 
 DESCRIPTION="identify a file's format by scanning binary data for patterns"






[gentoo-commits] gentoo-x86 commit in app-admin/eselect-sh: ChangeLog eselect-sh-0.4-r1.ebuild

2014-10-04 Thread Joshua Kinard (kumba)
kumba   14/10/04 22:35:43

  Modified: ChangeLog eselect-sh-0.4-r1.ebuild
  Log:
  Added ~mips to KEYWORDS.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key D25D95E3)

Revision  ChangesPath
1.30 app-admin/eselect-sh/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-sh/ChangeLog?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-sh/ChangeLog?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-sh/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   12 Feb 2014 18:11:36 -  1.29
+++ ChangeLog   4 Oct 2014 22:35:43 -   1.30
@@ -1,6 +1,9 @@
 # ChangeLog for app-admin/eselect-sh
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/ChangeLog,v 1.29 
2014/02/12 18:11:36 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/ChangeLog,v 1.30 
2014/10/04 22:35:43 kumba Exp $
+
+  04 Oct 2014; Joshua Kinard  eselect-sh-0.4-r1.ebuild:
+  Added ~mips to KEYWORDS.
 
 *eselect-sh-0.4-r1 (12 Feb 2014)
 



1.2  app-admin/eselect-sh/eselect-sh-0.4-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-sh/eselect-sh-0.4-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-sh/eselect-sh-0.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-sh/eselect-sh-0.4-r1.ebuild?r1=1.1&r2=1.2

Index: eselect-sh-0.4-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/app-admin/eselect-sh/eselect-sh-0.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eselect-sh-0.4-r1.ebuild12 Feb 2014 18:11:36 -  1.1
+++ eselect-sh-0.4-r1.ebuild4 Oct 2014 22:35:43 -   1.2
@@ -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/app-admin/eselect-sh/eselect-sh-0.4-r1.ebuild,v 1.1 
2014/02/12 18:11:36 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-admin/eselect-sh/eselect-sh-0.4-r1.ebuild,v 1.2 
2014/10/04 22:35:43 kumba Exp $
 
 EAPI=5
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="app-admin/eselect-lib-bin-symlink"






[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog

2014-08-11 Thread Joshua Kinard (kumba)
kumba   14/08/11 00:36:20

  Modified: ChangeLog
  Log:
  Added -mfix-r1/-mno-fix-r1 to ALLOWED_FLAGS for MIPS.

Revision  ChangesPath
1.1350   eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1350&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1350&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1349&r2=1.1350

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1349
retrieving revision 1.1350
diff -u -r1.1349 -r1.1350
--- ChangeLog   10 Aug 2014 22:40:21 -  1.1349
+++ ChangeLog   11 Aug 2014 00:36:20 -  1.1350
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1349 2014/08/10 
22:40:21 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1350 2014/08/11 
00:36:20 kumba Exp $
+
+  11 Aug 2014; Joshua Kinard  flag-o-matic.eclass:
+  Added -mfix-r1/-mno-fix-r1 to ALLOWED_FLAGS for MIPS.
 
   10 Aug 2014; Johannes Huber  kde4-base.eclass:
   Raise gcc minimum version to 4.7, bugs #462550, #471770, #508324.






[gentoo-commits] gentoo-x86 commit in eclass: flag-o-matic.eclass

2014-08-11 Thread Joshua Kinard (kumba)
kumba   14/08/11 00:36:05

  Modified: flag-o-matic.eclass
  Log:
  Added -mfix-r1/-mno-fix-r1 to ALLOWED_FLAGS for MIPS.

Revision  ChangesPath
1.202eclass/flag-o-matic.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.202&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.202&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.201&r2=1.202

Index: flag-o-matic.eclass
===
RCS file: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -r1.201 -r1.202
--- flag-o-matic.eclass 11 Jul 2014 08:21:58 -  1.201
+++ flag-o-matic.eclass 11 Aug 2014 00:36:05 -  1.202
@@ -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/eclass/flag-o-matic.eclass,v 1.201 
2014/07/11 08:21:58 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.202 
2014/08/11 00:36:05 kumba Exp $
 
 # @ECLASS: flag-o-matic.eclass
 # @MAINTAINER:
@@ -47,7 +47,7 @@
-mno-faster-structs -mfaster-structs -m32 -m64 -mx32 -mabi \
-mlittle-endian -mbig-endian -EL -EB -fPIC -mlive-g0 -mcmodel \
-mstack-bias -mno-stack-bias -msecure-plt -m*-toc -mfloat-abi \
-   -D* -U*"
+   -mfix-r1 -mno-fix-r1 -D* -U*"
 
# 4.5
ALLOWED_FLAGS+=" -mno-fma4 -mno-movbe -mno-xop -mno-lwp"






[gentoo-commits] gentoo-x86 commit in net-fs/ncpfs: ncpfs-2.2.6-r3.ebuild ChangeLog

2014-08-12 Thread Joshua Kinard (kumba)
kumba   14/08/13 05:47:27

  Modified: ChangeLog
  Added:ncpfs-2.2.6-r3.ebuild
  Log:
  Added 2.2.6-r3 that contains patches from Mageia and Debian that address 
several issues, including bugs #371477, #497278, & #446696.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.33 net-fs/ncpfs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   4 Dec 2012 10:21:15 -   1.32
+++ ChangeLog   13 Aug 2014 05:47:27 -  1.33
@@ -1,6 +1,23 @@
 # ChangeLog for net-fs/ncpfs
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v 1.32 2012/12/04 
10:21:15 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v 1.33 2014/08/13 
05:47:27 kumba Exp $
+
+*ncpfs-2.2.6-r3 (13 Aug 2014)
+
+  13 Aug 2014; Joshua Kinard  +ncpfs-2.2.6-r3.ebuild,
+  +files/ncpfs-2.2.6-align-fix.patch,
+  +files/ncpfs-2.2.6-cve-2011-1679-1680.patch,
+  +files/ncpfs-2.2.6-drop-kernel-check.patch,
+  +files/ncpfs-2.2.6-drop-mtab-support.patch,
+  +files/ncpfs-2.2.6-getuid-fix.patch,
+  +files/ncpfs-2.2.6-ldflags-support.patch,
+  +files/ncpfs-2.2.6-makefile-fix-soname-link.patch,
+  +files/ncpfs-2.2.6-no-suid-root.patch,
+  +files/ncpfs-2.2.6-pam_ncp_auth-fix.patch, +files/ncpfs-2.2.6-pie-fix.patch,
+  +files/ncpfs-2.2.6-remove-libncp_atomic-header.patch,
+  +files/ncpfs-2.2.6-servername-array-fix.patch:
+  Added 2.2.6-r3 that contains patches from Mageia and Debian that address
+  several issues, including bugs #371477, #497278, & #446696.
 
   04 Dec 2012;   ncpfs-2.2.6-r2.ebuild:
   stable for x86, wrt to bug #418227



1.1  net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild?rev=1.1&content-type=text/plain

Index: ncpfs-2.2.6-r3.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild,v 1.1 
2014/08/13 05:47:27 kumba Exp $

EAPI="5"

inherit eutils pam

DESCRIPTION="Provides Access to Netware services using the NCP protocol"
HOMEPAGE="ftp://platan.vc.cvut.cz/pub/linux/ncpfs/";
SRC_URI="ftp://platan.vc.cvut.cz/pub/linux/${PN}/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
IUSE="nls pam php"

DEPEND="nls? ( sys-devel/gettext )
pam? ( virtual/pam )
php? ( || ( dev-lang/php virtual/httpd-php ) )"

RDEPEND="${DEPEND}"

src_prepare() {
# Add patch for PHP extension sandbox violation
epatch "${FILESDIR}"/${PN}-2.2.5-php.patch
epatch "${FILESDIR}"/${P}-gcc4.patch
epatch "${FILESDIR}"/${P}-missing-includes.patch

# Add a patch to fix multiple vulnerabilities.
# CVE-2010-0788, CVE-2010-0790, & CVE-2010-0791.
# http://seclists.org/fulldisclosure/2010/Mar/122
epatch "${FILESDIR}"/${P}-multiple-vulns.patch

# Bug 371477
epatch "${FILESDIR}"/${P}-cve-2011-1679-1680.patch

# Add a patch that removes the __attribute__((packed)); directive
# from several struct members in include/ncp/ncplib.h.  This will
# cut down on a large number of compile warnings generated by modern
# gcc releases.
epatch "${FILESDIR}"/${P}-remove-packed-attrib.patch

# Misc patches borrowed from Mageia.
epatch "${FILESDIR}"/${P}-align-fix.patch
epatch "${FILESDIR}"/${P}-getuid-fix.patch
epatch "${FILESDIR}"/${P}-pam_ncp_auth-fix.patch
epatch "${FILESDIR}"/${P}-servername-array-fix.patch

# Misc patches borrowed from Debian.
# Fixes Bug #497278
epatch "${FILESDIR}"/${P}-drop-kernel-check.patch
epatch "${FILESDIR}"/${P}-drop-mtab-support.patch
epatch "${FILESDIR}"/${P}-no-suid-root.patch
epatch "${FILESDIR}"/${P}-remove-libncp_atomic-header.patch

# Bug #273484.
sed -i '/ldconfig/d' lib/Makefile.in

# Support LDFLAGS.
epatch "${FILESDIR}"/${P}-ldflags-support.patch

# Bug 446696.  This might need re-diffing if additional Makefile
 

[gentoo-commits] gentoo-x86 commit in net-fs/ncpfs/files: ncpfs-2.2.6-no-suid-root.patch ncpfs-2.2.6-remove-libncp_atomic-header.patch ncpfs-2.2.6-drop-mtab-support.patch ncpfs-2.2.6-align-fix.patch n

2014-08-12 Thread Joshua Kinard (kumba)
kumba   14/08/13 05:47:27

  Added:ncpfs-2.2.6-no-suid-root.patch
ncpfs-2.2.6-remove-libncp_atomic-header.patch
ncpfs-2.2.6-drop-mtab-support.patch
ncpfs-2.2.6-align-fix.patch
ncpfs-2.2.6-servername-array-fix.patch
ncpfs-2.2.6-makefile-fix-soname-link.patch
ncpfs-2.2.6-pam_ncp_auth-fix.patch
ncpfs-2.2.6-getuid-fix.patch
ncpfs-2.2.6-cve-2011-1679-1680.patch
ncpfs-2.2.6-pie-fix.patch
ncpfs-2.2.6-drop-kernel-check.patch
ncpfs-2.2.6-ldflags-support.patch
  Log:
  Added 2.2.6-r3 that contains patches from Mageia and Debian that address 
several issues, including bugs #371477, #497278, & #446696.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.1  net-fs/ncpfs/files/ncpfs-2.2.6-no-suid-root.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/files/ncpfs-2.2.6-no-suid-root.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/files/ncpfs-2.2.6-no-suid-root.patch?rev=1.1&content-type=text/plain

Index: ncpfs-2.2.6-no-suid-root.patch
===
Description: Don't install utils as suid root
Author: Bastian Blank 
Bug-Debian: http://bugs.debian.org/692929

--- ncpfs-2.2.6.orig/sutil/Makefile.in
+++ ncpfs-2.2.6/sutil/Makefile.in
@@ -51,7 +51,7 @@ all: $(UTILS)
 install: all
${INSTALL} -d $(DESTDIR)$(bindir)
${INSTALL} -d $(DESTDIR)/sbin
-   ${INSTALL} -m 4755 $(UTILS) $(DESTDIR)$(bindir)
+   ${INSTALL} $(UTILS) $(DESTDIR)$(bindir)
 ifeq ($(USE_KERNEL),1)
ln -sf $(bindir)/ncpmount $(DESTDIR)/sbin/mount.ncp
ln -sf $(bindir)/ncpmount $(DESTDIR)/sbin/mount.ncpfs




1.1  
net-fs/ncpfs/files/ncpfs-2.2.6-remove-libncp_atomic-header.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/files/ncpfs-2.2.6-remove-libncp_atomic-header.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/files/ncpfs-2.2.6-remove-libncp_atomic-header.patch?rev=1.1&content-type=text/plain

Index: ncpfs-2.2.6-remove-libncp_atomic-header.patch
===
Description: Remove another generated file
Author: Bastian Blank 
Bug-Debian: http://bugs.debian.org/692471

--- ncpfs-2.2.6.orig/Makefile.in
+++ ncpfs-2.2.6/Makefile.in
@@ -71,6 +71,7 @@ distclean:
rm -f intl/Makefile po/Makefile po/Makefile.in
rm -f lib/Makefile man/Makefile sutil/Makefile util/Makefile
rm -f include/config.h 
+   rm -f include/private/libncp-atomic.h
rm -f include/ncp/ext/socket.h include/ncp/ext/stdint.h
rm -f include/ncp/kernel/fs.h
rm -f include/ncp/kernel/if.h include/ncp/kernel/route.h 
include/ncp/kernel/types.h




1.1  net-fs/ncpfs/files/ncpfs-2.2.6-drop-mtab-support.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/files/ncpfs-2.2.6-drop-mtab-support.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/files/ncpfs-2.2.6-drop-mtab-support.patch?rev=1.1&content-type=text/plain

Index: ncpfs-2.2.6-drop-mtab-support.patch
===
diff -Naurp ncpfs-2.2.6.orig/sutil/ncplogin.c ncpfs-2.2.6/sutil/ncplogin.c
--- ncpfs-2.2.6.orig/sutil/ncplogin.c   2014-08-12 22:03:48.059170406 -0400
+++ ncpfs-2.2.6/sutil/ncplogin.c2014-08-12 22:08:09.029168854 -0400
@@ -111,7 +111,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #ifdef CONFIG_NATIVE_UNIX
@@ -935,12 +934,6 @@ ncpipx:;
}
NWCCCloseConn(conn);
NWDSFreeContext(ctx);
-   /* ncpmap, ncplogin must write in /etc/mtab */
-   {
-   block_sigs();
-   add_mnt_entry(mount_name, mount_point, info.flags);
-   unblock_sigs();
-   }
free(mount_name);
if (info.echo_mnt_pnt) {
printf(_("mounted on:%s\n"),mount_point);
diff -Naurp ncpfs-2.2.6.orig/sutil/ncpm_common.c ncpfs-2.2.6/sutil/ncpm_common.c
--- ncpfs-2.2.6.orig/sutil/ncpm_common.c2014-08-12 22:03:48.149170405 
-0400
+++ ncpfs-2.2.6/sutil/ncpm_common.c 2014-08-12 22:08:09.029168854 -0400
@@ -104,7 +104,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #if MOUNT3
@@ -1423,80 +1422,6 @@ static const struct smntflags {
{MS_NODIRATIME, "nodiratime"},
{0, NULL}};
 
-void add_mnt_entry(char* mount_name, char* mpnt, unsigned long flags) {
-   const struct smntflags* sf;
-   char mnt_opts[80];
-   char* p;
-   struct mntent ment;
-   int fd

[gentoo-commits] gentoo-x86 commit in net-fs/ncpfs/files: ncpfs-2.2.6-drop-mtab-support.patch ncpfs-2.2.6-cve-2011-1679-1680.patch

2014-08-13 Thread Joshua Kinard (kumba)
kumba   14/08/13 07:01:45

  Modified: ncpfs-2.2.6-drop-mtab-support.patch
  Removed:  ncpfs-2.2.6-cve-2011-1679-1680.patch
  Log:
  Removed ncpfs-2.2.6-cve-2011-1679-1680.patch as it was made redundant by 
ncpfs-2.2.6-drop-mtab-support.patch.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.2  net-fs/ncpfs/files/ncpfs-2.2.6-drop-mtab-support.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/files/ncpfs-2.2.6-drop-mtab-support.patch?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/files/ncpfs-2.2.6-drop-mtab-support.patch?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/files/ncpfs-2.2.6-drop-mtab-support.patch?r1=1.1&r2=1.2

Index: ncpfs-2.2.6-drop-mtab-support.patch
===
RCS file: 
/var/cvsroot/gentoo-x86/net-fs/ncpfs/files/ncpfs-2.2.6-drop-mtab-support.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ncpfs-2.2.6-drop-mtab-support.patch 13 Aug 2014 05:47:27 -  1.1
+++ ncpfs-2.2.6-drop-mtab-support.patch 13 Aug 2014 07:01:45 -  1.2
@@ -1,6 +1,6 @@
 diff -Naurp ncpfs-2.2.6.orig/sutil/ncplogin.c ncpfs-2.2.6/sutil/ncplogin.c
 ncpfs-2.2.6.orig/sutil/ncplogin.c  2014-08-12 22:03:48.059170406 -0400
-+++ ncpfs-2.2.6/sutil/ncplogin.c   2014-08-12 22:08:09.029168854 -0400
+--- ncpfs-2.2.6.orig/sutil/ncplogin.c  2014-08-13 02:52:56.859067273 -0400
 ncpfs-2.2.6/sutil/ncplogin.c   2014-08-13 02:53:42.699067001 -0400
 @@ -111,7 +111,6 @@
  #include 
  #include 
@@ -23,8 +23,8 @@
if (info.echo_mnt_pnt) {
printf(_("mounted on:%s\n"),mount_point);
 diff -Naurp ncpfs-2.2.6.orig/sutil/ncpm_common.c 
ncpfs-2.2.6/sutil/ncpm_common.c
 ncpfs-2.2.6.orig/sutil/ncpm_common.c   2014-08-12 22:03:48.149170405 
-0400
-+++ ncpfs-2.2.6/sutil/ncpm_common.c2014-08-12 22:08:09.029168854 -0400
+--- ncpfs-2.2.6.orig/sutil/ncpm_common.c   2014-08-13 02:52:56.959067273 
-0400
 ncpfs-2.2.6/sutil/ncpm_common.c2014-08-13 02:55:38.349066313 -0400
 @@ -104,7 +104,6 @@
  #include 
  #include 
@@ -33,7 +33,7 @@
  #include 
  #include 
  #if MOUNT3
-@@ -1423,80 +1422,6 @@ static const struct smntflags {
+@@ -1423,68 +1422,6 @@ static const struct smntflags {
 {MS_NODIRATIME,"nodiratime"},
 {0,NULL}};
  
@@ -44,7 +44,6 @@
 -  struct mntent ment;
 -  int fd;
 -  FILE* mtab;
--  off_t   goodoffset;
 -
 -  if (check_name(mount_name) == -1 || check_name(mpnt) == -1)
 -  errexit(107, _("Illegal character in mount entry\n"));
@@ -79,25 +78,14 @@
 -
 -  if ((mtab = setmntent(MOUNTED, "a+")) == NULL)
 -  {
--  unlink(MOUNTED "~");
 -  errexit(59, _("Can't open %s\n"), MOUNTED);
 -  }
--  fseek (mtab, 0, SEEK_END);
--  goodoffset = ftell(mtab);
 -  if (addmntent(mtab, &ment) == 1)
 -  {
--  /* restore good state */
--  ftruncate(fileno(mtab), goodoffset);
--  endmntent(mtab);
--  unlink(MOUNTED "~");
 -  errexit(60, _("Can't write mount entry\n"));
 -  }
 -  if (fchmod(fileno(mtab), 0644) == -1)
 -  {
--  /* restore good state */
--  ftruncate(fileno(mtab), goodoffset);
--  endmntent(mtab);
--  unlink(MOUNTED "~");
 -  errexit(61, _("Can't set perms on %s\n"), MOUNTED);
 -  }
 -  endmntent(mtab);
@@ -115,8 +103,8 @@
const struct optinfo* optr;
  
 diff -Naurp ncpfs-2.2.6.orig/sutil/ncpm_common.h 
ncpfs-2.2.6/sutil/ncpm_common.h
 ncpfs-2.2.6.orig/sutil/ncpm_common.h   2014-08-12 22:03:47.919170406 
-0400
-+++ ncpfs-2.2.6/sutil/ncpm_common.h2014-08-12 22:08:09.029168854 -0400
+--- ncpfs-2.2.6.orig/sutil/ncpm_common.h   2014-08-13 02:52:56.749067274 
-0400
 ncpfs-2.2.6/sutil/ncpm_common.h2014-08-13 02:53:42.699067001 -0400
 @@ -60,7 +60,6 @@ void verify_argv(int argc, char* argv[])
  int ncp_mount_specific(struct ncp_conn* conn, int pathNS, const unsigned 
char* NWpath, int pathlen);
  int mount_ok(struct stat *st);
@@ -126,8 +114,8 @@
  struct ncp_mount_info {
struct ncp_mount_data_independent mdata;
 diff -Naurp ncpfs-2.2.6.orig/sutil/ncpmount.c ncpfs-2.2.6/sutil/ncpmount.c
 ncpfs-2.2.6.orig/sutil/ncpmount.c  2014-08-12 22:03:47.919170406 -0400
-+++ ncpfs-2.2.6/sutil/ncpmount.c   2014-08-12 22:08:09.029168854 -0400
+--- ncpfs-2.2.6.orig/sutil/ncpmount.c  2014-08-13 02:52:56.749067274 -0400
 ncpfs-2.2.6/sutil/ncpmount.c   2014-08-13 02:53:42.699067001 -0400
 @@ -114,7 +114,6 @@
  #include 
  #include 
@@ -149,9 +137,9 @@
  }
  
 diff -Naurp ncpfs-2.2.6.orig/sutil/ncpumount.c ncpfs-2.2.6/sutil/ncpumount.c
 ncpfs-2.2.6.orig/sutil/ncpumount.c 2014-08-1

[gentoo-commits] gentoo-x86 commit in net-fs/ncpfs: ChangeLog ncpfs-2.2.6-r3.ebuild

2014-08-13 Thread Joshua Kinard (kumba)
kumba   14/08/13 07:01:46

  Modified: ChangeLog ncpfs-2.2.6-r3.ebuild
  Log:
  Removed ncpfs-2.2.6-cve-2011-1679-1680.patch as it was made redundant by 
ncpfs-2.2.6-drop-mtab-support.patch.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.34 net-fs/ncpfs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ChangeLog?rev=1.34&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ChangeLog?rev=1.34&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog   13 Aug 2014 05:47:27 -  1.33
+++ ChangeLog   13 Aug 2014 07:01:46 -  1.34
@@ -1,6 +1,12 @@
 # ChangeLog for net-fs/ncpfs
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v 1.33 2014/08/13 
05:47:27 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ChangeLog,v 1.34 2014/08/13 
07:01:46 kumba Exp $
+
+  13 Aug 2014; Joshua Kinard  ncpfs-2.2.6-r3.ebuild,
+  -files/ncpfs-2.2.6-cve-2011-1679-1680.patch,
+  files/ncpfs-2.2.6-drop-mtab-support.patch:
+  Removed ncpfs-2.2.6-cve-2011-1679-1680.patch as it was made redundant by
+  ncpfs-2.2.6-drop-mtab-support.patch.
 
 *ncpfs-2.2.6-r3 (13 Aug 2014)
 



1.2  net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild?r1=1.1&r2=1.2

Index: ncpfs-2.2.6-r3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ncpfs-2.2.6-r3.ebuild   13 Aug 2014 05:47:27 -  1.1
+++ ncpfs-2.2.6-r3.ebuild   13 Aug 2014 07:01:46 -  1.2
@@ -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/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild,v 1.1 
2014/08/13 05:47:27 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-fs/ncpfs/ncpfs-2.2.6-r3.ebuild,v 1.2 
2014/08/13 07:01:46 kumba Exp $
 
 EAPI="5"
 
@@ -32,9 +32,6 @@
# http://seclists.org/fulldisclosure/2010/Mar/122
epatch "${FILESDIR}"/${P}-multiple-vulns.patch
 
-   # Bug 371477
-   epatch "${FILESDIR}"/${P}-cve-2011-1679-1680.patch
-
# Add a patch that removes the __attribute__((packed)); directive
# from several struct members in include/ncp/ncplib.h.  This will
# cut down on a large number of compile warnings generated by modern






[gentoo-commits] gentoo-x86 commit in sys-kernel/mips-sources/files/eblits: show_ip30_info-v3.eblit src_unpack-v4.eblit show_ip27_info-v2.eblit show_ip27_info-v1.eblit show_ip30_info-v1.eblit src_unpa

2015-01-17 Thread Joshua Kinard (kumba)
kumba   15/01/18 07:44:14

  Added:show_ip30_info-v3.eblit src_unpack-v4.eblit
show_ip27_info-v2.eblit
  Removed:  show_ip27_info-v1.eblit show_ip30_info-v1.eblit
src_unpack-v2.eblit src_unpack-v3.eblit
show_ip30_info-v2.eblit show_ip32_info-v1.eblit
show_ip22_info-v1.eblit
  Log:
  Update to 3.18.3, and all older ebuilds and associated eblits removed.  
Octane (IP30) support returns in this release, with some caveats.  Origin/Onyx2 
(IP27) support has been fixed up, and other hardware is known to work, with the 
exception of IP22, IP28, and Cobalt, which have not been tested in some time.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.1  
sys-kernel/mips-sources/files/eblits/show_ip30_info-v3.eblit

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/files/eblits/show_ip30_info-v3.eblit?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/files/eblits/show_ip30_info-v3.eblit?rev=1.1&content-type=text/plain

Index: show_ip30_info-v3.eblit
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/mips-sources/files/eblits/show_ip30_info-v3.eblit,v
 1.1 2015/01/18 07:44:14 kumba Exp $

# Eblit with information/warnings for IP30 (Octane) users.
#
# If you need to add whitespace for formatting in 'einfo', 'ewarn', or 
'eerror', use
# \040 for a space instead of the standard space.  These functions will strip
# redundant white space.

show_ip30_info() {
echo -e ""
einfo "Octane boots again as-of 3.14!  Celebrate!"
echo -e ""
eerror "Things that DON'T work:"
eerror "\t- SMP SUPPORT IS CURRENTLY BROKEN!  I require help in getting 
CPU1 to"
eerror "\t\040\040'tick' properly, as it hangs up in the generic MIPS 
SMP code."
eerror "\t- R14000 ONLY: Do NOT use CONFIG_TRANSPARENT_HUGEPAGE on an 
Octane with"
eerror "\t\040\040an R14000 CPU, otherwise, when the machine starts to 
boot into"
eerror "\t\040\040userland, it will trigger Instruction Bus Errors 
(IBEs), which"
eerror "\t\040\040requires a complete powerdown of the machine for 
about 15 seconds"
eerror "\t\040\040to clear."
eerror "\t- Do not use CONFIG_SLUB, otherwise, you'll get errors when 
booting"
eerror "\t\040\040regarding duplicate /sys/kernel/slab/* entries in"
eerror "\t\040\040sysfs."
eerror "\t- Do not use OHCI-based USB cards in Octane.  They're broke 
on this machine."
eerror "\t\040\040Patches are welcome to fix the issue."
echo -e ""
ewarn "Things that might work, but have problems, or are unknown:"
ewarn "\t- Serial support on the Octane uses a very basic UART driver 
that drives"
ewarn "\t\040\040the 16550A chip on the IOC3 directly.  It does not use 
interrupts,"
ewarn "\t\040\040only a polling routine on a timer, which makes it slow 
and CPU-"
ewarn "\t\040\040intensive.  The baud rate is limited to no more than 
38.4kbps on"
ewarn "\t\040\040this driver.  Patches for getting the Altix IOC3 
serial driver to"
ewarn "\t\040\040work (which uses DMA and supports faster baud rates) 
are welcome."
ewarn "\t- UHCI Cards are known to have issues, but should still have 
some functionality."
ewarn "\t\040\040This issue primarily manifests itself when using 
pl2303 USB->Serial"
ewarn "\t\040\040adapters."
ewarn "\t- MENET boards appear to have the four ethernet ports 
detected, however"
ewarn "\t\040\040the six serial ports didn't appear to get picked up by 
the IOC3"
ewarn "\t\040\040UART driver.  The NIC part number is also not read 
correctly"
ewarn "\t\040\040from the four Number-In-a-Cans.  Additional testing 
would be"
ewarn "\t\040\040appreciated and patches welcome."
ewarn "\t- Other XIO-based devices, like various Impact addons, remain 
untested"
ewarn "\t\040\040and are not guaranteed to work.  This applies to 
various digital"
ewarn "\t\040\040video conversion boards as well."
echo -e ""
einfo "Things that DO work:"
einfo "\t- Impact (MGRAS) console and X driver, please report any bugs."
einfo "\t- VPro (Odyssey) console, but no X driver exists yet."
einfo "\t- PCI Card Cages should work for many devices, except certain 
types like"
einfo "\t\040\040PCI-to-PCI bridges (USB hubs, USB flash card readers 
for example)."
einfo "\t- SCSI, RTC, basic PCI, IOC3 Ethernet, keyboard, and mouse.  
Please"
einfo "\t\040\040 report any problems with these devices."
 

[gentoo-commits] gentoo-x86 commit in sys-kernel/mips-sources: mips-sources-3.18.3.ebuild ChangeLog metadata.xml mips-sources-2.6.29.1.ebuild mips-sources-3.9.11.ebuild mips-sources-3.10.4.ebuild

2015-01-17 Thread Joshua Kinard (kumba)
kumba   15/01/18 07:44:14

  Modified: ChangeLog metadata.xml
  Added:mips-sources-3.18.3.ebuild
  Removed:  mips-sources-2.6.29.1.ebuild
mips-sources-3.9.11.ebuild
mips-sources-3.10.4.ebuild
  Log:
  Update to 3.18.3, and all older ebuilds and associated eblits removed.  
Octane (IP30) support returns in this release, with some caveats.  Origin/Onyx2 
(IP27) support has been fixed up, and other hardware is known to work, with the 
exception of IP22, IP28, and Cobalt, which have not been tested in some time.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.152sys-kernel/mips-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/ChangeLog?rev=1.152&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/ChangeLog?rev=1.152&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/ChangeLog?r1=1.151&r2=1.152

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog   29 Jul 2013 09:59:34 -  1.151
+++ ChangeLog   18 Jan 2015 07:44:14 -  1.152
@@ -1,6 +1,22 @@
 # ChangeLog for sys-kernel/mips-sources
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v 1.151 
2013/07/29 09:59:34 kumba Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v 1.152 
2015/01/18 07:44:14 kumba Exp $
+
+*mips-sources-3.18.3 (18 Jan 2015)
+
+  18 Jan 2015; Joshua Kinard  -mips-sources-2.6.29.1.ebuild,
+  -mips-sources-3.9.11.ebuild, -mips-sources-3.10.4.ebuild,
+  +mips-sources-3.18.3.ebuild, -files/eblits/show_ip22_info-v1.eblit,
+  -files/eblits/show_ip27_info-v1.eblit, +files/eblits/show_ip27_info-v2.eblit,
+  -files/eblits/show_ip30_info-v1.eblit, -files/eblits/show_ip30_info-v2.eblit,
+  +files/eblits/show_ip30_info-v3.eblit, -files/eblits/show_ip32_info-v1.eblit,
+  -files/eblits/src_unpack-v2.eblit, -files/eblits/src_unpack-v3.eblit,
+  +files/eblits/src_unpack-v4.eblit, metadata.xml:
+  Update to 3.18.3, and all older ebuilds and associated eblits removed. Octane
+  (IP30) support returns in this release, with some caveats. Origin/Onyx2
+  (IP27) support has been fixed up, and other hardware is known to work, with
+  the exception of IP22, IP28, and Cobalt, which have not been tested in some
+  time.
 
 *mips-sources-3.10.4 (29 Jul 2013)
 



1.8  sys-kernel/mips-sources/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/metadata.xml?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/metadata.xml?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/metadata.xml?r1=1.7&r2=1.8

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/metadata.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- metadata.xml22 Jul 2013 06:16:14 -  1.7
+++ metadata.xml18 Jan 2015 07:44:14 -  1.8
@@ -11,19 +11,11 @@
mips-sources are git snapshots from the Linux-Mips.org git 
server for MIPS-Based machines


-   Enables support for Cobalt Microserver 
hardware
-   (Qube2/RaQ2)
+   Enables support for Cobalt Microserver 
hardware (Qube2/RaQ2)
Enables support for SGI Origin (IP27)
-   Enables support for SGI Indigo2 Impact R1
-   (IP28)
-   Enables support for SGI Octane (IP30,
-   'Speedracer')
-   Enables experimental support for IP32 
R10K kernels
-   (SGI O2, 'Moosehead')
-   Enables use of the IP30 Impact Early 
Console Hack.
-   FOR DEBUGGING ONLY!
-   Enables use of the IP30 Odyssey Early 
Console Hack.
-   FOR DEBUGGING ONLY!
+   Enables support for SGI Indigo2 Impact R1 
(IP28)
+   Enables support for SGI Octane (IP30, 
'Speedracer')
+   Enables experimental support for IP32 
R10K kernels (SGI O2, 'Moosehead')
Remove binary blobs from kernel sources to 
provide libre license compliance.





1.1  sys-kernel/mips-sources/mips-sources-3.18.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips

[gentoo-commits] gentoo-x86 commit in sys-kernel/mips-sources: mips-sources-3.18.5.ebuild ChangeLog mips-sources-3.18.3.ebuild

2015-02-01 Thread Joshua Kinard (kumba)
kumba   15/02/01 08:12:56

  Modified: ChangeLog
  Added:mips-sources-3.18.5.ebuild
  Removed:  mips-sources-3.18.3.ebuild
  Log:
  Update to 3.18.5, fix compile failure in IP27 RTC platform driver, update to 
linux-mips-git 20150130.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.154sys-kernel/mips-sources/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/ChangeLog?rev=1.154&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/ChangeLog?rev=1.154&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/ChangeLog?r1=1.153&r2=1.154

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog   21 Jan 2015 02:31:16 -  1.153
+++ ChangeLog   1 Feb 2015 08:12:56 -   1.154
@@ -1,6 +1,13 @@
 # ChangeLog for sys-kernel/mips-sources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v 1.153 
2015/01/21 02:31:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mips-sources/ChangeLog,v 1.154 
2015/02/01 08:12:56 kumba Exp $
+
+*mips-sources-3.18.5 (01 Feb 2015)
+
+  01 Feb 2015; Joshua Kinard  +mips-sources-3.18.5.ebuild,
+  -mips-sources-3.18.3.ebuild:
+  Update to 3.18.5, fix compile failure in IP27 RTC platform driver, update to
+  linux-mips-git 20150130.
 
   21 Jan 2015; Patrick Lauer  metadata.xml:
   Remove unneded useflag description from metadata.xml



1.1  sys-kernel/mips-sources/mips-sources-3.18.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/mips-sources-3.18.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-kernel/mips-sources/mips-sources-3.18.5.ebuild?rev=1.1&content-type=text/plain

Index: mips-sources-3.18.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-kernel/mips-sources/mips-sources-3.18.5.ebuild,v 
1.1 2015/02/01 08:12:56 kumba Exp $

# EAPI Version
EAPI="5"

# INCLUDED:
# 1) linux sources from kernel.org
# 2) linux-mips.org GIT snapshot diff
# 3) Generic Fixes
# 4) Patch for the IOC3 Metadriver (IP27, IP30)
# 5) Patch for IP30 Support
# 6) Experimental patches (if needed)

#//--

# Version Data
OKV=${PV/_/-}
GITDATE="20150130"  # Date of diff between kernel.org and 
lmo GIT
GENPATCHREV="2" # Tarball revision for patches

# Directories
S="${WORKDIR}/linux-${OKV}-${GITDATE}"
MIPS_PATCHES="${WORKDIR}/mips-patches"

# Kernel-2 Vars
K_SECURITY_UNSUPPORTED="1"
K_NOUSENAME="0"
K_NOUSEPR="0"
K_USEPV="0"
ETYPE="sources"

# Inherit Eclasses
inherit kernel-2 eutils
detect_version

# Version Data
F_KV="${PVR}"
BASE_KV="$(get_version_component_range 1-2).0"
[[ "${EXTRAVERSION}" = -rc* ]] && KVE="${EXTRAVERSION}"

# Portage Vars
HOMEPAGE="http://www.linux-mips.org/ http://www.gentoo.org/";
SLOT="${OKV}"
KEYWORDS="-* ~mips"
IUSE="cobalt ip27 ip28 ip30 ip32r10k"
DEPEND=">=sys-devel/gcc-4.6.0"
RDEPEND=""

# Machine Support Control Variables
DO_IP22="test"  # If "yes", enable IP22 support 
(SGI Indy, Indigo2 R4x00)
DO_IP27="yes"   #  IP27 support 
(SGI Origin)
DO_IP28="test"  #  IP28 support 
(SGI Indigo2 Impact R1)
DO_IP30="yes"   #  IP30 support 
(SGI Octane)
DO_IP32="yes"   #  IP32 support 
(SGI O2, R5000/RM5200 Only)
DO_CBLT="test"  #  Cobalt Support   
(Cobalt Microsystems)

# Machine Stable Version Variables
SV_IP22=""  # If set && DO_IP22 == "no", indicates 
last "good" IP22 version
SV_IP27=""  #   DO_IP27 == "no",
   IP27
SV_IP28=""  #   DO_IP28 == "no",
   IP28
SV_IP30=""  #   DO_IP30 == "no",
   IP30
SV_IP32=""  #   DO_IP32 == "no",
   IP32
SV_CBLT=""  #   DO_CBLT == "no",
   Cobalt

DESCRIPTION="Linux-Mips GIT sources for MIPS-based machines, dated ${GITDATE}"
SRC_URI="${KERNEL_URI}
 m

[gentoo-commits] gentoo-x86 commit in scripts: bootstrap.sh

2015-02-04 Thread Joshua Kinard (kumba)
kumba   15/02/04 10:07:32

  Modified: bootstrap.sh
  Log:
  Fix to call emerge --resume properly, especially for catalyst stage2 resumes. 
 #538618.

Revision  ChangesPath
1.99 scripts/bootstrap.sh

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/scripts/bootstrap.sh?rev=1.99&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/scripts/bootstrap.sh?rev=1.99&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/scripts/bootstrap.sh?r1=1.98&r2=1.99

Index: bootstrap.sh
===
RCS file: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- bootstrap.sh13 Mar 2014 16:11:27 -  1.98
+++ bootstrap.sh4 Feb 2015 10:07:32 -   1.99
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.98 2014/03/13 
16:11:27 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.99 2015/02/04 
10:07:32 kumba Exp $
 
 # people who were here:
 # (drobbins, 06 Jun 2003)
@@ -13,6 +13,7 @@
 # (uberlord, May 2007)
 # (kumba, May 2007)
 # (williamh, Mar 2014)
+# (kumba, Feb 2015)
 
 # sanity check
 [[ -e /etc/profile ]] && . /etc/profile
@@ -55,7 +56,7 @@
env "$@"
 }
 
-cvsver="$Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.98 
2014/03/13 16:11:27 williamh Exp $"
+cvsver="$Header: /var/cvsroot/gentoo-x86/scripts/bootstrap.sh,v 1.99 
2015/02/04 10:07:32 kumba Exp $"
 cvsver=${cvsver##*,v }
 cvsver=${cvsver%%Exp*}
 cvsyear=${cvsver#* }
@@ -333,13 +334,11 @@
STRAP_EMERGE_OPTS="${STRAP_EMERGE_OPTS} --resume"
cp /var/run/bootstrap-mtimedb /var/cache/edb
else
-   # Why do we need this?  It will pull in python that needs g++
-   # among others, and add a few IMHO unneeded deps ...
-   #STRAP_EMERGE_OPTS="${STRAP_EMERGE_OPTS} -e"
-   :
+   STRAP_EMERGE_OPTS="${STRAP_EMERGE_OPTS} \
+   ${myOS_HEADERS} ${myTEXINFO} ${myGETTEXT} ${myBINUTILS} 
\
+   ${myGCC} ${myLIBC} ${myBASELAYOUT} ${myZLIB}"
fi
-   ${V_ECHO} emerge ${STRAP_EMERGE_OPTS} ${myOS_HEADERS} ${myTEXINFO} 
${myGETTEXT} ${myBINUTILS} \
-   ${myGCC} ${myLIBC} ${myBASELAYOUT} ${myZLIB} || cleanup 1
+   ${V_ECHO} emerge ${STRAP_EMERGE_OPTS} || cleanup 1
echo 
---
set_bootstrap_stage 3
 fi






[gentoo-commits] gentoo-x86 commit in sys-fs/dd-rescue: metadata.xml ChangeLog

2014-06-24 Thread Joshua Kinard (kumba)
kumba   14/06/24 08:27:08

  Modified: metadata.xml ChangeLog
  Log:
  Fixed local USE flag description, per #514738.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D25D95E3)

Revision  ChangesPath
1.4  sys-fs/dd-rescue/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/metadata.xml?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/metadata.xml?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml1 Jun 2014 01:53:09 -   1.3
+++ metadata.xml24 Jun 2014 08:27:08 -  1.4
@@ -3,6 +3,6 @@
 
 base-system
 
- Use the SSE4.1 instruction set
+ Use the SSE4.2 instruction set
 
 



1.37 sys-fs/dd-rescue/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?rev=1.37&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?rev=1.37&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/dd-rescue/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   1 Jun 2014 01:53:09 -   1.36
+++ ChangeLog   24 Jun 2014 08:27:08 -  1.37
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/dd-rescue
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.36 
2014/06/01 01:53:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/dd-rescue/ChangeLog,v 1.37 
2014/06/24 08:27:08 kumba Exp $
+
+  24 Jun 2014; Joshua Kinard  metadata.xml:
+  Fixed local USE flag description, per #514738.
 
 *dd-rescue-1.45 (01 Jun 2014)