public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/plowshare: ChangeLog plowshare-0.8.1.ebuild
@ 2009-10-13 21:50 Mounir Lamouri (volkmar)
  0 siblings, 0 replies; 2+ messages in thread
From: Mounir Lamouri (volkmar) @ 2009-10-13 21:50 UTC (permalink / raw
  To: gentoo-commits

volkmar     09/10/13 21:50:30

  Modified:             ChangeLog
  Added:                plowshare-0.8.1.ebuild
  Log:
  Version bump to 0.8.1.
  (Portage version: 14478-svn/cvs/Linux ppc)

Revision  Changes    Path
1.4                  net-misc/plowshare/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/plowshare/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/plowshare/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/plowshare/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	29 Sep 2009 18:15:27 -0000	1.3
+++ ChangeLog	13 Oct 2009 21:50:30 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/plowshare
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.3 2009/09/29 18:15:27 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.4 2009/10/13 21:50:30 volkmar Exp $
+
+*plowshare-0.8.1 (13 Oct 2009)
+
+  13 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> +plowshare-0.8.1.ebuild:
+  Version bump to 0.8.1
 
 *plowshare-0.8-r2 (29 Sep 2009)
 



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

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

Index: plowshare-0.8.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-0.8.1.ebuild,v 1.1 2009/10/13 21:50:30 volkmar Exp $

EAPI="2"

DESCRIPTION="Command-line downloader and uploader for file-sharing websites"
HOMEPAGE="http://code.google.com/p/plowshare/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tgz"

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

RDEPEND="
	javascript? ( dev-lang/spidermonkey )
	view-captcha? ( media-gfx/aview )
	app-shells/bash
	app-text/recode
	app-text/tesseract
	media-gfx/imagemagick[tiff]
	net-misc/curl
	sys-apps/util-linux"
DEPEND=""

# NOTES:
# dev-lang/spidermonkey is actually any javascript interpreter using /usr/bin/js

src_prepare() {
	if ! use javascript; then
		sed -i -e "s: mediafire::" src/upload.sh src/download.sh \
			|| die "sed failed"
		sed -i -e "s: zshare::" src/upload.sh src/download.sh \
			|| die "sed failed"
		rm src/modules/{mediafire,zshare}.sh
	fi
}

src_test() {
	./test/test_lib.sh || die "test failed"
}

src_install() {
	insinto /usr/share/${PN}
	doins src/lib.sh || die "doins failed"

	insinto /usr/share/${PN}/modules
	doins -r src/modules/* || die "doins failed"

	exeinto /usr/share/${PN}
	doexe src/{download,upload,delete}.sh || die "doexe failed"

	dosym /usr/share/${PN}/download.sh /usr/bin/plowdown
	dosym /usr/share/${PN}/upload.sh /usr/bin/plowup
	dosym /usr/share/${PN}/delete.sh /usr/bin/plowdel

	dodoc CHANGELOG README || die "dodoc failed"
}

pkg_postinst() {
	if ! use javascript; then
		ewarn "Without javascript you will not be able to use zshare and mediafire"
	fi
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/plowshare: ChangeLog plowshare-0.8.1.ebuild
@ 2010-01-01 12:07 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-01-01 12:07 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/01/01 12:07:26

  Modified:             ChangeLog plowshare-0.8.1.ebuild
  Log:
  Added ~amd64 keyword wrt bug #298036
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  net-misc/plowshare/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/plowshare/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/plowshare/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/plowshare/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	13 Oct 2009 21:50:30 -0000	1.4
+++ ChangeLog	1 Jan 2010 12:07:25 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/plowshare
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.4 2009/10/13 21:50:30 volkmar Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/ChangeLog,v 1.5 2010/01/01 12:07:25 hwoarang Exp $
+
+  01 Jan 2010; <hwoarang@gentoo.org> plowshare-0.8.1.ebuild:
+  Added ~amd64 keyword wrt bug #298036
 
 *plowshare-0.8.1 (13 Oct 2009)
 



1.2                  net-misc/plowshare/plowshare-0.8.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/plowshare/plowshare-0.8.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/plowshare/plowshare-0.8.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/plowshare/plowshare-0.8.1.ebuild?r1=1.1&r2=1.2

Index: plowshare-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-0.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plowshare-0.8.1.ebuild	13 Oct 2009 21:50:30 -0000	1.1
+++ plowshare-0.8.1.ebuild	1 Jan 2010 12:07:25 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-0.8.1.ebuild,v 1.1 2009/10/13 21:50:30 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/plowshare/plowshare-0.8.1.ebuild,v 1.2 2010/01/01 12:07:25 hwoarang Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="+javascript view-captcha"
 
 RDEPEND="






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-01 12:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-13 21:50 [gentoo-commits] gentoo-x86 commit in net-misc/plowshare: ChangeLog plowshare-0.8.1.ebuild Mounir Lamouri (volkmar)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-01 12:07 Markos Chandras (hwoarang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox