summaryrefslogtreecommitdiff
path: root/app-misc/screenie/screenie-1.30.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/screenie/screenie-1.30.0-r1.ebuild')
-rw-r--r--app-misc/screenie/screenie-1.30.0-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/app-misc/screenie/screenie-1.30.0-r1.ebuild b/app-misc/screenie/screenie-1.30.0-r1.ebuild
new file mode 100644
index 000000000000..24d0adb2af8f
--- /dev/null
+++ b/app-misc/screenie/screenie-1.30.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="screen(1) frontend that is designed to be a session handler"
+HOMEPAGE="http://pubwww.hsz-t.ch/~mgloor/screenie.html"
+SRC_URI="http://pubwww.hsz-t.ch/~mgloor/data/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~arm hppa ia64 sparc x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="app-misc/screen"
+
+PATCHES=( "${FILESDIR}/${PN}-CVE-2008-5371.patch" )
+
+src_install() {
+ dobin screenie || die "dobin failed"
+ default
+}