summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2005-11-30 10:05:52 +0000
committerChris White <chriswhite@gentoo.org>2005-11-30 10:05:52 +0000
commit1378b3b62f7ca8d2357b1439b1f7d809660f7d95 (patch)
tree4cf03a47386b9c4573d87fa52ee20d9b0c736105 /app-misc
parent(no commit message) (diff)
downloadhistorical-1378b3b62f7ca8d2357b1439b1f7d809660f7d95.tar.gz
historical-1378b3b62f7ca8d2357b1439b1f7d809660f7d95.tar.bz2
historical-1378b3b62f7ca8d2357b1439b1f7d809660f7d95.zip
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/screenie/files/digest-screenie-1.26.01
-rw-r--r--app-misc/screenie/screenie-1.26.0.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/app-misc/screenie/files/digest-screenie-1.26.0 b/app-misc/screenie/files/digest-screenie-1.26.0
new file mode 100644
index 000000000000..2759effbcf0d
--- /dev/null
+++ b/app-misc/screenie/files/digest-screenie-1.26.0
@@ -0,0 +1 @@
+MD5 b13b757a04adac71af351aec8f418204 screenie-1.26.0.tar.gz 10475
diff --git a/app-misc/screenie/screenie-1.26.0.ebuild b/app-misc/screenie/screenie-1.26.0.ebuild
new file mode 100644
index 000000000000..ab09b9b616b3
--- /dev/null
+++ b/app-misc/screenie/screenie-1.26.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screenie/screenie-1.26.0.ebuild,v 1.1.1.1 2005/11/30 10:05:52 chriswhite Exp $
+
+DESCRIPTION="Screenie is a small and lightweight GNU screen(1) frontend that is designed to be a session handler that simplifies the process of administrating detached jobs by providing an interactive menu."
+HOMEPAGE="http://pubwww.fhzh.ch/~mgloor/screenie.html"
+SRC_URI="http://pubwww.fhzh.ch/~mgloor/data/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="app-misc/screen"
+
+src_install() {
+ dobin screenie || die "dobin failed"
+ dodoc AUTHORS ChangeLog INSTALL README TODO || die "dodoc failed"
+}