summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-09-17 19:11:21 +0000
committerJon Portnoy <avenj@gentoo.org>2003-09-17 19:11:21 +0000
commit598d259e33f038696be76b3e53973f4a6a88a373 (patch)
tree6d14fc81e529805b11f61c172e64b91de8ca2af7 /sys-devel
parentblah (diff)
downloadhistorical-598d259e33f038696be76b3e53973f4a6a88a373.tar.gz
historical-598d259e33f038696be76b3e53973f4a6a88a373.tar.bz2
historical-598d259e33f038696be76b3e53973f4a6a88a373.zip
ia64 keywords
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/bc/ChangeLog5
-rw-r--r--sys-devel/bc/Manifest4
-rw-r--r--sys-devel/bc/bc-1.06-r5.ebuild4
-rw-r--r--sys-devel/bison/ChangeLog5
-rw-r--r--sys-devel/bison/Manifest4
-rw-r--r--sys-devel/bison/bison-1.875.ebuild4
-rw-r--r--sys-devel/libtool/ChangeLog5
-rw-r--r--sys-devel/libtool/Manifest10
-rw-r--r--sys-devel/libtool/libtool-1.4.3-r1.ebuild4
-rw-r--r--sys-devel/m4/ChangeLog5
-rw-r--r--sys-devel/m4/Manifest4
-rw-r--r--sys-devel/m4/m4-1.4.ebuild4
-rw-r--r--sys-devel/make/ChangeLog5
-rw-r--r--sys-devel/make/Manifest4
-rw-r--r--sys-devel/make/make-3.80.ebuild4
15 files changed, 43 insertions, 28 deletions
diff --git a/sys-devel/bc/ChangeLog b/sys-devel/bc/ChangeLog
index 32e5f26d3ff8..f08ec7b59a47 100644
--- a/sys-devel/bc/ChangeLog
+++ b/sys-devel/bc/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for sys-devel/bc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.11 2003/07/16 11:40:23 tuxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/ChangeLog,v 1.12 2003/09/17 19:05:54 avenj Exp $
*bc-1.06-r5 (19 Feb 2003)
+ 17 Sep 2003; Jon Portnoy <avenj@gentoo.org> bc-1.06-r5.ebuild :
+ ia64 keywords.
+
16 Jul Jan Seidel <tuxus@gentoo.org> bc-1.06-r5.ebuild :
Mark stable on mips
diff --git a/sys-devel/bc/Manifest b/sys-devel/bc/Manifest
index 6fa3fc1a2c22..d689a72e4ed9 100644
--- a/sys-devel/bc/Manifest
+++ b/sys-devel/bc/Manifest
@@ -1,5 +1,5 @@
-MD5 82f556e37c30b77f958b5e6a3848e70f ChangeLog 1694
-MD5 b9151bc11e3362aa44dfd26d01a77c0b bc-1.06-r5.ebuild 1818
+MD5 6c0df8122a7a555d8fe9713bdca5909c ChangeLog 1778
+MD5 d8f4d4524eafdde9b32b6acde9621036 bc-1.06-r5.ebuild 1821
MD5 c6bc9e8c6698c429c778901b2d353c3f files/bc-1.06-info-fix.diff 3182
MD5 40794acac9c09ee182af19387df613b4 files/bc-1.06-readline42.diff 430
MD5 ab5dc8993a9b72c7a4f4160c6a6348ac files/digest-bc-1.06-r5 59
diff --git a/sys-devel/bc/bc-1.06-r5.ebuild b/sys-devel/bc/bc-1.06-r5.ebuild
index 5a3fc53377f2..fd8b148b38b6 100644
--- a/sys-devel/bc/bc-1.06-r5.ebuild
+++ b/sys-devel/bc/bc-1.06-r5.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/sys-devel/bc/bc-1.06-r5.ebuild,v 1.9 2003/09/06 08:10:07 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bc/bc-1.06-r5.ebuild,v 1.10 2003/09/17 19:05:54 avenj Exp $
IUSE="readline"
@@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/bc/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="x86 ppc sparc alpha hppa arm mips amd64"
+KEYWORDS="x86 ppc sparc alpha hppa arm mips amd64 ia64"
RDEPEND="readline? ( >=sys-libs/readline-4.1
>=sys-libs/ncurses-5.2 )"
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog
index 5f1cc79f4f25..62b30bb921e5 100644
--- a/sys-devel/bison/ChangeLog
+++ b/sys-devel/bison/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/bison
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.19 2003/09/08 02:14:58 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.20 2003/09/17 19:08:28 avenj Exp $
+
+ 17 Sep 2003; Jon Portnoy <avenj@gentoo.org> bison-1.875.ebuild :
+ ia64 keywords.
08 Sep 2003; Martin Schlemmer <azarah@gentoo.org> bison-1.34-r1.ebuild,
bison-1.35.ebuild, bison-1.75.ebuild, bison-1.875.ebuild:
diff --git a/sys-devel/bison/Manifest b/sys-devel/bison/Manifest
index 90b94293b3a8..07856957ce0a 100644
--- a/sys-devel/bison/Manifest
+++ b/sys-devel/bison/Manifest
@@ -1,8 +1,8 @@
-MD5 28d991200f2614e3d9bb0886cf87bbc6 ChangeLog 3168
+MD5 fea135054ce1923e14d10166f05856fd ChangeLog 3252
MD5 e67f8a7159f2797989c111781136704d bison-1.34-r1.ebuild 1171
MD5 6ca9b4066b66b897b07dc2470ecc5747 bison-1.35.ebuild 1276
MD5 0cac16652850dfa1153e22bccf9acbf5 bison-1.75.ebuild 1118
-MD5 4d847ff7fbebcc64f8a65b0c0161a3af bison-1.875.ebuild 1352
+MD5 d719fba141a0b274953154e8037cbd95 bison-1.875.ebuild 1356
MD5 85dbbe1a9f32abae54cacd04aaa80709 files/digest-bison-1.34-r1 63
MD5 9c4ca0c28c5762cc799cc3e56f51d54e files/digest-bison-1.35 63
MD5 ccaa497656beb47a684c2e33084522b0 files/digest-bison-1.75 63
diff --git a/sys-devel/bison/bison-1.875.ebuild b/sys-devel/bison/bison-1.875.ebuild
index 9096a390cc03..4d06ec38c739 100644
--- a/sys-devel/bison/bison-1.875.ebuild
+++ b/sys-devel/bison/bison-1.875.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/sys-devel/bison/bison-1.875.ebuild,v 1.3 2003/09/08 02:14:58 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-1.875.ebuild,v 1.4 2003/09/17 19:08:28 avenj Exp $
IUSE="nls static build" # icc"
@@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnu.org/software/bison/bison.html"
LICENSE="GPL-2"
SLOT="0"
# do not compile xfree
-KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
+KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm ia64"
DEPEND="sys-devel/m4
nls? ( sys-devel/gettext )"
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog
index ee0b710da9a5..8ad7e30035b8 100644
--- a/sys-devel/libtool/ChangeLog
+++ b/sys-devel/libtool/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/libtool
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.22 2003/08/03 13:47:33 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.23 2003/09/17 19:11:17 avenj Exp $
+
+ 17 Sep 2003; Jon Portnoy <avenj@gentoo.org> libtool-1.4.3-r1.ebuild :
+ ia64 keywords.
02 Aug 2003; Martin Schlemmer <azarah@gentoo.org> libtool-1.4.3-r1.ebuild:
Mark stable for all. (shoot me later)
diff --git a/sys-devel/libtool/Manifest b/sys-devel/libtool/Manifest
index 05e534f061bd..12be2d0fd676 100644
--- a/sys-devel/libtool/Manifest
+++ b/sys-devel/libtool/Manifest
@@ -1,8 +1,8 @@
-MD5 840898fee58752081fe45f9cad7ad521 ChangeLog 3529
+MD5 8b9ca9e39100c617fe45891f3c12c4dc ChangeLog 3618
MD5 fbcf7a29349882a6f6c75491400d1953 libtool-1.4.1-r10.ebuild 1780
MD5 4d48b4072e8f2a4591a4d80a23f6042f libtool-1.4.2-r2.ebuild 2182
-MD5 c6bd1d1f807622326e2232d240a7fe11 libtool-1.4.3-r1.ebuild 3195
MD5 6d26b33bcad84d410dcc4f3a3719fe5b libtool-1.4.3.ebuild 2731
+MD5 7acf95d7a52c695ccd163defb5facdad libtool-1.4.3-r1.ebuild 3197
MD5 cd3779fa4710870bb83597c39736e822 files/digest-libtool-1.4.1-r10 66
MD5 0988730d91b787159d631c37932efef5 files/digest-libtool-1.4.2-r2 66
MD5 6e892e6bd1ca4d9babce9f9163f6118e files/digest-libtool-1.4.3 131
@@ -33,13 +33,13 @@ MD5 8ad4f6ed8863c26c4ac562e1d00e6db1 files/1.4.3/libtool-1.2f-cache.patch 698
MD5 55544e163772c87195b893d27e00a0f8 files/1.4.3/libtool-1.3.5-mktemp.patch 642
MD5 67757e15bfa1cdefb5c23f76198329ec files/1.4.3/libtool-1.3.5-nonneg.patch 895
MD5 c7e04f642029498cc1652407b1ea74bf files/1.4.3/libtool-1.4-nonneg.patch 935
-MD5 47fd700361b3cb3aae8dc44f28f613b0 files/1.4.3/libtool-1.4.2-add-x11r6-lib-in-ignores-for-rpath.patch 460
-MD5 7b1baabe9b60c5cd21d203e51dc4f005 files/1.4.3/libtool-1.4.2-archive-shared.patch 633
MD5 66ec977174eec4eba66454e4f0f5772a files/1.4.3/libtool-1.4.2-demo.patch 538
-MD5 e3285eea22373db2a63c309d00cbe041 files/1.4.3/libtool-1.4.2-fix-linkage-of-cxx-code-with-gcc.patch 1632
MD5 f6f24e776d832798365777c26c2c56fc files/1.4.3/libtool-1.4.2-multilib.patch 1780
MD5 f7177c6432cecb38e31e0b9d8681d5b0 files/1.4.3/libtool-1.4.2-portage.patch 2307
MD5 e03f7ed340f294fdb7ddd6c84d4b6b09 files/1.4.3/libtool-1.4.2-relink-58664.patch 3213
MD5 51df2f3c87ee74b80790edd735ddf565 files/1.4.3/libtool-1.4.2-s390_x86_64.patch 470
+MD5 47fd700361b3cb3aae8dc44f28f613b0 files/1.4.3/libtool-1.4.2-add-x11r6-lib-in-ignores-for-rpath.patch 460
+MD5 7b1baabe9b60c5cd21d203e51dc4f005 files/1.4.3/libtool-1.4.2-archive-shared.patch 633
+MD5 e3285eea22373db2a63c309d00cbe041 files/1.4.3/libtool-1.4.2-fix-linkage-of-cxx-code-with-gcc.patch 1632
MD5 191388758ae78d4982f143636e47f514 files/1.4.3/libtool-1.4.3-lib64.patch 1193
MD5 f3465f2ea1f214828dd92e2450ca3623 files/1.4.3/libtool-1.4.3-ltmain-SED.patch 363
diff --git a/sys-devel/libtool/libtool-1.4.3-r1.ebuild b/sys-devel/libtool/libtool-1.4.3-r1.ebuild
index adad9793ff63..714b9683c697 100644
--- a/sys-devel/libtool/libtool-1.4.3-r1.ebuild
+++ b/sys-devel/libtool/libtool-1.4.3-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/sys-devel/libtool/libtool-1.4.3-r1.ebuild,v 1.6 2003/09/06 08:06:35 msterret Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.3-r1.ebuild,v 1.7 2003/09/17 19:11:17 avenj Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $
IUSE=
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.gnu.org/software/libtool/libtool.html"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm"
+KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm ia64"
DEPEND="virtual/glibc"
diff --git a/sys-devel/m4/ChangeLog b/sys-devel/m4/ChangeLog
index 8238e348a6e1..4501d3650c64 100644
--- a/sys-devel/m4/ChangeLog
+++ b/sys-devel/m4/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/m4
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.15 2003/09/08 02:13:16 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/ChangeLog,v 1.16 2003/09/17 19:09:43 avenj Exp $
+
+ 17 Sep 2003; Jon Portnoy <avenj@gentoo.org> m4-1.4.ebuild :
+ ia64 keywords.
08 Sep 2003; Martin Schlemmer <azarah@gentoo.org> m4-1.4.ebuild,
m4-1.4o-r2.ebuild, m4-1.4p-r1.ebuild, m4-1.4p.ebuild:
diff --git a/sys-devel/m4/Manifest b/sys-devel/m4/Manifest
index 4d02077fbc32..7e0ec9868d12 100644
--- a/sys-devel/m4/Manifest
+++ b/sys-devel/m4/Manifest
@@ -1,3 +1,3 @@
-MD5 880bac009d9898004e76f34f1c4bdb0d ChangeLog 1959
-MD5 e7b169f918ef9d77aa151ad2d453b323 m4-1.4.ebuild 1209
+MD5 a568d9cad10c5d54cae4deabbb03e91a ChangeLog 2038
+MD5 e442ae44c4203c439289521d3e5b0e32 m4-1.4.ebuild 1212
MD5 bb66a9e8ca60b752e95b5234d7f7b0b0 files/digest-m4-1.4 118
diff --git a/sys-devel/m4/m4-1.4.ebuild b/sys-devel/m4/m4-1.4.ebuild
index 74cc30edcfc4..71a7443b9fe2 100644
--- a/sys-devel/m4/m4-1.4.ebuild
+++ b/sys-devel/m4/m4-1.4.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/sys-devel/m4/m4-1.4.ebuild,v 1.9 2003/09/08 06:04:36 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.ebuild,v 1.10 2003/09/17 19:09:43 avenj Exp $
IUSE="nls"
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.gnu.org/software/m4/m4.html"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm"
+KEYWORDS="amd64 x86 ppc sparc alpha mips hppa arm ia64"
DEPEND="virtual/glibc
!bootstrap? ( >=sys-devel/libtool-1.3.5-r2 )
diff --git a/sys-devel/make/ChangeLog b/sys-devel/make/ChangeLog
index 4045d1ac38ea..f0ec9786649b 100644
--- a/sys-devel/make/ChangeLog
+++ b/sys-devel/make/ChangeLog
@@ -1,10 +1,13 @@
# ChangeLog for sys-devel/make
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.11 2003/07/06 09:10:16 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/ChangeLog,v 1.12 2003/09/17 19:04:40 avenj Exp $
*make-3.80 (14 Oct 2002)
+ 17 Sep 2003; Jon Portnoy <avenj@gentoo.org> make-3.80.ebuild :
+ ia64 keywords.
+
06 Jul 2003; Joshua Kinard <kumba@gentoo.org> make-3.80.ebuild:
Added "mips" to KEYWORDS (works for me)
diff --git a/sys-devel/make/Manifest b/sys-devel/make/Manifest
index 3daff4f7bab5..8cdfae834bed 100644
--- a/sys-devel/make/Manifest
+++ b/sys-devel/make/Manifest
@@ -1,7 +1,7 @@
-MD5 4e8142af40583ed81926222a1b36857b ChangeLog 1522
+MD5 9716da6aaa8d216f36d831f3636847ec ChangeLog 1605
MD5 a14cb0003453401ecf86398856e87f24 make-3.79.1-r4.ebuild 1087
MD5 609240945ef4fda330f3cf3443127e30 make-3.79.1-r5.ebuild 1083
-MD5 407c372d39727c6c2df8260ba49e9e7f make-3.80.ebuild 1095
+MD5 0ff8bd8b42b1c7071d7d80f6e74bf6d8 make-3.80.ebuild 1097
MD5 e725863d4897fd1c3f8bb2e8198dac88 files/digest-make-3.79.1-r4 64
MD5 e725863d4897fd1c3f8bb2e8198dac88 files/digest-make-3.79.1-r5 64
MD5 ad6ee987b9008471c7071fc94c5b62b1 files/digest-make-3.80 62
diff --git a/sys-devel/make/make-3.80.ebuild b/sys-devel/make/make-3.80.ebuild
index 49e83a2a6245..b64e75d57356 100644
--- a/sys-devel/make/make-3.80.ebuild
+++ b/sys-devel/make/make-3.80.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/sys-devel/make/make-3.80.ebuild,v 1.10 2003/09/05 02:07:39 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/make/make-3.80.ebuild,v 1.11 2003/09/17 19:04:40 avenj Exp $
IUSE="nls static build"
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.gnu.org/software/make/make.html"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86 ppc sparc alpha hppa arm mips"
+KEYWORDS="amd64 x86 ppc sparc alpha hppa arm mips ia64"
DEPEND="virtual/glibc nls? ( sys-devel/gettext )"
RDEPEND="virtual/glibc"