summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2005-04-21 19:40:15 +0000
committerSimon Stelling <blubb@gentoo.org>2005-04-21 19:40:15 +0000
commit0bf8ac0a49ba955ef79e122f78f889eaf4026810 (patch)
tree880ff1b2f2a4c03fe199ee0115787fca27b24947 /app-misc
parentstable amd64 (diff)
downloadgentoo-2-0bf8ac0a49ba955ef79e122f78f889eaf4026810.tar.gz
gentoo-2-0bf8ac0a49ba955ef79e122f78f889eaf4026810.tar.bz2
gentoo-2-0bf8ac0a49ba955ef79e122f78f889eaf4026810.zip
stable amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/pipeworks/ChangeLog5
-rw-r--r--app-misc/pipeworks/pipeworks-0.4.ebuild4
-rw-r--r--app-misc/pms/ChangeLog5
-rw-r--r--app-misc/pms/pms-0.94.ebuild4
-rw-r--r--app-misc/pyge/ChangeLog5
-rw-r--r--app-misc/pyge/pyge-0.6.1.2.ebuild4
-rw-r--r--app-misc/regex-markup/ChangeLog5
-rw-r--r--app-misc/regex-markup/regex-markup-0.9.0.ebuild4
-rw-r--r--app-misc/regionset/ChangeLog5
-rw-r--r--app-misc/regionset/regionset-0.1.ebuild4
-rw-r--r--app-misc/rioutil/ChangeLog5
-rw-r--r--app-misc/rioutil/rioutil-1.4.4.ebuild4
12 files changed, 36 insertions, 18 deletions
diff --git a/app-misc/pipeworks/ChangeLog b/app-misc/pipeworks/ChangeLog
index ff1ebf4ac5ba..1b987e439d0e 100644
--- a/app-misc/pipeworks/ChangeLog
+++ b/app-misc/pipeworks/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/pipeworks
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pipeworks/ChangeLog,v 1.7 2005/01/01 15:19:32 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pipeworks/ChangeLog,v 1.8 2005/04/21 19:35:16 blubb Exp $
+
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org> pipeworks-0.4.ebuild:
+ stable on amd64
05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
pipeworks-0.4.ebuild:
diff --git a/app-misc/pipeworks/pipeworks-0.4.ebuild b/app-misc/pipeworks/pipeworks-0.4.ebuild
index 35db3b6f3b4c..ef7d2dd2cb7b 100644
--- a/app-misc/pipeworks/pipeworks-0.4.ebuild
+++ b/app-misc/pipeworks/pipeworks-0.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pipeworks/pipeworks-0.4.ebuild,v 1.8 2005/01/01 15:19:32 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pipeworks/pipeworks-0.4.ebuild,v 1.9 2005/04/21 19:35:16 blubb Exp $
DESCRIPTION="a small utility that measures throughput between stdin and stdout"
HOMEPAGE="http://pipeworks.sourceforge.net/"
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/pipeworks/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc ~amd64"
+KEYWORDS="x86 ppc amd64"
IUSE=""
DEPEND="virtual/libc"
diff --git a/app-misc/pms/ChangeLog b/app-misc/pms/ChangeLog
index 8828f1fffc11..026cc9ca13cf 100644
--- a/app-misc/pms/ChangeLog
+++ b/app-misc/pms/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/pms
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pms/ChangeLog,v 1.8 2005/01/01 15:19:57 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pms/ChangeLog,v 1.9 2005/04/21 19:35:44 blubb Exp $
+
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org> pms-0.94.ebuild:
+ stable on amd64
24 Oct 2004; <stkn@gentoo.org> files/ui.diff, pms-0.94.ebuild:
using epatch now, replaced ui.diff with a version that works with newest cdk
diff --git a/app-misc/pms/pms-0.94.ebuild b/app-misc/pms/pms-0.94.ebuild
index 5a3f5ed2e5e8..f16eb3344354 100644
--- a/app-misc/pms/pms-0.94.ebuild
+++ b/app-misc/pms/pms-0.94.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pms/pms-0.94.ebuild,v 1.10 2005/01/01 15:19:57 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pms/pms-0.94.ebuild,v 1.11 2005/04/21 19:35:44 blubb Exp $
IUSE=""
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/passwordms/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="x86 ~amd64"
+KEYWORDS="x86 amd64"
IUSE=""
DEPEND="sys-libs/ncurses
diff --git a/app-misc/pyge/ChangeLog b/app-misc/pyge/ChangeLog
index 09878fe4b8e3..f225902ce071 100644
--- a/app-misc/pyge/ChangeLog
+++ b/app-misc/pyge/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/pyge
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pyge/ChangeLog,v 1.7 2005/01/02 21:21:52 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pyge/ChangeLog,v 1.8 2005/04/21 19:37:34 blubb Exp $
+
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org> pyge-0.6.1.2.ebuild:
+ stable on amd64
02 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/app-misc/pyge/pyge-0.6.1.2.ebuild b/app-misc/pyge/pyge-0.6.1.2.ebuild
index 5ea5ec248e02..2aa822faff6f 100644
--- a/app-misc/pyge/pyge-0.6.1.2.ebuild
+++ b/app-misc/pyge/pyge-0.6.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pyge/pyge-0.6.1.2.ebuild,v 1.6 2005/01/01 15:20:23 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pyge/pyge-0.6.1.2.ebuild,v 1.7 2005/04/21 19:37:34 blubb Exp $
inherit eutils
@@ -12,7 +12,7 @@ HOMEPAGE="http://pyge.sourceforge.net"
SRC_URI="mirror://sourceforge/pyge/${MY_P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="x86 ~amd64"
+KEYWORDS="x86 amd64"
IUSE=""
DEPEND=">=dev-lang/python-2.1
=dev-python/wxpython-2.4*"
diff --git a/app-misc/regex-markup/ChangeLog b/app-misc/regex-markup/ChangeLog
index 70a30a933b48..2e765833823f 100644
--- a/app-misc/regex-markup/ChangeLog
+++ b/app-misc/regex-markup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/regex-markup
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/regex-markup/ChangeLog,v 1.6 2005/01/21 22:05:49 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/regex-markup/ChangeLog,v 1.7 2005/04/21 19:38:10 blubb Exp $
+
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org> regex-markup-0.9.0.ebuild:
+ stable on amd64
21 Jan 2005; Lars Weiler <pylon@gentoo.org> regex-markup-0.9.0.ebuild:
Stable on ppc.
diff --git a/app-misc/regex-markup/regex-markup-0.9.0.ebuild b/app-misc/regex-markup/regex-markup-0.9.0.ebuild
index cc51b8c1367a..9f736490c69e 100644
--- a/app-misc/regex-markup/regex-markup-0.9.0.ebuild
+++ b/app-misc/regex-markup/regex-markup-0.9.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/regex-markup/regex-markup-0.9.0.ebuild,v 1.7 2005/01/21 22:05:49 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/regex-markup/regex-markup-0.9.0.ebuild,v 1.8 2005/04/21 19:38:10 blubb Exp $
DESCRIPTION="A tool to color syslog files as well"
HOMEPAGE="http://www.student.lu.se/~nbi98oli"
@@ -8,7 +8,7 @@ SRC_URI="http://www.student.lu.se/~nbi98oli/src/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~amd64 ppc"
+KEYWORDS="x86 amd64 ppc"
IUSE=""
DEPEND="virtual/libc"
diff --git a/app-misc/regionset/ChangeLog b/app-misc/regionset/ChangeLog
index c3eb1a151db2..e29543b5a238 100644
--- a/app-misc/regionset/ChangeLog
+++ b/app-misc/regionset/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/regionset
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/regionset/ChangeLog,v 1.6 2005/01/01 15:20:48 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/regionset/ChangeLog,v 1.7 2005/04/21 19:38:38 blubb Exp $
+
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org> regionset-0.1.ebuild:
+ stable on amd64
05 Oct 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
regionset-0.1.ebuild:
diff --git a/app-misc/regionset/regionset-0.1.ebuild b/app-misc/regionset/regionset-0.1.ebuild
index 589d0dc07966..cbf07f986992 100644
--- a/app-misc/regionset/regionset-0.1.ebuild
+++ b/app-misc/regionset/regionset-0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/regionset/regionset-0.1.ebuild,v 1.7 2005/01/01 15:20:48 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/regionset/regionset-0.1.ebuild,v 1.8 2005/04/21 19:38:38 blubb Exp $
DESCRIPTION="Sets the region on DVD drives"
HOMEPAGE="http://linvdr.org/projects/regionset/"
@@ -8,7 +8,7 @@ SRC_URI="http://linvdr.org/download/regionset/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc ~amd64"
+KEYWORDS="x86 ppc amd64"
IUSE=""
src_compile() {
diff --git a/app-misc/rioutil/ChangeLog b/app-misc/rioutil/ChangeLog
index 3d0a257df35a..03866a1cae2f 100644
--- a/app-misc/rioutil/ChangeLog
+++ b/app-misc/rioutil/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for app-misc/rioutil
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v 1.19 2005/04/21 11:03:14 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/ChangeLog,v 1.20 2005/04/21 19:40:15 blubb Exp $
*rioutil-1.4.7 (21 Apr 2005)
@@ -8,6 +8,9 @@
Version bump as per bug #83725. Thanks to manny15
<windowsucks200N0SPAM0@netscape.net>
+ 21 Apr 2005; Simon Stelling <blubb@gentoo.org> rioutil-1.4.4.ebuild:
+ stable on amd64
+
16 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> rioutil-1.4.4.ebuild:
fix bug #71460 and tidy
diff --git a/app-misc/rioutil/rioutil-1.4.4.ebuild b/app-misc/rioutil/rioutil-1.4.4.ebuild
index 2b9d172fb331..03f8eb990c45 100644
--- a/app-misc/rioutil/rioutil-1.4.4.ebuild
+++ b/app-misc/rioutil/rioutil-1.4.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/rioutil-1.4.4.ebuild,v 1.9 2005/01/01 15:21:37 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rioutil/rioutil-1.4.4.ebuild,v 1.10 2005/04/21 19:40:15 blubb Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/rioutil/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="x86 ~amd64"
+KEYWORDS="x86 amd64"
IUSE=""
DEPEND="sys-libs/zlib