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 27DD0138333 for ; Wed, 7 Mar 2018 06:31:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F964E0966; Wed, 7 Mar 2018 06:31:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DD39E0969 for ; Wed, 7 Mar 2018 06:31:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07868335C2E for ; Wed, 7 Mar 2018 06:31:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55B76243 for ; Wed, 7 Mar 2018 06:31:53 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1520404131.e15ec790a70c03a11c37135f965dec7744b6fd7a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/unoconv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/unoconv/unoconv-0.8.2.ebuild X-VCS-Directories: app-office/unoconv/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e15ec790a70c03a11c37135f965dec7744b6fd7a X-VCS-Branch: master Date: Wed, 7 Mar 2018 06:31:53 +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: 53916053-8dc1-4d40-986e-184fbac048a1 X-Archives-Hash: adb76389099ab911e4c8c7aae62149e9 commit: e15ec790a70c03a11c37135f965dec7744b6fd7a Author: Hans de Graaff gentoo org> AuthorDate: Wed Mar 7 06:28:51 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Mar 7 06:28:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15ec790 app-office/unoconv: update HOMEPAGE Closes: https://bugs.gentoo.org/649722 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-office/unoconv/unoconv-0.8.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/unoconv/unoconv-0.8.2.ebuild b/app-office/unoconv/unoconv-0.8.2.ebuild index 15bab5d0ef5..77e0c1f8782 100644 --- a/app-office/unoconv/unoconv-0.8.2.ebuild +++ b/app-office/unoconv/unoconv-0.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit eutils python-single-r1 REQUIRED_USE="${PYTHON_REQUIRED_USE}" DESCRIPTION="Convert between document formats supported by Libreoffice" -HOMEPAGE="http://dag.wieers.com/home-made/unoconv/" +HOMEPAGE="http://dag.wiee.rs/home-made/unoconv/" SRC_URI="https://github.com/dagwieers/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"