Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-db/xbase
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/xbase/ChangeLog,v 1.17 2007/07/05 14:42:16 uberlord Exp $
05 Jul 2007; Roy Marples
Keyworded ~x86-fbsd.
22 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
21 Feb 2006; Aron Griffis
Mark 2.0.0 stable on ia64
02 Nov 2005; Michael Hanselmann
Stable on hppa.
10 Sep 2005; Aron Griffis
Mark 2.0.0 stable on alpha
20 Jul 2005; Markus Rothe
Stable on ppc64
04 Jul 2005; Gustavo Zacarias
Stable on sparc
02 Jul 2005; Bryan Østergaard
Add ~alpha keyword.
18 Jun 2005; Markus Rothe
added ~ppc64
14 Jun 2005; Gustavo Zacarias
Keyworded ~sparc
24 Apr 2005; Michael Hanselmann
Stable on ppc.
21 Apr 2005; Simon Stelling
stable on amd64
24 Dec 2004; Simon Stelling
added ~amd64
20 Aug 2004; Carsten Lohrke
stable on x86
21 Jul 2004; David Holm
Added to ~ppc.
*xbase-2.0.0 (20 Jul 2004)
20 Jul 2004; Carsten Lohrke
+xbase-2.0.0.ebuild:
Initial ebuild.
DIST xbase-2.0.0.tgz 493106 RMD160 577394ce21abc92df11127216f4199ec47549ce2 SHA1 11188393f2390a6b2765c1bf81faf95a8587e1e0 SHA256 4aa8aad84157422124a99a457863d52e4e9753656614dcdc67a6300a4a14bc90
EBUILD xbase-2.0.0.ebuild 841 RMD160 f2b60b5004e60339823fa29003d19f28a5dc5471 SHA1 1ae96645481135868a9b700be3bb3d6f4e96f274 SHA256 4bc117b2a58eedb4981a9538f1b468ff4613a9b40b59871590f20cf6debbca7b
MISC ChangeLog 1701 RMD160 e27f88b30a578203d69910513fe27ec26b0e357c SHA1 244d7a48c30d84d9ffa6ff38553f281bcf86891e SHA256 d7895199e2ad0678b92a49e0a815380c9f6987c38974f16f6220eed5837fd2f0
MISC metadata.xml 221 RMD160 c08d57bf5bb9110d90f3d4bae07a87b662add92a SHA1 083b4c4186b97766a77a282179eb387403ffbd71 SHA256 2effb4fe4513bd8d65e088ec41cd470c52003e4b66feb7cf7a5247aaa894345f
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/xbase/xbase-2.0.0.ebuild,v 1.16 2007/07/05 14:42:16 uberlord Exp $
inherit base
DESCRIPTION="XBase is an xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library"
HOMEPAGE="http://www.rekallrevealed.org/"
SRC_URI="http://www.rekallrevealed.org/packages/${P}.tgz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="doc"
DEPEND="sys-devel/automake
sys-devel/libtool
virtual/libc"
RDEPEND="virtual/libc"
src_install() {
base_src_install
dodoc AUTHORS COPYING Changelog INSTALL NEWS README TODO
if use doc; then
rm html/Makefile*
dohtml html/*
insinto /usr/share/doc/${PF}/examples
doins examples/*.cpp examples/Makefile.95
fi
}