summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-10-05 16:29:13 +0000
committerJeroen Roovers <jer@gentoo.org>2013-10-05 16:29:13 +0000
commit8ce030bfee4b3f971dc80a6e16ab053c69957514 (patch)
treebf6d66bc4c8e76752b2159f8e3dc05553cf91cea /net-analyzer/alive
parentarm stable, bug #475480 (diff)
downloadgentoo-2-8ce030bfee4b3f971dc80a6e16ab053c69957514.tar.gz
gentoo-2-8ce030bfee4b3f971dc80a6e16ab053c69957514.tar.bz2
gentoo-2-8ce030bfee4b3f971dc80a6e16ab053c69957514.zip
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/alive')
-rw-r--r--net-analyzer/alive/ChangeLog10
-rw-r--r--net-analyzer/alive/alive-2.0.2.ebuild20
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
+"