From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6F8701382C5 for ; Wed, 22 Jun 2016 06:43:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A07AE0930; Wed, 22 Jun 2016 06:43:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7B4C9E0930 for ; Wed, 22 Jun 2016 06:43:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3A1B2340821 for ; Wed, 22 Jun 2016 06:43:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A201297B for ; Wed, 22 Jun 2016 06:43:28 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1466575958.a061e3cd65bd010ea946e38afb3117e7e3ca968e.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/setools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/setools/setools-3.3.8-r5.ebuild app-admin/setools/setools-3.3.8-r7.ebuild X-VCS-Directories: app-admin/setools/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: a061e3cd65bd010ea946e38afb3117e7e3ca968e X-VCS-Branch: master Date: Wed, 22 Jun 2016 06:43:28 +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: 52d8fc58-6a02-45fd-bfee-effd1e0f56f5 X-Archives-Hash: 9b7d8b503c4470deb176b70ebf2e6b6e commit: a061e3cd65bd010ea946e38afb3117e7e3ca968e Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Jun 19 17:11:51 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Jun 22 06:12:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a061e3cd app-admin/setools: update Homepage Closes: https://github.com/gentoo/gentoo/pull/1698 Signed-off-by: Patrice Clement gentoo.org> app-admin/setools/setools-3.3.8-r5.ebuild | 4 ++-- app-admin/setools/setools-3.3.8-r7.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-admin/setools/setools-3.3.8-r5.ebuild b/app-admin/setools/setools-3.3.8-r5.ebuild index dbc4d80..595afd3 100644 --- a/app-admin/setools/setools-3.3.8-r5.ebuild +++ b/app-admin/setools/setools-3.3.8-r5.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$ @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit autotools java-pkg-opt-2 python-r1 eutils toolchain-funcs DESCRIPTION="SELinux policy tools" -HOMEPAGE="http://www.tresys.com/selinux/selinux_policy_tools.shtml" +HOMEPAGE="https://github.com/TresysTechnology/setools/wiki" SRC_URI="http://oss.tresys.com/projects/setools/chrome/site/dists/${P}/${P}.tar.bz2 https://dev.gentoo.org/~swift/patches/setools/${P}-01-fedora-patches.tar.gz https://dev.gentoo.org/~swift/patches/setools/${P}-03-gentoo-patches.tar.gz" diff --git a/app-admin/setools/setools-3.3.8-r7.ebuild b/app-admin/setools/setools-3.3.8-r7.ebuild index 4df0e60..a200b51 100644 --- a/app-admin/setools/setools-3.3.8-r7.ebuild +++ b/app-admin/setools/setools-3.3.8-r7.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$ @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_4 ) inherit autotools java-pkg-opt-2 python-r1 eutils toolchain-funcs DESCRIPTION="SELinux policy tools" -HOMEPAGE="http://www.tresys.com/selinux/selinux_policy_tools.shtml" +HOMEPAGE="https://github.com/TresysTechnology/setools/wiki" SRC_URI="http://oss.tresys.com/projects/setools/chrome/site/dists/${P}/${P}.tar.bz2 https://dev.gentoo.org/~perfinion/patches/setools/${P}-04-gentoo-patches.tar.bz2"