Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 551146

Summary: app-misc/tmux - HOMEPAGE and SRC_URI moved to https://tmux.github.io/
Product: Gentoo Linux Reporter: Robert Sebastian Gerus <ar>
Component: Current packagesAssignee: Alex Alexander (RETIRED) <wired>
Status: RESOLVED FIXED    
Severity: normal CC: ar, shell-tools
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://tmux.github.io/
Whiteboard:
Package list:
Runtime testing required: ---

Description Robert Sebastian Gerus 2015-06-04 07:45:46 UTC
Tmux's homepage and downloads moved from sourceforge to github.
Homepage is now at http://tmux.github.io/ and latest version (still 2.0) is now available at https://github.com/tmux/releases/raw/master/tmux-2.0.tar.gz

Reproducible: Always
Comment 1 Patrice Clement gentoo-dev 2015-08-24 13:55:39 UTC
It's been fixed already.

monsieurp@epsilon ~/gentoo/app-misc/tmux $ grep HOMEPAGE *.ebuild
tmux-1.9a.ebuild:HOMEPAGE="http://tmux.github.io/"
tmux-2.0.ebuild:HOMEPAGE="http://tmux.github.io/"
tmux-9999.ebuild:HOMEPAGE="http://tmux.github.io/"
monsieurp@epsilon ~/gentoo/app-misc/tmux $ grep SRC_URI *.ebuild
tmux-1.9a.ebuild:SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
tmux-2.0.ebuild:SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz"
tmux-9999.ebuild:SRC_URI=""