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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 958DF158086 for ; Sun, 26 Dec 2021 00:20:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AAC52BC054; Sun, 26 Dec 2021 00:20:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CEE932BC045 for ; Sun, 26 Dec 2021 00:20:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8C81343083 for ; Sun, 26 Dec 2021 00:20:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B7F4286 for ; Sun, 26 Dec 2021 00:20:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1640477988.de8474a74b391184128f061167b6c35c5ad8b28c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/obstack-standalone/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild X-VCS-Directories: sys-libs/obstack-standalone/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: de8474a74b391184128f061167b6c35c5ad8b28c X-VCS-Branch: master Date: Sun, 26 Dec 2021 00:20:27 +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: 47d03ea6-5c5b-4efa-9567-90898a3a39e6 X-Archives-Hash: d35f05c7c6be19de6151db80861b23e4 commit: de8474a74b391184128f061167b6c35c5ad8b28c Author: Sam James gentoo org> AuthorDate: Sun Dec 26 00:16:02 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 26 00:19:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8474a7 sys-libs/obstack-standalone: drop trailing full stop from DESCRIPTION Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild b/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild index 12d8cbc9eb24..e39d0b9acb48 100644 --- a/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild +++ b/sys-libs/obstack-standalone/obstack-standalone-1.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools -DESCRIPTION="A standalone library to implement GNU libc's obstack." +DESCRIPTION="A standalone library to implement GNU libc's obstack" HOMEPAGE="https://github.com/pullmoll/musl-obstack" SRC_URI="https://github.com/pullmoll/musl-obstack/archive/v${PV}.tar.gz -> ${P}.tar.gz"