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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
# ChangeLog for dev-libs/popt
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.32 2006/09/19 13:46:35 antarus Exp $
19 Sep 2006; <antarus@gentoo.org> popt-1.7-r1.ebuild:
Adding dep on automake to popt to fix stage1 ebuilds
13 Sep 2006; Aron Griffis <agriffis@gentoo.org> popt-1.10.4-r1.ebuild:
Mark 1.10.4-r1 ~ia64. #121862
12 Sep 2006; Markus Rothe <corsair@gentoo.org> popt-1.10.4-r1.ebuild:
Added ~ppc64; bug #121862
12 Sep 2006; Joshua Jackson <tsunam@gentoo.org> popt-1.10.4-r1.ebuild:
adding ~x86 as requested
11 Sep 2006; Sandro Bonazzola <sanchan@gentoo.org>
files/popt-1.10.4-lib64.patch, popt-1.10.4-r1.ebuild:
Fixing configure.ac patch using ${EGREP} instead of grep, fixing autoreconf
issues. Thanks to SpanKY <vapier@gentoo.org> for reporting and solving the
issue. Fix bug #147133
10 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> popt-1.10.4-r1.ebuild:
Add ~x86-fbsd keyword as per bug #121862.
*popt-1.10.4-r1 (10 Sep 2006)
10 Sep 2006; Sandro Bonazzola <sanchan@gentoo.org>
+files/popt-1.10.4-lib64.patch, -popt-1.10.4.ebuild,
+popt-1.10.4-r1.ebuild:
ebuild bump fixing bug #146988, bug #147066, bug #147044. Many thanks to
Patrick McLean for the patches and Diego Pettenò for the package masking.
*popt-1.10.4 (09 Sep 2006)
09 Sep 2006; Sandro Bonazzola <sanchan@gentoo.org> metadata.xml,
+popt-1.10.4.ebuild:
Version bump, intially only for ~amd64. Partially resolve bug# 121862.
Taking over maintainership of the package.
07 Sep 2006; Steve Dibb <beandog@gentoo.org> +metadata.xml:
Add metadata
30 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> popt-1.7-r1.ebuild:
Add ~x86-fbsd keyword.
25 Jan 2006; Diego Pettenò <flameeyes@gentoo.org>
+files/popt-1.7-nls.patch, popt-1.7-r1.ebuild:
Add patch to link to libintl when not using GLIBC; depend on virtual/libintl
when using nls.
10 May 2005; Mike Frysinger <vapier@gentoo.org>
+files/popt-1.7-missing-tests.patch, popt-1.7-r1.ebuild:
Add a patch by Ryan Hill to remove incomplete tests #71610.
26 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> popt-1.7-r1.ebuild:
update source in src_unpack; use emake; tidy
15 Jun 2004; <solar@gentoo.org> popt-1.7-r1.ebuild,
files/popt-1.7-uclibc.patch:
added uclibc patch for configure target
*popt-1.7-r1 (20 Mar 2003)
27 Mar 2003; Seemant Kulleen <seemant@gentoo.org> popt-1.7-r1.ebuild:
ok, this one actually does disable nls and also has a mips fix
27 Mar 2003; Seemant Kulleen <seemant@gentoo.org> popt-1.7-r1.ebuild:
gettext is no longer a REQUIRED dependency, though it's a quirky way of
disabling it -- tsk tsk @ the upstream authors
20 Mar 2003; Graham Forest <vladimir@gentoo.org> popt-1.7-r1.ebuild:
Removed usage of pic USE flag
21 Feb 2003; Zach Welch <zwelch@gentoo.org> :
Added arm to keywords.
11 Feb 2003; Guy Martin <gmsoft@gentoo.org> :
Added hppa to keywords.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*popt-1.7 (19 Nov 2002)
09 Mar 2003; Aron Griffis <agriffis@gentoo.org> popt-1.7.ebuild:
Mark stable on alpha
6 Feb 2003; Luca Barbato <lu_zero@gentoo.org> :
added elibtoolize
19 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
Version bump/added pic support
*popt-1.6.3 (03 Mar 2002)
18 Jan 2003; Jan Seidel <tuxus@gentoo.org> :
Added mips to keywords
03 Oct 2002; Brad Cowan <bcowan@gentoo.org> popt-1.6.3.ebuild :
fixed nls compile problems per bug #8731
01 Aug 2002; Mark Guertin <gerk@gentoo.org> libxml2-2.4.23.ebuild :
Added ppc to keywords
29 May 2002; Spider <spider@gentoo.org> popt-1.6.3.ebuild popt-1.5.ebuild :
fix bogus DESCRIPTION
*popt-1.5 (01 Feb 2002)
01 Aug 2002; Mark Guertin <gerk@gentoo.org> libxml2-2.4.23.ebuild :
Added ppc to keywords
01 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|