1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
# ChangeLog for dev-libs/libiconv
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libiconv/ChangeLog,v 1.17 2005/09/15 14:46:43 flameeyes Exp $
15 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> metadata.xml:
Don't assign this to me directly, leave to bsd herd.
*libiconv-1.10 (04 Sep 2005)
04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
+files/libiconv-1.10-link.patch, +libiconv-1.10.ebuild:
Updated libiconv to latest upstream version.
11 Aug 2005; Diego Pettenò <flameeyes@gentoo.org>
libiconv-1.9.2-r3.ebuild:
Filter -static ldflag, that makes libiconv fail to build.
27 Jun 2005; Diego Pettenò <flameeyes@gentoo.org>
libiconv-1.9.2-r3.ebuild:
Marked stable for amd64 and x86 as for request, now that all the issues with
G/FBSD are sorted out.
24 Jun 2005; Diego Pettenò <flameeyes@gentoo.org>
libiconv-1.9.2-r3.ebuild:
Avoid .la files mangling for some bad-behaving software.
*libiconv-1.9.2-r3 (17 Jun 2005)
17 Jun 2005; Diego Pettenò <flameeyes@gentoo.org>
-libiconv-1.9.2-r2.ebuild, +libiconv-1.9.2-r3.ebuild:
Install library in /lib for utils like gnutar which is installed in /lib.
Disable nls to avoid circular dependency between libiconv and gettext.
Install docs in the right place. Added build useflag to remove /usr data.
*libiconv-1.9.2-r2 (30 Apr 2005)
30 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
+files/libiconv-1.9.2-RPATH-fix.patch, -libiconv-1.9.2.ebuild,
-libiconv-1.9.2-r1.ebuild, +libiconv-1.9.2-r2.ebuild:
Added a proper fix for rpath issue, thanks to Azarah.
*libiconv-1.9.2-r1 (30 Apr 2005)
30 Apr 2005; Diego Pettenò <flameeyes@gentoo.org> libiconv-1.9.2.ebuild,
+libiconv-1.9.2-r1.ebuild:
Added a new revision which is masked on fbsd systems and which uses chrpath
to remove rpath from iconv binary.
*libiconv-1.9.2 (18 Apr 2005)
18 Apr 2005; Diego Pettenò <flameeyes@gentoo.org> +metadata.xml,
-libiconv-1.7.ebuild, +libiconv-1.9.2.ebuild:
Added 1.9.2 libiconv's ebuild, and removed previous 1.7.x one. I'm going
to maintain libiconv in future for non-glibc systems like *bsd.
New ebuild also blocks on glibc so that it can't be installed on glibc
systems without have to remove glibc before (which is quite
unpractical).
25 Apr 2004; Aron Griffis <agriffis@gentoo.org> libiconv-1.7.ebuild:
Add die following econf for bug 48950
01 May 2003; Lars Weiler <pylon@gentoo.org> libiconv-1.7.ebuild:
Tested it on ppc for quite a long time and set KEYWORD now to ppc.
04 Jan 2003; Spider <spider@gentoo.org> : updated DESCRIPTION to be more truthful
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*libiconv-1-7 (01 May 2002)
01 May 2002; Spider <spider@gentoo.org> ChangeLog libiconv-1.7.ebuild :
Added libiconv to portage for the first time, this is needed for glib
in ppc
|