diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-30 12:45:13 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-03-30 12:45:13 +0000 |
commit | d9e3b4f667c0d68c6cf80cabf3dcd694c36926bf (patch) | |
tree | 06ef0bab80aa243341a31ceb4195fd9915b8b55a /net-analyzer | |
parent | Keyworded ~sparc wrt #86731 (diff) | |
download | gentoo-2-d9e3b4f667c0d68c6cf80cabf3dcd694c36926bf.tar.gz gentoo-2-d9e3b4f667c0d68c6cf80cabf3dcd694c36926bf.tar.bz2 gentoo-2-d9e3b4f667c0d68c6cf80cabf3dcd694c36926bf.zip |
Version bump for bug 87212; updated SRC_URI.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/slurm/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/slurm/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/slurm/files/digest-slurm-0.3.3 | 1 | ||||
-rw-r--r-- | net-analyzer/slurm/slurm-0.3.3.ebuild | 30 |
4 files changed, 40 insertions, 2 deletions
diff --git a/net-analyzer/slurm/ChangeLog b/net-analyzer/slurm/ChangeLog index a2d56ecc0d41..ee8c0cf6779e 100644 --- a/net-analyzer/slurm/ChangeLog +++ b/net-analyzer/slurm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/slurm # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/ChangeLog,v 1.8 2005/03/22 14:59:41 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/ChangeLog,v 1.9 2005/03/30 12:45:13 ka0ttic Exp $ + +*slurm-0.3.3 (30 Mar 2005) + + 30 Mar 2005; Aaron Walker <ka0ttic@gentoo.org> +slurm-0.3.3.ebuild: + Version bump for bug 87212; updated SRC_URI. *slurm-0.3.2 (22 Mar 2005) diff --git a/net-analyzer/slurm/Manifest b/net-analyzer/slurm/Manifest index 59572fc78e4d..7ec2e555fa64 100644 --- a/net-analyzer/slurm/Manifest +++ b/net-analyzer/slurm/Manifest @@ -1,6 +1,7 @@ +MD5 347b552779aee3cf122c523532b90f50 slurm-0.3.3.ebuild 767 MD5 f7f0760a946369222b38676ce9b007eb slurm-0.2.2.ebuild 984 MD5 5fff9eab03364c705d79ff3ba1d16c78 slurm-0.3.2.ebuild 762 -MD5 92689970a8e9abe659ef74f12011cbf2 ChangeLog 1620 +MD5 972c0fb11ea40a5e903807566c59871f ChangeLog 1766 MD5 a96a9c0d4be659091bc997c67c36d781 metadata.xml 258 MD5 cd33ca61f17417a1605b9649b4d3e2db slurm-0.2.3.ebuild 1078 MD5 42f81938478bb63828b98c7367b49949 files/slurm-0.2.2-fix-gentoo.patch 2209 @@ -8,4 +9,5 @@ MD5 2dc5e67b0c6424cc560be57e7dcf099a files/slurm-0.2.2-altcolors-gentoo.patch 80 MD5 d1776e848116293161a1973b4ee313c7 files/digest-slurm-0.2.2 62 MD5 24dbad68e154494dfc342ba0a06ed75f files/digest-slurm-0.2.3 62 MD5 962d85efe2f7632aeb0ab2485d9ceed4 files/digest-slurm-0.3.2 63 +MD5 8a743905ff4f988e739f163cfed42e89 files/digest-slurm-0.3.3 63 MD5 7c9bf01cf4427645967c290fdf77d0a1 files/slurm-0.2.3-theme.patch 10051 diff --git a/net-analyzer/slurm/files/digest-slurm-0.3.3 b/net-analyzer/slurm/files/digest-slurm-0.3.3 new file mode 100644 index 000000000000..f5ddf22eb973 --- /dev/null +++ b/net-analyzer/slurm/files/digest-slurm-0.3.3 @@ -0,0 +1 @@ +MD5 e68d09202b835c644f7f6b7f070f29a2 slurm-0.3.3.tar.gz 122839 diff --git a/net-analyzer/slurm/slurm-0.3.3.ebuild b/net-analyzer/slurm/slurm-0.3.3.ebuild new file mode 100644 index 000000000000..f510a4fb707c --- /dev/null +++ b/net-analyzer/slurm/slurm-0.3.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/slurm-0.3.3.ebuild,v 1.1 2005/03/30 12:45:13 ka0ttic Exp $ + +inherit eutils + +DESCRIPTION="Realtime network interface monitor based on FreeBSD's pppstatus" +HOMEPAGE="http://www.raisdorf.net/slurm/" +SRC_URI="http://www.raisdorf.net/files/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="" + +DEPEND="sys-libs/ncurses" + +src_install() { + # binary + dobin slurm + + # themes to use with -t option + insinto /usr/share/${PN}/themes + doins themes/*.theme + + # manual and other docs + doman slurm.1 + dodoc AUTHORS ChangeLog COPYING COPYRIGHT FAQ INSTALL KEYS README THANKS \ + THEMES.txt TODO +} |