diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-05-10 09:31:03 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-05-10 09:31:03 +0000 |
commit | 96ec90d9d7266f07e1e32d345cb13e9182cc0408 (patch) | |
tree | 6492670a9f51d2c9fa4f44f2615df6eb702de738 /app-misc/when | |
parent | Stable on ppc wrt bug 221081 (diff) | |
download | gentoo-2-96ec90d9d7266f07e1e32d345cb13e9182cc0408.tar.gz gentoo-2-96ec90d9d7266f07e1e32d345cb13e9182cc0408.tar.bz2 gentoo-2-96ec90d9d7266f07e1e32d345cb13e9182cc0408.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/when')
-rw-r--r-- | app-misc/when/when-1.1.7.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/app-misc/when/when-1.1.7.ebuild b/app-misc/when/when-1.1.7.ebuild deleted file mode 100644 index 189d427d507a..000000000000 --- a/app-misc/when/when-1.1.7.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.1.7.ebuild,v 1.3 2008/03/27 19:22:51 nixnut 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="~amd64 ppc sparc x86" -IUSE="" - -S=${WORKDIR}/when_dist - -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" -} |