ChangeLog

# ChangeLog for media-libs/SoGtk
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/SoGtk/ChangeLog,v 1.15 2008/06/04 17:24:30 flameeyes Exp $

04 Jun 2008; Diego Pettenò
SoGtk-20010601-r1.ebuild:
Use eautoreconf, not the bootstrap script.

21 Apr 2008; Christian Heim metadata.xml:
Fix up metadata.xml. If there's no maintainer for the package, the metadata
also needs to contain m-needed@g.o.

05 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

17 Feb 2006; Gustavo Zacarias
SoGtk-20010601-r1.ebuild:
Taking back sparc keyword wrt #117756

29 Jan 2006; Robin H. Johnson
SoGtk-20010601-r1.ebuild:
Fix deps for modular-x.

29 Jul 2005; Marcelo Goes
+files/SoGtk-20010601-string.patch, +metadata.xml,
SoGtk-20010601-r1.ebuild:
Patch to allow compilation for bug 33035. Thanks to Turambar
.

07 Jun 2004; Aron Griffis SoGtk-20010601-r1.ebuild:
Fix use invocation

06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords

*SoGtk-20010601-r1 (1 Feb 2002)

22 Apr 2003; Brandon Low SoGtk-20010601-r1.ebuild:
Change supersed dependencies

08 Nov 2002; Seemant Kulleen SoGTK-20010601-r1.ebuild :

Changes to fix sandbox violations, also NLS fixes (USE based). Closes bug
#10438 by torgeir@trenger.ro (Torgeir Hansen)

1 Feb 2002; G.Bevin 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.

Manifest

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

AUX SoGtk-20010601-string.patch 1607 RMD160 c9faa6824ae3738c5ed7df5dedb784c4c4f80845 SHA1 a40ccf87eea841982400b65871dba3d9c3e9b381 SHA256 327b6f0c056fd868f9d8b36ef35477421b82f21d037ba1359dcc35bceb949e34
DIST SoGtk-20010601.tar.gz 638210 RMD160 4dde8c3106c3a5e46ac7a65e548a51d44744c784 SHA1 dda963855f6a4bb2a331f6d81761150467541f5d SHA256 0d66ed15607933c0fb54b24c824119d739d2ac22bbc5d1c357e7aa49d45a8e10
EBUILD SoGtk-20010601-r1.ebuild 1170 RMD160 a7f106a36b5eeb921e425ff9a3db19b9b7d62e5e SHA1 01e11987aea6a3e46ebfdacdbcbae5d4a3f26a31 SHA256 a7b34229f74cb7c83c2b6d4a605948b83752bd7f7a5a8b73143681121cd43a82
MISC ChangeLog 2038 RMD160 94b79f7fe85a1ffe7fd0112e6847af20408d02a5 SHA1 cc67af5b3e097ff9ee508b232fb2a7f02b018e9e SHA256 8adc4af3c5df2d0bb844d9b02ca9875545a180e6f87b91a2287cb177163445b1
MISC metadata.xml 290 RMD160 b9b86283c09349c8827faef7d3ef5f724a248e77 SHA1 ae1c8e62d75c94ff50b8a5391afb6008460963aa SHA256 380e26e9262298b9cb31e863a9ab641f6fbdc8c50bda2cf2e47fd399f9cb5e85
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkhGz9QACgkQAiZjviIA2XhajQCgsKAoYU3bdiiPAzhlatR780du
SqwAoL7eC8QqcgqfQleAl0FlbCj2xswY
=HCYZ
-----END PGP SIGNATURE-----

SoGtk-20010601-r1.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/SoGtk/SoGtk-20010601-r1.ebuild,v 1.22 2008/06/04 17:24:30 flameeyes Exp $

inherit eutils autotools

DESCRIPTION="A Gtk Interface for coin"
HOMEPAGE="http://www.coin3d.org"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="x86"
IUSE="doc nls"

RDEPEND="media-libs/coin
DEPEND="${RDEPEND}
=sys-apps/sed-4*
nls? ( sys-devel/gettext )
doc? ( app-doc/doxygen )"

S=${WORKDIR}/${PN}

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

eautoreconf
}

src_compile() {
local myconf

if ! use nls
then
myconf="${myconf} --disable-nls"
touch intl/libgettext.h
fi
use doc && myconf="${myconf} --with-html --with-man"

econf \
--with-x \
${myconf} || die

sed -i "s:ENABLE_NLS 1:ENABLE_NLS 0:" config.h
make || die
}

src_install () {

einstall \
bindir=${D}/usr/bin \
includedir=${D}/usr/include \
libdir=${D}/usr/lib || die

cd ${S}
dodoc AUTHORS COPYING ChangeLog* LICENSE* NEWS README*
docinto txt
dodoc docs/*
}

files

metadata.xml




no-herd

maintainer-needed@gentoo.org
Default assignee for orphaned packages