diff options
author | 2003-10-03 12:46:31 +0000 | |
---|---|---|
committer | 2003-10-03 12:46:31 +0000 | |
commit | a1911c3d6f7565a95f628ad9364707818ea0fa23 (patch) | |
tree | a6cf28cb4c9ab47f06da4f8f3dbfd3c0f2f1c6d2 /dev-util | |
parent | Added sparc stable keyword (diff) | |
download | gentoo-2-a1911c3d6f7565a95f628ad9364707818ea0fa23.tar.gz gentoo-2-a1911c3d6f7565a95f628ad9364707818ea0fa23.tar.bz2 gentoo-2-a1911c3d6f7565a95f628ad9364707818ea0fa23.zip |
Added sparc stable 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 2b012c81b318..91d0248ce867 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.9 2003/09/29 15:12:29 tuxus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.10 2003/10/03 12:44:56 joker Exp $ + + 03 Oct 2003; Christian Birchinger <joker@gentoo.org> ctags-5.5-r1.ebuild: + Added sparc stable keyword *ctags-5.5-r1 (26 May 2003) diff --git a/dev-util/ctags/Manifest b/dev-util/ctags/Manifest index 3aa8148f732b..af9c383f5ef6 100644 --- a/dev-util/ctags/Manifest +++ b/dev-util/ctags/Manifest @@ -1,7 +1,7 @@ +MD5 edcf1f8a77e41ad93c72d7e65afd2ace ChangeLog 1596 MD5 079ff4d9132121c82dde7afb2d8aed3d ctags-5.2.3.ebuild 1105 -MD5 4178b1b9341d992af171cd2fca4d47ad ctags-5.5-r1.ebuild 1174 +MD5 a222a6e948a60ff711e5233a66069f69 ctags-5.5-r1.ebuild 1170 MD5 915b1edfa7dc4476e7ce931004dcac51 ctags-5.5.ebuild 1168 -MD5 867733ebaaf6993236e634fd1d92f720 ChangeLog 1489 +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 6368b5fadac5..b6930b476c2b 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.4 2003/10/03 04:53:30 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5-r1.ebuild,v 1.5 2003/10/03 12:44:56 joker 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" IUSE="" src_compile() { |