aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjokey <jokey@32389bae-6d03-0410-99cf-db05cde120eb>2007-10-07 05:29:17 +0000
committerjokey <jokey@32389bae-6d03-0410-99cf-db05cde120eb>2007-10-07 05:29:17 +0000
commitf0231c57a7d9d1746c0ded96d7d6d9927bc009a9 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /sci-physics/qcl/qcl-0.6.3.ebuild
parentdeleted ifc and icc, now in main tree (diff)
downloadsci-f0231c57a7d9d1746c0ded96d7d6d9927bc009a9.tar.gz
sci-f0231c57a7d9d1746c0ded96d7d6d9927bc009a9.tar.bz2
sci-f0231c57a7d9d1746c0ded96d7d6d9927bc009a9.zip
move stuff to root
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@753 32389bae-6d03-0410-99cf-db05cde120eb
Diffstat (limited to 'sci-physics/qcl/qcl-0.6.3.ebuild')
-rw-r--r--sci-physics/qcl/qcl-0.6.3.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/sci-physics/qcl/qcl-0.6.3.ebuild b/sci-physics/qcl/qcl-0.6.3.ebuild
deleted file mode 100644
index e4c9d5619..000000000
--- a/sci-physics/qcl/qcl-0.6.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit flag-o-matic eutils
-
-DESCRIPTION="Quantum Computation Language with an emulator of a quantum computer"
-HOMEPAGE="http://tph.tuwien.ac.at/~oemer/qcl.html"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~amd64"
-IUSE="doc"
-RESTRICT="nomirror"
-SRC_URI="http://tph.tuwien.ac.at/~oemer/tgz/${P}.tgz
- doc? ( http://tph.tuwien.ac.at/~oemer/doc/structquprog.pdf
- http://tph.tuwien.ac.at/~oemer/doc/qcldoc.pdf
- http://tph.tuwien.ac.at/~oemer/doc/quprog.pdf )"
-DEPENDS="media-libs/plotutils"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch "${FILESDIR}/qcl-0.6.2.patch"
-}
-
-src_compile() {
- strip-flags
- emake QCLDIR="/usr/share/${PN}" OPT="${CXXFLAGS}" || die "emake failed"
-}
-
-src_install() {
- emake QCLDIR="${D}/usr/share/${PN}" QCLBIN="${D}/usr/bin" install \
- || die "install failed"
- dodoc README CHANGES
- if use doc ; then
- insinto "/usr/share/doc/${PF}"
- cd "${DISTDIR}"
- doins structquprog.pdf qcldoc.pdf quprog.pdf
- fi
-}