diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-10-17 20:48:39 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-10-17 20:48:39 +0000 |
commit | 3ce3bb1598aa883ad9369634316bb9c8f6761d9e (patch) | |
tree | 51f04d4c35a50065d55134841f339e8aeaf4f972 /app-editors/dav | |
parent | Initial import (diff) | |
download | gentoo-2-3ce3bb1598aa883ad9369634316bb9c8f6761d9e.tar.gz gentoo-2-3ce3bb1598aa883ad9369634316bb9c8f6761d9e.tar.bz2 gentoo-2-3ce3bb1598aa883ad9369634316bb9c8f6761d9e.zip |
Initial import
Diffstat (limited to 'app-editors/dav')
-rw-r--r-- | app-editors/dav/ChangeLog | 9 | ||||
-rw-r--r-- | app-editors/dav/Manifest | 3 | ||||
-rw-r--r-- | app-editors/dav/dav-0.8.4.ebuild | 25 | ||||
-rw-r--r-- | app-editors/dav/files/digest-dav-0.8.4 | 1 |
4 files changed, 37 insertions, 1 deletions
diff --git a/app-editors/dav/ChangeLog b/app-editors/dav/ChangeLog new file mode 100644 index 000000000000..8c3dce9c14c8 --- /dev/null +++ b/app-editors/dav/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for app-editors/dav +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/dav/ChangeLog,v 1.1 2003/10/17 20:48:35 avenj Exp $ + +*dav-0.8.4 (17 Oct 2003) + + 17 Oct 2003; Jon Portnoy <avenj@gentoo.org> dav-0.8.4.ebuild : + Initial import. Submitted in bug 29939 by Michael Terry + <mterry@fastmail.fm>. diff --git a/app-editors/dav/Manifest b/app-editors/dav/Manifest index 0ff47b2ee829..f8c64201146d 100644 --- a/app-editors/dav/Manifest +++ b/app-editors/dav/Manifest @@ -1,2 +1,3 @@ -MD5 68cfc2e217b699d4db45a8efe16da530 dav-0.8.4.ebuild 553 +MD5 fb18d6ebb1ecfdaf286c506998b80d11 dav-0.8.4.ebuild 647 +MD5 5db6ad06547af4bcdd4b3d54a4712eaf ChangeLog 391 MD5 71a2f4cfa36d38196022faf8e2804634 files/digest-dav-0.8.4 60 diff --git a/app-editors/dav/dav-0.8.4.ebuild b/app-editors/dav/dav-0.8.4.ebuild new file mode 100644 index 000000000000..90ed0e7d9b7e --- /dev/null +++ b/app-editors/dav/dav-0.8.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/dav/dav-0.8.4.ebuild,v 1.1 2003/10/17 20:48:35 avenj Exp $ + +DESCRIPTION="A minimal console text editor" +HOMEPAGE="http://dav-text.sourceforge.net/" + +# The maintainer does not keep sourceforge's mirrors up-to-date, +# so we point to the website's store of files. +SRC_URI="http://dav-text.sourceforge.net/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="sys-libs/ncurses" + +src_compile() { + emake || die +} + +src_install() { + make DESTDIR=${D} install || die +} diff --git a/app-editors/dav/files/digest-dav-0.8.4 b/app-editors/dav/files/digest-dav-0.8.4 new file mode 100644 index 000000000000..24455798f671 --- /dev/null +++ b/app-editors/dav/files/digest-dav-0.8.4 @@ -0,0 +1 @@ +MD5 ce1780de5226e126e6e4442e6aecf7f2 dav-0.8.4.tar.gz 21991 |