diff options
-rw-r--r-- | net-analyzer/alive/ChangeLog | 10 | ||||
-rw-r--r-- | net-analyzer/alive/alive-2.0.2.ebuild | 20 |
2 files changed, 27 insertions, 3 deletions
diff --git a/net-analyzer/alive/ChangeLog b/net-analyzer/alive/ChangeLog index 803b903e5382..d2c4e1a8db31 100644 --- a/net-analyzer/alive/ChangeLog +++ b/net-analyzer/alive/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for net-analyzer/alive -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/alive/ChangeLog,v 1.1 2012/09/16 14:17:34 jer Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/alive/ChangeLog,v 1.2 2013/10/05 16:29:13 jer Exp $ + +*alive-2.0.2 (05 Oct 2013) + + 05 Oct 2013; Jeroen Roovers <jer@gentoo.org> +alive-2.0.2.ebuild: + Version bump. *alive-2.0.1 (16 Sep 2012) 16 Sep 2012; Jeroen Roovers <jer@gentoo.org> +alive-2.0.1.ebuild, +metadata.xml: Initial commit. - diff --git a/net-analyzer/alive/alive-2.0.2.ebuild b/net-analyzer/alive/alive-2.0.2.ebuild new file mode 100644 index 000000000000..03b5f6cf79fd --- /dev/null +++ b/net-analyzer/alive/alive-2.0.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/alive/alive-2.0.2.ebuild,v 1.1 2013/10/05 16:29:13 jer Exp $ + +EAPI=5 + +DESCRIPTION="a periodic ping program" +HOMEPAGE="http://www.gnu.org/software/alive/" +SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~x86" +IUSE="" + +DEPEND="app-arch/xz-utils" +RDEPEND=" + dev-scheme/guile + net-misc/iputils +" |