summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-02-17 19:57:43 +0000
committerUlrich Müller <ulm@gentoo.org>2014-02-17 19:57:43 +0000
commit6fbd0e91d1627f47f7bd29406ac559599c7422c9 (patch)
tree180d757ace9e74f92cac99aaf514a73e1db8dc4a /app-admin
parentold (diff)
downloadgentoo-2-6fbd0e91d1627f47f7bd29406ac559599c7422c9.tar.gz
gentoo-2-6fbd0e91d1627f47f7bd29406ac559599c7422c9.tar.bz2
gentoo-2-6fbd0e91d1627f47f7bd29406ac559599c7422c9.zip
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/eselect-ctags/ChangeLog9
-rw-r--r--app-admin/eselect-ctags/eselect-ctags-1.15.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/app-admin/eselect-ctags/ChangeLog b/app-admin/eselect-ctags/ChangeLog
index 9c9e770caf1e..fc64769ed05e 100644
--- a/app-admin/eselect-ctags/ChangeLog
+++ b/app-admin/eselect-ctags/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/eselect-ctags
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.66 2013/07/14 14:55:13 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.67 2014/02/17 19:57:43 ulm Exp $
+
+*eselect-ctags-1.15 (17 Feb 2014)
+
+ 17 Feb 2014; Ulrich Müller <ulm@gentoo.org> +eselect-ctags-1.15.ebuild:
+ Version bump.
14 Jul 2013; Ulrich Müller <ulm@gentoo.org> -eselect-ctags-1.13.ebuild,
eselect-ctags-1.14.ebuild:
diff --git a/app-admin/eselect-ctags/eselect-ctags-1.15.ebuild b/app-admin/eselect-ctags/eselect-ctags-1.15.ebuild
new file mode 100644
index 000000000000..4d81068dcb87
--- /dev/null
+++ b/app-admin/eselect-ctags/eselect-ctags-1.15.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.15.ebuild,v 1.1 2014/02/17 19:57:43 ulm Exp $
+
+EAPI=5
+
+MY_P="eselect-emacs-${PV}"
+DESCRIPTION="Manages ctags implementations"
+HOMEPAGE="http://wiki.gentoo.org/wiki/Project:Emacs"
+SRC_URI="http://dev.gentoo.org/~ulm/emacs/${MY_P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND=">=app-admin/eselect-1.2.3"
+
+S="${WORKDIR}/${MY_P}"
+
+src_compile() { :; }
+
+src_install() {
+ insinto /usr/share/eselect/modules
+ doins ctags.eselect
+ doman ctags.eselect.5
+}