Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/posh: posh-0.10.2.ebuild posh-0.11.ebuild ChangeLog posh-0.10.1.ebuild
Date: Tue, 27 Nov 2012 18:02:03
Message-Id: 20121127180147.2981520C65@flycatcher.gentoo.org
1 mgorny 12/11/27 18:01:45
2
3 Modified: posh-0.10.2.ebuild ChangeLog
4 Added: posh-0.11.ebuild
5 Removed: posh-0.10.1.ebuild
6 Log:
7 Version bump. Backport a patch for glibc-2.16 compatibility (bug #432618).
8
9 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
10
11 Revision Changes Path
12 1.2 app-shells/posh/posh-0.10.2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/posh-0.10.2.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/posh-0.10.2.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/posh-0.10.2.ebuild?r1=1.1&r2=1.2
17
18 Index: posh-0.10.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.10.2.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- posh-0.10.2.ebuild 19 Jun 2012 14:25:12 -0000 1.1
25 +++ posh-0.10.2.ebuild 27 Nov 2012 18:01:45 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.10.2.ebuild,v 1.1 2012/06/19 14:25:12 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.10.2.ebuild,v 1.2 2012/11/27 18:01:45 mgorny Exp $
31
32 EAPI=3
33 inherit autotools-utils
34 @@ -16,6 +16,10 @@
35
36 RESTRICT=test
37
38 +PATCHES=(
39 + "${FILESDIR}"/${PN}-glibc-2.16.patch
40 +)
41 +
42 src_configure() {
43 myeconfargs=(
44 --exec-prefix=/
45
46
47
48 1.21 app-shells/posh/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/ChangeLog?rev=1.21&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/ChangeLog?rev=1.21&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/ChangeLog?r1=1.20&r2=1.21
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v
57 retrieving revision 1.20
58 retrieving revision 1.21
59 diff -u -r1.20 -r1.21
60 --- ChangeLog 19 Jun 2012 14:25:12 -0000 1.20
61 +++ ChangeLog 27 Nov 2012 18:01:45 -0000 1.21
62 @@ -1,6 +1,12 @@
63 # ChangeLog for app-shells/posh
64 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.20 2012/06/19 14:25:12 mgorny Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/app-shells/posh/ChangeLog,v 1.21 2012/11/27 18:01:45 mgorny Exp $
67 +
68 +*posh-0.11 (27 Nov 2012)
69 +
70 + 27 Nov 2012; Michał Górny <mgorny@g.o> +files/posh-glibc-2.16.patch,
71 + +posh-0.11.ebuild, -posh-0.10.1.ebuild, posh-0.10.2.ebuild:
72 + Version bump. Backport a patch for glibc-2.16 compatibility (bug #432618).
73
74 *posh-0.10.2 (19 Jun 2012)
75
76
77
78
79 1.1 app-shells/posh/posh-0.11.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/posh-0.11.ebuild?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/posh/posh-0.11.ebuild?rev=1.1&content-type=text/plain
83
84 Index: posh-0.11.ebuild
85 ===================================================================
86 # Copyright 1999-2012 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 # $Header: /var/cvsroot/gentoo-x86/app-shells/posh/posh-0.11.ebuild,v 1.1 2012/11/27 18:01:45 mgorny Exp $
89
90 EAPI=3
91 inherit autotools-utils
92
93 DESCRIPTION="Reimplementation of Bourne shell based on pdksh"
94 HOMEPAGE="http://packages.debian.org/posh"
95 SRC_URI="mirror://debian/pool/main/p/posh/${P/-/_}.tar.gz"
96
97 LICENSE="GPL-2"
98 SLOT="0"
99 KEYWORDS="~amd64 ~ppc ~x86"
100 IUSE=""
101
102 RESTRICT=test
103
104 PATCHES=(
105 "${FILESDIR}"/${PN}-glibc-2.16.patch
106 )
107
108 src_configure() {
109 myeconfargs=(
110 --exec-prefix=/
111 )
112 autotools-utils_src_configure
113 }