diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-06-02 13:50:07 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-06-02 13:50:07 +0000 |
commit | f785634aeb3f9b4c0c4e164970a925a452d3ff63 (patch) | |
tree | cc0a98145e85988ec4cd152d1b1878203ec50170 /dev-util | |
parent | Marked ppc stable. (diff) | |
download | historical-f785634aeb3f9b4c0c4e164970a925a452d3ff63.tar.gz historical-f785634aeb3f9b4c0c4e164970a925a452d3ff63.tar.bz2 historical-f785634aeb3f9b4c0c4e164970a925a452d3ff63.zip |
Add patch to make Ruby class names in the form Foo::Bar work
Package-Manager: portage-2.0.51.22-r1 screaming llama edition
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ctags/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/ctags/Manifest | 15 | ||||
-rw-r--r-- | dev-util/ctags/ctags-5.5.4-r2.ebuild | 45 | ||||
-rw-r--r-- | dev-util/ctags/files/ctags-5.5.4-ruby-classes.patch | 20 | ||||
-rw-r--r-- | dev-util/ctags/files/digest-ctags-5.5.4-r2 | 1 |
5 files changed, 87 insertions, 2 deletions
diff --git a/dev-util/ctags/ChangeLog b/dev-util/ctags/ChangeLog index 17c1bc6c5a49..d90d5b30664b 100644 --- a/dev-util/ctags/ChangeLog +++ b/dev-util/ctags/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/ctags # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.38 2005/04/08 16:41:55 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.39 2005/06/02 13:50:07 ciaranm Exp $ + +*ctags-5.5.4-r2 (02 Jun 2005) + + 02 Jun 2005; Ciaran McCreesh <ciaranm@gentoo.org> + +files/ctags-5.5.4-ruby-classes.patch, +ctags-5.5.4-r2.ebuild: + Add patch to make Ruby class names in the form Foo::Bar work 08 Apr 2005; Markus Rothe <corsair@gentoo.org> ctags-5.5.4-r1.ebuild: Stable on ppc64 diff --git a/dev-util/ctags/Manifest b/dev-util/ctags/Manifest index 6e26fc4663bc..b84323f17cda 100644 --- a/dev-util/ctags/Manifest +++ b/dev-util/ctags/Manifest @@ -1,13 +1,26 @@ -MD5 1189d72da17d9583fb0f51e23a0537ee ChangeLog 4600 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 775025794e38c6c0c89e34d51ca07cae ChangeLog 4812 MD5 7bf5444b93e02846519665bc70e2557c ctags-5.2.3.ebuild 1128 MD5 746f157bc17c254b1760e42817cac122 ctags-5.5-r1.ebuild 1176 MD5 b654ed1053f457e2e9df8d61cf859746 ctags-5.5.4-r1.ebuild 1289 MD5 bf5b65da4eef9b3182a324b5a81b1875 ctags-5.5.4.ebuild 1195 MD5 d558b0b6798d7a7dcda35f2c33ebd293 ctags-5.5.ebuild 1182 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 +MD5 a594a97f984710739d933d1658a6fa29 ctags-5.5.4-r2.ebuild 1182 MD5 444d43016d0332ec35af9a292855c95f files/ctags-5.5.4-ebuilds.patch 835 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 ac053acfd4f28f9c48e9d3c139f85e90 files/digest-ctags-5.5.4 63 MD5 ac053acfd4f28f9c48e9d3c139f85e90 files/digest-ctags-5.5.4-r1 63 +MD5 e6d9c978c79b19927ef1cb860cd0998a files/ctags-5.5.4-ruby-classes.patch 601 +MD5 ac053acfd4f28f9c48e9d3c139f85e90 files/digest-ctags-5.5.4-r2 63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCnw6tLLFUmVNQ7rkRAoXMAKCUMz/jHb946cWQ5ROW71aXE09ZmQCfeIu2 +1/z6ikEq6/2fz9H468l3AeU= +=k5cd +-----END PGP SIGNATURE----- diff --git a/dev-util/ctags/ctags-5.5.4-r2.ebuild b/dev-util/ctags/ctags-5.5.4-r2.ebuild new file mode 100644 index 000000000000..ba1629a62893 --- /dev/null +++ b/dev-util/ctags/ctags-5.5.4-r2.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2005 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-r2.ebuild,v 1.1 2005/06/02 13:50:07 ciaranm Exp $ + +inherit eutils + +DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors" +HOMEPAGE="http://ctags.sourceforge.net" +SRC_URI="mirror://sourceforge/ctags/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86" +IUSE="" + +DEPEND="virtual/libc" + +src_unpack() { + unpack ${A} + cd ${S} + epatch "${FILESDIR}/${P}-ebuilds.patch" + epatch "${FILESDIR}/${P}-ruby-classes.patch" +} + +src_compile() { + econf \ + --with-posix-regex \ + --without-readlib \ + --disable-etags \ + --enable-tmpdir=/tmp \ + || die "econf failed" + emake || die "emake failed" +} + +src_install() { + einstall || die "einstall failed" + + # namepace collision with X/Emacs-provided /usr/bin/ctags -- we + # rename ctags to exuberant-ctags (Mandrake does this also). + mv ${D}/usr/bin/{ctags,exuberant-ctags} + mv ${D}/usr/share/man/man1/{ctags,exuberant-ctags}.1 + + dodoc FAQ NEWS README + dohtml EXTENDING.html ctags.html +} diff --git a/dev-util/ctags/files/ctags-5.5.4-ruby-classes.patch b/dev-util/ctags/files/ctags-5.5.4-ruby-classes.patch new file mode 100644 index 000000000000..2c4ef188c33e --- /dev/null +++ b/dev-util/ctags/files/ctags-5.5.4-ruby-classes.patch @@ -0,0 +1,20 @@ +--- ctags-5.5.4/ruby.c.orig 2005-06-02 14:30:12.813161384 +0100 ++++ ctags-5.5.4/ruby.c 2005-06-02 14:30:56.947451952 +0100 +@@ -82,7 +82,7 @@ + { + while (isspace ((int) *cp)) + ++cp; +- while (isalnum ((int) *cp) || *cp == '_') ++ while (isalnum ((int) *cp) || *cp == '_' || *cp == ':') + { + vStringPut (name, (int) *cp); + ++cp; +@@ -99,7 +99,7 @@ + { + while (isspace ((int) *cp)) + ++cp; +- while (isalnum ((int) *cp) || *cp == '_') ++ while (isalnum ((int) *cp) || *cp == '_' || *cp == ':') + { + vStringPut (name, (int) *cp); + ++cp; diff --git a/dev-util/ctags/files/digest-ctags-5.5.4-r2 b/dev-util/ctags/files/digest-ctags-5.5.4-r2 new file mode 100644 index 000000000000..3342f142118f --- /dev/null +++ b/dev-util/ctags/files/digest-ctags-5.5.4-r2 @@ -0,0 +1 @@ +MD5 a84124caadd4103270e0b84596ecfe83 ctags-5.5.4.tar.gz 260962 |