screenie-1.30.0-r1.ebuild 627 B

123456789101112131415161718192021222324252627
  1. # Copyright 1999-2009 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI="2"
  4. inherit eutils
  5. DESCRIPTION="screen(1) frontend that is designed to be a session handler"
  6. HOMEPAGE="http://pubwww.hsz-t.ch/~mgloor/screenie.html"
  7. SRC_URI="http://pubwww.hsz-t.ch/~mgloor/data/${P}.tar.bz2"
  8. LICENSE="GPL-2"
  9. SLOT="0"
  10. KEYWORDS="amd64 ~arm hppa ia64 sparc x86 ~x86-fbsd"
  11. IUSE=""
  12. RDEPEND="app-misc/screen"
  13. src_prepare() {
  14. epatch "${FILESDIR}/${PN}-CVE-2008-5371.patch"
  15. }
  16. src_install() {
  17. dobin screenie || die "dobin failed"
  18. dodoc AUTHORS ChangeLog INSTALL README TODO || die "dodoc failed"
  19. }