summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2011-06-02 18:06:50 +0000
committerAlex Alexander <wired@gentoo.org>2011-06-02 18:06:50 +0000
commitaf4c8e76b32a1e6c1ba6e7c23ada471c9e3909b6 (patch)
tree098a071bd410d5f62714ba544b5306677b3aa184 /app-misc
parentGeneral cleanup and fix documentation location, bug 295314 (diff)
downloadgentoo-2-af4c8e76b32a1e6c1ba6e7c23ada471c9e3909b6.tar.gz
gentoo-2-af4c8e76b32a1e6c1ba6e7c23ada471c9e3909b6.tar.bz2
gentoo-2-af4c8e76b32a1e6c1ba6e7c23ada471c9e3909b6.zip
switched live ebuild to svn, bug #369421
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/tmux/ChangeLog5
-rw-r--r--app-misc/tmux/tmux-9999.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/tmux/ChangeLog b/app-misc/tmux/ChangeLog
index 82ce8d98ffc0..d33525cc2a75 100644
--- a/app-misc/tmux/ChangeLog
+++ b/app-misc/tmux/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/tmux
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.60 2011/05/29 16:25:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.61 2011/06/02 18:06:50 wired Exp $
+
+ 02 Jun 2011; Alex Alexander <wired@gentoo.org> tmux-9999.ebuild:
+ switched live ebuild to svn, bug #369421
29 May 2011; Raúl Porcel <armin76@gentoo.org> tmux-1.4.ebuild:
sparc stable wrt #361163
diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild
index 1f71ff7e235a..907f267a2f83 100644
--- a/app-misc/tmux/tmux-9999.ebuild
+++ b/app-misc/tmux/tmux-9999.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2011 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.3 2011/01/14 09:07:58 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-9999.ebuild,v 1.4 2011/06/02 18:06:50 wired Exp $
EAPI=3
-ECVS_SERVER="tmux.cvs.sourceforge.net:/cvsroot/tmux"
-ECVS_MODULE="tmux"
+ESVN_REPO_URI="http://tmux.svn.sf.net/svnroot/tmux/trunk"
+ESVN_PROJECT="tmux"
-inherit autotools cvs
+inherit autotools subversion
DESCRIPTION="Terminal multiplexer"
HOMEPAGE="http://tmux.sourceforge.net"