* [gentoo-commits] repo/gentoo:master commit in: kde-misc/semantik/
@ 2015-08-24 16:39 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2015-08-24 16:39 UTC (permalink / raw
To: gentoo-commits
commit: 61c8874a884f6bcfaa730e5f98b0f90d4dc49c44
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 16:36:08 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 16:38:12 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c8874a
kde-misc/semantik: explicitly export src_prepare.
The removal of the base.eclass inherit from waf-utils.eclass resulted in
src_prepare no longer being exported. This caused a sandbox violation due
to a patch no longer being applied.
Gentoo-bug: 558514
Package-Manager: portage-2.2.20.1
kde-misc/semantik/semantik-0.9.4-r1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/kde-misc/semantik/semantik-0.9.4-r1.ebuild b/kde-misc/semantik/semantik-0.9.4-r1.ebuild
index 56cb803..eca7678 100644
--- a/kde-misc/semantik/semantik-0.9.4-r1.ebuild
+++ b/kde-misc/semantik/semantik-0.9.4-r1.ebuild
@@ -8,7 +8,7 @@ CMAKE_REQUIRED="never"
NO_WAF_LIBDIR="true"
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="xml"
-inherit python-single-r1 kde4-base waf-utils
+inherit eutils python-single-r1 kde4-base waf-utils
DESCRIPTION="Mindmapping-like tool for document generation"
HOMEPAGE="http://freehackers.org/~tnagy/semantik.html https://code.google.com/p/semantik/"
@@ -31,9 +31,12 @@ DEPEND="
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() {
+ epatch "${FILESDIR}/${PN}-0.9.0-wscript_ldconfig.patch"
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/semantik/
@ 2015-08-24 16:39 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2015-08-24 16:39 UTC (permalink / raw
To: gentoo-commits
commit: 3da68667a9f51914c5f2f8ab1e3ff48f7e4f2f29
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 16:38:47 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 16:38:47 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da68667
kde-misc/semantik: remove old.
Package-Manager: portage-2.2.20.1
kde-misc/semantik/Manifest | 1 -
kde-misc/semantik/semantik-0.9.3.ebuild | 47 ---------------------------------
kde-misc/semantik/semantik-0.9.4.ebuild | 47 ---------------------------------
3 files changed, 95 deletions(-)
diff --git a/kde-misc/semantik/Manifest b/kde-misc/semantik/Manifest
index bd5bd73..2ec074b 100644
--- a/kde-misc/semantik/Manifest
+++ b/kde-misc/semantik/Manifest
@@ -1,2 +1 @@
-DIST semantik-0.9.3.tar.bz2 435810 SHA256 b5f5c2949e5b48f5cfbeac79a22dd0fcaeb9fc29e4c79de0cf9969e088ea1b3e SHA512 6176d3fa49480c1eccccfd2ccbe33cc04a66cb2d8c98afc9b756b09a2ab739afb1b9cc16d5073fc5d03c59b401c32e68ea7a0cb6df5e27330eea438acf91a5da WHIRLPOOL d2d6d42f9faa03a66c25190627bc9a33353f62c072146c47d82bd8decdd0bb9ea0a99e12dce95122b6c2d355dc985b0e26cb2acc7726fde57641517b3a7da802
DIST semantik-0.9.4.tar.bz2 439789 SHA256 940a3b37700f1e88b6c29ff13e0d33a73832f0db856a8738b3e939d8f0c73aa2 SHA512 cec674adac99917f2e83fedc880ec25faa91c0fd7fe96031cc770b72a3a5b058205ab6892535581f5beec069b8ca6a9c887c0480d988675a1bf3c99c6f438b50 WHIRLPOOL 48f17579c66f90536bc393e7eb539f76401e6320a60fcf8210755296a643f518fcfffb0ad487640a2520ca9fcc1a797acd6314966ecf80ebffedf035c8e8de58
diff --git a/kde-misc/semantik/semantik-0.9.3.ebuild b/kde-misc/semantik/semantik-0.9.3.ebuild
deleted file mode 100644
index 811b927..0000000
--- a/kde-misc/semantik/semantik-0.9.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-CMAKE_REQUIRED="never"
-NO_WAF_LIBDIR="true"
-PYTHON_COMPAT=( python2_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 https://code.google.com/p/semantik/"
-SRC_URI="http://ftp.waf.io/pub/release/${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.9.0-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.4.ebuild b/kde-misc/semantik/semantik-0.9.4.ebuild
deleted file mode 100644
index 186b081..0000000
--- a/kde-misc/semantik/semantik-0.9.4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-CMAKE_REQUIRED="never"
-NO_WAF_LIBDIR="true"
-PYTHON_COMPAT=( python2_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 https://code.google.com/p/semantik/"
-SRC_URI="http://ftp.waf.io/pub/release/${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.9.0-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
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/semantik/
@ 2016-03-01 11:47 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2016-03-01 11:47 UTC (permalink / raw
To: gentoo-commits
commit: cc03050a2d7a3f83ab650c6531d4c0aabc10aa30
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 1 11:46:59 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Mar 1 11:47:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc03050a
kde-misc/semantik: add missing PYTHON_REQ_USE
This fixes fallout caused by fe85423a8fb0061d0e203ad8d4f02ab7849653c6.
Gentoo-bug: 575990
Package-Manager: portage-2.2.27
kde-misc/semantik/semantik-0.9.4-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-misc/semantik/semantik-0.9.4-r1.ebuild b/kde-misc/semantik/semantik-0.9.4-r1.ebuild
index eca7678..31be6f8 100644
--- a/kde-misc/semantik/semantik-0.9.4-r1.ebuild
+++ b/kde-misc/semantik/semantik-0.9.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -7,7 +7,7 @@ EAPI=5
CMAKE_REQUIRED="never"
NO_WAF_LIBDIR="true"
PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="xml"
+PYTHON_REQ_USE="threads(+),xml"
inherit eutils python-single-r1 kde4-base waf-utils
DESCRIPTION="Mindmapping-like tool for document generation"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/semantik/
@ 2016-11-07 19:54 Johannes Huber
0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2016-11-07 19:54 UTC (permalink / raw
To: gentoo-commits
commit: d31a86cf2e9c2f4b37d9cdfe334891ddf41b09fd
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 7 19:53:49 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Nov 7 19:53:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d31a86cf
kde-misc/semantik: Drop deprecated google code homepage
Package-Manager: portage-2.3.2
kde-misc/semantik/semantik-0.9.4-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/semantik/semantik-0.9.4-r1.ebuild b/kde-misc/semantik/semantik-0.9.4-r1.ebuild
index 31be6f8..5022077 100644
--- a/kde-misc/semantik/semantik-0.9.4-r1.ebuild
+++ b/kde-misc/semantik/semantik-0.9.4-r1.ebuild
@@ -11,7 +11,7 @@ PYTHON_REQ_USE="threads(+),xml"
inherit eutils python-single-r1 kde4-base waf-utils
DESCRIPTION="Mindmapping-like tool for document generation"
-HOMEPAGE="http://freehackers.org/~tnagy/semantik.html https://code.google.com/p/semantik/"
+HOMEPAGE="http://freehackers.org/~tnagy/semantik.html"
SRC_URI="http://ftp.waf.io/pub/release/${P}.tar.bz2"
LICENSE="GPL-3"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/semantik/
@ 2016-11-07 20:37 Johannes Huber
0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2016-11-07 20:37 UTC (permalink / raw
To: gentoo-commits
commit: 09437591ae301636a663943debc9500f9b599a13
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 7 20:37:11 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Nov 7 20:37:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09437591
kde-misc/semantik: Cleanup metadata
Package-Manager: portage-2.3.2
kde-misc/semantik/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/kde-misc/semantik/metadata.xml b/kde-misc/semantik/metadata.xml
index 0b1dd6f..2fdbf33 100644
--- a/kde-misc/semantik/metadata.xml
+++ b/kde-misc/semantik/metadata.xml
@@ -5,7 +5,4 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
- <upstream>
- <remote-id type="google-code">semantik</remote-id>
- </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/semantik/
@ 2017-01-25 17:22 Johannes Huber
0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2017-01-25 17:22 UTC (permalink / raw
To: gentoo-commits
commit: 9a996ea3053242e28f629c71e31c5b7e1092d34a
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 17:21:03 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 17:21:03 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a996ea3
kde-misc/semantik: Version bump 0.9.5
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-misc/semantik/Manifest | 1 +
kde-misc/semantik/semantik-0.9.5.ebuild | 45 +++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/kde-misc/semantik/Manifest b/kde-misc/semantik/Manifest
index 2ec074b..21305b8 100644
--- a/kde-misc/semantik/Manifest
+++ b/kde-misc/semantik/Manifest
@@ -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
index 00000000..db649c6
--- /dev/null
+++ b/kde-misc/semantik/semantik-0.9.5.ebuild
@@ -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
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/semantik/
@ 2017-01-25 17:22 Johannes Huber
0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2017-01-25 17:22 UTC (permalink / raw
To: gentoo-commits
commit: b0e553f2c3d736e81866f8997c744b2ddcd60702
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 17:22:02 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 17:22:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e553f2
kde-misc/semantik: Remvoe 0.9.4 (r1)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-misc/semantik/Manifest | 1 -
kde-misc/semantik/semantik-0.9.4-r1.ebuild | 42 ------------------------------
2 files changed, 43 deletions(-)
diff --git a/kde-misc/semantik/Manifest b/kde-misc/semantik/Manifest
index 21305b8..84a755d 100644
--- a/kde-misc/semantik/Manifest
+++ b/kde-misc/semantik/Manifest
@@ -1,2 +1 @@
-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.4-r1.ebuild b/kde-misc/semantik/semantik-0.9.4-r1.ebuild
deleted file mode 100644
index 3b428f7..00000000
--- a/kde-misc/semantik/semantik-0.9.4-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-CMAKE_REQUIRED="never"
-NO_WAF_LIBDIR="true"
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="threads(+),xml"
-inherit eutils 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 )
-
-pkg_setup() {
- python-single-r1_pkg_setup
- kde4-base_pkg_setup
-}
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-0.9.0-wscript_ldconfig.patch"
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2017-01-25 17:22 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-24 16:39 [gentoo-commits] repo/gentoo:master commit in: kde-misc/semantik/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2017-01-25 17:22 Johannes Huber
2017-01-25 17:22 Johannes Huber
2016-11-07 20:37 Johannes Huber
2016-11-07 19:54 Johannes Huber
2016-03-01 11:47 Michael Palimaka
2015-08-24 16:39 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox