public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxcvt/
Date: Thu,  8 Jul 2021 01:34:05 +0000 (UTC)	[thread overview]
Message-ID: <1625707557.2ce34ec9778387d335c1537bb2325ecc359fb452.mattst88@gentoo> (raw)

commit:     2ce34ec9778387d335c1537bb2325ecc359fb452
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 26 20:41:32 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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-base/xorg-server-1.20.11-r3"
+
+# Override xorg-3's src_prepare
+src_prepare() {
+	default
+}

diff --git a/x11-libs/libxcvt/libxcvt-9999.ebuild b/x11-libs/libxcvt/libxcvt-9999.ebuild
new file mode 100644
index 00000000000..0ad3f5af940
--- /dev/null
+++ b/x11-libs/libxcvt/libxcvt-9999.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-base/xorg-server-1.20.11-r3"
+
+# Override xorg-3's src_prepare
+src_prepare() {
+	default
+}

diff --git a/x11-libs/libxcvt/metadata.xml b/x11-libs/libxcvt/metadata.xml
new file mode 100644
index 00000000000..7a7bbf81054
--- /dev/null
+++ b/x11-libs/libxcvt/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>x11@gentoo.org</email>
+		<name>X11</name>
+	</maintainer>
+</pkgmetadata>


             reply	other threads:[~2021-07-08  1:34 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-08  1:34 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-13 21:56 [gentoo-commits] repo/gentoo:master commit in: x11-libs/libxcvt/ Sam James
2021-08-13 21:56 Sam James
2021-08-20  0:28 Sam James
2021-10-28 17:38 Matt Turner
2021-10-30 23:43 Sam James
2021-11-07 22:10 Jakov Smolić
2021-11-15  8:38 Jakov Smolić
2021-11-17  7:49 Sam James
2021-11-18  7:48 Matt Turner
2022-01-18 12:26 Sam James
2022-01-20 11:47 Sam James
2022-01-21 12:25 Sam James
2022-02-01 20:59 Arthur Zamarin
2022-02-01 21:13 Arthur Zamarin
2022-07-19 17:25 Matt Turner
2022-07-26 15:15 Agostino Sarubbo
2022-07-26 15:24 Agostino Sarubbo
2022-08-15 14:33 Sam James
2022-08-15 18:03 Arthur Zamarin
2022-08-15 19:39 Arthur Zamarin
2022-08-17  5:57 Arthur Zamarin
2022-08-17 16:11 Arthur Zamarin
2024-12-14  2:19 Matt Turner
2025-01-17 19:11 Arthur Zamarin
2025-01-17 19:13 Arthur Zamarin
2025-01-17 20:01 Arthur Zamarin
2025-01-18  7:11 Arthur Zamarin
2025-01-24  3:55 Matt Turner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1625707557.2ce34ec9778387d335c1537bb2325ecc359fb452.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox