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 763FF138332 for ; Mon, 23 Apr 2018 14:47:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94971E0B01; Mon, 23 Apr 2018 14:47:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5923DE0B01 for ; Mon, 23 Apr 2018 14:47:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 288EF335C59 for ; Mon, 23 Apr 2018 14:47:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AB9C296 for ; Mon, 23 Apr 2018 14:47:13 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1524494820.037699f6a31d599da4814e4d720996f46d56aa97.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/asn1-types/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/asn1-types/asn1-types-0.2.0.ebuild dev-haskell/asn1-types/asn1-types-0.2.3.ebuild dev-haskell/asn1-types/asn1-types-0.3.0.ebuild dev-haskell/asn1-types/asn1-types-0.3.2.ebuild X-VCS-Directories: dev-haskell/asn1-types/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 037699f6a31d599da4814e4d720996f46d56aa97 X-VCS-Branch: master Date: Mon, 23 Apr 2018 14:47: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: 649867c4-1eb3-4ad9-9b82-5fd72e8f9c2c X-Archives-Hash: 6b6a539a83e47d9f785d317d55f066dc commit: 037699f6a31d599da4814e4d720996f46d56aa97 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Apr 18 07:30:43 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Apr 23 14:47:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=037699f6 dev-haskell/asn1-types: fix HOMEPAGE dev-haskell/asn1-types/asn1-types-0.2.0.ebuild | 4 ++-- dev-haskell/asn1-types/asn1-types-0.2.3.ebuild | 4 ++-- dev-haskell/asn1-types/asn1-types-0.3.0.ebuild | 4 ++-- dev-haskell/asn1-types/asn1-types-0.3.2.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-haskell/asn1-types/asn1-types-0.2.0.ebuild b/dev-haskell/asn1-types/asn1-types-0.2.0.ebuild index 63cddf1805b..1d4755fe01c 100644 --- a/dev-haskell/asn1-types/asn1-types-0.2.0.ebuild +++ b/dev-haskell/asn1-types/asn1-types-0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="ASN.1 types" -HOMEPAGE="https://github.com/vincenthz/hs-asn1-types" +HOMEPAGE="https://github.com/vincenthz/hs-asn1/tree/master/types" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/asn1-types/asn1-types-0.2.3.ebuild b/dev-haskell/asn1-types/asn1-types-0.2.3.ebuild index d3cb7e34d90..f41fb9930df 100644 --- a/dev-haskell/asn1-types/asn1-types-0.2.3.ebuild +++ b/dev-haskell/asn1-types/asn1-types-0.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="ASN.1 types" -HOMEPAGE="https://github.com/vincenthz/hs-asn1-types" +HOMEPAGE="https://github.com/vincenthz/hs-asn1/tree/master/types" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/asn1-types/asn1-types-0.3.0.ebuild b/dev-haskell/asn1-types/asn1-types-0.3.0.ebuild index 403342387e4..ddf5116f6a6 100644 --- a/dev-haskell/asn1-types/asn1-types-0.3.0.ebuild +++ b/dev-haskell/asn1-types/asn1-types-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="ASN.1 types" -HOMEPAGE="https://github.com/vincenthz/hs-asn1-types" +HOMEPAGE="https://github.com/vincenthz/hs-asn1/tree/master/types" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/asn1-types/asn1-types-0.3.2.ebuild b/dev-haskell/asn1-types/asn1-types-0.3.2.ebuild index 1758774165a..ba9aebbb1b0 100644 --- a/dev-haskell/asn1-types/asn1-types-0.3.2.ebuild +++ b/dev-haskell/asn1-types/asn1-types-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="ASN.1 types" -HOMEPAGE="https://github.com/vincenthz/hs-asn1-types" +HOMEPAGE="https://github.com/vincenthz/hs-asn1/tree/master/types" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD"