diff options
Diffstat (limited to 'kde-misc/semantik')
-rw-r--r-- | kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch | 4 | ||||
-rw-r--r-- | kde-misc/semantik/semantik-0.9.4-r1.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch b/kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch index 94ecd95c9a7e..4a0c8cfc4698 100644 --- a/kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch +++ b/kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch @@ -1,5 +1,5 @@ ---- wscript.old 2013-12-23 00:56:28.623714186 +0100 -+++ wscript 2013-12-23 00:56:39.592714596 +0100 +--- a/wscript 2013-12-23 00:56:28.623714186 +0100 ++++ b/wscript 2013-12-23 00:56:39.592714596 +0100 @@ -226,14 +226,6 @@ opt.add_option('--noldconfig', action='store_true', default=False, help='do not run lconfig when installing') diff --git a/kde-misc/semantik/semantik-0.9.4-r1.ebuild b/kde-misc/semantik/semantik-0.9.4-r1.ebuild index 50220777ab72..3b428f7367f7 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-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,8 +11,8 @@ 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" -SRC_URI="http://ftp.waf.io/pub/release/${P}.tar.bz2" +HOMEPAGE="https://waf.io/semantik.html https://github.com/ita1024/semantik" +SRC_URI="https://waf.io/${P}.tar.bz2" LICENSE="GPL-3" SLOT="4" |