Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/libidn: ChangeLog libidn-0.6.9-r2.ebuild libidn-1.0-r1.ebuild libidn-1.0.ebuild
Date: Wed, 05 Dec 2007 09:17:31
Message-Id: E1IzqNi-0003ic-Gm@stork.gentoo.org
1 ulm 07/12/05 09:17:26
2
3 Modified: ChangeLog libidn-0.6.9-r2.ebuild
4 Added: libidn-1.0-r1.ebuild
5 Removed: libidn-1.0.ebuild
6 Log:
7 Fix Emacs support, bug #187332.
8 (Portage version: 2.1.4_rc7)
9
10 Revision Changes Path
11 1.71 net-dns/libidn/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/libidn/ChangeLog?rev=1.71&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/libidn/ChangeLog?rev=1.71&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/libidn/ChangeLog?r1=1.70&r2=1.71
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v
20 retrieving revision 1.70
21 retrieving revision 1.71
22 diff -u -r1.70 -r1.71
23 --- ChangeLog 22 Sep 2007 19:10:16 -0000 1.70
24 +++ ChangeLog 5 Dec 2007 09:17:25 -0000 1.71
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-dns/libidn
27 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.70 2007/09/22 19:10:16 philantrop Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.71 2007/12/05 09:17:25 ulm Exp $
30 +
31 +*libidn-1.0-r1 (05 Dec 2007)
32 +
33 + 05 Dec 2007; Ulrich Mueller <ulm@g.o> libidn-0.6.9-r2.ebuild,
34 + -libidn-1.0.ebuild, +libidn-1.0-r1.ebuild:
35 + Fix Emacs support also for version 1.0, bug #187332.
36
37 22 Sep 2007; Wulf C. Krueger <philantrop@g.o>
38 libidn-0.6.9-r1.ebuild:
39
40
41
42 1.2 net-dns/libidn/libidn-0.6.9-r2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/libidn/libidn-0.6.9-r2.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/libidn/libidn-0.6.9-r2.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/libidn/libidn-0.6.9-r2.ebuild?r1=1.1&r2=1.2
47
48 Index: libidn-0.6.9-r2.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-0.6.9-r2.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- libidn-0.6.9-r2.ebuild 16 Sep 2007 17:33:19 -0000 1.1
55 +++ libidn-0.6.9-r2.ebuild 5 Dec 2007 09:17:25 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2007 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-0.6.9-r2.ebuild,v 1.1 2007/09/16 17:33:19 opfer Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-0.6.9-r2.ebuild,v 1.2 2007/12/05 09:17:25 ulm Exp $
61
62 inherit autotools elisp-common java-pkg-opt-2 mono
63
64 @@ -33,7 +33,7 @@
65 local myconf=" --disable-csharp"
66
67 use mono && myconf="--enable-csharp=mono"
68 - use emacs && myconf="${myconf} --with-lispdir="${SITELISP}/${PN}""
69 + use emacs && myconf="${myconf} --with-lispdir=${SITELISP}/${PN}"
70
71 econf \
72 $(use_enable nls) \
73
74
75
76 1.1 net-dns/libidn/libidn-1.0-r1.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/libidn/libidn-1.0-r1.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/libidn/libidn-1.0-r1.ebuild?rev=1.1&content-type=text/plain
80
81 Index: libidn-1.0-r1.ebuild
82 ===================================================================
83 # Copyright 1999-2007 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-1.0-r1.ebuild,v 1.1 2007/12/05 09:17:25 ulm Exp $
86
87 inherit java-pkg-opt-2 mono autotools elisp-common
88
89 DESCRIPTION="Internationalized Domain Names (IDN) implementation"
90 HOMEPAGE="http://www.gnu.org/software/libidn/"
91 SRC_URI="ftp://alpha.gnu.org/pub/gnu/libidn/${P}.tar.gz"
92
93 LICENSE="LGPL-2.1 GPL-3"
94 SLOT="0"
95 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
96 IUSE="java doc emacs mono nls"
97
98 DEPEND="java? ( >=virtual/jdk-1.4
99 dev-java/gjdoc
100 mono? ( >=dev-lang/mono-0.95 )
101 )"
102 RDEPEND="java? ( >=virtual/jre-1.4 )
103 mono? ( >=dev-lang/mono-0.95 )
104 emacs? ( virtual/emacs )"
105
106 src_compile() {
107 local myconf=" --disable-csharp"
108
109 use mono && myconf="--enable-csharp=mono"
110 use emacs && myconf="${myconf} --with-lispdir=${SITELISP}/${PN}"
111
112 econf \
113 $(use_enable nls) \
114 $(use_enable java) \
115 ${myconf} \
116 || die
117
118 emake || die
119 }
120
121 src_install() {
122 make install DESTDIR="${D}" || die
123 dodoc AUTHORS ChangeLog FAQ NEWS README THANKS TODO || die
124
125 use emacs || rm -rf "${D}/usr/share/emacs"
126 #use xemacs || rm -rf "${D}/usr/lib/xemacs"
127
128 if use doc; then
129 dohtml -r doc/reference/html/* || die
130 fi
131
132 if use java; then
133 java-pkg_newjar "${D}"/usr/share/java/${P}.jar || die
134 rm -rf "${D}"/usr/share/java || die
135
136 if use doc; then
137 java-pkg_dojavadoc doc/java
138 fi
139 fi
140 }
141
142 pkg_postinst() {
143 if use emacs; then
144 elog "activate Emacs support by adding the following lines"
145 elog "to your ~/.emacs file:"
146 elog " (add-to-list 'load-path \"${SITELISP}/${PN}\")"
147 elog " (load idna)"
148 elog " (load punycode)"
149 fi
150 }
151
152
153
154 --
155 gentoo-commits@g.o mailing list