summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-doc/linux-kernel-in-a-nutshell/ChangeLog8
-rw-r--r--app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1.ebuild6
-rw-r--r--app-doc/selfhtml/ChangeLog7
-rw-r--r--app-doc/selfhtml/selfhtml-8.1.2.ebuild6
-rw-r--r--app-doc/single-unix-specification/ChangeLog6
-rw-r--r--app-doc/single-unix-specification/single-unix-specification-3.ebuild6
-rw-r--r--app-doc/ucspi-tcp-man/ChangeLog8
-rw-r--r--app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild6
8 files changed, 34 insertions, 19 deletions
diff --git a/app-doc/linux-kernel-in-a-nutshell/ChangeLog b/app-doc/linux-kernel-in-a-nutshell/ChangeLog
index d677e43a0eff..0c78a8d293d8 100644
--- a/app-doc/linux-kernel-in-a-nutshell/ChangeLog
+++ b/app-doc/linux-kernel-in-a-nutshell/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-doc/linux-kernel-in-a-nutshell
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-kernel-in-a-nutshell/ChangeLog,v 1.4 2008/12/07 05:38:49 gregkh Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-kernel-in-a-nutshell/ChangeLog,v 1.5 2010/10/19 09:05:30 leio Exp $
+
+ 19 Oct 2010; Mart Raudsepp <leio@gentoo.org>
+ linux-kernel-in-a-nutshell-1.ebuild:
+ Drop to ~mips
07 Dec 2008; Greg Kroah-Hartman <gregkh@gentoo.org> metadata.xml:
Took over the abandonded package, as I did write the thing :)
diff --git a/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1.ebuild b/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1.ebuild
index d1617fe56c9b..5d69dfab78c4 100644
--- a/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1.ebuild
+++ b/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1.ebuild,v 1.1 2007/01/26 17:08:25 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-kernel-in-a-nutshell/linux-kernel-in-a-nutshell-1.ebuild,v 1.2 2010/10/19 09:05:30 leio Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="mirror://kernel/linux/kernel/people/gregkh/lkn/lkn_pdf.tar.bz2
LICENSE="CCPL-Attribution-ShareAlike-2.5"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=""
diff --git a/app-doc/selfhtml/ChangeLog b/app-doc/selfhtml/ChangeLog
index 9963f8477b73..b5d64b6942e8 100644
--- a/app-doc/selfhtml/ChangeLog
+++ b/app-doc/selfhtml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-doc/selfhtml
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.18 2008/05/29 06:12:08 phreak Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/ChangeLog,v 1.19 2010/10/19 09:09:18 leio Exp $
+
+ 19 Oct 2010; Mart Raudsepp <leio@gentoo.org> selfhtml-8.1.2.ebuild:
+ Drop to ~mips
29 May 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
Removing Lars Weiler (Pylon) from metadata.xml (as per #215644). Assigning
diff --git a/app-doc/selfhtml/selfhtml-8.1.2.ebuild b/app-doc/selfhtml/selfhtml-8.1.2.ebuild
index 0a0669c3bb5f..9417538e1ce9 100644
--- a/app-doc/selfhtml/selfhtml-8.1.2.ebuild
+++ b/app-doc/selfhtml/selfhtml-8.1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.1.2.ebuild,v 1.2 2007/04/21 23:11:19 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/selfhtml/selfhtml-8.1.2.ebuild,v 1.3 2010/10/19 09:09:18 leio Exp $
S=${WORKDIR}
TARGET=/usr/share/doc/${PF}/html
@@ -10,7 +10,7 @@ HOMEPAGE="http://selfhtml.org"
DEPEND="app-arch/unzip"
SLOT="0"
LICENSE="selfhtml"
-KEYWORDS="alpha amd64 hppa mips ppc sparc x86"
+KEYWORDS="alpha amd64 hppa ~mips ppc sparc x86"
IUSE=""
src_install() {
diff --git a/app-doc/single-unix-specification/ChangeLog b/app-doc/single-unix-specification/ChangeLog
index d69f6eaa7390..57a6196c2408 100644
--- a/app-doc/single-unix-specification/ChangeLog
+++ b/app-doc/single-unix-specification/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-doc/single-unix-specification
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/single-unix-specification/ChangeLog,v 1.16 2010/03/06 21:45:41 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/single-unix-specification/ChangeLog,v 1.17 2010/10/19 09:10:31 leio Exp $
+
+ 19 Oct 2010; Mart Raudsepp <leio@gentoo.org>
+ single-unix-specification-3.ebuild:
+ Drop to ~mips
06 Mar 2010; Ryan Hill <dirtyepic@gentoo.org>
single-unix-specification-4-r1.ebuild:
diff --git a/app-doc/single-unix-specification/single-unix-specification-3.ebuild b/app-doc/single-unix-specification/single-unix-specification-3.ebuild
index 24877709179a..695fd2aa0efd 100644
--- a/app-doc/single-unix-specification/single-unix-specification-3.ebuild
+++ b/app-doc/single-unix-specification/single-unix-specification-3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/single-unix-specification/single-unix-specification-3.ebuild,v 1.3 2007/07/02 13:44:15 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/single-unix-specification/single-unix-specification-3.ebuild,v 1.4 2010/10/19 09:10:31 leio Exp $
DESCRIPTION="The Single UNIX Specification, Version 3, 2004 Edition (8 Volumes)"
HOMEPAGE="http://www.opengroup.org/bookstore/catalog/t041.htm"
@@ -8,7 +8,7 @@ SRC_URI="http://www.opengroup.org/onlinepubs/009695399/download/susv3.tar.bz2"
LICENSE="as-is"
SLOT="3"
-KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sparc x86"
IUSE=""
RESTRICT="mirror"
diff --git a/app-doc/ucspi-tcp-man/ChangeLog b/app-doc/ucspi-tcp-man/ChangeLog
index f9f76334de2a..7ebb01d9ae5c 100644
--- a/app-doc/ucspi-tcp-man/ChangeLog
+++ b/app-doc/ucspi-tcp-man/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-doc/ucspi-tcp-man
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/ucspi-tcp-man/ChangeLog,v 1.11 2005/01/01 13:20:44 eradicator Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/ucspi-tcp-man/ChangeLog,v 1.12 2010/10/19 09:11:31 leio Exp $
+
+ 19 Oct 2010; Mart Raudsepp <leio@gentoo.org>
+ ucspi-tcp-man-20020317.ebuild:
+ Drop to ~mips
19 Dec 2004; Jason Huebel <jhuebel@gentoo.org>
ucspi-tcp-man-20020317.ebuild:
diff --git a/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild b/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild
index d10c971275ec..fadae4764207 100644
--- a/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild
+++ b/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild,v 1.17 2005/10/22 09:01:18 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/ucspi-tcp-man/ucspi-tcp-man-20020317.ebuild,v 1.18 2010/10/19 09:11:31 leio Exp $
DESCRIPTION="Man pages for ucspi-tcp"
HOMEPAGE="http://smarden.org/pape/djb/manpages/"
@@ -8,7 +8,7 @@ SRC_URI="http://smarden.org/pape/djb/manpages/ucspi-tcp-0.88-man-20020317.tar.gz
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
IUSE=""
S=${WORKDIR}/ucspi-tcp-0.88-man