summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-04-12 15:54:09 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-04-12 15:54:09 +0000
commitee48e792f7ec3ffbcb069c20862f8290d132db0d (patch)
tree66fe06ad521707b4c329982e37fa16f4b30ce727 /dev-util
parentStable on hppa (Manifest recommit) (diff)
downloadgentoo-2-ee48e792f7ec3ffbcb069c20862f8290d132db0d.tar.gz
gentoo-2-ee48e792f7ec3ffbcb069c20862f8290d132db0d.tar.bz2
gentoo-2-ee48e792f7ec3ffbcb069c20862f8290d132db0d.zip
version bump
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/ctags/ChangeLog7
-rw-r--r--dev-util/ctags/Manifest3
-rw-r--r--dev-util/ctags/ctags-5.5.4.ebuild35
-rw-r--r--dev-util/ctags/files/digest-ctags-5.5.41
4 files changed, 45 insertions, 1 deletions
diff --git a/dev-util/ctags/ChangeLog b/dev-util/ctags/ChangeLog
index d09e06320185..f8b4da886acf 100644
--- a/dev-util/ctags/ChangeLog
+++ b/dev-util/ctags/ChangeLog
@@ -1,6 +1,11 @@
# 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.20 2004/04/12 15:28:08 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/ctags/ChangeLog,v 1.21 2004/04/12 15:54:08 ciaranm Exp $
+
+*ctags-5.5.4 (12 Apr 2004)
+
+ 12 Apr 2004; Ciaran McCreesh <ciaranm@gentoo.org> ctags-5.5.4.ebuild:
+ Version bump
12 Apr 2004; Ciaran McCreesh <ciaranm@gentoo.org> metadata.xml:
Added metadata with the vim herd as maintainers
diff --git a/dev-util/ctags/Manifest b/dev-util/ctags/Manifest
index 5b6ebb8cf4b0..32281ec73a33 100644
--- a/dev-util/ctags/Manifest
+++ b/dev-util/ctags/Manifest
@@ -1,8 +1,11 @@
MD5 2a324e3545bdaa7aa564d71285dd2ee8 ctags-5.2.3.ebuild 1143
+MD5 d04baa1a5c44dba727dda31f763cb2b3 ctags-5.5.4.ebuild 1195
MD5 539664fd239b8bf1a937615dbbd73982 ChangeLog 2743
+MD5 db41e537af5f9a46965409c2451a80bd ctags-5.5.4.ebuild~ 1186
MD5 db41e537af5f9a46965409c2451a80bd ctags-5.5-r1.ebuild 1186
MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156
MD5 15bd25fd25a378b5cc9b5f3f5c68f4b4 ctags-5.5.ebuild 1186
MD5 e679ffaa8205e53af2edbbe0b20e60a1 files/digest-ctags-5.2.3 63
+MD5 ac053acfd4f28f9c48e9d3c139f85e90 files/digest-ctags-5.5.4 63
MD5 1fe9a83e8e373e39e2f1522f22afefb7 files/digest-ctags-5.5-r1 61
MD5 1fe9a83e8e373e39e2f1522f22afefb7 files/digest-ctags-5.5 61
diff --git a/dev-util/ctags/ctags-5.5.4.ebuild b/dev-util/ctags/ctags-5.5.4.ebuild
new file mode 100644
index 000000000000..9e3d212e30f3
--- /dev/null
+++ b/dev-util/ctags/ctags-5.5.4.ebuild
@@ -0,0 +1,35 @@
+# 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.4.ebuild,v 1.1 2004/04/12 15:54:09 ciaranm 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"
+SRC_URI="mirror://sourceforge/ctags/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~alpha ~x86 ~ppc ~sparc ~mips ~hppa ~ia64 ~ppc64 ~s390"
+IUSE=""
+
+DEPEND="virtual/glibc"
+
+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/digest-ctags-5.5.4 b/dev-util/ctags/files/digest-ctags-5.5.4
new file mode 100644
index 000000000000..3342f142118f
--- /dev/null
+++ b/dev-util/ctags/files/digest-ctags-5.5.4
@@ -0,0 +1 @@
+MD5 a84124caadd4103270e0b84596ecfe83 ctags-5.5.4.tar.gz 260962