diff options
-rw-r--r-- | sci-libs/candystore/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/candystore/Manifest | 4 | ||||
-rw-r--r-- | sci-libs/candystore/candystore-0.0.2.ebuild | 37 | ||||
-rw-r--r-- | sci-libs/candystore/metadata.xml | 5 |
4 files changed, 54 insertions, 0 deletions
diff --git a/sci-libs/candystore/ChangeLog b/sci-libs/candystore/ChangeLog new file mode 100644 index 000000000..29c95891f --- /dev/null +++ b/sci-libs/candystore/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for sci-libs/candystore +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 13 Nov 2008; Oliver Borm (boroli) <oli.borm@web.de> + +candystore-0.0.2.ebuild, +metadata.xml: + New ebuild for bug 246611, thanks to scarabeus + diff --git a/sci-libs/candystore/Manifest b/sci-libs/candystore/Manifest new file mode 100644 index 000000000..96733a746 --- /dev/null +++ b/sci-libs/candystore/Manifest @@ -0,0 +1,4 @@ +DIST candystore-0.0.2.zip 408569 RMD160 692abb583b34a6e4fa20b1f257e5a2d4fd564901 SHA1 5fdb5458206e7586b68db23731d413047f3323ae SHA256 653df0a15fb9e2a38061928f4ab4d18521b81e78f061e006e7fa442edadcc243 +EBUILD candystore-0.0.2.ebuild 699 RMD160 b0e8dcd8a203696a342dfc8feee44c4e0d199625 SHA1 2a071f3b98f1faeb9b7a0b127c6154f074513708 SHA256 f094904a2b444e0fc5568da7e38d825d06ef5cb83aee8eb5ece1088c07232282 +MISC ChangeLog 267 RMD160 893ae5a8dfa6873feed7f93137bfc162c7cb8cf8 SHA1 fa5e419a055fd39be5f87a44563440925ce206d1 SHA256 ba9703af6665c1ce312af86003cf60f9ed83508a6c2f5a697da4ea04fb28d8d6 +MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/sci-libs/candystore/candystore-0.0.2.ebuild b/sci-libs/candystore/candystore-0.0.2.ebuild new file mode 100644 index 000000000..879b9f77b --- /dev/null +++ b/sci-libs/candystore/candystore-0.0.2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit qt4 + +MY_PN="CandyStore" + +DESCRIPTION="CandyStore is a post processor for CalculiX" +HOMEPAGE="http://fe-candy.de" +SRC_URI="http://fe-candy.de/${P}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND="x11-libs/libqglviewer + || ( x11-libs/qt-gui >=x11-libs/qt-4.3 )" + +S="${WORKDIR}"/${MY_PN} + +src_compile() { + eqmake4 ${MY_PN}.pro -o Makefile \ + PREFIX=/usr || die "qmake failed" + emake || die "emake failed" +} + +src_install() { + dobin ${MY_PN} + + if use doc ; then + dohtml -r html/* + insinto /usr/share/doc/${PF}/examples + doins test-files/* + fi +} diff --git a/sci-libs/candystore/metadata.xml b/sci-libs/candystore/metadata.xml new file mode 100644 index 000000000..7e3286984 --- /dev/null +++ b/sci-libs/candystore/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>maintainer-wanted</herd> +</pkgmetadata> |