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 DECE815808C for ; Thu, 14 Apr 2022 03:48:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F76FE092E; Thu, 14 Apr 2022 03:47:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1B2ACE092A for ; Thu, 14 Apr 2022 03:47:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 06E63341F64 for ; Thu, 14 Apr 2022 03:47:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1176B3B0 for ; Thu, 14 Apr 2022 03:47:52 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1649907963.8c8ebcc728c8d9bfa647d302e471881c7ae8e957.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gmime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gmime/gmime-2.6.23-r1.ebuild dev-libs/gmime/gmime-3.2.11.ebuild dev-libs/gmime/gmime-3.2.7.ebuild dev-libs/gmime/gmime-3.2.9.ebuild X-VCS-Directories: dev-libs/gmime/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8c8ebcc728c8d9bfa647d302e471881c7ae8e957 X-VCS-Branch: master Date: Thu, 14 Apr 2022 03:47:52 +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: f2a1e0f6-2722-4849-a862-2f5e64fdb484 X-Archives-Hash: 73bd4b7b0ed3c358527a88a5b4a287f2 commit: 8c8ebcc728c8d9bfa647d302e471881c7ae8e957 Author: Joonas Niilola gentoo org> AuthorDate: Wed Apr 13 14:08:25 2022 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 14 03:46:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8ebcc7 dev-libs/gmime: update DESCRIPTIONs Signed-off-by: Joonas Niilola gentoo.org> dev-libs/gmime/gmime-2.6.23-r1.ebuild | 2 +- dev-libs/gmime/gmime-3.2.11.ebuild | 2 +- dev-libs/gmime/gmime-3.2.7.ebuild | 2 +- dev-libs/gmime/gmime-3.2.9.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/gmime/gmime-2.6.23-r1.ebuild b/dev-libs/gmime/gmime-2.6.23-r1.ebuild index 2a6e0ed982f4..cbeaa7bf8361 100644 --- a/dev-libs/gmime/gmime-2.6.23-r1.ebuild +++ b/dev-libs/gmime/gmime-2.6.23-r1.ebuild @@ -6,7 +6,7 @@ VALA_USE_DEPEND="vapigen" inherit gnome2 vala flag-o-matic -DESCRIPTION="Utilities for creating and parsing messages using MIME" +DESCRIPTION="Library for creating and parsing MIME messages" HOMEPAGE="http://spruce.sourceforge.net/gmime/" SLOT="2.6" diff --git a/dev-libs/gmime/gmime-3.2.11.ebuild b/dev-libs/gmime/gmime-3.2.11.ebuild index ccc807d2d80a..a7eed9e822c8 100644 --- a/dev-libs/gmime/gmime-3.2.11.ebuild +++ b/dev-libs/gmime/gmime-3.2.11.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit flag-o-matic gnome2 vala -DESCRIPTION="A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools" +DESCRIPTION="Library for creating and parsing MIME messages" HOMEPAGE="https://github.com/jstedfast/gmime http://spruce.sourceforge.net/gmime/" SRC_URI="https://github.com/jstedfast/${PN}/releases/download/${PV}/${P}.tar.xz" diff --git a/dev-libs/gmime/gmime-3.2.7.ebuild b/dev-libs/gmime/gmime-3.2.7.ebuild index b875e0ba71af..a4abd373a114 100644 --- a/dev-libs/gmime/gmime-3.2.7.ebuild +++ b/dev-libs/gmime/gmime-3.2.7.ebuild @@ -6,7 +6,7 @@ VALA_USE_DEPEND="vapigen" inherit flag-o-matic gnome2 vala -DESCRIPTION="Utilities for creating and parsing messages using MIME" +DESCRIPTION="Library for creating and parsing MIME messages" HOMEPAGE="https://gitlab.gnome.org/GNOME/gmime http://spruce.sourceforge.net/gmime/" SLOT="3.0" diff --git a/dev-libs/gmime/gmime-3.2.9.ebuild b/dev-libs/gmime/gmime-3.2.9.ebuild index ccc807d2d80a..a7eed9e822c8 100644 --- a/dev-libs/gmime/gmime-3.2.9.ebuild +++ b/dev-libs/gmime/gmime-3.2.9.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit flag-o-matic gnome2 vala -DESCRIPTION="A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools" +DESCRIPTION="Library for creating and parsing MIME messages" HOMEPAGE="https://github.com/jstedfast/gmime http://spruce.sourceforge.net/gmime/" SRC_URI="https://github.com/jstedfast/${PN}/releases/download/${PV}/${P}.tar.xz"