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 65BEE138335 for ; Tue, 4 Dec 2018 10:06:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D67DE0BBE; Tue, 4 Dec 2018 10:06:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E825CE0BBE for ; Tue, 4 Dec 2018 10:06:52 +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 90EB1335C7D for ; Tue, 4 Dec 2018 10:06:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A4A84D8 for ; Tue, 4 Dec 2018 10:06:48 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1543918002.9c684027616925784f410b5e6c00d53f875af9da.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/unrtf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/unrtf/Manifest app-text/unrtf/unrtf-0.21.10.ebuild X-VCS-Directories: app-text/unrtf/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9c684027616925784f410b5e6c00d53f875af9da X-VCS-Branch: master Date: Tue, 4 Dec 2018 10:06:48 +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: 76f773cf-8be7-4681-be1e-bc88eefcf069 X-Archives-Hash: 2d629b75749fa2859a5bea76dd54fc93 commit: 9c684027616925784f410b5e6c00d53f875af9da Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 4 10:06:29 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 4 10:06:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c684027 app-text/unrtf: Bump to version 0.21.10 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> app-text/unrtf/Manifest | 1 + app-text/unrtf/unrtf-0.21.10.ebuild | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/app-text/unrtf/Manifest b/app-text/unrtf/Manifest index c513a8d2590..ced6ba67157 100644 --- a/app-text/unrtf/Manifest +++ b/app-text/unrtf/Manifest @@ -1 +1,2 @@ +DIST unrtf-0.21.10.tar.gz 812696 BLAKE2B 3edc654feee461bb785877c3c3829462b9f55556e352bd12a19e426911336e161431badf5fdf5e00b0c488ca1804a0922ac7eb6980ebec58232112f6cf156f34 SHA512 31bedd1a23a052c1235e1328a12b346a0fe48b3f3cf78d72c068fe0d3edf18bc78f4c9dfe2f093ee8b4f3c79e923c6ceda49bc257d191dd5371f9273809343c9 DIST unrtf-0.21.9.tar.gz 828590 BLAKE2B 832ab672265efa8f1ed5dfdcc73e310ef920199db57cc2be5303c7d0c502a15e7027cb9539ee5a27df66e2589d9dce88aac40d465f87d39770de9c4b5d886b8f SHA512 56d279ba8c8c20b8e39705dd4313c2b1607273d02ca2cdaeca5771bdbb3d99c338b816671dba1037961879be8ac6efddcd1af4cecb5c337f899575cae2989c03 diff --git a/app-text/unrtf/unrtf-0.21.10.ebuild b/app-text/unrtf/unrtf-0.21.10.ebuild new file mode 100644 index 00000000000..d884d13ac0a --- /dev/null +++ b/app-text/unrtf/unrtf-0.21.10.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Converts RTF files to various formats" +HOMEPAGE="https://www.gnu.org/software/unrtf/unrtf.html" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" +IUSE=""