diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-30 18:31:08 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-30 18:31:08 +0000 |
commit | e4df7b8b9a926a2ed7baa4f6d7057b278db2d318 (patch) | |
tree | 636abb0ba9ca8fe2d5b2c72dd6bd5504f7a1412f /net-misc/sambasentinel | |
parent | Revision bump to genpatches-2.6.12-11. (diff) | |
download | historical-e4df7b8b9a926a2ed7baa4f6d7057b278db2d318.tar.gz historical-e4df7b8b9a926a2ed7baa4f6d7057b278db2d318.tar.bz2 historical-e4df7b8b9a926a2ed7baa4f6d7057b278db2d318.zip |
QA: No need to cd ${S}; Remove default src_compile; Set S instead of renaming source directory
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-misc/sambasentinel')
-rw-r--r-- | net-misc/sambasentinel/Manifest | 12 | ||||
-rw-r--r-- | net-misc/sambasentinel/sambasentinel-0.1.ebuild | 13 |
2 files changed, 13 insertions, 12 deletions
diff --git a/net-misc/sambasentinel/Manifest b/net-misc/sambasentinel/Manifest index 3b9a0a19c520..2ea3084a8059 100644 --- a/net-misc/sambasentinel/Manifest +++ b/net-misc/sambasentinel/Manifest @@ -1,3 +1,13 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 28eace0fe3cf046f59e0bc0b0310b478 ChangeLog 481 -MD5 15b8737fbdd87586aa0f6a1486c4ee6c sambasentinel-0.1.ebuild 651 MD5 f5b4bf41975cdd405aaf3756ae7206bc files/digest-sambasentinel-0.1 68 +MD5 6dbd55930f9e64b2214ff384dabe2e06 sambasentinel-0.1.ebuild 562 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC68eHI1lqEGTUzyQRAlJaAKCIMQNjWToTawdQh2lk02HsnKEVKwCeOYNC +/VGnXn54RluLJaHayej0AwI= +=q2Nb +-----END PGP SIGNATURE----- diff --git a/net-misc/sambasentinel/sambasentinel-0.1.ebuild b/net-misc/sambasentinel/sambasentinel-0.1.ebuild index afe6afcf41e5..9b8394e095b8 100644 --- a/net-misc/sambasentinel/sambasentinel-0.1.ebuild +++ b/net-misc/sambasentinel/sambasentinel-0.1.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.7 2004/06/25 00:09:38 agriffis Exp $ - +# $Header: /var/cvsroot/gentoo-x86/net-misc/sambasentinel/sambasentinel-0.1.ebuild,v 1.8 2005/07/30 18:31:08 swegener Exp $ DESCRIPTION="SambaSentinel is a GTK frontend to smbstatus" HOMEPAGE="http://kling.mine.nu/sambasentinel.htm" @@ -14,16 +13,8 @@ IUSE="" DEPEND=">=x11-libs/gtk+-1.2" -src_unpack() { - unpack ${A} - mv ${WORKDIR}/SambaSentinel ${WORKDIR}/${P} -} - -src_compile() { - emake || die -} +S="${WORKDIR}"/SambaSentinel src_install() { - cd ${S} dobin SambaSentinel } |