diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2014-03-14 14:04:04 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2014-03-14 14:04:04 +0000 |
commit | 285245dbf85eee6bc56243c35788407514166ad7 (patch) | |
tree | 88f19b790b695665d0c31365ab910f4a7ff39e3b /net-misc/plowshare | |
parent | add new version, bug #504500 (diff) | |
download | gentoo-2-285245dbf85eee6bc56243c35788407514166ad7.tar.gz gentoo-2-285245dbf85eee6bc56243c35788407514166ad7.tar.bz2 gentoo-2-285245dbf85eee6bc56243c35788407514166ad7.zip |
Host tarball as a workaround for #504512, thanks James Cloos <cloos@jhcloos.com>
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'net-misc/plowshare')
-rw-r--r-- | net-misc/plowshare/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/plowshare/plowshare-1.0.0.ebuild | 9 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net-misc/plowshare/ChangeLog b/net-misc/plowshare/ChangeLog index 76cd382e7595..96ff1cee0d44 100644 --- a/net-misc/plowshare/ChangeLog +++ b/net-misc/plowshare/ChangeLog @@ -1,6 +1,10 @@ # 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.26 2014/03/10 20:39:41 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.27 2014/03/14 14:04:04 voyageur Exp $ + + 14 Mar 2014; Bernard Cafarelli <voyageur@gentoo.org> plowshare-1.0.0.ebuild: + Host tarball as a workaround for #504512, thanks James Cloos + <cloos@jhcloos.com> *plowshare-1.0.0 (10 Mar 2014) *plowshare-0_p20131130 (10 Mar 2014) diff --git a/net-misc/plowshare/plowshare-1.0.0.ebuild b/net-misc/plowshare/plowshare-1.0.0.ebuild index 5326ce145fc3..d40ea235db21 100644 --- a/net-misc/plowshare/plowshare-1.0.0.ebuild +++ b/net-misc/plowshare/plowshare-1.0.0.ebuild @@ -1,17 +1,14 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-1.0.0.ebuild,v 1.2 2014/03/14 14:04:04 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" +SRC_URI="http://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" @@ -28,8 +25,6 @@ RDEPEND=" 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 |