summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2009-12-22 16:23:12 +0000
committerThomas Sachau <tommy@gentoo.org>2009-12-22 16:23:12 +0000
commit7173b498106c357bbfbcd4f40752c05a491532d8 (patch)
treecf074bbed1d8c0262b2f9584e42b999623c9ec37 /media-libs/SoQt
parentStable for HPPA (bug #297186). (diff)
downloadgentoo-2-7173b498106c357bbfbcd4f40752c05a491532d8.tar.gz
gentoo-2-7173b498106c357bbfbcd4f40752c05a491532d8.tar.bz2
gentoo-2-7173b498106c357bbfbcd4f40752c05a491532d8.zip
Version bump, update metadata.xml for maintainer and proxy
(Portage version: 2.2_rc60-r1/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/SoQt')
-rw-r--r--media-libs/SoQt/ChangeLog8
-rw-r--r--media-libs/SoQt/SoQt-1.4.2_alpha1841.ebuild34
-rw-r--r--media-libs/SoQt/metadata.xml15
3 files changed, 52 insertions, 5 deletions
diff --git a/media-libs/SoQt/ChangeLog b/media-libs/SoQt/ChangeLog
index ea53d570379f..09df1b53f289 100644
--- a/media-libs/SoQt/ChangeLog
+++ b/media-libs/SoQt/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/SoQt
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.26 2009/10/29 15:58:31 vostorga Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/ChangeLog,v 1.27 2009/12/22 16:23:12 tommy Exp $
+
+*SoQt-1.4.2_alpha1841 (22 Dec 2009)
+
+ 22 Dec 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ +SoQt-1.4.2_alpha1841.ebuild, metadata.xml:
+ Version bump, update metadata.xml for maintainer and proxy
29 Oct 2009; Víctor Ostorga <vostorga@gentoo.org> -SoQt-1.0.2.ebuild,
-SoQt-1.3.0.ebuild:
diff --git a/media-libs/SoQt/SoQt-1.4.2_alpha1841.ebuild b/media-libs/SoQt/SoQt-1.4.2_alpha1841.ebuild
new file mode 100644
index 000000000000..20a75913e328
--- /dev/null
+++ b/media-libs/SoQt/SoQt-1.4.2_alpha1841.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/SoQt/SoQt-1.4.2_alpha1841.ebuild,v 1.1 2009/12/22 16:23:12 tommy Exp $
+
+EAPI="2"
+
+inherit flag-o-matic
+
+DESCRIPTION="The glue between Coin3D and Qt"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+HOMEPAGE="http://www.coin3d.org/"
+
+SLOT="0"
+LICENSE="|| ( GPL-2 PEL )"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND=">=media-libs/coin-3.1.2[javascript]
+ x11-libs/qt-gui:4
+ x11-libs/qt-opengl:4"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ doc? ( app-doc/doxygen )"
+
+src_configure() {
+ append-ldflags $(no-as-needed)
+ econf --with-coin --disable-html-help $(use_enable doc html) htmldir=/usr/share/doc/${PF}/html
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS NEWS README* || die "dodoc failed"
+}
diff --git a/media-libs/SoQt/metadata.xml b/media-libs/SoQt/metadata.xml
index 54494c4bb860..c5ffe166f459 100644
--- a/media-libs/SoQt/metadata.xml
+++ b/media-libs/SoQt/metadata.xml
@@ -1,8 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
-<email>maintainer-needed@gentoo.org</email>
-</maintainer>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>rwobben@hotmail.com</email>
+ <name>Roelof Wobben</name>
+ <description>Maintainer of ebuilds, assign bugs</description>
+ </maintainer>
+ <maintainer>
+ <email>tommy@gentoo.org</email>
+ <name>Thomas Sachau</name>
+ <description>Proxy committer, CC bugs</description>
+ </maintainer>
</pkgmetadata>