radhermit    15/06/27 01:52:25

  Modified:             ChangeLog tmux-9999.ebuild tmux-2.0.ebuild
                        tmux-1.9a.ebuild
  Log:
  Update HOMEPAGE, SRC_URI, and EGIT_REPO_URI (project moved from sourceforge 
to github).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.118                app-misc/tmux/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog   10 May 2015 07:09:00 -0000      1.117
+++ ChangeLog   27 Jun 2015 01:52:25 -0000      1.118
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/tmux
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.117 2015/05/10 
07:09:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.118 2015/06/27 
01:52:25 radhermit Exp $
+
+  27 Jun 2015; Tim Harder <[email protected]> tmux-1.9a.ebuild,
+  tmux-2.0.ebuild, tmux-9999.ebuild:
+  Update HOMEPAGE, SRC_URI, and EGIT_REPO_URI (project moved from sourceforge
+  to github).
 
 *tmux-2.0 (10 May 2015)
 



1.15                 app-misc/tmux/tmux-9999.ebuild

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

Index: tmux-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-9999.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- tmux-9999.ebuild    10 May 2015 07:09:00 -0000      1.14
+++ tmux-9999.ebuild    27 Jun 2015 01:52:25 -0000      1.15
@@ -1,16 +1,17 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-9999.ebuild,v 1.14 
2015/05/10 07:09:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-9999.ebuild,v 1.15 
2015/06/27 01:52:25 radhermit Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=true
 
 inherit autotools-utils git-r3 bash-completion-r1 flag-o-matic
 
+EGIT_REPO_URI="https://github.com/tmux/tmux.git";
+
 DESCRIPTION="Terminal multiplexer"
-HOMEPAGE="http://tmux.sourceforge.net";
+HOMEPAGE="http://tmux.github.io/";
 SRC_URI=""
-EGIT_REPO_URI="git://git.code.sf.net/p/tmux/tmux-code"
 
 LICENSE="ISC"
 SLOT="0"



1.2                  app-misc/tmux/tmux-2.0.ebuild

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

Index: tmux-2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tmux-2.0.ebuild     10 May 2015 07:09:00 -0000      1.1
+++ tmux-2.0.ebuild     27 Jun 2015 01:52:25 -0000      1.2
@@ -1,16 +1,15 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-2.0.ebuild,v 1.1 
2015/05/10 07:09:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-2.0.ebuild,v 1.2 
2015/06/27 01:52:25 radhermit Exp $
 
 EAPI=5
-
 AUTOTOOLS_AUTORECONF=true
 
 inherit autotools-utils bash-completion-r1 flag-o-matic
 
 DESCRIPTION="Terminal multiplexer"
-HOMEPAGE="http://tmux.sourceforge.net";
-SRC_URI="mirror://sourceforge/tmux/${P}.tar.gz"
+HOMEPAGE="http://tmux.github.io/";
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="ISC"
 SLOT="0"



1.14                 app-misc/tmux/tmux-1.9a.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/tmux-1.9a.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/tmux-1.9a.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/tmux/tmux-1.9a.ebuild?r1=1.13&r2=1.14

Index: tmux-1.9a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.9a.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- tmux-1.9a.ebuild    5 Jan 2015 08:41:22 -0000       1.13
+++ tmux-1.9a.ebuild    27 Jun 2015 01:52:25 -0000      1.14
@@ -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-misc/tmux/tmux-1.9a.ebuild,v 1.13 
2015/01/05 08:41:22 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-1.9a.ebuild,v 1.14 
2015/06/27 01:52:25 radhermit Exp $
 
 EAPI=5
 AUTOTOOLS_AUTORECONF=true
@@ -8,8 +8,8 @@
 inherit autotools-utils bash-completion-r1 flag-o-matic
 
 DESCRIPTION="Terminal multiplexer"
-HOMEPAGE="http://tmux.sourceforge.net";
-SRC_URI="mirror://sourceforge/tmux/${P}.tar.gz"
+HOMEPAGE="http://tmux.github.io/";
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz";
 
 LICENSE="ISC"
 SLOT="0"




Reply via email to