Gentoo Archives: gentoo-commits

From: "Krzysiek Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/tailor: tailor-0.9.35.ebuild ChangeLog
Date: Sun, 22 Mar 2009 15:10:42
Message-Id: E1LlPJv-0001YM-Sh@stork.gentoo.org
1 nelchael 09/03/22 15:10:39
2
3 Modified: ChangeLog
4 Added: tailor-0.9.35.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.6.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 dev-util/tailor/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tailor/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tailor/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tailor/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/tailor/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 12 Mar 2008 18:58:47 -0000 1.9
23 +++ ChangeLog 22 Mar 2009 15:10:39 -0000 1.10
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/tailor
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/tailor/ChangeLog,v 1.9 2008/03/12 18:58:47 phreak Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/tailor/ChangeLog,v 1.10 2009/03/22 15:10:39 nelchael Exp $
30 +
31 +*tailor-0.9.35 (22 Mar 2009)
32 +
33 + 22 Mar 2009; Krzysiek Pawlik <nelchael@g.o> +tailor-0.9.35.ebuild:
34 + Version bump.
35
36 12 Mar 2008; Christian Heim <phreak@g.o> metadata.xml:
37 Removing Marien Zwart (marienz, #107204) from metadata.xml.
38
39
40
41 1.1 dev-util/tailor/tailor-0.9.35.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tailor/tailor-0.9.35.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/tailor/tailor-0.9.35.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tailor-0.9.35.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-util/tailor/tailor-0.9.35.ebuild,v 1.1 2009/03/22 15:10:39 nelchael Exp $
51
52 NEED_PYTHON=2.4
53
54 inherit distutils
55
56 DESCRIPTION="A tool to migrate changesets between version control systems."
57 HOMEPAGE="http://wiki.darcs.net/index.html/Tailor"
58 SRC_URI="http://darcs.arstecnica.it/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86 ~ppc ~x86-fbsd"
63 IUSE=""
64
65 DEPEND=""
66 RDEPEND=""
67
68 PYTHON_MODNAME="vcpx"
69
70 pkg_postinst() {
71 distutils_pkg_postinst
72 elog "Tailor does not explicitly depend on any other VCS."
73 elog "You should emerge whatever VCS(s) that you want to use seperately."
74 }