Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-libs/confuse
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/ChangeLog,v 1.32 2008/05/17 03:07:07 matsuu Exp $
17 May 2008; MATSUU Takuto
-files/confuse-2.5-libintl.patch, -files/confuse-2.5-maketest.patch,
-confuse-2.5.ebuild, confuse-2.6.ebuild, confuse-2.6-r1.ebuild:
Added sys-devel/flex to DEPEND, bug #221379.
Removed old version.
12 May 2008; Markus Meier
amd64 stable, bug #217815
17 Apr 2008; nixnut
Stable on ppc wrt bug 217815
17 Apr 2008; Raúl Porcel
ia64/x86 stable wrt #217815
16 Apr 2008; Tobias Klausmann
Stable on alpha, bug #217815
16 Apr 2008; Markus Rothe
Stable on ppc64; bug #217815
15 Apr 2008; Ferris McCormick
Sparc stable --- Bug #217815 --- all tests pass.
15 Apr 2008; Jeroen Roovers
Stable for HPPA (bug #217815).
*confuse-2.6-r1 (15 Apr 2008)
15 Apr 2008; MATSUU Takuto
Removed -Werror for gcc-4.3, bug #208095.
*confuse-2.6 (21 Jan 2008)
21 Jan 2008; MATSUU Takuto
+confuse-2.6.ebuild:
Version bumped.
maintainership takeover. bug #203832.
13 Sep 2007; Roy Marples
+files/confuse-2.5-libintl.patch, confuse-2.5.ebuild:
Link to libintl correctly on non glibc systems
08 May 2007; Fabian Groffen
Dropped ppc-macos keyword, see you in prefix
09 Apr 2007; Peter Weller
Stable on amd64 wrt bug 172329
17 Nov 2006; Diego Pettenò
Add ~sparc-fbsd keyword.
12 Sep 2006; Gustavo Zacarias
Stable on hppa
30 Jun 2006; Gustavo Zacarias
Keyworded ~hppa
16 May 2006; Emanuele Giaquinta
Stable on ppc.
30 Mar 2006; Diego Pettenò
Add ~x86-fbsd keyword.
28 Feb 2006; Sandro Bonazzola
Adding dependency on pkgconfig, adding doins confuse-config for
compatibility with other packages that still depends on it. Updating ebuild
header. Fix bug# 124329, thanks to Diego Pettenò.
31 Dec 2005; Diego Pettenò
Remove conditional libtoolize (without re-autoconf) and just call
elibtoolize for sanity checks.
28 Nov 2005; Tom Gall
stable on ppc64
02 Oct 2005; Aron Griffis
Mark 2.5 stable on alpha
02 Oct 2005; Aron Griffis
Mark 2.5 stable on ia64
19 Sep 2005; Gustavo Zacarias
Stable on sparc
25 Aug 2005; Aron Griffis
add ~alpha ~ia64
01 Aug 2005; Gustavo Zacarias
~sparc wrt #100058
31 Jul 2005; Markus Rothe
added ~ppc64 (bug #100058)
30 Jul 2005; Kito
make libtoolize conditional for Darwin and add ~ppc-macos keyword
26 Jun 2005; David Holm
Added to ~ppc.
12 Jun 2005; Danny van Dyk
Marked ~amd64.
*confuse-2.5 (05 Dec 2004)
05 Dec 2004; Daniel Black
+files/confuse-2.5-maketest.patch, +confuse-2.5.ebuild:
initial import bug #47812. Thanks to maj
DIST confuse-2.6.tar.gz 504017 RMD160 11f987089c533573482a427c7ad2ae8e155389b7 SHA1 e9e5510abf1eb3159a6439fd52aa5cec94811aff SHA256 e8d653159b152f3850a7224b3eb604955795dbd3fd6603816ee46411ea53e84a
EBUILD confuse-2.6-r1.ebuild 920 RMD160 1a0a0614224961e1330ba42598c29f2d43dbf976 SHA1 089b7dc625bcdec328d908ece9536af6bc61ab19 SHA256 ef30bed8430d723dcddbdeb575f3950a23a0acea765ce843f0546c3b6f5c958d
EBUILD confuse-2.6.ebuild 819 RMD160 bbf93fd148a905484c1536a5948fe081cb31b537 SHA1 d7436dd05ac2852d4299b022fe70a835beba13f9 SHA256 883cf1aa30b568eb87b7eabb390b29e2f161e8586dd6641638794ff555d1f046
MISC ChangeLog 3972 RMD160 023bc443b9333664d4a847c1a6230e5f7513cf1d SHA1 7ca3badc7b8be52c024f629ad381898404d48325 SHA256 b7f725051efd6c8381b4338070210f290503668757bad1b2725c42328c187f56
MISC metadata.xml 222 RMD160 23efe87c16ebc9fbeb91e894ab372cc3bb66bc49 SHA1 a5d1e2317ae207bbd664aebe986687948fdd984a SHA256 38ef3457fd14e6872985f0e100fde79d0b8a9dbc4fc39ceef780c8c5abc5f337
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.6-r1.ebuild,v 1.2 2008/05/17 03:07:07 matsuu Exp $
DESCRIPTION="a configuration file parser library"
HOMEPAGE="http://www.nongnu.org/confuse/"
SRC_URI="http://bzero.se/confuse/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="nls"
DEPEND="sys-devel/flex
sys-devel/libtool
dev-util/pkgconfig
nls? ( sys-devel/gettext )"
RDEPEND="nls? ( virtual/libintl )"
src_unpack() {
unpack ${A}
cd "${S}"
# drop -Werror, bug #208095
sed -i -e 's/-Werror//' */Makefile.* || die
}
src_compile() {
econf --enable-shared || die
emake || die
}
src_install() {
emake DESTDIR="${D}" install || die
doman doc/man/man3/*.3
dodoc AUTHORS NEWS README
dohtml doc/html/* || die
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/confuse/confuse-2.6.ebuild,v 1.9 2008/05/17 03:07:07 matsuu Exp $
DESCRIPTION="a configuration file parser library"
HOMEPAGE="http://www.nongnu.org/confuse/"
SRC_URI="http://bzero.se/confuse/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE="nls"
DEPEND="sys-devel/flex
sys-devel/libtool
dev-util/pkgconfig
nls? ( sys-devel/gettext )"
RDEPEND="nls? ( virtual/libintl )"
src_compile() {
econf \
--enable-shared \
$(use_enable nls) || die
emake || die
}
src_install() {
emake DESTDIR="${D}" install || die
doman doc/man/man3/*.3
dodoc AUTHORS NEWS README
dohtml doc/html/* || die
}