Gentoo Archives: gentoo-commits

From: "Alex Alexander (wired)" <wired@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-misc/surl: ChangeLog surl-0.7.0-r1.ebuild surl-0.7.0.ebuild
Date: Mon, 26 Apr 2010 09:00:31
Message-Id: 20100426090026.A311D2C04C@corvid.gentoo.org
1 wired 10/04/26 09:00:26
2
3 Modified: ChangeLog
4 Added: surl-0.7.0-r1.ebuild
5 Removed: surl-0.7.0.ebuild
6 Log:
7 revbump that actually works thanks to Daniel (billie)
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 www-misc/surl/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/surl/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/surl/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/surl/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-misc/surl/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 25 Apr 2010 13:40:58 -0000 1.1
24 +++ ChangeLog 26 Apr 2010 09:00:26 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for www-misc/surl
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-misc/surl/ChangeLog,v 1.1 2010/04/25 13:40:58 wired Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-misc/surl/ChangeLog,v 1.2 2010/04/26 09:00:26 wired Exp $
30 +
31 +*surl-0.7.0-r1 (26 Apr 2010)
32 +
33 + 26 Apr 2010; Alex Alexander <wired@g.o> -surl-0.7.0.ebuild,
34 + +surl-0.7.0-r1.ebuild:
35 + revbump that actually works thanks to Daniel (billie)
36
37 *surl-0.7.0 (25 Apr 2010)
38
39
40
41
42 1.1 www-misc/surl/surl-0.7.0-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/surl/surl-0.7.0-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-misc/surl/surl-0.7.0-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: surl-0.7.0-r1.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/www-misc/surl/surl-0.7.0-r1.ebuild,v 1.1 2010/04/26 09:00:26 wired Exp $
52
53 EAPI=3
54 PYTHON_DEPEND=2
55
56 inherit distutils
57
58 DESCRIPTION="URL shortening command line application that supports various sites."
59 HOMEPAGE="http://launchpad.net/surl"
60 SRC_URI="http://launchpad.net/${PN}/trunk/${PV%.*}/+download/${P}.tar.gz"
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 pkg_setup() {
68 python_set_active_version 2
69 }
70
71 src_install() {
72 distutils_src_install
73
74 dodoc AUTHORS.txt || die "doc install failed"
75 }