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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48C29158097 for ; Sun, 2 Oct 2022 22:00:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52832E085B; Sun, 2 Oct 2022 22:00:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C400E085B for ; Sun, 2 Oct 2022 22:00:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08FE0340EC3 for ; Sun, 2 Oct 2022 22:00:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FCD05F8 for ; Sun, 2 Oct 2022 22:00:04 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1664747990.63ac3e4163a093e0e27b74c21ab6b7801b836abc.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-Graphics/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r2.ebuild X-VCS-Directories: dev-perl/Bio-Graphics/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 63ac3e4163a093e0e27b74c21ab6b7801b836abc X-VCS-Branch: master Date: Sun, 2 Oct 2022 22:00:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 18bbb990-a8e3-4368-a969-d847a675059b X-Archives-Hash: 3e0065a66c18049cc734088a2f35faab commit: 63ac3e4163a093e0e27b74c21ab6b7801b836abc Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Oct 2 21:59:05 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Oct 2 21:59:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ac3e41 dev-perl/Bio-Graphics: fix license Closes: https://bugs.gentoo.org/721218 Signed-off-by: Andreas K. Hüttel gentoo.org> .../{Bio-Graphics-2.400.0-r1.ebuild => Bio-Graphics-2.400.0-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r2.ebuild similarity index 88% rename from dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild rename to dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r2.ebuild index 3b523ece82d4..b78c663e2978 100644 --- a/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r1.ebuild +++ b/dev-perl/Bio-Graphics/Bio-Graphics-2.400.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,6 +12,7 @@ DESCRIPTION="Generate images from Bio::Seq objects for visualization purposes" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +LICENSE="coldspringharbor" RDEPEND=" dev-perl/CGI