diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 19:48:55 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 19:48:55 +0000 |
commit | f7459e73585b8aa4df2d51d6838ee31a826d31e2 (patch) | |
tree | 38f2db4a276a776731452814cd1eaccb0714a183 /app-misc/when | |
parent | amd64/x86 stable, bug #214640 (diff) | |
download | gentoo-2-f7459e73585b8aa4df2d51d6838ee31a826d31e2.tar.gz gentoo-2-f7459e73585b8aa4df2d51d6838ee31a826d31e2.tar.bz2 gentoo-2-f7459e73585b8aa4df2d51d6838ee31a826d31e2.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/when')
-rw-r--r-- | app-misc/when/when-1.0.23.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/app-misc/when/when-1.0.23.ebuild b/app-misc/when/when-1.0.23.ebuild deleted file mode 100644 index c854e8c074ed..000000000000 --- a/app-misc/when/when-1.0.23.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.0.23.ebuild,v 1.7 2007/01/22 00:13:08 dirtyepic 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 ppc ~amd64 sparc" -IUSE="" - -RDEPEND=">=dev-lang/perl-5.005" - -src_unpack() { - unpack ${A}; cd ${S} - - # Fix path for tests - sed -i 's,^ when, ./when,' Makefile -} - -src_compile() { - emake ${PN}.html || die "emake failed" -} - -src_test() { - # The when command requires these files, or attempts to run setup function. - mkdir ${HOME}/.when - touch ${HOME}/.when/{calendar,preferences} - emake test || die "emake test failed" -} - -src_install() { - dobin ${PN} || die "dobin failed" - doman ${PN}.1 || die "doman failed" - dodoc README - dohtml ${PN}.html || die "dohtml failed" -} |