diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-08-16 04:38:34 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-08-16 04:38:34 +0000 |
commit | 5208fbf4b8428c0f3146f48f046f42c27ece0cd1 (patch) | |
tree | fd0263a0ab995ced009dbd237d7a0710fdea1c71 /sys-devel/bin86 | |
parent | removed all "CATEGORY" entries in ebuild. They shouldn't be needed anymore. (diff) | |
download | historical-5208fbf4b8428c0f3146f48f046f42c27ece0cd1.tar.gz historical-5208fbf4b8428c0f3146f48f046f42c27ece0cd1.tar.bz2 historical-5208fbf4b8428c0f3146f48f046f42c27ece0cd1.zip |
removed all "CATEGORY" entries in ebuild. They shouldn't be needed anymore.
Diffstat (limited to 'sys-devel/bin86')
-rw-r--r-- | sys-devel/bin86/bin86-0.15.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/bin86/bin86-0.15.0-r1.ebuild b/sys-devel/bin86/bin86-0.15.0-r1.ebuild index df579e88d2e1..ca41c07fe96a 100644 --- a/sys-devel/bin86/bin86-0.15.0-r1.ebuild +++ b/sys-devel/bin86/bin86-0.15.0-r1.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.15.0-r1.ebuild,v 1.1 2000/08/03 14:16:17 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.15.0-r1.ebuild,v 1.2 2000/08/16 04:38:33 drobbins Exp $ P=bin86-0.15.0 A=${P}.tar.gz S=${WORKDIR}/bin86 DESCRIPTION="Assembler and loader used to create kernel bootsector" -CATEGORY="sys-devel" SRC_URI="http://www.cix.co.uk/~mayday/${A}" HOMEPAGE="http://www.cix.co.uk/~mayday/" |