add live ebuild for yasnd(Yet Another Stupid Network Daemon)

This commit is contained in:
Sergey Popov 2012-01-27 11:36:34 +04:00
parent f8ecc60651
commit fb75471208
2 changed files with 24 additions and 0 deletions

1
net-misc/yasnd/Manifest Normal file
View File

@ -0,0 +1 @@
EBUILD yasnd-9999.ebuild 477 RMD160 cec1ddc2fb2ec384f4f028151e78b1c12dd2c4ae SHA1 32a5d9a90b5f913cc95adee4ac677caf7d2f5892 SHA256 beda20402e981d7672e34bfa47cd9a3798dc89c2d77d7a8ea3569322c7eaf8ea

View File

@ -0,0 +1,23 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
DESCRIPTION="Yet Another Stupid Network Daemon, tool that checks hosts' availability"
HOMEPAGE="http://github.com/Pinkbyte/yasnd"
EGIT_REPO_URI="http://github.com/Pinkbyte/yasnd.git"
inherit git-2 autotools
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
SRC_URI=""
RDEPEND="app-mobilephone/gammu
dev-libs/confuse"
src_prepare() {
eautoreconf
}