diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-30 12:53:51 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-10-30 12:53:51 +0000 |
commit | e1bcf1f1db5693fa31d0f7b37272eeb9df0fd1a0 (patch) | |
tree | 4f57de24ede96b869d3a2ea28ed9246925ead065 /app-text | |
parent | added sparc64 keyword (diff) | |
download | gentoo-2-e1bcf1f1db5693fa31d0f7b37272eeb9df0fd1a0.tar.gz gentoo-2-e1bcf1f1db5693fa31d0f7b37272eeb9df0fd1a0.tar.bz2 gentoo-2-e1bcf1f1db5693fa31d0f7b37272eeb9df0fd1a0.zip |
Initial import.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/new/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/new/files/digest-new-1.3.1 | 1 | ||||
-rw-r--r-- | app-text/new/new-1.3.1.ebuild | 20 |
3 files changed, 30 insertions, 0 deletions
diff --git a/app-text/new/ChangeLog b/app-text/new/ChangeLog new file mode 100644 index 000000000000..f41f6afb1302 --- /dev/null +++ b/app-text/new/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-text/new +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/new/ChangeLog,v 1.1 2002/10/30 12:53:51 aliz Exp $ + +*new-1.3.1 (30 Oct 2002) + + 30 Oct 2002; Daniel Ahlberg <aliz@gentoo.org> : + Initial import. Ebuild contributed Zachary P. Landau <kapheine@hypa.net> + in #5871. diff --git a/app-text/new/files/digest-new-1.3.1 b/app-text/new/files/digest-new-1.3.1 new file mode 100644 index 000000000000..4cc2ff5dfbe7 --- /dev/null +++ b/app-text/new/files/digest-new-1.3.1 @@ -0,0 +1 @@ +MD5 c2298bf36e74d5aacd6ebd5c0faf1155 new-1.3.1.tar.gz 241163 diff --git a/app-text/new/new-1.3.1.ebuild b/app-text/new/new-1.3.1.ebuild new file mode 100644 index 000000000000..6a4b5b2e2e09 --- /dev/null +++ b/app-text/new/new-1.3.1.ebuild @@ -0,0 +1,20 @@ +# 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.1 2002/10/30 12:53:51 aliz Exp $ + +S=${WORKDIR}/${P} +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" + +DEPEND="${RDEPEND}" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +src_install () { + einstall || die + + dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO +} |