summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Laue <brad@gentoo.org>2003-06-06 15:17:34 +0000
committerBrad Laue <brad@gentoo.org>2003-06-06 15:17:34 +0000
commit2ba3ce00bd8b2258b0f07531264e26d1b61b8418 (patch)
tree1569a48fd94ea6745eba8adef5196869376653ef /net-misc
parentRe-adding sambasentinel; sooner or later I'll get used to echangelog. (diff)
downloadgentoo-2-2ba3ce00bd8b2258b0f07531264e26d1b61b8418.tar.gz
gentoo-2-2ba3ce00bd8b2258b0f07531264e26d1b61b8418.tar.bz2
gentoo-2-2ba3ce00bd8b2258b0f07531264e26d1b61b8418.zip
Re-adding sambasentinel; sooner or later I'll get used to echangelog.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/sambasentinel/ChangeLog9
-rw-r--r--net-misc/sambasentinel/Manifest3
-rw-r--r--net-misc/sambasentinel/files/digest-sambasentinel-0.11
-rw-r--r--net-misc/sambasentinel/sambasentinel-0.1.ebuild29
4 files changed, 41 insertions, 1 deletions
diff --git a/net-misc/sambasentinel/ChangeLog b/net-misc/sambasentinel/ChangeLog
new file mode 100644
index 000000000000..aef8a8181e16
--- /dev/null
+++ b/net-misc/sambasentinel/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-misc/sambasentinel
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sambasentinel/ChangeLog,v 1.3 2003/06/06 15:17:28 brad Exp $
+
+*sambasentinel-0.1 (06 Jun 2003)
+
+ 06 Jun 2003; Brad Laue <brad@gentoo.org> sambasentinel-0.1.ebuild:
+ New ebuild SambaSentinel submitted by ghost@rucus.ru.ac.za
+
diff --git a/net-misc/sambasentinel/Manifest b/net-misc/sambasentinel/Manifest
index e189b347582b..724d226f76ee 100644
--- a/net-misc/sambasentinel/Manifest
+++ b/net-misc/sambasentinel/Manifest
@@ -1,2 +1,3 @@
-MD5 f51a9e38c9103689b679117399c3781c sambasentinel-0.1.ebuild 649
+MD5 b8959b6c74a05d6553ffe9ef7d31fe77 sambasentinel-0.1.ebuild 649
+MD5 ddc3ba1dfb5f9f7e5f81f01f26f8c8e3 ChangeLog 389
MD5 f5b4bf41975cdd405aaf3756ae7206bc files/digest-sambasentinel-0.1 68
diff --git a/net-misc/sambasentinel/files/digest-sambasentinel-0.1 b/net-misc/sambasentinel/files/digest-sambasentinel-0.1
new file mode 100644
index 000000000000..e10ef132bfd7
--- /dev/null
+++ b/net-misc/sambasentinel/files/digest-sambasentinel-0.1
@@ -0,0 +1 @@
+MD5 f9213946e051ec0491e21ae1d13de9cf SambaSentinel-0.1.tar.gz 18909
diff --git a/net-misc/sambasentinel/sambasentinel-0.1.ebuild b/net-misc/sambasentinel/sambasentinel-0.1.ebuild
new file mode 100644
index 000000000000..c526e463e4b8
--- /dev/null
+++ b/net-misc/sambasentinel/sambasentinel-0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/sambasentinel/sambasentinel-0.1.ebuild,v 1.5 2003/06/06 15:17:28 brad Exp $
+
+
+DESCRIPTION="SambaSentinel is a GTK frontend to smbstatus"
+HOMEPAGE="http://kling.mine.nu/sambasentinel.htm"
+SRC_URI="http://kling.mine.nu/files/SambaSentinel-${PV}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=">=x11-libs/gtk+-1.2"
+
+src_unpack() {
+ unpack ${A}
+ mv ${WORKDIR}/SambaSentinel ${WORKDIR}/${P}
+}
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ cd ${S}
+ dobin SambaSentinel
+}