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 6EBBF13832E for ; Fri, 5 Aug 2016 15:17:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5776FE0B27; Fri, 5 Aug 2016 15:17:48 +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 D7B8CE0B27 for ; Fri, 5 Aug 2016 15:17:47 +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 AB87A340AB2 for ; Fri, 5 Aug 2016 15:17:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D69BF2434 for ; Fri, 5 Aug 2016 15:17:44 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1470410242.caab69c36eb1ac051455fd5a21f5be2c1600040f.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/gaupol/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/gaupol/gaupol-0.19.2-r1.ebuild media-video/gaupol/gaupol-0.28.2-r1.ebuild X-VCS-Directories: media-video/gaupol/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: caab69c36eb1ac051455fd5a21f5be2c1600040f X-VCS-Branch: master Date: Fri, 5 Aug 2016 15:17:44 +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: 57d34034-809a-486f-9042-5dca3d8257f2 X-Archives-Hash: f5469798248b335df26b2b3a75ea3a99 commit: caab69c36eb1ac051455fd5a21f5be2c1600040f Author: Louis Sautier gmail com> AuthorDate: Fri Aug 5 12:30:13 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Aug 5 15:17:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caab69c3 media-video/gaupol: update HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/2021 Package-Manager: portage-2.3.0 media-video/gaupol/gaupol-0.19.2-r1.ebuild | 4 ++-- media-video/gaupol/gaupol-0.28.2-r1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-video/gaupol/gaupol-0.19.2-r1.ebuild b/media-video/gaupol/gaupol-0.19.2-r1.ebuild index 95344e1..9b338dc 100644 --- a/media-video/gaupol/gaupol-0.19.2-r1.ebuild +++ b/media-video/gaupol/gaupol-0.19.2-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$ @@ -11,7 +11,7 @@ inherit distutils-r1 fdo-mime gnome2-utils versionator MAJOR_MINOR_VERSION="$(get_version_component_range 1-2)" DESCRIPTION="Gaupol is a subtitle editor for text-based subtitles" -HOMEPAGE="http://home.gna.org/gaupol" +HOMEPAGE="http://otsaloma.io/gaupol/" SRC_URI="http://download.gna.org/${PN}/${MAJOR_MINOR_VERSION}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/media-video/gaupol/gaupol-0.28.2-r1.ebuild b/media-video/gaupol/gaupol-0.28.2-r1.ebuild index 723c855..6a02378 100644 --- a/media-video/gaupol/gaupol-0.28.2-r1.ebuild +++ b/media-video/gaupol/gaupol-0.28.2-r1.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 fdo-mime gnome2-utils versionator virtualx MAJOR_MINOR_VERSION="$(get_version_component_range 1-2)" DESCRIPTION="A subtitle editor for text-based subtitles" -HOMEPAGE="http://home.gna.org/gaupol" +HOMEPAGE="http://otsaloma.io/gaupol/" SRC_URI="http://download.gna.org/${PN}/${MAJOR_MINOR_VERSION}/${P}.tar.xz" LICENSE="GPL-2"