View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/app-misc/when/when-1.0.23.ebuild (-3 / +5 lines)
 Lines 1-4    Link Here 
# Copyright 1999-2005 Gentoo Foundation
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# 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.5 2005/07/20 14:39:23 gustavoz Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/when/when-1.0.23.ebuild,v 1.5 2005/07/20 14:39:23 gustavoz Exp $
 Lines 6-18    Link Here 
HOMEPAGE="http://www.lightandmatter.com/when/when.html"
HOMEPAGE="http://www.lightandmatter.com/when/when.html"
SRC_URI="mirror://gentoo/${P}.tar.gz"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="Artistic"
LICENSE="GPL-2"
SLOT="0"
SLOT="0"
KEYWORDS="x86 ppc ~amd64 sparc"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
IUSE=""
RDEPEND=">=dev-lang/perl-5.005"
RDEPEND=">=dev-lang/perl-5.005"
S=${WORKDIR}/when_dist
src_compile() {
src_compile() {
	emake ${PN}.html || die "emake failed"
	emake ${PN}.html || die "emake failed"
}
}