From fb75471208c3d4ea6f9a0f4a9d408292da9ea647 Mon Sep 17 00:00:00 2001 From: Sergey Popov Date: Fri, 27 Jan 2012 11:36:34 +0400 Subject: [PATCH] add live ebuild for yasnd(Yet Another Stupid Network Daemon) --- net-misc/yasnd/Manifest | 1 + net-misc/yasnd/yasnd-9999.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 net-misc/yasnd/Manifest create mode 100644 net-misc/yasnd/yasnd-9999.ebuild diff --git a/net-misc/yasnd/Manifest b/net-misc/yasnd/Manifest new file mode 100644 index 0000000..b95aabd --- /dev/null +++ b/net-misc/yasnd/Manifest @@ -0,0 +1 @@ +EBUILD yasnd-9999.ebuild 477 RMD160 cec1ddc2fb2ec384f4f028151e78b1c12dd2c4ae SHA1 32a5d9a90b5f913cc95adee4ac677caf7d2f5892 SHA256 beda20402e981d7672e34bfa47cd9a3798dc89c2d77d7a8ea3569322c7eaf8ea diff --git a/net-misc/yasnd/yasnd-9999.ebuild b/net-misc/yasnd/yasnd-9999.ebuild new file mode 100644 index 0000000..2c0b273 --- /dev/null +++ b/net-misc/yasnd/yasnd-9999.ebuild @@ -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 +}