summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-11-11 15:11:52 +0000
committerAron Griffis <agriffis@gentoo.org>2003-11-11 15:11:52 +0000
commit62134d29da416db32ade68c671f936b6d37975a7 (patch)
tree97ed872eff4d533140abb432e90471ae0058a490 /dev-util
parentold (diff)
downloadgentoo-2-62134d29da416db32ade68c671f936b6d37975a7.tar.gz
gentoo-2-62134d29da416db32ade68c671f936b6d37975a7.tar.bz2
gentoo-2-62134d29da416db32ade68c671f936b6d37975a7.zip
add ~ia64
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/ctags/ChangeLog5
-rw-r--r--dev-util/ctags/Manifest6
-rw-r--r--dev-util/ctags/ctags-5.5-r1.ebuild4
3 files changed, 9 insertions, 6 deletions
diff --git a/dev-util/ctags/ChangeLog b/dev-util/ctags/ChangeLog
index 3b185e24365b..8164589c2be4 100644
--- a/dev-util/ctags/ChangeLog
+++ b/dev-util/ctags/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/ctags
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.11 2003/10/11 21:31:46 pappy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.12 2003/11/11 15:11:49 agriffis Exp $
+
+ 11 Nov 2003; Aron Griffis <agriffis@gentoo.org> ctags-5.5-r1.ebuild:
+ Add ~ia64
11 Oct 2003; Alexander Gabert <pappy@gentoo.org> ctags-5.5-r1.ebuild:
test and compiled on hppa, adding flags to recover from vim DEPEND problems on
diff --git a/dev-util/ctags/Manifest b/dev-util/ctags/Manifest
index f501b2a1e831..07fceac7a9ed 100644
--- a/dev-util/ctags/Manifest
+++ b/dev-util/ctags/Manifest
@@ -1,7 +1,7 @@
+MD5 9d9894942a3607576caacdfd30ddd6fe ChangeLog 1844
MD5 079ff4d9132121c82dde7afb2d8aed3d ctags-5.2.3.ebuild 1105
-MD5 439ddf50382fa5268082ca017094eeac ctags-5.5-r1.ebuild 1175
MD5 915b1edfa7dc4476e7ce931004dcac51 ctags-5.5.ebuild 1168
-MD5 3c2b6879419a1dada87add89063839bd ChangeLog 1757
+MD5 d40dc3f96f9cae7d41d2b403558b9c4d ctags-5.5-r1.ebuild 1184
+MD5 e679ffaa8205e53af2edbbe0b20e60a1 files/digest-ctags-5.2.3 63
MD5 1fe9a83e8e373e39e2f1522f22afefb7 files/digest-ctags-5.5 61
MD5 1fe9a83e8e373e39e2f1522f22afefb7 files/digest-ctags-5.5-r1 61
-MD5 e679ffaa8205e53af2edbbe0b20e60a1 files/digest-ctags-5.2.3 63
diff --git a/dev-util/ctags/ctags-5.5-r1.ebuild b/dev-util/ctags/ctags-5.5-r1.ebuild
index a856d7ae76a8..15b16a7ad5c4 100644
--- a/dev-util/ctags/ctags-5.5-r1.ebuild
+++ b/dev-util/ctags/ctags-5.5-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/dev-util/ctags/ctags-5.5-r1.ebuild,v 1.6 2003/10/11 21:31:46 pappy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5-r1.ebuild,v 1.7 2003/11/11 15:11:49 agriffis Exp $
DESCRIPTION="Ctags generates an index (or tag) file of C language objects found in C source and header files that allows these items to be quickly and easily located by a text editor or other utility. Currently supports 22 programming languages."
SRC_URI="mirror://sourceforge/ctags/${P}.tar.gz"
@@ -10,7 +10,7 @@ DEPEND="${RDEPEND}"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="amd64 alpha x86 ~ppc sparc mips hppa"
+KEYWORDS="amd64 alpha x86 ~ppc sparc mips hppa ~ia64"
IUSE=""
src_compile() {