diff options
author | Brad Laue <brad@gentoo.org> | 2003-06-06 15:13:02 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2003-06-06 15:13:02 +0000 |
commit | cbdd5ea889357c856aa2c3913548d5b2974f0a0a (patch) | |
tree | b5fe0b6f79ccd3d906654cefeec03b1390e7b7d9 | |
parent | Minor error (diff) | |
download | historical-cbdd5ea889357c856aa2c3913548d5b2974f0a0a.tar.gz historical-cbdd5ea889357c856aa2c3913548d5b2974f0a0a.tar.bz2 historical-cbdd5ea889357c856aa2c3913548d5b2974f0a0a.zip |
Removing briefly
-rw-r--r-- | net-misc/sambasentinel/ChangeLog | 0 | ||||
-rw-r--r-- | net-misc/sambasentinel/Manifest | 3 | ||||
-rw-r--r-- | net-misc/sambasentinel/files/digest-sambasentinel-0.1 | 1 | ||||
-rw-r--r-- | net-misc/sambasentinel/sambasentinel-0.1.ebuild | 29 |
4 files changed, 0 insertions, 33 deletions
diff --git a/net-misc/sambasentinel/ChangeLog b/net-misc/sambasentinel/ChangeLog deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/net-misc/sambasentinel/ChangeLog +++ /dev/null diff --git a/net-misc/sambasentinel/Manifest b/net-misc/sambasentinel/Manifest deleted file mode 100644 index 3da21359f040..000000000000 --- a/net-misc/sambasentinel/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d41d8cd98f00b204e9800998ecf8427e ChangeLog 0 -MD5 f51a9e38c9103689b679117399c3781c sambasentinel-0.1.ebuild 649 -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 deleted file mode 100644 index e10ef132bfd7..000000000000 --- a/net-misc/sambasentinel/files/digest-sambasentinel-0.1 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index f02de70f8b74..000000000000 --- a/net-misc/sambasentinel/sambasentinel-0.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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.3 2003/06/06 15:10:18 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 -} |