public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/tmux-mem-cpu-load: tmux-mem-cpu-load-2.2.1.ebuild tmux-mem-cpu-load-9999.ebuild tmux-mem-cpu-load-2.2.1-r1.ebuild ChangeLog
@ 2015-06-05 14:57 Justin Lecher (jlec)
  0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2015-06-05 14:57 UTC (permalink / raw
  To: gentoo-commits

jlec        15/06/05 14:57:31

  Modified:             tmux-mem-cpu-load-2.2.1.ebuild
                        tmux-mem-cpu-load-9999.ebuild ChangeLog
  Added:                tmux-mem-cpu-load-2.2.1-r1.ebuild
  Log:
  Bump to EAPI=5 and git-r3
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)

Revision  Changes    Path
1.3                  app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild?r1=1.2&r2=1.3

Index: tmux-mem-cpu-load-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tmux-mem-cpu-load-2.2.1.ebuild	15 Nov 2013 13:19:13 -0000	1.2
+++ tmux-mem-cpu-load-2.2.1.ebuild	5 Jun 2015 14:57:31 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild,v 1.2 2013/11/15 13:19:13 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1.ebuild,v 1.3 2015/06/05 14:57:31 jlec Exp $
 
 EAPI="3"
 
@@ -8,7 +8,7 @@
 
 IUSE=""
 if [[ ${PV} == *9999* ]]; then
-	inherit git-2
+	inherit git-r3
 	EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/thewtex/tmux-mem-cpu-load.git"}
 	KEYWORDS=""
 	SRC_URI=""
@@ -23,7 +23,4 @@
 LICENSE="Apache-2.0"
 SLOT="0"
 
-src_install() {
-	cmake-utils_src_install
-	dodoc README.rst || die
-}
+DOCS=( README.rst )



1.2                  app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild?r1=1.1&r2=1.2

Index: tmux-mem-cpu-load-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tmux-mem-cpu-load-9999.ebuild	15 Nov 2013 13:19:13 -0000	1.1
+++ tmux-mem-cpu-load-9999.ebuild	5 Jun 2015 14:57:31 -0000	1.2
@@ -1,14 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild,v 1.1 2013/11/15 13:19:13 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-9999.ebuild,v 1.2 2015/06/05 14:57:31 jlec Exp $
 
-EAPI="3"
+EAPI=5
 
 inherit cmake-utils
 
 IUSE=""
 if [[ ${PV} == *9999* ]]; then
-	inherit git-2
+	inherit git-r3
 	EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/thewtex/tmux-mem-cpu-load.git"}
 	KEYWORDS=""
 	SRC_URI=""
@@ -23,7 +23,4 @@
 LICENSE="Apache-2.0"
 SLOT="0"
 
-src_install() {
-	cmake-utils_src_install
-	dodoc README.rst || die
-}
+DOCS=( README.rst )



1.8                  app-misc/tmux-mem-cpu-load/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux-mem-cpu-load/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux-mem-cpu-load/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux-mem-cpu-load/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/tmux-mem-cpu-load/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	5 Jun 2015 14:55:11 -0000	1.7
+++ ChangeLog	5 Jun 2015 14:57:31 -0000	1.8
@@ -1,6 +1,13 @@
 # ChangeLog for app-misc/tmux-mem-cpu-load
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux-mem-cpu-load/ChangeLog,v 1.7 2015/06/05 14:55:11 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux-mem-cpu-load/ChangeLog,v 1.8 2015/06/05 14:57:31 jlec Exp $
+
+*tmux-mem-cpu-load-2.2.1-r1 (05 Jun 2015)
+
+  05 Jun 2015; Justin Lecher <jlec@gentoo.org>
+  +tmux-mem-cpu-load-2.2.1-r1.ebuild, tmux-mem-cpu-load-2.2.1.ebuild,
+  tmux-mem-cpu-load-9999.ebuild:
+  Bump to EAPI=5 and git-r3
 
   05 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Add github to remote-id in metadata.xml



1.1                  app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: tmux-mem-cpu-load-2.2.1-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux-mem-cpu-load/tmux-mem-cpu-load-2.2.1-r1.ebuild,v 1.1 2015/06/05 14:57:31 jlec Exp $

EAPI=5

inherit cmake-utils

IUSE=""
if [[ ${PV} == *9999* ]]; then
	inherit git-r3
	EGIT_REPO_URI=${EGIT_REPO_URI:-"git://github.com/thewtex/tmux-mem-cpu-load.git"}
	KEYWORDS=""
	SRC_URI=""
else
	KEYWORDS="~amd64 ~x86"
	SRC_URI="https://github.com/thewtex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
fi

DESCRIPTION="CPU, RAM memory, and load monitor for use with tmux"
HOMEPAGE="http://github.com/thewtex/tmux-mem-cpu-load/"

LICENSE="Apache-2.0"
SLOT="0"

src_install() {
	cmake-utils_src_install
	dodoc README.rst
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-05 14:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-05 14:57 [gentoo-commits] gentoo-x86 commit in app-misc/tmux-mem-cpu-load: tmux-mem-cpu-load-2.2.1.ebuild tmux-mem-cpu-load-9999.ebuild tmux-mem-cpu-load-2.2.1-r1.ebuild ChangeLog Justin Lecher (jlec)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox