diff options
author | Alexander Gabert <pappy@gentoo.org> | 2003-10-11 21:31:52 +0000 |
---|---|---|
committer | Alexander Gabert <pappy@gentoo.org> | 2003-10-11 21:31:52 +0000 |
commit | a09b60ffa8157c566508fb88bc248063b7a97eb7 (patch) | |
tree | cd732b718d2db12cdb6bdc43bcf8e8aa55155393 /dev-util | |
parent | test and compiled on hppa, adding flags to recover from vim DEPEND problems o... (diff) | |
download | gentoo-2-a09b60ffa8157c566508fb88bc248063b7a97eb7.tar.gz gentoo-2-a09b60ffa8157c566508fb88bc248063b7a97eb7.tar.bz2 gentoo-2-a09b60ffa8157c566508fb88bc248063b7a97eb7.zip |
test and compiled on hppa, adding flags to recover from vim DEPEND problems on hppa
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ctags/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/ctags/Manifest | 4 | ||||
-rw-r--r-- | dev-util/ctags/ctags-5.5-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/ctags/ChangeLog b/dev-util/ctags/ChangeLog index 91d0248ce867..3b185e24365b 100644 --- a/dev-util/ctags/ChangeLog +++ b/dev-util/ctags/ChangeLog @@ -1,6 +1,10 @@ # 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.10 2003/10/03 12:44:56 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.11 2003/10/11 21:31:46 pappy Exp $ + + 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 + hppa 03 Oct 2003; Christian Birchinger <joker@gentoo.org> ctags-5.5-r1.ebuild: Added sparc stable keyword diff --git a/dev-util/ctags/Manifest b/dev-util/ctags/Manifest index acf28584d7af..f501b2a1e831 100644 --- a/dev-util/ctags/Manifest +++ b/dev-util/ctags/Manifest @@ -1,7 +1,7 @@ MD5 079ff4d9132121c82dde7afb2d8aed3d ctags-5.2.3.ebuild 1105 -MD5 e99745ee8a8b0e5992f1cfc1ae69df30 ctags-5.5-r1.ebuild 1175 +MD5 439ddf50382fa5268082ca017094eeac ctags-5.5-r1.ebuild 1175 MD5 915b1edfa7dc4476e7ce931004dcac51 ctags-5.5.ebuild 1168 -MD5 36a49d0a2c371994b170bad66929194b ChangeLog 1757 +MD5 3c2b6879419a1dada87add89063839bd ChangeLog 1757 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 b6930b476c2b..a856d7ae76a8 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.5 2003/10/03 12:44:56 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5-r1.ebuild,v 1.6 2003/10/11 21:31:46 pappy 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" +KEYWORDS="amd64 alpha x86 ~ppc sparc mips hppa" IUSE="" src_compile() { |