ChangeLog

# ChangeLog for games-puzzle/construo
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v 1.13 2008/05/01 13:11:32 nyhm Exp $

01 May 2008; Tristan Heaven
+files/construo-0.2.2-gcc43.patch, construo-0.2.2.ebuild:
Fix building with gcc-4.3

26 Dec 2007; Samuli Suominen construo-0.2.2.ebuild:
amd64 stable wrt #201403

21 Dec 2007; nixnut construo-0.2.2.ebuild:
Stable on ppc wrt bug 201403

22 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

06 Dec 2006; Chris Gianelloni construo-0.2.2.ebuild:
Remove old virtual/x11 dependency.

16 Feb 2006; construo-0.2.2.ebuild:
modular X dependency fix

15 Jun 2005; Chris Gianelloni construo-0.2.2.ebuild:
Removed INSTALL file.

10 Jun 2005; David Holm construo-0.2.2.ebuild:
Added to ~ppc.

04 Apr 2005; Michael Sterrett
construo-0.2.2.ebuild:
add gcc-3.4 fixup (bug #87644)

27 May 2004; Danny van Dyk construo-0.2.2.ebuild:
Marked ~amd64.

*construo-0.2.2 (02 Aug 2003)

02 Aug 2003; Michael Sterrett construo-0.2.2.ebuild:
initial commit. ebuild supplied by Rob Cakebread (modified) via bug 25708.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

AUX construo-0.2.2-gcc43.patch 1785 RMD160 019a88e54cbd79114a7403f836fc35dfb4bfaf9b SHA1 5adb7a7b02c0754ce9e18e958b6a899eab49d274 SHA256 9c3c660ed4cbf2c5acaacd6d63f48aa08eeac025fc31b41118aef8fd1e9f1c65
DIST construo-0.2.2.tar.gz 442626 RMD160 7e87090e557d41cf13bf0a364fec20c115c35107 SHA1 b0a3c1ae2a25530a70d7a405a1c48bd386a1999a SHA256 93b1dc5c26aab42d886f102e501189982c28d390f8b573f8f4a42bad640ec630
EBUILD construo-0.2.2.ebuild 969 RMD160 9647e0676588f6fd573b4c031cc8d5497672ee5b SHA1 5ce641d16edb9f47172069fd16f7ac97dd6c723b SHA256 748ee92eba00d84c93c0a304f46618a911279d17fc87e2dfbcba35f5a267ef64
MISC ChangeLog 1422 RMD160 ac0725beb39e051acc8bf4ac5dd6cf79dad248a8 SHA1 8c738c116d65002aa22fcca9444a0f296cefa26a SHA256 bac8e22bd43ceb18122e74444f6e64e88c4fcc068857365004fdfe9996fe3f57
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkgZwYoACgkQdz7hIScOUREUywCgpo4DglFJACAd4aYiApsi3mTL
5oAAn0FP242aI6j3Vf9AoTlSliA+pCQt
=nFbX
-----END PGP SIGNATURE-----

construo-0.2.2.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild,v 1.14 2008/05/01 13:11:32 nyhm Exp $

inherit eutils games

DESCRIPTION="2d construction toy with objects that react on physical forces"
HOMEPAGE="http://www.nongnu.org/construo/"
SRC_URI="http://freesoftware.fsf.org/download/construo/construo.pkg/${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""

RDEPEND="x11-libs/libSM
x11-libs/libXxf86vm
x11-libs/libXt"
DEPEND="${RDEPEND}
x11-proto/xf86vidmodeproto"

src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-gcc43.patch
}

src_compile() {
egamesconf --datadir="${GAMES_DATADIR_BASE}" || die
emake || die "emake failed"
}

src_install() {
emake \
DESTDIR="${D}" \
bindir="${GAMES_BINDIR}" install \
|| die "emake install failed"
dodoc AUTHORS NEWS README TODO
prepgamesdirs
}

files

metadata.xml




games