diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-14 19:20:20 +0000 |
commit | 957d5a3dfc2911af33459c794689e4e9fc0b3488 (patch) | |
tree | 8d477962f0cc95e3807f04cd81fa9206ed2c1e2e /sys-apps/yaboot | |
parent | Version Bump (diff) | |
download | gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.gz gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.tar.bz2 gentoo-2-957d5a3dfc2911af33459c794689e4e9fc0b3488.zip |
SLOT, KEYWORDS, LICENSE and HOMEPAGE tags added
Diffstat (limited to 'sys-apps/yaboot')
-rw-r--r-- | sys-apps/yaboot/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/yaboot/yaboot-1.3.6.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-apps/yaboot/ChangeLog b/sys-apps/yaboot/ChangeLog index bcbe3c479884..33671d1bd608 100644 --- a/sys-apps/yaboot/ChangeLog +++ b/sys-apps/yaboot/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for sys-apps/yaboot # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/yaboot/ChangeLog,v 1.1 2002/07/09 12:16:05 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/yaboot/ChangeLog,v 1.2 2002/07/14 19:20:20 aliz Exp $ *yaboot-1.3.6-r1 (June 21 2002); Gerk (gerk@gentoo.org) + 14 Jul 2002; phoen][x <phoenix@gentoo.org> yaboot-1.3.6.ebuild : + Added LICENSE, KEYWORDS, SLOT. + Adjusted ARCH check and added RDEPEND, SLOT, LICENSE to build (no -r1 as no need to recompile for this) diff --git a/sys-apps/yaboot/yaboot-1.3.6.ebuild b/sys-apps/yaboot/yaboot-1.3.6.ebuild index 1ce67088ab63..ad08e841b881 100644 --- a/sys-apps/yaboot/yaboot-1.3.6.ebuild +++ b/sys-apps/yaboot/yaboot-1.3.6.ebuild @@ -1,11 +1,14 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Id: yaboot-1.3.6.ebuild,v 1.2 2002/07/11 06:30:55 drobbins Exp $ +# $Id: yaboot-1.3.6.ebuild,v 1.3 2002/07/14 19:20:20 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="PPC Bootloader" SRC_URI="http://penguinppc.org/projects/yaboot/${P}.tar.gz" HOMEPAGE="http://penguinppc.org/projects/yaboot/" +KEYWORDS="x86" +SLOT="0" +LICENSE="GPL-2" DEPEND="sys-apps/powerpc-utils sys-apps/hfsutils" MAKEOPTS='PREFIX=/usr MANDIR=/usr/share/man' |