ulm         14/12/19 19:02:39

  Modified:             ChangeLog
  Added:                eselect-ctags-1.18.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
9433907D693FB5B8!)

Revision  Changes    Path
1.85                 app-admin/eselect-ctags/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-ctags/ChangeLog?rev=1.85&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-ctags/ChangeLog?rev=1.85&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-ctags/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog   28 Oct 2014 18:52:14 -0000      1.84
+++ ChangeLog   19 Dec 2014 19:02:39 -0000      1.85
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/eselect-ctags
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.84 
2014/10/28 18:52:14 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.85 
2014/12/19 19:02:39 ulm Exp $
+
+*eselect-ctags-1.18 (19 Dec 2014)
+
+  19 Dec 2014; Ulrich Müller <[email protected]> +eselect-ctags-1.18.ebuild:
+  Version bump.
 
 *eselect-ctags-1.17 (28 Oct 2014)
 



1.1                  app-admin/eselect-ctags/eselect-ctags-1.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.18.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.18.ebuild?rev=1.1&content-type=text/plain

Index: eselect-ctags-1.18.ebuild
===================================================================
# 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.18.ebuild,v 1.1 
2014/12/19 19:02:39 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 ~arm64 ~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-emacs-1.18
        >=app-admin/eselect-1.2.3"

S="${WORKDIR}/${MY_P}"

src_install() {
        insinto /usr/share/eselect/modules
        doins {ctags,etags}.eselect
        doman {ctags,etags}.eselect.5
}




Reply via email to