summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/when/when-1.0.10.ebuild')
-rw-r--r--app-misc/when/when-1.0.10.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-misc/when/when-1.0.10.ebuild b/app-misc/when/when-1.0.10.ebuild
new file mode 100644
index 000000000000..62c779488215
--- /dev/null
+++ b/app-misc/when/when-1.0.10.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.0.10.ebuild,v 1.1 2004/12/18 20:37:11 ka0ttic Exp $
+
+DESCRIPTION="Extremely simple personal calendar program aimed at the Unix geek who wants something minimalistic"
+HOMEPAGE="http://www.lightandmatter.com/when/when.html"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="Artistic"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/perl-5.005"
+
+src_install() {
+ dobin ${PN} || die "dobin failed"
+ dodoc README
+}