Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/bakefile: bakefile-0.2.9-r1.ebuild ChangeLog
Date: Wed, 27 Aug 2014 14:14:17
Message-Id: 20140827141409.463F53FD1@oystercatcher.gentoo.org
1 mgorny 14/08/27 14:14:09
2
3 Modified: ChangeLog
4 Added: bakefile-0.2.9-r1.ebuild
5 Log:
6 Convert to a python-single-r1 and bash-completion-r1.
7
8 (Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.6 dev-util/bakefile/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bakefile/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bakefile/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bakefile/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/bakefile/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 5 Feb 2013 02:23:59 -0000 1.5
24 +++ ChangeLog 27 Aug 2014 14:14:09 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-util/bakefile
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bakefile/ChangeLog,v 1.5 2013/02/05 02:23:59 dirtyepic Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bakefile/ChangeLog,v 1.6 2014/08/27 14:14:09 mgorny Exp $
31 +
32 +*bakefile-0.2.9-r1 (27 Aug 2014)
33 +
34 + 27 Aug 2014; Michał Górny <mgorny@g.o> +bakefile-0.2.9-r1.ebuild:
35 + Convert to a python-single-r1 and bash-completion-r1.
36
37 *bakefile-0.2.9 (05 Feb 2013)
38
39 @@ -26,4 +31,3 @@
40 21 Jul 2009; Markus Ullmann <jokey@g.o> +bakefile-0.2.6.ebuild,
41 +files/bakefile-0.2.6-enlarge-buffers.patch, +metadata.xml:
42 Initial import for wx dependency of webkit nightly
43 -
44
45
46
47 1.1 dev-util/bakefile/bakefile-0.2.9-r1.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bakefile/bakefile-0.2.9-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bakefile/bakefile-0.2.9-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: bakefile-0.2.9-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-util/bakefile/bakefile-0.2.9-r1.ebuild,v 1.1 2014/08/27 14:14:09 mgorny Exp $
57
58 EAPI=5
59
60 PYTHON_COMPAT=( python2_7 )
61
62 inherit python-single-r1 bash-completion-r1
63
64 DESCRIPTION="Native makefiles generator"
65 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
66 HOMEPAGE="http://bakefile.sourceforge.net"
67
68 LICENSE="MIT"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE="doc"
72
73 RDEPEND=""
74 DEPEND=""
75
76 src_install () {
77 default
78
79 if use doc ; then
80 dohtml -r doc/html/.
81 fi
82
83 # TODO: symlink the two
84 newbashcomp bash_completion bakefile
85 newbashcomp bash_completion bakefile_gen
86 }