Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/pastebin: ChangeLog pastebin-0.6.1.ebuild
Date: Sun, 28 Feb 2010 18:35:44
Message-Id: E1NlnxV-0006uZ-W5@stork.gentoo.org
1 jlec 10/02/28 18:33:41
2
3 Modified: ChangeLog
4 Added: pastebin-0.6.1.ebuild
5 Log:
6 Version Bump, per 306695
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-text/pastebin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pastebin/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pastebin/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pastebin/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/pastebin/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 25 Dec 2009 05:17:38 -0000 1.1
23 +++ ChangeLog 28 Feb 2010 18:33:41 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-text/pastebin
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/pastebin/ChangeLog,v 1.1 2009/12/25 05:17:38 darkside Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/pastebin/ChangeLog,v 1.2 2010/02/28 18:33:41 jlec Exp $
30 +
31 +*pastebin-0.6.1 (28 Feb 2010)
32 +
33 + 28 Feb 2010; Justin Lecher (jlec) <jlec@g.o>
34 + +pastebin-0.6.1.ebuild:
35 + Version Bump, per 306695
36
37 *pastebin-0.5 (25 Dec 2009)
38
39
40
41
42 1.1 app-text/pastebin/pastebin-0.6.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pastebin/pastebin-0.6.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pastebin/pastebin-0.6.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pastebin-0.6.1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-text/pastebin/pastebin-0.6.1.ebuild,v 1.1 2010/02/28 18:33:41 jlec Exp $
52
53 DESCRIPTION="CLI to pastebin.com"
54 HOMEPAGE="http://code.google.com/p/pastebin-cli/"
55 SRC_URI="http://pastebin-cli.googlecode.com/files/${P}.tar.bz2"
56
57 LICENSE="GPL-3"
58 SLOT="0"
59 KEYWORDS="~amd64 ~ppc ~x86"
60 IUSE=""
61
62 DEPEND=""
63 RDEPEND="dev-perl/libwww-perl"
64
65 src_install() {
66 dobin ${PN} || die
67 }