ChangeLog

# ChangeLog for media-libs/SoQt
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.18 2007/10/21 13:19:51 carlo Exp $

*SoQt-1.4.1 (21 Oct 2007)

21 Oct 2007; Carsten Lohrke +SoQt-1.4.1.ebuild:
Version bump.

15 May 2007; Thilo Bangert metadata.xml:
add no-herd

02 Dec 2006; Steve Dibb SoQt-1.3.0.ebuild:
Add ~amd64, bug 117756

17 Feb 2006; Gustavo Zacarias SoQt-1.0.2.ebuild:
Taking back sparc keyword wrt #117756

19 Jan 2006; Caleb Tennis SoQt-1.0.2.ebuild:
Fix Qt dep and remove X11 deps to help with the modular X

04 Jan 2006; Carsten Lohrke SoQt-1.3.0.ebuild:
RDEPEND missed an R...

*SoQt-1.3.0 (04 Jan 2006)

04 Jan 2006; Carsten Lohrke SoQt-1.0.2.ebuild,
+SoQt-1.3.0.ebuild:
version bump

04 Jan 2006; Carsten Lohrke SoQt-1.0.2.ebuild:
Correct license information.

05 Nov 2005; Luis Medinas SoQt-1.0.2.ebuild:
Added ~amd64 keyword.

21 Jul 2005; Caleb Tennis SoQt-1.0.2.ebuild:
Change qt dep per bug #98180

06 May 2005; Sven Wegener SoQt-1.0.2.ebuild:
Removed * postfix from <, <=, >= and > dependencies.

07 Mar 2004; Michael Sterrett :
Removed SoQt-20010601-r1.ebuild since it depends on a version of
media-libs/coin that is no longer in portage.

25 Feb 2004; Jason Wever SoQt-20010601-r1.ebuild:
Masked 20010601 on sparc since coin dependency cannot be met.

*SoQt-1.0.2 (20 Jul 2003)

20 Jul 2003; Caleb Tennis SoQt-1.0.2:
Version bump

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

*SoQt-20010601-r1 (1 Feb 2002)

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

DIST SoQt-1.0.2.tar.gz 648380 RMD160 7a928dab5724976d122b09e1e6f96d2308b270ed SHA1 2de149556296712e726c74e09bb219a049655c29 SHA256 77e843dc666dd337c265d254d51af1ff4016291844b5289e3a1add4fbae75b91
DIST SoQt-1.3.0.tar.gz 1376284 RMD160 0c0689258b83e3c02dc83fa2536a9250e63daf47 SHA1 9005ff52572af29a7564c75da7896a3df0f6ca6c SHA256 8bd0bc6f29bd63d8a553e676c35628325daa516d8ac709c5206be92eb06b5740
DIST SoQt-1.4.1.tar.gz 1706403 RMD160 5978543ff90db0943675bd3acf883849b42d3586 SHA1 bbbb4eedf308fa4ea46bb20700cb5bbdc39fe85f SHA256 741449af3619a60995d27838d94b8a77e6f8bedf00d6fd3745a8d15cbaaea1ea
EBUILD SoQt-1.0.2.ebuild 620 RMD160 b5b6cd1863a04cf15e4259a8d395ed8f91fac665 SHA1 e5f98cd19f9bbda103d55b73bd88df6208acafad SHA256 2668fcae848291159e8dbb075c1bbe04bffc87a492dfc8d23156a7fda152093d
EBUILD SoQt-1.3.0.ebuild 858 RMD160 9f8a45f28d09223600e89775c7f35908c305ced6 SHA1 957ead3b27240e68fe1bcef03a38ae0b87fe6a01 SHA256 50c8a8afc6f88bb4e748dbfea630806362252adf1f13d0fca0342dc6a9038cad
EBUILD SoQt-1.4.1.ebuild 856 RMD160 fa2bdca0468d42760f2a11c83a09b1094023a6ec SHA1 c78a41c4b5527d91b25ed0c0250edeb31d9f17ae SHA256 4c21a66a8a84ef55919aea82dcf040544c25d51ecc6c2479249ebda1d4675757
MISC ChangeLog 2341 RMD160 396bd1f1097ba423786d6b6a1e3f2e1fcd2b71e2 SHA1 65f6d6344bd9374b49010c056d00d27bcf98d3ba SHA256 2937c5fdfa8310038e63c095994d53aadd8a08cc684d5e959fd402ea424d9900
MISC metadata.xml 231 RMD160 c13056229989c3d4f448a7c7abcff3f4ee7ce13c SHA1 2d63dfb700b223f8f37c078692a81b2237896bce SHA256 4595c2615fd7c9095517949b1a920d4457f92801eb9d46307b18aafe58ec2a8a

SoQt-1.0.2.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-1.0.2.ebuild,v 1.11 2006/02/17 13:43:05 gustavoz Exp $

DESCRIPTION="A Qt Interface for coin"
SRC_URI="ftp://ftp.coin3d.org/pub/coin/src/${P}.tar.gz"
HOMEPAGE="http://www.coin3d.org/"

SLOT="0"
LICENSE="|| ( GPL-2 PEL )"
KEYWORDS="~amd64 x86"
IUSE=""

DEPEND="=x11-libs/qt-3*
>=media-libs/coin-${PV}"

src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS COPYING ChangeLog* LICENSE* NEWS README*
docinto txt
dodoc docs/qtcomponents.doxygen
}

SoQt-1.3.0.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-1.3.0.ebuild,v 1.3 2006/12/02 21:56:46 beandog Exp $

inherit eutils

DESCRIPTION="SoQt provides the glue between Systems in Motion's Coin high-level 3D visualization library and Trolltech's Qt 2D user interface library."

SRC_URI="ftp://ftp.coin3d.org/pub/coin/src/all/${P}.tar.gz"
HOMEPAGE="http://www.coin3d.org/"

SLOT="0"
LICENSE="|| ( GPL-2 PEL )"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

RDEPEND="=x11-libs/qt-3*
>=media-libs/coin-2.4.4"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"

src_compile() {
econf --with-coin --disable-html-help $(use_enable doc html) htmldir=${ROOT}usr/share/doc/${PF}/html
emake
}

src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS NEWS README*
}

SoQt-1.4.1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-1.4.1.ebuild,v 1.1 2007/10/21 13:19:51 carlo Exp $

inherit eutils

DESCRIPTION="SoQt provides the glue between Systems in Motion's Coin high-level 3D visualization library and Trolltech's Qt 2D user interface library."

SRC_URI="ftp://ftp.coin3d.org/pub/coin/src/all/${P}.tar.gz"
HOMEPAGE="http://www.coin3d.org/"

SLOT="0"
LICENSE="|| ( GPL-2 PEL )"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

RDEPEND="=x11-libs/qt-3*
>=media-libs/coin-2.4.4"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"

src_compile() {
econf --with-coin --disable-html-help $(use_enable doc html) htmldir=${ROOT}usr/share/doc/${PF}/html
emake
}

src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS NEWS README*
}

metadata.xml




no-herd

maintainer-needed@gentoo.org