summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-10-12 15:06:32 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-10-12 15:06:32 +0000
commit0fa83a0b874ebdf311ea99a4b2c057db8f800487 (patch)
treea378a4709de05753278dd2d06fa708ab0cd8cc2d /kde-misc
parentSeems like Template::Latex is still needed, unmask it again (bump and pkgmove... (diff)
downloadgentoo-2-0fa83a0b874ebdf311ea99a4b2c057db8f800487.tar.gz
gentoo-2-0fa83a0b874ebdf311ea99a4b2c057db8f800487.tar.bz2
gentoo-2-0fa83a0b874ebdf311ea99a4b2c057db8f800487.zip
Remove old.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'kde-misc')
-rw-r--r--kde-misc/semantik/ChangeLog7
-rw-r--r--kde-misc/semantik/files/semantik-0.8.3-wscript_ldconfig.patch12
-rw-r--r--kde-misc/semantik/semantik-0.8.4.ebuild47
-rw-r--r--kde-misc/semantik/semantik-0.9.0.ebuild47
4 files changed, 6 insertions, 107 deletions
diff --git a/kde-misc/semantik/ChangeLog b/kde-misc/semantik/ChangeLog
index 6b6d38437bce..dd7b5b716a93 100644
--- a/kde-misc/semantik/ChangeLog
+++ b/kde-misc/semantik/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-misc/semantik
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/semantik/ChangeLog,v 1.14 2014/08/05 16:31:42 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/semantik/ChangeLog,v 1.15 2014/10/12 15:06:31 kensington Exp $
+
+ 12 Oct 2014; Michael Palimaka <kensington@gentoo.org>
+ -files/semantik-0.8.3-wscript_ldconfig.patch, -semantik-0.8.4.ebuild,
+ -semantik-0.9.0.ebuild:
+ Remove old.
05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> semantik-0.8.4.ebuild,
semantik-0.9.0.ebuild, semantik-0.9.1.ebuild:
diff --git a/kde-misc/semantik/files/semantik-0.8.3-wscript_ldconfig.patch b/kde-misc/semantik/files/semantik-0.8.3-wscript_ldconfig.patch
deleted file mode 100644
index 232106acade6..000000000000
--- a/kde-misc/semantik/files/semantik-0.8.3-wscript_ldconfig.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- semantik-0.8.2.orig/wscript 2012-09-18 00:01:40.000000000 +0300
-+++ semantik-0.8.2/wscript 2012-09-26 20:25:48.988264096 +0300
-@@ -213,9 +213,6 @@
- opt.add_option('--use64', action='store_true', default=False, help='set the installation into lib+64 (configuration)')
-
- def post_build(bld):
-- if bld.cmd == 'install':
-- try: bld.exec_command('/sbin/ldconfig 2> /dev/null')
-- except: pass
- if Options.options.exe:
- #os.popen('export LD_LIBRARY_PATH=out/default/:$LD_LIBRARY_PATH; PATH=plugins:$PATH out/default/src/semantik')
- bld.exec_command('LD_LIBRARY_PATH=build/:$LD_LIBRARY_PATH build/src/semantik --style plastique', stdout=None, stderr=None)
diff --git a/kde-misc/semantik/semantik-0.8.4.ebuild b/kde-misc/semantik/semantik-0.8.4.ebuild
deleted file mode 100644
index 27131993a9df..000000000000
--- a/kde-misc/semantik/semantik-0.8.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/semantik/semantik-0.8.4.ebuild,v 1.2 2014/08/05 16:31:42 mrueg Exp $
-
-EAPI=5
-
-CMAKE_REQUIRED="never"
-NO_WAF_LIBDIR="true"
-PYTHON_COMPAT=( python2_{6,7} )
-PYTHON_REQ_USE="xml"
-inherit python-single-r1 flag-o-matic kde4-base multilib toolchain-funcs waf-utils
-
-DESCRIPTION="Mindmapping-like tool for document generation"
-HOMEPAGE="http://freehackers.org/~tnagy/semantik.html"
-SRC_URI="https://semantik.googlecode.com/files/${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}"
-
-#WAF_BINARY="${S}/waf"
-
-DOCS=( ChangeLog README TODO )
-PATCHES=( "${FILESDIR}/${PN}"-0.8.3-wscript_ldconfig.patch )
-
-pkg_setup() {
- python-single-r1_pkg_setup
- kde4-base_pkg_setup
- append-ldflags -Wl,--soname=libnablah.so.0
-}
-
-src_install() {
- waf-utils_src_install
- dosym libnablah.so /usr/$(get_libdir)/libnablah.so.0
-}
diff --git a/kde-misc/semantik/semantik-0.9.0.ebuild b/kde-misc/semantik/semantik-0.9.0.ebuild
deleted file mode 100644
index 86e9da5bcb8e..000000000000
--- a/kde-misc/semantik/semantik-0.9.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/semantik/semantik-0.9.0.ebuild,v 1.2 2014/08/05 16:31:42 mrueg Exp $
-
-EAPI=5
-
-CMAKE_REQUIRED="never"
-NO_WAF_LIBDIR="true"
-PYTHON_COMPAT=( python2_{6,7} )
-PYTHON_REQ_USE="xml"
-inherit python-single-r1 flag-o-matic kde4-base multilib toolchain-funcs waf-utils
-
-DESCRIPTION="Mindmapping-like tool for document generation"
-HOMEPAGE="http://freehackers.org/~tnagy/semantik.html"
-SRC_URI="https://semantik.googlecode.com/files/${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}"
-
-#WAF_BINARY="${S}/waf"
-
-DOCS=( ChangeLog README TODO )
-PATCHES=( "${FILESDIR}"/${P}-wscript_ldconfig.patch )
-
-pkg_setup() {
- python-single-r1_pkg_setup
- kde4-base_pkg_setup
- append-ldflags -Wl,--soname=libnablah.so.0
-}
-
-src_install() {
- waf-utils_src_install
- dosym libnablah.so /usr/$(get_libdir)/libnablah.so.0
-}