summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2007-06-26 20:06:48 +0000
committerGeorge Shapovalov <george@gentoo.org>2007-06-26 20:06:48 +0000
commit7513bfe3f96036eaaff11b3277fe092ca73e5b3b (patch)
tree5138c54977c1f68039764580e38a86468b98e477 /dev-util
parentStable on ppc; bug #183254. (diff)
downloadgentoo-2-7513bfe3f96036eaaff11b3277fe092ca73e5b3b.tar.gz
gentoo-2-7513bfe3f96036eaaff11b3277fe092ca73e5b3b.tar.bz2
gentoo-2-7513bfe3f96036eaaff11b3277fe092ca73e5b3b.zip
added support for Ada
(Portage version: 2.1.3_rc4)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/ctags/ChangeLog8
-rw-r--r--dev-util/ctags/ctags-5.2.3.ebuild4
-rw-r--r--dev-util/ctags/ctags-5.5.4-r1.ebuild4
-rw-r--r--dev-util/ctags/ctags-5.5.4-r2.ebuild4
-rw-r--r--dev-util/ctags/ctags-5.5.4-r3.ebuild4
-rw-r--r--dev-util/ctags/ctags-5.5.4.ebuild4
-rw-r--r--dev-util/ctags/ctags-5.5.ebuild4
-rw-r--r--dev-util/ctags/ctags-5.6-r2.ebuild52
-rw-r--r--dev-util/ctags/ctags-5.6.ebuild4
-rw-r--r--dev-util/ctags/files/ctags-ada.patch30
-rw-r--r--dev-util/ctags/files/digest-ctags-5.6-r26
11 files changed, 109 insertions, 15 deletions
diff --git a/dev-util/ctags/ChangeLog b/dev-util/ctags/ChangeLog
index 6fd6ece6b363..682f94e1eaa8 100644
--- a/dev-util/ctags/ChangeLog
+++ b/dev-util/ctags/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/ctags
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.57 2007/05/08 23:22:34 pioto Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.58 2007/06/26 20:06:48 george Exp $
+
+*ctags-5.6-r2 (26 Jun 2007)
+
+ 26 Jun 2007; George Shapovalov <george@gentoo.org> +files/ctags-ada.patch,
+ +ctags-5.6-r2.ebuild:
+ added Ada support to ctags
*ctags-5.6-r1 (08 May 2007)
diff --git a/dev-util/ctags/ctags-5.2.3.ebuild b/dev-util/ctags/ctags-5.2.3.ebuild
index 9f3357fcd837..89727c7e7d9a 100644
--- a/dev-util/ctags/ctags-5.2.3.ebuild
+++ b/dev-util/ctags/ctags-5.2.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.2.3.ebuild,v 1.16 2007/02/28 22:08:46 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.2.3.ebuild,v 1.17 2007/06/26 20:06:48 george Exp $
DESCRIPTION="Exuberant Ctags generates an index (or tag) file of objects found in 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"
diff --git a/dev-util/ctags/ctags-5.5.4-r1.ebuild b/dev-util/ctags/ctags-5.5.4-r1.ebuild
index 3f1efc304a89..28d6e92edbce 100644
--- a/dev-util/ctags/ctags-5.5.4-r1.ebuild
+++ b/dev-util/ctags/ctags-5.5.4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 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-r1.ebuild,v 1.13 2007/02/28 22:08:46 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5.4-r1.ebuild,v 1.14 2007/06/26 20:06:48 george Exp $
inherit eutils
diff --git a/dev-util/ctags/ctags-5.5.4-r2.ebuild b/dev-util/ctags/ctags-5.5.4-r2.ebuild
index 314a3f2cfe4d..e06d09bb34b7 100644
--- a/dev-util/ctags/ctags-5.5.4-r2.ebuild
+++ b/dev-util/ctags/ctags-5.5.4-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.13 2007/02/28 22:08:46 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5.4-r2.ebuild,v 1.14 2007/06/26 20:06:48 george Exp $
inherit eutils
diff --git a/dev-util/ctags/ctags-5.5.4-r3.ebuild b/dev-util/ctags/ctags-5.5.4-r3.ebuild
index f6e302cf085d..39a927d6ea76 100644
--- a/dev-util/ctags/ctags-5.5.4-r3.ebuild
+++ b/dev-util/ctags/ctags-5.5.4-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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-r3.ebuild,v 1.6 2007/02/28 22:08:46 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5.4-r3.ebuild,v 1.7 2007/06/26 20:06:48 george Exp $
inherit eutils
diff --git a/dev-util/ctags/ctags-5.5.4.ebuild b/dev-util/ctags/ctags-5.5.4.ebuild
index 0401f08a27ec..00dd125db075 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-2005 Gentoo Foundation
+# Copyright 1999-2007 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.15 2007/02/28 22:08:46 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5.4.ebuild,v 1.16 2007/06/26 20:06:48 george Exp $
DESCRIPTION="Exuberant Ctags generates an index (or tag) file of objects found in 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"
diff --git a/dev-util/ctags/ctags-5.5.ebuild b/dev-util/ctags/ctags-5.5.ebuild
index 135789aeda05..c534dba4887c 100644
--- a/dev-util/ctags/ctags-5.5.ebuild
+++ b/dev-util/ctags/ctags-5.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5.ebuild,v 1.15 2007/02/28 22:08:46 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.5.ebuild,v 1.16 2007/06/26 20:06:48 george Exp $
DESCRIPTION="Exuberant Ctags generates an index (or tag) file of objects found in 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"
diff --git a/dev-util/ctags/ctags-5.6-r2.ebuild b/dev-util/ctags/ctags-5.6-r2.ebuild
new file mode 100644
index 000000000000..9a7b82ea7f28
--- /dev/null
+++ b/dev-util/ctags/ctags-5.6-r2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6-r2.ebuild,v 1.1 2007/06/26 20:06:48 george 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
+ mirror://sourceforge/gnuada/ctags-ada-mode-4.3.3.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+IUSE="ada"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch "${FILESDIR}/${P}-ebuilds.patch"
+ #epatch "${FILESDIR}/${P}-haskell.patch"
+ #epatch "${FILESDIR}/${P}-objc.patch"
+ epatch "${FILESDIR}/${P}-php5.patch"
+
+ # enabling Ada support
+ if use ada; then
+ cp ${WORKDIR}/ctags-ada-mode-4.3.3/ada.c ${S}
+ epatch "${FILESDIR}/${PN}-ada.patch"
+ fi
+}
+
+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/ctags-5.6.ebuild b/dev-util/ctags/ctags-5.6.ebuild
index 00a5ec4f842e..ab205e6afb5e 100644
--- a/dev-util/ctags/ctags-5.6.ebuild
+++ b/dev-util/ctags/ctags-5.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6.ebuild,v 1.3 2007/02/28 22:08:46 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ctags-5.6.ebuild,v 1.4 2007/06/26 20:06:48 george Exp $
inherit eutils
diff --git a/dev-util/ctags/files/ctags-ada.patch b/dev-util/ctags/files/ctags-ada.patch
new file mode 100644
index 000000000000..b130fb910947
--- /dev/null
+++ b/dev-util/ctags/files/ctags-ada.patch
@@ -0,0 +1,30 @@
+diff -ru ctags-5.6-orig/parsers.h ctags-5.6/parsers.h
+--- ctags-5.6-orig/parsers.h 2006-05-30 06:37:12.000000000 +0200
++++ ctags-5.6/parsers.h 2007-06-16 18:38:31.000000000 +0200
+@@ -16,6 +16,7 @@
+
+ /* Add the name of any new parser definition function here */
+ #define PARSER_LIST \
++ AdaParser, \
+ AsmParser, \
+ AspParser, \
+ AwkParser, \
+diff -ru ctags-5.6-orig/source.mak ctags-5.6/source.mak
+--- ctags-5.6-orig/source.mak 2004-06-10 05:01:17.000000000 +0200
++++ ctags-5.6/source.mak 2007-06-16 18:37:40.000000000 +0200
+@@ -8,6 +8,7 @@
+ strlist.h vstring.h
+
+ SOURCES = \
++ ada.c \
+ args.c \
+ asm.c \
+ asp.c \
+@@ -58,6 +59,7 @@
+ argproc.c mac.c qdos.c
+
+ OBJECTS = \
++ ada.$(OBJEXT) \
+ args.$(OBJEXT) \
+ asm.$(OBJEXT) \
+ asp.$(OBJEXT) \
diff --git a/dev-util/ctags/files/digest-ctags-5.6-r2 b/dev-util/ctags/files/digest-ctags-5.6-r2
new file mode 100644
index 000000000000..6146817cc6bc
--- /dev/null
+++ b/dev-util/ctags/files/digest-ctags-5.6-r2
@@ -0,0 +1,6 @@
+MD5 9026a6c6950751bc4fd1be37e8a2070f ctags-5.6.tar.gz 267019
+RMD160 9221bcc105f302b6e05f599914f5d4e24cda62f0 ctags-5.6.tar.gz 267019
+SHA256 55c0693845644735f76242fa717efd92d9cb99543f7a7fa65d63bdd083c4eb95 ctags-5.6.tar.gz 267019
+MD5 d38eb534710f19639be9940ebcd7579f ctags-ada-mode-4.3.3.tar.bz2 14086
+RMD160 55f777901443e3f2dc990f05a2a866892d38cc18 ctags-ada-mode-4.3.3.tar.bz2 14086
+SHA256 f0ef3ad82654ed5fe4d4e12ec64c7988d7cd40cd7dc67c89eaac06869c5a36fa ctags-ada-mode-4.3.3.tar.bz2 14086