Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/wgetpaste: ChangeLog wgetpaste-2.7.ebuild
Date: Tue, 23 Oct 2007 21:57:27
Message-Id: E1IkRkY-0000Ns-IS@stork.gentoo.org
1 jokey 07/10/23 21:57:22
2
3 Modified: ChangeLog
4 Added: wgetpaste-2.7.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.48 app-text/wgetpaste/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.48&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wgetpaste/ChangeLog?rev=1.48&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wgetpaste/ChangeLog?r1=1.47&r2=1.48
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v
19 retrieving revision 1.47
20 retrieving revision 1.48
21 diff -u -r1.47 -r1.48
22 --- ChangeLog 19 Oct 2007 20:01:35 -0000 1.47
23 +++ ChangeLog 23 Oct 2007 21:57:22 -0000 1.48
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/wgetpaste
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.47 2007/10/19 20:01:35 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.48 2007/10/23 21:57:22 jokey Exp $
29 +
30 +*wgetpaste-2.7 (23 Oct 2007)
31 +
32 + 23 Oct 2007; Markus Ullmann <jokey@g.o> +wgetpaste-2.7.ebuild:
33 + Version bump
34
35 19 Oct 2007; Raúl Porcel <armin76@g.o> wgetpaste-2.6.ebuild:
36 alpha/ia64 stable wrt #196081
37
38
39
40 1.1 app-text/wgetpaste/wgetpaste-2.7.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wgetpaste/wgetpaste-2.7.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/wgetpaste/wgetpaste-2.7.ebuild?rev=1.1&content-type=text/plain
44
45 Index: wgetpaste-2.7.ebuild
46 ===================================================================
47 # Copyright 1999-2007 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.7.ebuild,v 1.1 2007/10/23 21:57:22 jokey Exp $
50
51 DESCRIPTION="Command-line interface to various pastebins"
52 HOMEPAGE="http://wgetpaste.zlin.dk/"
53 SRC_URI="http://wgetpaste.zlin.dk/${PF}.bz2"
54
55 LICENSE="as-is"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
58 IUSE=""
59
60 DEPEND=""
61 RDEPEND=""
62
63 S=${WORKDIR}
64
65 src_install() {
66 newbin ${P} ${PN}
67 }
68
69
70
71 --
72 gentoo-commits@g.o mailing list