Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/wgetpaste: ChangeLog wgetpaste-2.19.ebuild
Date: Thu, 03 May 2012 10:53:53
Message-Id: 20120503105342.AA4B82004B@flycatcher.gentoo.org
1 wired 12/05/03 10:53:42
2
3 Modified: ChangeLog
4 Added: wgetpaste-2.19.ebuild
5 Log:
6 version bump, bug #413965
7
8 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.119 app-text/wgetpaste/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.119&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.119&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/ChangeLog?r1=1.118&r2=1.119
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v
20 retrieving revision 1.118
21 retrieving revision 1.119
22 diff -u -r1.118 -r1.119
23 --- ChangeLog 8 Jun 2011 12:51:05 -0000 1.118
24 +++ ChangeLog 3 May 2012 10:53:42 -0000 1.119
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-text/wgetpaste
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.118 2011/06/08 12:51:05 xarthisius Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.119 2012/05/03 10:53:42 wired Exp $
31 +
32 +*wgetpaste-2.19 (03 May 2012)
33 +
34 + 03 May 2012; Alex Alexander <wired@g.o> +wgetpaste-2.19.ebuild:
35 + version bump, bug #413965
36
37 08 Jun 2011; Kacper Kowalik <xarthisius@g.o> wgetpaste-2.18.ebuild:
38 ppc/ppc64 stable wrt #368107
39
40
41
42 1.1 app-text/wgetpaste/wgetpaste-2.19.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/wgetpaste-2.19.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/wgetpaste/wgetpaste-2.19.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wgetpaste-2.19.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.19.ebuild,v 1.1 2012/05/03 10:53:42 wired Exp $
52
53 DESCRIPTION="Command-line interface to various pastebins"
54 HOMEPAGE="http://wgetpaste.zlin.dk/"
55 SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2"
56
57 LICENSE="public-domain"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
60 IUSE="zsh-completion"
61
62 DEPEND=""
63 RDEPEND="net-misc/wget
64 zsh-completion? ( app-shells/zsh )"
65
66 src_install() {
67 dobin ${PN} || die "Failed to install wgetpaste"
68 if use zsh-completion ; then
69 insinto /usr/share/zsh/site-functions
70 doins _wgetpaste || die "Failed to install zsh-completions"
71 fi
72 }