Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/wgetpaste: ChangeLog wgetpaste-2.14.ebuild
Date: Tue, 29 Sep 2009 23:51:40
Message-Id: E1MsmTp-0000AW-Ut@stork.gentoo.org
1 patrick 09/09/29 23:51:37
2
3 Modified: ChangeLog
4 Added: wgetpaste-2.14.ebuild
5 Log:
6 Bump as requested by upstream. License change.
7 (Portage version: 2.2_rc42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.96 app-text/wgetpaste/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.96&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.96&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wgetpaste/ChangeLog?r1=1.95&r2=1.96
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v
19 retrieving revision 1.95
20 retrieving revision 1.96
21 diff -u -r1.95 -r1.96
22 --- ChangeLog 28 Aug 2009 16:45:32 -0000 1.95
23 +++ ChangeLog 29 Sep 2009 23:51:37 -0000 1.96
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/wgetpaste
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.95 2009/08/28 16:45:32 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.96 2009/09/29 23:51:37 patrick Exp $
29 +
30 +*wgetpaste-2.14 (29 Sep 2009)
31 +
32 + 29 Sep 2009; Patrick Lauer <patrick@g.o> +wgetpaste-2.14.ebuild:
33 + Bump as requested by upstream. License change.
34
35 28 Aug 2009; William Hubbs <williamh@g.o> metadata.xml:
36 Made zsh-completion a global use flag
37
38
39
40 1.1 app-text/wgetpaste/wgetpaste-2.14.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wgetpaste/wgetpaste-2.14.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wgetpaste/wgetpaste-2.14.ebuild?rev=1.1&content-type=text/plain
44
45 Index: wgetpaste-2.14.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.14.ebuild,v 1.1 2009/09/29 23:51:37 patrick Exp $
50
51 DESCRIPTION="Command-line interface to various pastebins"
52 HOMEPAGE="http://wgetpaste.zlin.dk/"
53 SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2"
54
55 LICENSE="public-domain"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
58 IUSE="zsh-completion"
59
60 DEPEND=""
61 RDEPEND="net-misc/wget
62 zsh-completion? ( app-shells/zsh )"
63
64 src_install() {
65 dobin ${PN} || die "Failed to install wgetpaste"
66 if use zsh-completion ; then
67 insinto /usr/share/zsh/site-functions
68 doins _wgetpaste || die "Failed to install zsh-completions"
69 fi
70 }