Gentoo Archives: gentoo-commits

From: "Thilo Bangert (bangert)" <bangert@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/libidn: ChangeLog libidn-1.8.ebuild libidn-1.5.ebuild libidn-0.6.9-r1.ebuild libidn-0.6.9-r2.ebuild libidn-0.6.5-r1.ebuild
Date: Thu, 26 Jun 2008 09:58:36
Message-Id: E1KBoFK-00036I-BY@stork.gentoo.org
1 bangert 08/06/26 09:58:30
2
3 Modified: ChangeLog
4 Added: libidn-1.8.ebuild
5 Removed: libidn-1.5.ebuild libidn-0.6.9-r1.ebuild
6 libidn-0.6.9-r2.ebuild libidn-0.6.5-r1.ebuild
7 Log:
8 version bump (bug #218757) - remove obsolete versions
9 (Portage version: 2.1.4.4)
10
11 Revision Changes Path
12 1.84 net-dns/libidn/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/libidn/ChangeLog?rev=1.84&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/libidn/ChangeLog?rev=1.84&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/libidn/ChangeLog?r1=1.83&r2=1.84
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v
21 retrieving revision 1.83
22 retrieving revision 1.84
23 diff -u -r1.83 -r1.84
24 --- ChangeLog 14 Jun 2008 11:44:14 -0000 1.83
25 +++ ChangeLog 26 Jun 2008 09:58:29 -0000 1.84
26 @@ -1,6 +1,13 @@
27 # ChangeLog for net-dns/libidn
28 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.83 2008/06/14 11:44:14 nixnut Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/ChangeLog,v 1.84 2008/06/26 09:58:29 bangert Exp $
31 +
32 +*libidn-1.8 (26 Jun 2008)
33 +
34 + 26 Jun 2008; Thilo Bangert <bangert@g.o> -libidn-0.6.5-r1.ebuild,
35 + -libidn-0.6.9-r1.ebuild, -libidn-0.6.9-r2.ebuild, -libidn-1.5.ebuild,
36 + +libidn-1.8.ebuild:
37 + version bump (bug #218757) - remove obsolete versions
38
39 14 Jun 2008; nixnut <nixnut@g.o> libidn-1.5-r1.ebuild:
40 Stable on ppc wrt bug 221173
41
42
43
44 1.1 net-dns/libidn/libidn-1.8.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/libidn/libidn-1.8.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/libidn/libidn-1.8.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libidn-1.8.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-1.8.ebuild,v 1.1 2008/06/26 09:58:29 bangert Exp $
54
55 inherit java-pkg-opt-2 mono autotools elisp-common
56
57 DESCRIPTION="Internationalized Domain Names (IDN) implementation"
58 HOMEPAGE="http://www.gnu.org/software/libidn/"
59 SRC_URI="ftp://alpha.gnu.org/pub/gnu/libidn/${P}.tar.gz"
60
61 LICENSE="LGPL-2.1 GPL-3"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
64 IUSE="java doc emacs mono nls"
65
66 DEPEND="mono? ( >=dev-lang/mono-0.95 )
67 java? ( >=virtual/jdk-1.4 dev-java/gjdoc )"
68 RDEPEND="java? ( >=virtual/jre-1.4 )
69 mono? ( >=dev-lang/mono-0.95 )
70 emacs? ( virtual/emacs )"
71
72 src_unpack() {
73 unpack ${A}
74 # bundled, with wrong bytecode
75 rm "${S}/java/${P}.jar" || die
76 }
77
78 src_compile() {
79 local myconf=" --disable-csharp"
80
81 use mono && myconf="--enable-csharp=mono"
82 use emacs && myconf="${myconf} --with-lispdir=${SITELISP}/${PN}"
83
84 econf \
85 $(use_enable nls) \
86 $(use_enable java) \
87 ${myconf} \
88 || die
89
90 emake || die
91 }
92
93 src_install() {
94 emake install DESTDIR="${D}" || die
95 dodoc AUTHORS ChangeLog FAQ NEWS README THANKS TODO || die
96
97 use emacs || rm -rf "${D}/usr/share/emacs"
98 #use xemacs || rm -rf "${D}/usr/lib/xemacs"
99
100 if use doc ; then
101 dohtml -r doc/reference/html/* || die
102 fi
103
104 if use java ; then
105 java-pkg_newjar "${D}"/usr/share/java/${P}.jar || die
106 rm -rf "${D}"/usr/share/java || die
107
108 if use doc ; then
109 java-pkg_dojavadoc doc/java
110 fi
111 fi
112 }
113
114 pkg_postinst() {
115 if use emacs ; then
116 elog "activate Emacs support by adding the following lines"
117 elog "to your ~/.emacs file:"
118 elog " (add-to-list 'load-path \"${SITELISP}/${PN}\")"
119 elog " (load idna)"
120 elog " (load punycode)"
121 fi
122 }
123
124
125
126 --
127 gentoo-commits@l.g.o mailing list