summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/byobu/byobu-2.19.ebuild')
-rw-r--r--app-misc/byobu/byobu-2.19.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/app-misc/byobu/byobu-2.19.ebuild b/app-misc/byobu/byobu-2.19.ebuild
deleted file mode 100644
index 41197ae0795e..000000000000
--- a/app-misc/byobu/byobu-2.19.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/byobu/byobu-2.19.ebuild,v 1.2 2009/07/12 12:56:09 weaver Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="A set of profiles for the GNU Screen console window manager (app-misc/screen)"
-HOMEPAGE="https://launchpad.net/byobu"
-SRC_URI="https://launchpad.net/ubuntu/karmic/+source/byobu/${PV}-0ubuntu1/+files/byobu_${PV}.orig.tar.gz
- https://launchpad.net/ubuntu/karmic/+source/byobu/${PV}-0ubuntu1/+files/byobu_${PV}-0ubuntu1.diff.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-util/debhelper"
-RDEPEND="app-misc/screen
- dev-libs/newt
- >=dev-lang/python-2.5"
-
-S="${WORKDIR}/byobu_${PV}.orig"
-
-src_prepare() {
- epatch "${WORKDIR}"/*.diff
-}
-
-src_install() {
- ln -s "${D}" debian/byobu
- ln -s "${D}" debian/byobu-extras
- emake --makefile=debian/rules install || die
- chmod +x "${D}/usr/bin/byobu-janitor"
- rm -rf "${D}/debian"
- doman *.1 || die
- dodoc doc/*
-}
-
-pkg_postinst() {
- elog 'To access the functionality of this package, please run the command "byobu"'
- elog 'in place of "screen".'
-}