diff options
author | Brian Jackson <iggy@gentoo.org> | 2004-04-07 16:23:18 +0000 |
---|---|---|
committer | Brian Jackson <iggy@gentoo.org> | 2004-04-07 16:23:18 +0000 |
commit | 264f7695c8e0e701d0afe88c8984a044c85b324b (patch) | |
tree | 8042f4ca1686074741b3ced0e3b6012c0e9cbb07 /dev-util | |
parent | add xorg-x11 til things get fixed. (diff) | |
download | historical-264f7695c8e0e701d0afe88c8984a044c85b324b.tar.gz historical-264f7695c8e0e701d0afe88c8984a044c85b324b.tar.bz2 historical-264f7695c8e0e701d0afe88c8984a044c85b324b.zip |
added s390 keyword
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ctags/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ctags/Manifest | 6 | ||||
-rw-r--r-- | dev-util/ctags/ctags-5.5-r1.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/dev-util/ctags/ChangeLog b/dev-util/ctags/ChangeLog index ea7b74529bfc..7c98f1cbad43 100644 --- a/dev-util/ctags/ChangeLog +++ b/dev-util/ctags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ctags # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.17 2004/03/24 21:41:56 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.18 2004/04/07 16:23:18 iggy Exp $ + + 07 Apr 2004; Brian Jackson <iggy@gentoo.org> ctags-5.5-r1.ebuild: + added s390 keyword 24 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> ctags-5.5.ebuild: don't set DEPEND="${RDEPEND}" (actually do the fix) diff --git a/dev-util/ctags/Manifest b/dev-util/ctags/Manifest index 19cd94b6e975..d30c86b92b77 100644 --- a/dev-util/ctags/Manifest +++ b/dev-util/ctags/Manifest @@ -1,7 +1,7 @@ -MD5 b7f935df47412df20cd0ac5abb2f3f71 ChangeLog 2467 MD5 2a324e3545bdaa7aa564d71285dd2ee8 ctags-5.2.3.ebuild 1143 -MD5 107afadb4db4bfdef6eaef13d09c11ee ctags-5.5-r1.ebuild 1186 +MD5 db41e537af5f9a46965409c2451a80bd ctags-5.5-r1.ebuild 1186 MD5 15bd25fd25a378b5cc9b5f3f5c68f4b4 ctags-5.5.ebuild 1186 -MD5 e679ffaa8205e53af2edbbe0b20e60a1 files/digest-ctags-5.2.3 63 +MD5 8f5f859833d84f16875331c77470fad2 ChangeLog 2552 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 9a9582c148b7..bc06d54e0b19 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-2004 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.11 2004/03/24 07:51:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5-r1.ebuild,v 1.12 2004/04/07 16:23:18 iggy 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." HOMEPAGE="http://ctags.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/ctags/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 alpha x86 ~ppc sparc mips hppa ia64 ppc64" +KEYWORDS="amd64 alpha x86 ~ppc sparc mips hppa ia64 ppc64 s390" IUSE="" DEPEND="virtual/glibc" |