Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 422509

Summary: net-misc/plowshare-20120609 - rm: cannot remove 'src/modules/zshare.sh': No such file or directory
Product: Gentoo Linux Reporter: Johnny <johnny.mbox>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: VERIFIED FIXED    
Severity: normal Keywords: PATCH
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Johnny 2012-06-20 07:35:33 UTC
# env USE='-javascript' emerge =net-misc/plowshare-20120609
>>> Verifying ebuild manifests

>>> Emerging (1 of 1) net-misc/plowshare-20120609
 * plowshare-snapshot-git20120609.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                             [ ok ]
>>> Unpacking source...
>>> Unpacking plowshare-snapshot-git20120609.tar.gz to /usr/portage/net-misc/plowshare-20120609/work
>>> Source unpacked in /usr/portage/net-misc/plowshare-20120609/work
>>> Preparing source in /usr/portage/net-misc/plowshare-20120609/work/plowshare-snapshot-git20120609 ...
rm: cannot remove 'src/modules/zshare.sh': No such file or directory

  <snip>

>>> Failed to emerge net-misc/plowshare-20120609



Delete please.

@@ -41,7 +41,6 @@
 src_prepare() {
        if ! use javascript; then
                sed -i -e 's:^mediafire.*::' \
-                       -e 's:^zshare.*::' \
                        -e 's:^badongo.*::' \
                        -e 's:^dataport_cz.*::' \
                        -e 's:^1fichier.*::' \
@@ -100,7 +99,7 @@
 pkg_postinst() {
        if ! use javascript; then
                ewarn "Without javascript you will not be able to use:"
-               ewarn " zshare, mediafire, badongo, dataport_cz and 1fichier."
+               ewarn " mediafire, badongo, dataport_cz and 1fichier."
        fi
        if ! use perl; then
                ewarn "Without perl you will not be able to use:"
Comment 1 Michael Weber (RETIRED) gentoo-dev 2012-06-22 06:40:51 UTC
+*plowshare-20120609-r1 (22 Jun 2012)
+
+  22 Jun 2012; Michael Weber <xmw@gentoo.org> +plowshare-20120609-r1.ebuild:
+  delete zshare parts (bug 422509 by Johnny)
+