Gentoo Archives: gentoo-commits

From: "Thilo Bangert (bangert)" <bangert@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/yagtd: ChangeLog yagtd-0.3.0.ebuild yagtd-0.2.8.ebuild
Date: Wed, 02 Dec 2009 20:41:07
Message-Id: E1NFw0X-0000Wx-7I@stork.gentoo.org
1 bangert 09/12/02 20:41:05
2
3 Modified: ChangeLog
4 Added: yagtd-0.3.0.ebuild
5 Removed: yagtd-0.2.8.ebuild
6 Log:
7 version bump - fixes doc install location #295120
8 (Portage version: 2.2_rc54/cvs/Linux i686)
9
10 Revision Changes Path
11 1.6 app-misc/yagtd/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/yagtd/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/yagtd/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/yagtd/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-misc/yagtd/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 12 Jul 2009 11:52:57 -0000 1.5
24 +++ ChangeLog 2 Dec 2009 20:41:05 -0000 1.6
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-misc/yagtd
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-misc/yagtd/ChangeLog,v 1.5 2009/07/12 11:52:57 bangert Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-misc/yagtd/ChangeLog,v 1.6 2009/12/02 20:41:05 bangert Exp $
30 +
31 +*yagtd-0.3.0 (02 Dec 2009)
32 +
33 + 02 Dec 2009; Thilo Bangert <bangert@g.o> -yagtd-0.2.8.ebuild,
34 + +yagtd-0.3.0.ebuild:
35 + version bump - fixes doc install location #295120
36
37 12 Jul 2009; Thilo Bangert <bangert@g.o> -yagtd-0.2.4.ebuild,
38 -yagtd-0.2.6.ebuild:
39
40
41
42 1.1 app-misc/yagtd/yagtd-0.3.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/yagtd/yagtd-0.3.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/yagtd/yagtd-0.3.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: yagtd-0.3.0.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-misc/yagtd/yagtd-0.3.0.ebuild,v 1.1 2009/12/02 20:41:05 bangert Exp $
52
53 EAPI="2"
54
55 inherit distutils
56
57 DESCRIPTION="CLI todo list manager based on the 'Getting Things Done' philosophy."
58 HOMEPAGE="https://gna.org/projects/yagtd/"
59 SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 src_prepare() {
67 #fix doc install location
68 sed -i -e "s:\/doc\/yagtd:\/doc\/${P}:g" setup.py || die
69 }
70
71 src_install() {
72 distutils_src_install
73 dosym /usr/bin/yagtd.py /usr/bin/yagtd
74 }