diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-10 20:20:41 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-10 20:20:41 +0000 |
commit | 8c63c5559c8ff6ceb7dbf570a33fa2f6c524408c (patch) | |
tree | 196d536d78dd0a0321a1e07369eaf9286b9d52fd /dev-util | |
parent | dependency on dev-libs/libxslt was lost (Manifest recommit) (diff) | |
download | gentoo-2-8c63c5559c8ff6ceb7dbf570a33fa2f6c524408c.tar.gz gentoo-2-8c63c5559c8ff6ceb7dbf570a33fa2f6c524408c.tar.bz2 gentoo-2-8c63c5559c8ff6ceb7dbf570a33fa2f6c524408c.zip |
Stable on alpha.
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ctags/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ctags/ctags-5.5.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ctags/ChangeLog b/dev-util/ctags/ChangeLog index 609ade7d2129..e5f5f3eed3fd 100644 --- a/dev-util/ctags/ChangeLog +++ b/dev-util/ctags/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ctags # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.29 2004/10/09 00:28:22 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.30 2004/10/10 20:20:41 kloeri Exp $ + + 10 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> ctags-5.5.4.ebuild: + Stable on alpha. 09 Oct 2004; Guy Martin <gmsoft@gentoo.org> ctags-5.5.4.ebuild: Marked stable on hppa. diff --git a/dev-util/ctags/ctags-5.5.4.ebuild b/dev-util/ctags/ctags-5.5.4.ebuild index ebe9b9d29a1d..f5143037a4b1 100644 --- a/dev-util/ctags/ctags-5.5.4.ebuild +++ b/dev-util/ctags/ctags-5.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5.4.ebuild,v 1.9 2004/10/09 00:28:22 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5.4.ebuild,v 1.10 2004/10/10 20:20:41 kloeri 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 33 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="x86 ~ppc sparc mips ~alpha arm hppa amd64 ~ia64 ~ppc64 ~s390 macos ppc-macos" +KEYWORDS="x86 ~ppc sparc mips alpha arm hppa amd64 ~ia64 ~ppc64 ~s390 macos ppc-macos" IUSE="" DEPEND="virtual/libc" |