Gentoo Archives: gentoo-commits

From: "Fernando J. Pereda (ferdy)" <ferdy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/stgit: ChangeLog stgit-0.14.3.ebuild stgit-0.12.ebuild stgit-0.11.ebuild stgit-0.13.ebuild stgit-0.12.1-r1.ebuild stgit-0.12.1.ebuild stgit-0.14.ebuild
Date: Mon, 09 Jun 2008 07:43:51
Message-Id: E1K5c2b-0005Mv-Pq@stork.gentoo.org
1 ferdy 08/06/09 07:43:45
2
3 Modified: ChangeLog
4 Added: stgit-0.14.3.ebuild
5 Removed: stgit-0.12.ebuild stgit-0.11.ebuild
6 stgit-0.13.ebuild stgit-0.12.1-r1.ebuild
7 stgit-0.12.1.ebuild stgit-0.14.ebuild
8 Log:
9 Version bump. Remove old versions.
10 (Portage version: 2.1.4.4)
11
12 Revision Changes Path
13 1.27 dev-util/stgit/ChangeLog
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/stgit/ChangeLog?rev=1.27&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/stgit/ChangeLog?rev=1.27&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/stgit/ChangeLog?r1=1.26&r2=1.27
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-util/stgit/ChangeLog,v
22 retrieving revision 1.26
23 retrieving revision 1.27
24 diff -u -r1.26 -r1.27
25 --- ChangeLog 15 Feb 2008 07:23:16 -0000 1.26
26 +++ ChangeLog 9 Jun 2008 07:43:45 -0000 1.27
27 @@ -1,6 +1,13 @@
28 # ChangeLog for dev-util/stgit
29 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/ChangeLog,v 1.26 2008/02/15 07:23:16 gregkh Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/ChangeLog,v 1.27 2008/06/09 07:43:45 ferdy Exp $
32 +
33 +*stgit-0.14.3 (09 Jun 2008)
34 +
35 + 09 Jun 2008; Fernando J. Pereda <ferdy@g.o> -stgit-0.11.ebuild,
36 + -stgit-0.12.ebuild, -stgit-0.12.1.ebuild, -stgit-0.12.1-r1.ebuild,
37 + -stgit-0.13.ebuild, -stgit-0.14.ebuild, +stgit-0.14.3.ebuild:
38 + Version bump. Remove old versions.
39
40 *stgit-0.14.1 (15 Feb 2008)
41
42
43
44
45 1.1 dev-util/stgit/stgit-0.14.3.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/stgit/stgit-0.14.3.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/stgit/stgit-0.14.3.ebuild?rev=1.1&content-type=text/plain
49
50 Index: stgit-0.14.3.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-util/stgit/stgit-0.14.3.ebuild,v 1.1 2008/06/09 07:43:45 ferdy Exp $
55
56 inherit distutils bash-completion
57
58 DESCRIPTION="Manage a stack of patches using GIT as a backend"
59 HOMEPAGE="http://www.procode.org/stgit/"
60 SRC_URI="http://homepage.ntlworld.com/cmarinas/${PN}/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
65 IUSE=""
66
67 DEPEND=""
68 RDEPEND=">=dev-util/git-1.5"
69
70 src_install() {
71 sed -i -e 's-\(prefix:\) ~-\1 /usr-' setup.cfg
72 distutils_src_install
73 dodir /usr/share/doc/${PF}
74 mv "${D}/usr/share/${PN}/examples" "${D}/usr/share/doc/${PF}"
75 rmdir "${D}/usr/share/doc/${PN}"
76 dobashcompletion contrib/stgit-completion.bash ${PN}
77 }
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list