From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A5B8139086 for ; Sun, 22 Jan 2017 18:33:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA72D21C18A; Sun, 22 Jan 2017 18:33:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B60321C184 for ; Sun, 22 Jan 2017 18:33:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B45B5341690 for ; Sun, 22 Jan 2017 18:33:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A53B2CBD for ; Sun, 22 Jan 2017 18:33:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1485109978.139cb88d412282b06bb6c4a2da49bfe0b112ed05.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/semantik/files/, kde-misc/semantik/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch kde-misc/semantik/semantik-0.9.4-r1.ebuild X-VCS-Directories: kde-misc/semantik/ kde-misc/semantik/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 139cb88d412282b06bb6c4a2da49bfe0b112ed05 X-VCS-Branch: master Date: Sun, 22 Jan 2017 18:33:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 16fe3d6c-12bb-463d-b63b-cbd8bd369010 X-Archives-Hash: ec1ee762d17ee18f0569574bc7b4f728 commit: 139cb88d412282b06bb6c4a2da49bfe0b112ed05 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 22 13:14:27 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 22 18:32:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139cb88d kde-misc/semantik: Fix HOMEPAGE, SRC_URI Package-Manager: portage-2.3.0 kde-misc/semantik/files/semantik-0.9.0-wscript_ldconfig.patch | 4 ++-- 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 94ecd95..4a0c8cf 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 5022077..3b428f7 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"