From abab5ea8fd84b2387abf252dcf1714187dcca32d Mon Sep 17 00:00:00 2001 From: Andreas Hüttel Date: Wed, 7 Apr 2010 23:26:14 +0000 Subject: app-editors/diakonos: New application, see bug 110190. Thanks to Pistos and Sergio D. Rodríguez Inclan for the inital ebuild submissions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/sunrise/; revision=10413 --- app-editors/diakonos/ChangeLog | 9 +++++++++ app-editors/diakonos/Manifest | 4 ++++ app-editors/diakonos/diakonos-0.8.12.ebuild | 21 +++++++++++++++++++++ app-editors/diakonos/metadata.xml | 5 +++++ 4 files changed, 39 insertions(+) create mode 100644 app-editors/diakonos/ChangeLog create mode 100644 app-editors/diakonos/Manifest create mode 100644 app-editors/diakonos/diakonos-0.8.12.ebuild create mode 100644 app-editors/diakonos/metadata.xml (limited to 'app-editors') diff --git a/app-editors/diakonos/ChangeLog b/app-editors/diakonos/ChangeLog new file mode 100644 index 000000000..1c9f716a2 --- /dev/null +++ b/app-editors/diakonos/ChangeLog @@ -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) + +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 index 000000000..b5ad288de --- /dev/null +++ b/app-editors/diakonos/Manifest @@ -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 index 000000000..9c802c8e5 --- /dev/null +++ b/app-editors/diakonos/diakonos-0.8.12.ebuild @@ -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 index 000000000..6f1d493c5 --- /dev/null +++ b/app-editors/diakonos/metadata.xml @@ -0,0 +1,5 @@ + + + + maintainer-wanted + -- cgit v1.2.3-65-gdbad