]> Pileus Git - ~andy/sunrise/commitdiff
app-editors/diakonos: New application, see bug 110190. Thanks to Pistos and Sergio...
authorAndreas Hüttel <dilfridge@gentoo.org>
Wed, 7 Apr 2010 23:26:14 +0000 (23:26 +0000)
committerAndreas Hüttel <dilfridge@gentoo.org>
Wed, 7 Apr 2010 23:26:14 +0000 (23:26 +0000)
svn path=/sunrise/; revision=10413

app-editors/diakonos/ChangeLog [new file with mode: 0644]
app-editors/diakonos/Manifest [new file with mode: 0644]
app-editors/diakonos/diakonos-0.8.12.ebuild [new file with mode: 0644]
app-editors/diakonos/metadata.xml [new file with mode: 0644]

diff --git a/app-editors/diakonos/ChangeLog b/app-editors/diakonos/ChangeLog
new file mode 100644 (file)
index 0000000..1c9f716
--- /dev/null
@@ -0,0 +1,9 @@
+# ChangeLog for app-editors/diakonos
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  07 Apr 2010; Andreas K. Huettel (dilfridge) <mail@akhuettel.de>
+  +diakonos-0.8.12.ebuild, +metadata.xml:
+  New application, see bug 110190. Thanks to Pistos and Sergio D. Rodríguez
+  Inclan for the inital ebuild submissions.
+
diff --git a/app-editors/diakonos/Manifest b/app-editors/diakonos/Manifest
new file mode 100644 (file)
index 0000000..b5ad288
--- /dev/null
@@ -0,0 +1,4 @@
+DIST diakonos-0.8.12.tar.bz2 94068 RMD160 2339cd78c3d39cb3002f7a279dcc6677e567bfe0 SHA1 9ef660036b4b8d1b48e6bb3559e3a15b9c374f68 SHA256 a4077b07b69a3dca6c4e2cfc7a5309be7dc4565c386292a6615553dfd88c56df
+EBUILD diakonos-0.8.12.ebuild 445 RMD160 b456541e2e2fe53d6016731387aa5daa9a5a47bb SHA1 250a57bcddfc59d83d9e41ad0fb50ec91a7e14e5 SHA256 db7e08f6478cdca4655f02b80d5f080b16f80bcd6900cfe1b02a557222497d29
+MISC ChangeLog 351 RMD160 471c139e5a73dfa19d626e753f635d4a5f5ec99a SHA1 c9a7260808c21644135dd72cc2237a805f974dfb SHA256 e15371efd8f770d20da40dcd486e4ff1a26f0e6b603704bf6c0ed59178a640fc
+MISC metadata.xml 171 RMD160 ed284df01c230fc7990a6b5888b39166d23f29ba SHA1 f3d64a69044b710e23fb874b3ee4cd338858c8b4 SHA256 a7b30fbacd0e4c312c07a3efac112a3794c81d134442d8104325734d03425adf
diff --git a/app-editors/diakonos/diakonos-0.8.12.ebuild b/app-editors/diakonos/diakonos-0.8.12.ebuild
new file mode 100644 (file)
index 0000000..9c802c8
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+USE_RUBY="ruby19"
+
+inherit ruby-ng
+
+DESCRIPTION="A Linux editor for the masses"
+HOMEPAGE="http://purepistos.net/diakonos"
+SRC_URI="http://purepistos.net/${PN}/${P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+each_ruby_install() {
+       ${RUBY} install.rb --dest-dir "${D}" || die "install failed"
+}
diff --git a/app-editors/diakonos/metadata.xml b/app-editors/diakonos/metadata.xml
new file mode 100644 (file)
index 0000000..6f1d493
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <herd>maintainer-wanted</herd>
+</pkgmetadata>