From 063e0720d98945750259bea91ebf0e44ff21b1f2 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Thu, 2 Aug 2012 21:32:58 +0400 Subject: [PATCH] add LORA - Linux.org.ru forum console client --- www-client/lora/Manifest | 2 ++ www-client/lora/lora-9999.ebuild | 37 ++++++++++++++++++++++++++++++++ www-client/lora/metadata.xml | 8 +++++++ 3 files changed, 47 insertions(+) create mode 100644 www-client/lora/Manifest create mode 100644 www-client/lora/lora-9999.ebuild create mode 100644 www-client/lora/metadata.xml diff --git a/www-client/lora/Manifest b/www-client/lora/Manifest new file mode 100644 index 0000000..cd81495 --- /dev/null +++ b/www-client/lora/Manifest @@ -0,0 +1,2 @@ +EBUILD lora-9999.ebuild 723 SHA256 68cf81a8e82f2938f916e80c15d2477f3ab6132a567f6248312f31f22c4dda3d SHA512 2add246e8f3b84ee2eeffd5fe76076c283dde481311fbdba0cf5d7eabea988316eb9bd8f1e506013ecc3185cc9df9e5a8a86a8316cd70de4791f425203f41cb7 WHIRLPOOL a64834ceff65c93a127352c5d19d9f55e3c59ebc8c81bffb7d54d72effd4022fa2c6fcfa6265dd2cbdf266e3896cff74ad48980d6a244d21476ebe0d8fda1e06 +MISC metadata.xml 225 SHA256 1c4bffb142aabec40964571b289e9c5526ecfca69a369484149ce310f5bafb88 SHA512 65518bcd3843de366ec53611af5a9177962274bfb087e9ee8f5f1033b42daf487b8d31e5101683e3c948611fd1d5dca740f2695f35dccccffc9408fa2ef78f02 WHIRLPOOL cd91f75d65535c8bc96d7c7840c97861e13f65d397f590bcff9396d31c39c5ed8f3920c38ccbde358eecdae8216f29465da68756cc8250c2e004971ec5ed0b16 diff --git a/www-client/lora/lora-9999.ebuild b/www-client/lora/lora-9999.ebuild new file mode 100644 index 0000000..8f058b6 --- /dev/null +++ b/www-client/lora/lora-9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +EGIT_REPO_URI="git://github.com/AlexCones/LORA.git" + +inherit eutils git-2 + +DESCRIPTION="LORA is console client for linux.org.ru forum" +HOMEPAGE="https://github.com/AlexCones/LORA" +LICENSE="as-is" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="sys-apps/sed + dev-python/lxml + app-shells/bash + " + +src_compile() { :; } + +src_install() { + dodoc README + rm -rf {.git,COPYING,LICENSE,README} + insinto /opt/lora + doins -r . + fperms +x /opt/lora/lora.sh +} + +pkg_postinst() { + einfo "LORA installed into /opt/lora" + einfo "Feel free to change PATH variable or run it manually like '/opt/lora/lora.sh'" +} diff --git a/www-client/lora/metadata.xml b/www-client/lora/metadata.xml new file mode 100644 index 0000000..7303719 --- /dev/null +++ b/www-client/lora/metadata.xml @@ -0,0 +1,8 @@ + + + + + admin@pinkbyte.ru + Sergey + +