summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/semantik/semantik-0.7.3_p20091013.ebuild')
-rw-r--r--kde-misc/semantik/semantik-0.7.3_p20091013.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/kde-misc/semantik/semantik-0.7.3_p20091013.ebuild b/kde-misc/semantik/semantik-0.7.3_p20091013.ebuild
deleted file mode 100644
index 6806eec07971..000000000000
--- a/kde-misc/semantik/semantik-0.7.3_p20091013.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/semantik/semantik-0.7.3_p20091013.ebuild,v 1.6 2012/07/25 15:35:43 kensington Exp $
-
-EAPI=4
-CMAKE_REQUIRED="never"
-
-inherit kde4-base waf-utils
-
-DESCRIPTION="Mindmapping-like tool for document generation."
-HOMEPAGE="http://freehackers.org/~tnagy/semantik.html"
-SRC_URI="http://semantik.googlecode.com/files/semantik-snapshot.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="4"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
- dev-lang/ocaml
- dev-lang/python
-"
-RDEPEND="
- x11-libs/qt-core:4
- x11-libs/qt-gui:4
- x11-libs/qt-xmlpatterns:4
- dev-lang/python[xml]
-"
-
-S="${WORKDIR}/semantik-0.7.4"
-WAF_BINARY="${S}/waf"
-
-PATCHES=(
- "${FILESDIR}/${P}"-wscript_ldconfig.patch
- "${FILESDIR}/${P}"-wscript_libstr.patch
-)
-
-src_configure() {
- CCFLAGS="${CFLAGS}" CPPFLAGS="${CXXFLAGS}" LINKFLAGS="${LDFLAGS}" \
- "${WAF_BINARY}" "--prefix=${EPREFIX}/usr" --want-rpath=0 \
- configure || die "configure failed"
-}