blob: a3ba13bec6234263e6e7d422ebb0b4065145d013 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /var/cvsroot/gentoo-x86/app-text/new/new-1.3.1.ebuild,v 1.2 2002/12/18 15:53:44 vapier Exp $
DESCRIPTION="New is a template system, especially useful in conjunction with a simple text editor such as vi."
SRC_URI="http://www.flyn.org/projects/new/${P}.tar.gz"
HOMEPAGE="http://www.flyn.org/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
src_install() {
einstall
dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
}
|