* [gentoo-commits] gentoo-x86 commit in net-misc/plowshare: ChangeLog plowshare-0_p20131130.ebuild plowshare-1.0.0.ebuild plowshare-20130520.ebuild plowshare-20131130.ebuild
@ 2014-03-10 20:39 Bernard Cafarelli (voyageur)
0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2014-03-10 20:39 UTC (permalink / raw
To: gentoo-commits
voyageur 14/03/10 20:39:41
Modified: ChangeLog
Added: plowshare-0_p20131130.ebuild plowshare-1.0.0.ebuild
Removed: plowshare-20130520.ebuild plowshare-20131130.ebuild
Log:
Version bump, rename older ebuild for new upstream versioning
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path
1.26 net-misc/plowshare/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/ChangeLog?r1=1.25&r2=1.26
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog 5 Jan 2014 21:33:45 -0000 1.25
+++ ChangeLog 10 Mar 2014 20:39:41 -0000 1.26
@@ -1,6 +1,14 @@
# 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.25 2014/01/05 21:33:45 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.26 2014/03/10 20:39:41 voyageur Exp $
+
+*plowshare-1.0.0 (10 Mar 2014)
+*plowshare-0_p20131130 (10 Mar 2014)
+
+ 10 Mar 2014; Bernard Cafarelli <voyageur@gentoo.org>
+ +plowshare-0_p20131130.ebuild, +plowshare-1.0.0.ebuild,
+ -plowshare-20130520.ebuild, -plowshare-20131130.ebuild:
+ Version bump, rename older ebuild for new upstream versioning
*plowshare-20131130 (05 Jan 2014)
1.1 net-misc/plowshare/plowshare-0_p20131130.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/plowshare-0_p20131130.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/plowshare-0_p20131130.ebuild?rev=1.1&content-type=text/plain
Index: plowshare-0_p20131130.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-0_p20131130.ebuild,v 1.1 2014/03/10 20:39:41 voyageur Exp $
EAPI=5
inherit bash-completion-r1
MY_P="${PN}4-snapshot-git${PV/0_p}.3c63b19"
DESCRIPTION="Command-line downloader and uploader for file-sharing websites"
HOMEPAGE="http://code.google.com/p/plowshare/"
SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="bash-completion +javascript scripts 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=""
S=${WORKDIR}/${MY_P}
# NOTES:
# javascript dep should be any javascript interpreter using /usr/bin/js
# Modules using detect_javascript
JS_MODULES="letitbit rapidgator zalaa 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
# Don't let 'make install' install docs.
sed -i -e "/INSTALL.*DOCDIR/d" Makefile || die "sed failed"
if use bash-completion; then
sed -i -e \
"s,/usr/local\(/share/plowshare4/modules/config\),${EPREFIX}/usr\1," \
etc/plowshare.completion || 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" install
dodoc AUTHORS README
if use scripts; then
exeinto /usr/bin/
doexe contrib/{plowdown_{add_remote_loop,loop,parallel}}.sh
fi
if use bash-completion; then
newbashcomp etc/${PN}.completion ${PN}
fi
}
pkg_postinst() {
if ! use javascript; then
ewarn "Without javascript you will not be able to use:"
ewarn " ${JS_MODULES}"
fi
}
1.1 net-misc/plowshare/plowshare-1.0.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/plowshare-1.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/plowshare/plowshare-1.0.0.ebuild?rev=1.1&content-type=text/plain
Index: plowshare-1.0.0.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.0.ebuild,v 1.1 2014/03/10 20:39:41 voyageur Exp $
EAPI=5
inherit bash-completion-r1
# Git rev of the tag
MY_P="${PN}-8d0540cd0dfc"
DESCRIPTION="Command-line downloader and uploader for file-sharing websites"
HOMEPAGE="http://code.google.com/p/plowshare/"
SRC_URI="http://${PN}.googlecode.com/archive/v${PV}.zip -> ${P}.zip"
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=""
S=${WORKDIR}/${MY_P}
# NOTES:
# javascript dep should be any javascript interpreter using /usr/bin/js
# Modules using detect_javascript
JS_MODULES="letitbit nowdownload_co 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" install
}
pkg_postinst() {
if ! use javascript; then
ewarn "Without javascript you will not be able to use:"
ewarn " ${JS_MODULES}"
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-03-10 20:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10 20:39 [gentoo-commits] gentoo-x86 commit in net-misc/plowshare: ChangeLog plowshare-0_p20131130.ebuild plowshare-1.0.0.ebuild plowshare-20130520.ebuild plowshare-20131130.ebuild Bernard Cafarelli (voyageur)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox