kde-misc/semantik: Version bump 0.9.5
authorJohannes Huber <johu@gentoo.org>
Wed, 25 Jan 2017 17:21:03 +0000 (18:21 +0100)
committerJohannes Huber <johu@gentoo.org>
Wed, 25 Jan 2017 17:21:03 +0000 (18:21 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

kde-misc/semantik/Manifest
kde-misc/semantik/semantik-0.9.5.ebuild [new file with mode: 0644]

index 2ec074bcf4e427a8ef54e6f8ff174d54d427f0e1..21305b8ec7f226afad996d841b34e3a3a6db9350 100644 (file)
@@ -1 +1,2 @@
 DIST semantik-0.9.4.tar.bz2 439789 SHA256 940a3b37700f1e88b6c29ff13e0d33a73832f0db856a8738b3e939d8f0c73aa2 SHA512 cec674adac99917f2e83fedc880ec25faa91c0fd7fe96031cc770b72a3a5b058205ab6892535581f5beec069b8ca6a9c887c0480d988675a1bf3c99c6f438b50 WHIRLPOOL 48f17579c66f90536bc393e7eb539f76401e6320a60fcf8210755296a643f518fcfffb0ad487640a2520ca9fcc1a797acd6314966ecf80ebffedf035c8e8de58
+DIST semantik-0.9.5.tar.bz2 449224 SHA256 5bbc4132c47bbd01fe0cc525c47be27c4d75139a964ec8e34fcb52490dba6c96 SHA512 d56e83d7313d15819a2c844241dd8b84388511225f524b82aee0317cd2c03cc7cb702e326a4fc6bb27a0903fe1584c7b7c7714477332681597fdf34e36764940 WHIRLPOOL 8e4e7f34446c612d2fc894c1fa863f29582d1a593524673ed30281d05ec05b940b013340ebe12ef765231d150f392e8b0a7d51c0558cb22b6a8b7d3c7d4b0282
diff --git a/kde-misc/semantik/semantik-0.9.5.ebuild b/kde-misc/semantik/semantik-0.9.5.ebuild
new file mode 100644 (file)
index 0000000..db649c6
--- /dev/null
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+CMAKE_REQUIRED="never"
+NO_WAF_LIBDIR="true"
+PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads(+),xml"
+inherit python-single-r1 kde4-base waf-utils
+
+DESCRIPTION="Mindmapping-like tool for document generation"
+HOMEPAGE="https://waf.io/semantik.html https://github.com/ita1024/semantik"
+SRC_URI="https://waf.io/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+       ${PYTHON_DEPS}
+       dev-qt/qtcore:4
+       dev-qt/qtgui:4
+       dev-qt/qtsvg:4
+       dev-qt/qtwebkit:4
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( ChangeLog README TODO )
+
+PATCHES=( "${FILESDIR}/${PN}-0.9.0-wscript_ldconfig.patch" )
+
+pkg_setup() {
+       python-single-r1_pkg_setup
+       kde4-base_pkg_setup
+}
+
+src_prepare() {
+       # no cmake build sys
+       default
+}