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 B66AE139345 for ; Thu, 8 Jul 2021 01:34:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6655AE0D98; Thu, 8 Jul 2021 01:34:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D5DC7E0D64 for ; Thu, 8 Jul 2021 01:34:08 +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 550B6342B38 for ; Thu, 8 Jul 2021 01:34:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E2B5581 for ; Thu, 8 Jul 2021 01:34:05 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1625707557.2ce34ec9778387d335c1537bb2325ecc359fb452.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxcvt/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libxcvt/Manifest x11-libs/libxcvt/libxcvt-0.1.0.ebuild x11-libs/libxcvt/libxcvt-9999.ebuild x11-libs/libxcvt/metadata.xml X-VCS-Directories: x11-libs/libxcvt/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 2ce34ec9778387d335c1537bb2325ecc359fb452 X-VCS-Branch: master Date: Thu, 8 Jul 2021 01:34:05 +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: 4b7dfd03-ad23-400e-b93f-2c2b5484d8e6 X-Archives-Hash: f9948ae75e9639d388398d461f732081 commit: 2ce34ec9778387d335c1537bb2325ecc359fb452 Author: Matt Turner gentoo org> AuthorDate: Sat Jun 26 20:41:32 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Jul 8 01:25:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce34ec9 x11-libs/libxcvt: Add new package Signed-off-by: Matt Turner gentoo.org> x11-libs/libxcvt/Manifest | 1 + x11-libs/libxcvt/libxcvt-0.1.0.ebuild | 20 ++++++++++++++++++++ x11-libs/libxcvt/libxcvt-9999.ebuild | 20 ++++++++++++++++++++ x11-libs/libxcvt/metadata.xml | 8 ++++++++ 4 files changed, 49 insertions(+) diff --git a/x11-libs/libxcvt/Manifest b/x11-libs/libxcvt/Manifest new file mode 100644 index 00000000000..c82809b1314 --- /dev/null +++ b/x11-libs/libxcvt/Manifest @@ -0,0 +1 @@ +DIST libxcvt-0.1.0.tar.xz 7912 BLAKE2B 31653a085fc8c60ff3eb1cb3749e382f2b98b1aa967bfe6f4e8ec94536b35ec73f0d8cbd76be782f46c81255c166a889141dfebb41448db5ad8e29797b340d3b SHA512 c2ca7abfc2954cf4427e0b3c3e302aad438525118dc9fa2047fce2bce6578863696387af8eb7adfad40af6313d9d9c87a9dcaf7e026e8049d48118063f6f0088 diff --git a/x11-libs/libxcvt/libxcvt-0.1.0.ebuild b/x11-libs/libxcvt/libxcvt-0.1.0.ebuild new file mode 100644 index 00000000000..0ad3f5af940 --- /dev/null +++ b/x11-libs/libxcvt/libxcvt-0.1.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +XORG_TARBALL_SUFFIX="xz" + +inherit xorg-3 meson + +if [[ ${PV} != *9999* ]]; then + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +fi + +DESCRIPTION="X.Org xcvt library and cvt program" + +RDEPEND="! + + + + x11@gentoo.org + X11 + +