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 3745413832E for ; Sat, 30 Jul 2016 11:43:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60A0D21C088; Sat, 30 Jul 2016 11:43:10 +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 E29FD21C08A for ; Sat, 30 Jul 2016 11:43:09 +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 12D6D340D30 for ; Sat, 30 Jul 2016 11:43:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DED45E6B for ; Sat, 30 Jul 2016 11:43:07 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1469877638.966e5c9f125e8b9ae8c80486bf7599e6e60cadfd.bircoph@gentoo> Subject: [gentoo-commits] dev/bircoph:master commit in: media-gfx/dmtx-utils/ X-VCS-Repository: dev/bircoph X-VCS-Files: media-gfx/dmtx-utils/dmtx-utils-0.7.4.ebuild X-VCS-Directories: media-gfx/dmtx-utils/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 966e5c9f125e8b9ae8c80486bf7599e6e60cadfd X-VCS-Branch: master Date: Sat, 30 Jul 2016 11:43:07 +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: f5ab97c3-6cd1-4217-ab46-4458fddbe810 X-Archives-Hash: f91e93ac256271c55f199f147ef843a7 commit: 966e5c9f125e8b9ae8c80486bf7599e6e60cadfd Author: Andrew Savchenko gentoo org> AuthorDate: Sat Jul 30 11:20:38 2016 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Sat Jul 30 11:20:38 2016 +0000 URL: https://gitweb.gentoo.org/dev/bircoph.git/commit/?id=966e5c9f media-gfx/dmtx-utils: update HOMEPAGE media-gfx/dmtx-utils/dmtx-utils-0.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/dmtx-utils/dmtx-utils-0.7.4.ebuild b/media-gfx/dmtx-utils/dmtx-utils-0.7.4.ebuild index 750e2a8..ed8a056 100644 --- a/media-gfx/dmtx-utils/dmtx-utils-0.7.4.ebuild +++ b/media-gfx/dmtx-utils/dmtx-utils-0.7.4.ebuild @@ -5,7 +5,7 @@ EAPI=6 DESCRIPTION="Tools for reading and writing Data Matrix barcodes" -HOMEPAGE="http://www.libdmtx.org/" +HOMEPAGE="http://libdmtx.sourceforge.net/" SRC_URI="mirror://sourceforge/libdmtx/${P}.tar.bz2" LICENSE="LGPL-2.1"