blob: 3b5f38efa54a8f8ebf6c1ff303fe2f06a9a1b5af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/textutils/textutils-2.1-r1.ebuild,v 1.12 2004/06/28 18:47:49 vapier Exp $
DESCRIPTION="textutils, sh-utils and fileutils are replaced by coreutils"
HOMEPAGE="http://www.gnu.org/software/coreutils/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc mips alpha hppa amd64 ppc64 s390"
IUSE=""
RDEPEND=">=sys-apps/coreutils-5.0-r3"
|