voyageur    14/05/14 15:41:00

  Modified:             metadata.xml ChangeLog
  Added:                plowshare-1.0.2.ebuild
  Removed:              plowshare-0_p20131130.ebuild
  Log:
  Version bump, remove old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
C74525F2)

Revision  Changes    Path
1.8                  net-misc/plowshare/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/metadata.xml?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/metadata.xml?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/metadata.xml?r1=1.7&r2=1.8

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/metadata.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- metadata.xml        13 Jun 2013 16:22:05 -0000      1.7
+++ metadata.xml        14 May 2014 15:41:00 -0000      1.8
@@ -6,7 +6,6 @@
                <name>Bernard Cafarelli</name>
        </maintainer>
        <use>
-               <flag name="scripts">Install some additional helper 
scripts</flag>
                <flag name="view-captcha">View captcha with aview</flag>
        </use>
        <upstream>



1.28                 net-misc/plowshare/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/ChangeLog?rev=1.28&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/ChangeLog?rev=1.28&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog   14 Mar 2014 14:04:04 -0000      1.27
+++ ChangeLog   14 May 2014 15:41:00 -0000      1.28
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/plowshare
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.27 
2014/03/14 14:04:04 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.28 
2014/05/14 15:41:00 voyageur Exp $
+
+*plowshare-1.0.2 (14 May 2014)
+
+  14 May 2014; Bernard Cafarelli <voyag...@gentoo.org>
+  -plowshare-0_p20131130.ebuild, +plowshare-1.0.2.ebuild, metadata.xml:
+  Version bump, remove old
 
   14 Mar 2014; Bernard Cafarelli <voyag...@gentoo.org> plowshare-1.0.0.ebuild:
   Host tarball as a workaround for #504512, thanks James Cloos



1.1                  net-misc/plowshare/plowshare-1.0.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/plowshare-1.0.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/plowshare-1.0.2.ebuild?rev=1.1&content-type=text/plain

Index: plowshare-1.0.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-1.0.2.ebuild,v 
1.1 2014/05/14 15:41:00 voyageur Exp $

EAPI=5

inherit bash-completion-r1

DESCRIPTION="Command-line downloader and uploader for file-sharing websites"
HOMEPAGE="http://code.google.com/p/plowshare/";
# Fetched from http://${PN}.googlecode.com/archive/v${PV}.tar.gz
SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz";

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="bash-completion +javascript view-captcha"

RDEPEND="
        >=app-shells/bash-4
        || ( app-text/recode ( dev-lang/perl dev-perl/HTML-Parser ) )
        || ( media-gfx/imagemagick[tiff] 
media-gfx/graphicsmagick[imagemagick,tiff] )
        net-misc/curl
        sys-apps/util-linux
        javascript? ( || ( dev-lang/spidermonkey:0 dev-java/rhino ) )
        view-captcha? ( || ( media-gfx/aview media-libs/libcaca ) )"
DEPEND=""

# NOTES:
# javascript dep should be any javascript interpreter using /usr/bin/js

# Modules using detect_javascript
JS_MODULES="letitbit nowdownload_co oboom rapidgator zalaa zalil_ru zippyshare"

src_prepare() {
        if ! use javascript; then
                for module in ${JS_MODULES}; do
                        sed -i -e "s:^${module}.*::" src/modules/config || die 
"${module} sed failed"
                        rm src/modules/${module}.sh || die "${module} rm failed"
                done
        fi

        # Fix doc install path
        sed -i -e "/^DOCDIR/s|plowshare4|${P}|" Makefile || die "sed failed"

        if ! use bash-completion
        then
                sed -i -e \ "/^install:/s/install_bash_completion//" \
                        Makefile || die "sed failed"
        fi
}

src_compile() {
        # There is a Makefile but it's not compiling anything, let's not try.
        :
}

src_test() {
        # Disable tests because all of them need a working Internet connection.
        :
}

src_install() {
        emake DESTDIR="${D}" PREFIX="/usr" \
                PLOWSHARE_FORCE_VERSION="${PV}" install
}

pkg_postinst() {
        if ! use javascript; then
                ewarn "Without javascript you will not be able to use:"
                ewarn " ${JS_MODULES}"
        fi
}




Reply via email to