From: hasufell Date: Sat, 31 Mar 2012 15:32:50 +0000 (+0000) Subject: x11-misc/spacefm-httpshare-plugin: Version bump X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=d36e6b6bf779b87b04aabd501f5fb05c266e0738;p=~andy%2Fsunrise x11-misc/spacefm-httpshare-plugin: Version bump svn path=/sunrise/; revision=12884 --- diff --git a/x11-misc/spacefm-httpshare-plugin/ChangeLog b/x11-misc/spacefm-httpshare-plugin/ChangeLog index cae4b6b3b..c497d5188 100644 --- a/x11-misc/spacefm-httpshare-plugin/ChangeLog +++ b/x11-misc/spacefm-httpshare-plugin/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*spacefm-httpshare-plugin-0.6 (31 Mar 2012) + + 31 Mar 2012; hasufell + +spacefm-httpshare-plugin-0.6.ebuild: + Version bump + 30 Mar 2012; hasufell spacefm-httpshare-plugin-0.5.ebuild: fix permissions diff --git a/x11-misc/spacefm-httpshare-plugin/Manifest b/x11-misc/spacefm-httpshare-plugin/Manifest index 1fcd7a72e..007f637da 100644 --- a/x11-misc/spacefm-httpshare-plugin/Manifest +++ b/x11-misc/spacefm-httpshare-plugin/Manifest @@ -1,4 +1,6 @@ DIST Share_v0.5.spacefm-plugin.tar.gz 28219 RMD160 a21b8982e046479b9549e20ec6cafd7f029a78b3 SHA1 bd873b75a9a81e8f92b18724afc3e88ebbeb8ec0 SHA256 4b7580d1d9b7589e2eb41b57ffcf902283d2c2b22a444cd1013dc8463617330b +DIST Share_v0.6.spacefm-plugin.tar.gz 29612 RMD160 3d3b31cb686ffe085b1f4f03571e30fb9a3c9832 SHA1 58724edcff4520eaa6fab3b68d2809f656821c57 SHA256 72a101c520b57192308bb505e28e8823f4df140cbf3f4f7cafb0daab46c657b5 EBUILD spacefm-httpshare-plugin-0.5.ebuild 1244 RMD160 d1288326eced154c5ff048bce0cf380f15d1765c SHA1 ef7603bea046b9c939574643ee49058c16c5b412 SHA256 ac349a14afe6101096ad5e504fe825c1e0ef409042266e1080b7207c047ba999 -MISC ChangeLog 583 RMD160 1219e2892f4d42bafaea000edbe0257f1018d94e SHA1 e352d96eebbed4cfd871f6577051deb0f8dae4d6 SHA256 01b4dd2f2be5e420f3650262f36cf2b29161c8efc4e5fd6916c487f36aaf601e +EBUILD spacefm-httpshare-plugin-0.6.ebuild 1244 RMD160 d1288326eced154c5ff048bce0cf380f15d1765c SHA1 ef7603bea046b9c939574643ee49058c16c5b412 SHA256 ac349a14afe6101096ad5e504fe825c1e0ef409042266e1080b7207c047ba999 +MISC ChangeLog 739 RMD160 67f95c38af089e3ea2a06142b571754dd6aabfb4 SHA1 b927e56d124ee994d9c974b11a64ebe1f38ddd3a SHA256 c6003a93515f4ea0a7d71365a562638ae5c214b584ff181da5bc355fc5afa24a MISC metadata.xml 214 RMD160 efd8175069efb91061298ff4584218b633e44678 SHA1 d372fdbfcb7fd07a4082961d3f3527be4fca1d60 SHA256 c1f09dc7d5313cd2da7b82259c7846ed23144d62b15e59680ada90e2b6b4d154 diff --git a/x11-misc/spacefm-httpshare-plugin/spacefm-httpshare-plugin-0.6.ebuild b/x11-misc/spacefm-httpshare-plugin/spacefm-httpshare-plugin-0.6.ebuild new file mode 100644 index 000000000..359157587 --- /dev/null +++ b/x11-misc/spacefm-httpshare-plugin/spacefm-httpshare-plugin-0.6.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +DESCRIPTION="Plugin to quickly share files/folders via http server" +HOMEPAGE="http://code.google.com/p/bashscripts/source/browse/trunk/spacefm-plugin/share-via-http-server/share-via-http-server" +SRC_URI="http://bashscripts.googlecode.com/files/Share_v${PV}.spacefm-plugin.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-lang/python + x11-misc/spacefm" + +S=${WORKDIR} + +src_install() { + find -name COPYING -delete + insinto /usr/share/spacefm/plugins/httpshare + doins -r cstm_* plugin + insinto /usr/share/spacefm/plugin-files + doins "${DISTDIR}"/Share_v${PV}.spacefm-plugin.tar.gz + + cd "${D}" + find . -name "exec.sh" -exec fperms +x '{}' + || die +} + +pkg_postinst() { + einfo "" + einfo "You might need to restart spacefm for the changes to take effect." + einfo "" + elog "If you want to add a plugin to a different menu via design-mode" + elog "use the plugin-files from '/usr/share/spacefm/plugin-files'." + einfo "" +} + +pkg_postrm() { + einfo "" + elog "If you have copied the plugin to a different menu using the" + elog "design mode you might want to remove it from there as well." + einfo "" +}