* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-ctags: ChangeLog eselect-ctags-1.18.ebuild
@ 2014-12-19 19:02 Ulrich Mueller (ulm)
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-12-19 19:02 UTC (permalink / raw
To: gentoo-commits
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 <ulm@gentoo.org> +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
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-ctags: ChangeLog eselect-ctags-1.18.ebuild
@ 2015-01-25 21:17 Markus Meier (maekke)
0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2015-01-25 21:17 UTC (permalink / raw
To: gentoo-commits
maekke 15/01/25 21:17:45
Modified: ChangeLog eselect-ctags-1.18.ebuild
Log:
arm stable, bug #537006
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.88 app-admin/eselect-ctags/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-ctags/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-ctags/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-ctags/ChangeLog?r1=1.87&r2=1.88
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog 22 Jan 2015 08:45:56 -0000 1.87
+++ ChangeLog 25 Jan 2015 21:17:45 -0000 1.88
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/eselect-ctags
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.87 2015/01/22 08:45:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/ChangeLog,v 1.88 2015/01/25 21:17:45 maekke Exp $
+
+ 25 Jan 2015; Markus Meier <maekke@gentoo.org> eselect-ctags-1.18.ebuild:
+ arm stable, bug #537006
22 Jan 2015; Agostino Sarubbo <ago@gentoo.org> eselect-ctags-1.18.ebuild:
Stable for amd64, wrt bug #537006
1.4 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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.18.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.18.ebuild?r1=1.3&r2=1.4
Index: eselect-ctags-1.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.18.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- eselect-ctags-1.18.ebuild 22 Jan 2015 08:45:56 -0000 1.3
+++ eselect-ctags-1.18.ebuild 25 Jan 2015 21:17:45 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.3 2015/01/22 08:45:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-ctags/eselect-ctags-1.18.ebuild,v 1.4 2015/01/25 21:17:45 maekke Exp $
EAPI=5
@@ -11,7 +11,7 @@
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"
+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"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-25 21:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-25 21:17 [gentoo-commits] gentoo-x86 commit in app-admin/eselect-ctags: ChangeLog eselect-ctags-1.18.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2014-12-19 19:02 Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox