Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/minicom: minicom-2.2-r1.ebuild ChangeLog
Date: Thu, 27 Dec 2007 09:12:27
Message-Id: E1J7omn-00056t-GZ@stork.gentoo.org
1 mrness 07/12/27 09:12:17
2
3 Modified: minicom-2.2-r1.ebuild ChangeLog
4 Log:
5 Added nls support (#203225).
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.13 net-dialup/minicom/minicom-2.2-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/minicom/minicom-2.2-r1.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/minicom/minicom-2.2-r1.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/minicom/minicom-2.2-r1.ebuild?r1=1.12&r2=1.13
14
15 Index: minicom-2.2-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.2-r1.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- minicom-2.2-r1.ebuild 24 Jun 2007 22:05:13 -0000 1.12
22 +++ minicom-2.2-r1.ebuild 27 Dec 2007 09:12:16 -0000 1.13
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.2-r1.ebuild,v 1.12 2007/06/24 22:05:13 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/minicom-2.2-r1.ebuild,v 1.13 2007/12/27 09:12:16 mrness Exp $
28
29 inherit eutils
30
31 @@ -13,12 +13,19 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86"
35 -IUSE=""
36 +IUSE="nls"
37
38 -DEPEND=">=sys-libs/ncurses-5.2-r3"
39 -RDEPEND="${DEPEND}
40 +COMM0N_DEPEND="sys-libs/ncurses"
41 +DEPEND="${COMMON_DEPEND}
42 + nls? ( sys-devel/gettext )"
43 +RDEPEND="${COMMON_DEPEND}
44 net-dialup/lrzsz"
45
46 +# Supported languages and translated documentation
47 +# Be sure all languages are prefixed with a single space!
48 +MY_AVAILABLE_LINGUAS=" cs da de es fi fr hu ja no pl pt_BR ro ru rw sv vi zh_TW"
49 +IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}"
50 +
51 src_unpack() {
52 unpack ${A}
53 cd "${S}"
54 @@ -27,7 +34,9 @@
55 }
56
57 src_compile() {
58 - econf --sysconfdir=/etc/${PN} || die "econf failed"
59 + econf --sysconfdir=/etc/${PN} \
60 + $(use_enable nls) \
61 + || die "econf failed"
62 emake || die "emake failed"
63 }
64
65
66
67
68 1.62 net-dialup/minicom/ChangeLog
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/minicom/ChangeLog?rev=1.62&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/minicom/ChangeLog?rev=1.62&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/minicom/ChangeLog?r1=1.61&r2=1.62
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v
77 retrieving revision 1.61
78 retrieving revision 1.62
79 diff -u -r1.61 -r1.62
80 --- ChangeLog 11 Jul 2007 04:55:43 -0000 1.61
81 +++ ChangeLog 27 Dec 2007 09:12:16 -0000 1.62
82 @@ -1,6 +1,9 @@
83 # ChangeLog for net-dialup/minicom
84 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.61 2007/07/11 04:55:43 mrness Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/minicom/ChangeLog,v 1.62 2007/12/27 09:12:16 mrness Exp $
87 +
88 + 27 Dec 2007; Alin Năstac <mrness@g.o> minicom-2.2-r1.ebuild:
89 + Added nls support (#203225).
90
91 11 Jul 2007; Alin Năstac <mrness@g.o>
92 -files/minicom-2.1-gcc4.patch, -files/minicom-2.1-gentoo-runscript.patch,
93
94
95
96 --
97 gentoo-commits@g.o mailing list