diff options
author | Otavio Rodolfo Piske <angusyoung@gentoo.org> | 2005-06-03 18:13:05 +0000 |
---|---|---|
committer | Otavio Rodolfo Piske <angusyoung@gentoo.org> | 2005-06-03 18:13:05 +0000 |
commit | 892f50dfb15c9713446af44962fb3acd78a78d22 (patch) | |
tree | ff7f659556220774a6e9e030cccea9d2becba4ca /net-analyzer | |
parent | New revision depending on virtual/pam and using include syntax. Fixes OpenPAM... (diff) | |
download | historical-892f50dfb15c9713446af44962fb3acd78a78d22.tar.gz historical-892f50dfb15c9713446af44962fb3acd78a78d22.tar.bz2 historical-892f50dfb15c9713446af44962fb3acd78a78d22.zip |
New ebuild for pinger. Closes bug #93775.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/pinger/ChangeLog | 10 | ||||
-rw-r--r-- | net-analyzer/pinger/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/pinger/files/digest-pinger-0.30 | 1 | ||||
-rw-r--r-- | net-analyzer/pinger/metadata.xml | 9 | ||||
-rw-r--r-- | net-analyzer/pinger/pinger-0.30.ebuild | 22 |
5 files changed, 46 insertions, 0 deletions
diff --git a/net-analyzer/pinger/ChangeLog b/net-analyzer/pinger/ChangeLog new file mode 100644 index 000000000000..2602f3c7f982 --- /dev/null +++ b/net-analyzer/pinger/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-analyzer/pinger +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pinger/ChangeLog,v 1.1 2005/06/03 18:13:05 angusyoung Exp $ + +*pinger-0.30 (03 Jun 2005) + + 03 Jun 2005; Otavio Piske <angusyoung@gentoo.org> +pinger-0.30.ebuild: + Ebuild for pinger, initial release. Thanks to Mikel Olasagasti + <hey_neken@euskal.org> for submitting the ebuild. + diff --git a/net-analyzer/pinger/Manifest b/net-analyzer/pinger/Manifest new file mode 100644 index 000000000000..1701778c8f2c --- /dev/null +++ b/net-analyzer/pinger/Manifest @@ -0,0 +1,4 @@ +MD5 83f62be4894795332bd878e9321b34be ChangeLog 434 +MD5 ac3074aa551da20b321f380c591f0847 metadata.xml 256 +MD5 e1557257b70a41db26ae4f7203e73642 pinger-0.30.ebuild 678 +MD5 06000a9a0011d51d5d3a1d831cda4cf5 files/digest-pinger-0.30 63 diff --git a/net-analyzer/pinger/files/digest-pinger-0.30 b/net-analyzer/pinger/files/digest-pinger-0.30 new file mode 100644 index 000000000000..71f72a83eddc --- /dev/null +++ b/net-analyzer/pinger/files/digest-pinger-0.30 @@ -0,0 +1 @@ +MD5 b57f87ad7227ddc6f94ac17762041ddf pinger-0.30.tar.gz 168425 diff --git a/net-analyzer/pinger/metadata.xml b/net-analyzer/pinger/metadata.xml new file mode 100644 index 000000000000..e788d53e1163 --- /dev/null +++ b/net-analyzer/pinger/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>netmon</herd> +<maintainer> + <email>angusyoung@gentoo.org</email> + <name>Otavio R. Piske</name> +</maintainer> +</pkgmetadata> diff --git a/net-analyzer/pinger/pinger-0.30.ebuild b/net-analyzer/pinger/pinger-0.30.ebuild new file mode 100644 index 000000000000..826b7c30c1b2 --- /dev/null +++ b/net-analyzer/pinger/pinger-0.30.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pinger/pinger-0.30.ebuild,v 1.1 2005/06/03 18:13:05 angusyoung Exp $ + +DESCRIPTION="Cyclic multi ping utility for selected adresses using GTK/ncurses." +HOMEPAGE="http://http://aa.vslib.cz/silk/projekty/pinger/index.php" +SRC_URI="http://aa.vslib.cz/silk/projekty/pinger/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=" + >=dev-util/pkgconfig-0.12 + >=x11-libs/gtk+-2.4.0 + sys-libs/ncurses" + +src_install() { + make install DESTDIR=${D} + dodoc AUTHORS BUGS ChangeLog COPYING INSTALL NEWS README +} |