remove ebuild for www-client/lora, upstream repository is dropped

This commit is contained in:
Sergey Popov 2013-07-25 15:07:34 +04:00
parent bc956f2f0c
commit 6f9dc4116d
3 changed files with 0 additions and 51 deletions

View File

@ -1,2 +0,0 @@
EBUILD lora-9999.ebuild 796 SHA256 406026a42a0dbab64dd504749aee9364d6425981a5e7ad8cefe1efed86521f06 SHA512 e6e62c5e5c84a7b500ece71777db146365d9183d5dec25955eb0f267840cc171c1942d423ceababb5b910bfbcac4586ad0061d78f377f4602224d5432a8a635a WHIRLPOOL 720fbd203e944acc6bca7d4fee16a87da25e7b68769ec68f71203ae2cbced22aa53183a108777af1bfa498286f6bb9bdd31f29e4e2f8ee148675cc43b3350936
MISC metadata.xml 225 SHA256 1c4bffb142aabec40964571b289e9c5526ecfca69a369484149ce310f5bafb88 SHA512 65518bcd3843de366ec53611af5a9177962274bfb087e9ee8f5f1033b42daf487b8d31e5101683e3c948611fd1d5dca740f2695f35dccccffc9408fa2ef78f02 WHIRLPOOL cd91f75d65535c8bc96d7c7840c97861e13f65d397f590bcff9396d31c39c5ed8f3920c38ccbde358eecdae8216f29465da68756cc8250c2e004971ec5ed0b16

View File

@ -1,41 +0,0 @@
# 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="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=""
RDEPEND="app-shells/bash
dev-python/lxml
net-misc/wget
sys-apps/sed
sys-apps/gawk
"
src_prepare() {
sed -i -e "s:INSTALL_DIR = /opt/lora:INSTALL_DIR = ${D}/opt/lora:" Makefile
}
src_compile() { :; }
src_install() {
emake DESTDIR="${D}" install
dodoc README
dosym /opt/lora/lora.sh /usr/bin/lora
}
pkg_postinst() {
einfo "LORA installed into /opt/lora"
einfo "It can be launched with this command: '/usr/bin/lora'"
}

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>admin@pinkbyte.ru</email>
<name>Sergey</name>
</maintainer>
</pkgmetadata>