summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2011-08-01 05:15:57 +0200
committerSebastian Pipping <sebastian@pipping.org>2011-08-01 05:15:57 +0200
commitfdaffd8179bf7e526b87b7ca7e004b43b144bab2 (patch)
treeb23b3764715b9ed6795b4cf35a6ae796d6a0bafa /app-editors/dit
parentdev-libs/qcommandline: 0.2.0 (diff)
downloadbetagarden-fdaffd8179bf7e526b87b7ca7e004b43b144bab2.tar.gz
betagarden-fdaffd8179bf7e526b87b7ca7e004b43b144bab2.tar.bz2
betagarden-fdaffd8179bf7e526b87b7ca7e004b43b144bab2.zip
app-editors/dit: 9999
Diffstat (limited to 'app-editors/dit')
-rw-r--r--app-editors/dit/Manifest2
-rw-r--r--app-editors/dit/dit-9999.ebuild27
-rw-r--r--app-editors/dit/metadata.xml9
3 files changed, 38 insertions, 0 deletions
diff --git a/app-editors/dit/Manifest b/app-editors/dit/Manifest
new file mode 100644
index 0000000..07df4fa
--- /dev/null
+++ b/app-editors/dit/Manifest
@@ -0,0 +1,2 @@
+EBUILD dit-9999.ebuild 532 RMD160 7707a75df3c50a7c89d8b522aca9f4119be9e972 SHA1 a0788e9ff319d119f0f4b0400a8e733d933b7b2f SHA256 d0c1d3f54fff405ef94afd8e55b18453de1d9809b27d2be4d9db1389af248107
+MISC metadata.xml 257 RMD160 04e4c6e678ba8e8ffde93f57d06a40b60f9eaa69 SHA1 e3c39bf9a25beebbe626726bb94f6e22db4fa06d SHA256 b4a209de2bfbbcc5ceab61bf458a1ee79da4c60a30e4aabf54b76e9709b56db8
diff --git a/app-editors/dit/dit-9999.ebuild b/app-editors/dit/dit-9999.ebuild
new file mode 100644
index 0000000..2962173
--- /dev/null
+++ b/app-editors/dit/dit-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+inherit subversion
+
+DESCRIPTION="ncurses-based text editor for Unix systems"
+HOMEPAGE="http://dit-editor.sourceforge.net/"
+ESVN_REPO_URI="https://dit-editor.svn.sourceforge.net/svnroot/dit-editor/trunk"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="dev-lang/lua"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+ ./autogen.sh || die
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+}
diff --git a/app-editors/dit/metadata.xml b/app-editors/dit/metadata.xml
new file mode 100644
index 0000000..328fbd1
--- /dev/null
+++ b/app-editors/dit/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>sping@gentoo.org</email>
+ <name>Sebastian Pipping</name>
+ </maintainer>
+</pkgmetadata>