diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-01-22 14:14:27 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-01-22 19:32:58 +0100 |
commit | 139cb88d412282b06bb6c4a2da49bfe0b112ed05 (patch) | |
tree | b0fee470f7328afbf35ea5c76021965c51d0998e /kde-misc/semantik | |
parent | dev-cpp/glog: Bump to EAPI 6 and add GCC 5 patch (diff) | |
download | gentoo-139cb88d412282b06bb6c4a2da49bfe0b112ed05.tar.gz gentoo-139cb88d412282b06bb6c4a2da49bfe0b112ed05.tar.bz2 gentoo-139cb88d412282b06bb6c4a2da49bfe0b112ed05.zip |
kde-misc/semantik: Fix HOMEPAGE, SRC_URI
Package-Manager: portage-2.3.0
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" |