diff options
author | Alex Alexander <wired@gentoo.org> | 2013-08-28 12:10:28 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2013-08-28 12:10:28 +0000 |
commit | 3631dc9779e242728af6d93cf3d0abbff9b4d288 (patch) | |
tree | cd71b33595962fe845b4e055f0335b8c312bd1ab /app-misc/tmux | |
parent | Stable for sparc, wrt bug #480882 (diff) | |
download | gentoo-2-3631dc9779e242728af6d93cf3d0abbff9b4d288.tar.gz gentoo-2-3631dc9779e242728af6d93cf3d0abbff9b4d288.tar.bz2 gentoo-2-3631dc9779e242728af6d93cf3d0abbff9b4d288.zip |
dropped EGIT_PROJECT, bug #482774
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EB9B4AFA)
Diffstat (limited to 'app-misc/tmux')
-rw-r--r-- | app-misc/tmux/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/tmux/tmux-9999.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-misc/tmux/ChangeLog b/app-misc/tmux/ChangeLog index 30b2fce98ef8..9ce9bd0a9099 100644 --- a/app-misc/tmux/ChangeLog +++ b/app-misc/tmux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/tmux # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.99 2013/05/14 14:06:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/ChangeLog,v 1.100 2013/08/28 12:10:28 wired Exp $ + + 28 Aug 2013; Alex Alexander <wired@gentoo.org> tmux-9999.ebuild: + dropped EGIT_PROJECT, bug #482774 14 May 2013; Jeroen Roovers <jer@gentoo.org> tmux-1.8.ebuild: Stable for HPPA (bug #469350). diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild index 9763af39de22..fccfe537cb33 100644 --- a/app-misc/tmux/tmux-9999.ebuild +++ b/app-misc/tmux/tmux-9999.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2013 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.9 2013/03/07 22:48:48 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/tmux/tmux-9999.ebuild,v 1.10 2013/08/28 12:10:28 wired Exp $ EAPI=4 inherit autotools git-2 bash-completion-r1 EGIT_REPO_URI="git://git.code.sf.net/p/tmux/tmux-code" -EGIT_PROJECT="tmux" DESCRIPTION="Terminal multiplexer" HOMEPAGE="http://tmux.sourceforge.net" |