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 9AF9E138350 for ; Fri, 17 Jan 2020 19:09:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCF68E0898; Fri, 17 Jan 2020 19:09:30 +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 A7551E0898 for ; Fri, 17 Jan 2020 19:09:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C1F4834E1ED for ; Fri, 17 Jan 2020 19:09:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A92E8E3 for ; Fri, 17 Jan 2020 19:09:24 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1579288135.44b6e458711ba15012f19b81abf7346e05937969.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/utfcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/utfcpp/Manifest dev-libs/utfcpp/utfcpp-2.3.4.ebuild X-VCS-Directories: dev-libs/utfcpp/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 44b6e458711ba15012f19b81abf7346e05937969 X-VCS-Branch: master Date: Fri, 17 Jan 2020 19:09:24 +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: a2fa3ba0-c64f-4f6a-b5aa-69a73aab0ff5 X-Archives-Hash: a8063952656e68fce93fc9666a8e96bc commit: 44b6e458711ba15012f19b81abf7346e05937969 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Fri Jan 17 18:01:00 2020 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Jan 17 19:08:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b6e458 dev-libs/utfcpp: Delete old version (2.3.4). Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> Signed-off-by: Mike Gilbert gentoo.org> dev-libs/utfcpp/Manifest | 1 - dev-libs/utfcpp/utfcpp-2.3.4.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-libs/utfcpp/Manifest b/dev-libs/utfcpp/Manifest index 01d91412840..eb0f6b3cda3 100644 --- a/dev-libs/utfcpp/Manifest +++ b/dev-libs/utfcpp/Manifest @@ -1,2 +1 @@ -DIST utf8_v2_3_4.zip 22422 BLAKE2B cf736876a99068c7e5cb1b0b892d1d63cb38906c993c60b78c8c5625aef86fac3a849551771d0840c3cccf04f1a3617216cbd4684fa5cdde0037e3901c70ff4b SHA512 0e85e443e7bd4ecbe85dedfb7bdf8b1767808108b3a4fc1c0c508bcf74787539ae0af95a31a70e715ca872689ac4d7233afc075ceb375375d26743f92051e222 DIST utfcpp-3.1.tar.gz 25871 BLAKE2B 6bafb933b777e842375b3dc6b1b5bc41efb0e9f40bbd33ccbbaf07b57a28c4e485d596725297fc2de83c23fa3c66872519883727714d236f4a37e07ed4825fc9 SHA512 826ac7aa61215ac2144fa3f5edc7f291c3dd25dc69b0c82526840f4651f822515ec262915e1117d975e5c5dd729f6166806a5d397262f59a2b323eb7009671f5 diff --git a/dev-libs/utfcpp/utfcpp-2.3.4.ebuild b/dev-libs/utfcpp/utfcpp-2.3.4.ebuild deleted file mode 100644 index 97954a553c9..00000000000 --- a/dev-libs/utfcpp/utfcpp-2.3.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Portable and lightweight generic library for handling UTF-8 strings" -HOMEPAGE="https://sourceforge.net/projects/utfcpp/" -SRC_URI="mirror://sourceforge/utfcpp/utf8_v${PV//./_}.zip" - -LICENSE="Boost-1.0" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="" - -S="${WORKDIR}/source" - -src_install() { - doheader utf8.h - insinto /usr/include/utf8 - doins utf8/{checked,unchecked,core}.h -}