Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-cpp/poslib
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/ChangeLog,v 1.21 2008/06/16 20:30:53 dev-zero Exp $
16 Jun 2008; Tiziano Müller
+files/1.0.6-missing_includes.patch, poslib-1.0.6.ebuild:
Fixed glibc-2.8 compilation problem (bug #227483).
04 Apr 2008; Mark Loeser
Fix homepage; bug #212615
22 Oct 2006; Danny van Dyk
Marked stable on amd64.
21 Oct 2006; Tobias Scherbaum
ppc stable
08 Oct 2006; Andrej Kacian
Stable on x86, bug #148441.
21 Sep 2006; MATSUU Takuto
Fixed HOMEPAGE.
20 Feb 2006; Mark Loeser
poslib-1.0.6.ebuild:
Remove DEPEND on virtual/libc
19 Sep 2005; Mark Loeser
Adding to cpp herd.
31 Dec 2004; MATSUU Takuto
Marked as stable.
*poslib-1.0.6 (31 Dec 2004)
31 Dec 2004; MATSUU Takuto
+poslib-1.0.6.ebuild:
Version bumped.
Removed old versions.
14 Dec 2004; MATSUU Takuto
Marked as stable.
*poslib-1.0.5 (10 Aug 2004)
10 Aug 2004; MATSUU Takuto
Version bumped. Bug 59627.
29 Jun 2004; Aron Griffis
poslib-1.0.4.ebuild:
glibc -> libc
23 Apr 2004; David Holm
Added to ~ppc.
*poslib-1.0.4 (23 Apr 2004)
23 Apr 2004;
+poslib-1.0.4.ebuild:
Version bumped.
12 Apr 2004; Daniel Ahlberg
Mark stable on amd64.
*poslib-1.0.2 (02 Mar 2004)
02 Mar 2004;
Version bumped. Bug # 40194.
Added ~amd64 to KEYWORDS.
*poslib-1.0.1 (02 Nov 2003)
02 Nov 2003; MATSUU Takuto
Initial import. #26268
AUX 1.0.6-missing_includes.patch 410 RMD160 db20070b54729ecb31d4f73f2244bb3dc5323135 SHA1 1e63fa7ed0dd43b1a76bed7038da65660ed037be SHA256 9bfa99c0909266e4494e793589c3b9165fbcf1e6c5cb131805faec4fb9ac1e64
DIST poslib-1.0.6.tar.gz 397622 RMD160 d73cfa638da94447d5c87c145556ee526b8f1e87 SHA1 3fa0598921de7ebc54d624d2c93db331c79d7537 SHA256 dd420460289068d6309335f6b72529f1ed493668a26e57c5519c284841f5b7f9
EBUILD poslib-1.0.6.ebuild 838 RMD160 2cb109b4794d75008218ccf056a980cf84a8f13f SHA1 c25a16cbff1a37b7557017d52353ee87762bd484 SHA256 7606f21a8c456d56dd03f75ad8892dfda80817870de41fd5fc1a6b62a84e39d8
MISC ChangeLog 2247 RMD160 4661ae846972e9109fa4e3a0fd9b152c35061a75 SHA1 af6408748ed3c0251a9dd33dc10b0d9ba7f0605e SHA256 0152dd2520cfc40a8e247fbaca928959bdbeef77eb9c41f53d7258973f85575e
MISC metadata.xml 562 RMD160 c8e788a51c695e432baa09d0843cf81405089ef4 SHA1 1c124d04af762a26ac509283d4b05626dfccba5e SHA256 04189be66e19a6d2e4ec1d291ebe9b611e426a2d27685aec9275056c1aa9467a
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/poslib/poslib-1.0.6.ebuild,v 1.9 2008/06/16 20:30:53 dev-zero Exp $
inherit flag-o-matic eutils
DESCRIPTION="A library for creating C++ programs using the Domain Name System"
HOMEPAGE="http://posadis.sourceforge.net/"
SRC_URI="mirror://sourceforge/posadis/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="ipv6"
DEPEND=""
RDEPEND=""
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${PV}-missing_includes.patch"
}
src_compile() {
append-flags -funsigned-char
econf \
--with-cxxflags="${CXXFLAGS}" \
`use_enable ipv6` || die
emake || die
}
src_install() {
make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
}