summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Wourms <dragon@gentoo.org>2003-02-24 19:42:05 +0000
committerNicholas Wourms <dragon@gentoo.org>2003-02-24 19:42:05 +0000
commite3e93a276019869bf111db53d26dbd53064a6a47 (patch)
treed413a4354c2019a5249376a401114c17457e2c05 /net-misc/dhcpcd
parentnew pack (diff)
downloadhistorical-e3e93a276019869bf111db53d26dbd53064a6a47.tar.gz
historical-e3e93a276019869bf111db53d26dbd53064a6a47.tar.bz2
historical-e3e93a276019869bf111db53d26dbd53064a6a47.zip
Added mips keywordage to ebuilds.
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r--net-misc/dhcpcd/ChangeLog17
-rw-r--r--net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild4
-rw-r--r--net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild4
-rw-r--r--net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild4
-rw-r--r--net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild4
-rw-r--r--net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild4
6 files changed, 26 insertions, 11 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog
index d111d8d8a7b7..3c8371a4e0d5 100644
--- a/net-misc/dhcpcd/ChangeLog
+++ b/net-misc/dhcpcd/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for net-misc/dhcpcd
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.15 2003/02/22 07:27:44 zwelch Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.16 2003/02/24 19:42:04 dragon Exp $
21 Feb 2003; Zach Welch <zwelch@gentoo.org> :
Added arm to keywords.
@@ -10,11 +10,17 @@
*dhcpcd-1.3.22_p4 (04 Jan 2003)
+ 24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> dhcpcd-1.3.22_p4.ebuild :
+ Added stable mips keyword to the ebuild.
+
04 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> :
Version bump
*dhcpcd-1.3.22_p3-r3 (04 Jan 2003)
+ 24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> dhcpcd-1.3.22_p3-r3.ebuild :
+ Added stable mips keyword to the ebuild.
+
04 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> dhcpcd-1.3.22_p3-r3.ebuild :
Removed installation of pcmcia network files. Marked stable becuse of security update.
@@ -22,11 +28,17 @@
*dhcpcd-1.3.22_p3-r2 (04 Dec 2002)
+ 24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> dhcpcd-1.3.22_p3-r2.ebuild :
+ Added stable mips keyword to the ebuild.
+
04 Dec 2002; Donny Davies <woodchip@gentoo.org> dhcpcd-1.3.22_p3-r1.ebuild :
Added a fix to force the pidfile into /var/run.
*dhcpcd-1.3.22_p3-r1 (31 Oct 2002)
+ 24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> dhcpcd-1.3.22_p3-r1.ebuild :
+ Added stable mips keyword to the ebuild.
+
12 Nov 2002; Will Woods <wwoods@gentoo.org> dhcpcd-1.3.22_p3-r1.ebuild :
Added "inherit gnuconfig" and src_unpack to fix build problems on alphaev67
@@ -46,6 +58,9 @@
*dhcpcd-1.3.20_p0-r1 (1 Feb 2002)
+ 24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> dhcpcd-1.3.20_p0-r1.ebuild :
+ Added stable mips keyword to the ebuild.
+
18 Sept 2002; SpanKY <vapier@gentoo.org> ChangeLog dhcpcd-1.3.20_p0-r1.ebuild :
Fixed HOMEPAGE.
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild
index 956cab1076fd..9a7a942acb69 100644
--- a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.18 2003/02/13 14:48:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.19 2003/02/24 19:42:04 dragon Exp $
MYV=1.3.20-pl0
S=${WORKDIR}/${PN}-${MYV}
@@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.phystech.com/pub/${PN}-${MYV}.tar.gz"
HOMEPAGE="http://www.phystech.com/download/"
DEPEND=""
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha"
+KEYWORDS="x86 ppc sparc alpha mips"
LICENSE="GPL-2"
src_compile() {
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild
index aa2f587a7975..50ad9af0f4b7 100644
--- a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild,v 1.5 2003/02/13 14:48:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild,v 1.6 2003/02/24 19:42:04 dragon Exp $
inherit gnuconfig
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz"
HOMEPAGE="http://www.phystech.com/download/"
DEPEND=""
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha mips"
LICENSE="GPL-2"
src_unpack() {
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild
index cfa9120aa97f..36129617cc40 100644
--- a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild,v 1.4 2003/02/13 14:48:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild,v 1.5 2003/02/24 19:42:04 dragon Exp $
inherit gnuconfig
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz"
HOMEPAGE="http://www.phystech.com/download/"
DEPEND=""
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha mips"
LICENSE="GPL-2"
src_unpack() {
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild
index fbc3817eb1c8..8d009c97c9dc 100644
--- a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild,v 1.3 2003/02/13 14:48:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild,v 1.4 2003/02/24 19:42:04 dragon Exp $
inherit gnuconfig
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz"
HOMEPAGE="http://www.phystech.com/download/"
DEPEND=""
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa"
+KEYWORDS="x86 ppc sparc alpha hppa mips"
LICENSE="GPL-2"
IUSE="alpha build"
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild
index fe7a97f1205d..8529e872f122 100644
--- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild
+++ b/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild,v 1.4 2003/02/22 07:27:44 zwelch Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild,v 1.5 2003/02/24 19:42:04 dragon Exp $
inherit gnuconfig
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz"
HOMEPAGE="http://www.phystech.com/download/"
DEPEND=""
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa arm"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa arm mips"
LICENSE="GPL-2"
IUSE="alpha build"