From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-apps/
Date: Thu, 13 Oct 2022 18:12:05 +0000 (UTC) [thread overview]
Message-ID: <1665684706.69fd09ee4b5f0a2fd4c56c4a29dd668ddbd0024c.mattst88@gentoo> (raw)
commit: 69fd09ee4b5f0a2fd4c56c4a29dd668ddbd0024c
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 18:04:16 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 18:11:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69fd09ee
x11-base/xorg-apps: Add new metapackage
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-base/xorg-apps/metadata.xml | 9 ++++
x11-base/xorg-apps/xorg-apps-1.ebuild | 93 +++++++++++++++++++++++++++++++++++
2 files changed, 102 insertions(+)
diff --git a/x11-base/xorg-apps/metadata.xml b/x11-base/xorg-apps/metadata.xml
new file mode 100644
index 000000000000..2a95a1e26c99
--- /dev/null
+++ b/x11-base/xorg-apps/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>x11@gentoo.org</email>
+ <name>X11</name>
+</maintainer>
+<stabilize-allarches/>
+</pkgmetadata>
diff --git a/x11-base/xorg-apps/xorg-apps-1.ebuild b/x11-base/xorg-apps/xorg-apps-1.ebuild
new file mode 100644
index 000000000000..608313220ee2
--- /dev/null
+++ b/x11-base/xorg-apps/xorg-apps-1.ebuild
@@ -0,0 +1,93 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="X11 Applications (meta package)"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+
+LICENSE="metapackage"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="
+ x11-apps/appres
+ x11-apps/bdftopcf
+ x11-apps/beforelight
+ x11-apps/bitmap
+ x11-apps/editres
+ x11-apps/fonttosfnt
+ x11-apps/fslsfonts
+ x11-apps/fstobdf
+ x11-apps/iceauth
+ x11-apps/ico
+ x11-apps/listres
+ x11-apps/luit
+ x11-apps/mkfontscale
+ x11-apps/oclock
+ x11-apps/rgb
+ x11-apps/rstart
+ x11-apps/scripts
+ x11-apps/sessreg
+ x11-apps/setxkbmap
+ x11-apps/showfont
+ x11-apps/smproxy
+ x11-apps/transset
+ x11-apps/viewres
+ x11-apps/x11perf
+ x11-apps/xauth
+ x11-apps/xbacklight
+ x11-apps/xbiff
+ x11-apps/xcalc
+ x11-apps/xclipboard
+ x11-apps/xclock
+ x11-apps/xcmsdb
+ x11-apps/xconsole
+ x11-apps/xcursorgen
+ x11-apps/xdbedizzy
+ x11-apps/xditview
+ x11-apps/xdm
+ x11-apps/xdpyinfo
+ x11-apps/xdriinfo
+ x11-apps/xedit
+ x11-apps/xev
+ x11-apps/xeyes
+ x11-apps/xf86dga
+ x11-apps/xfd
+ x11-apps/xfontsel
+ x11-apps/xgamma
+ x11-apps/xgc
+ x11-apps/xhost
+ x11-apps/xinit
+ x11-apps/xinput
+ x11-apps/xkbcomp
+ x11-apps/xkbevd
+ x11-apps/xkbprint
+ x11-apps/xkbutils
+ x11-apps/xkill
+ x11-apps/xload
+ x11-apps/xlogo
+ x11-apps/xlsatoms
+ x11-apps/xlsclients
+ x11-apps/xlsfonts
+ x11-apps/xmag
+ x11-apps/xman
+ x11-apps/xmessage
+ x11-apps/xmodmap
+ x11-apps/xmore
+ x11-apps/xpr
+ x11-apps/xprop
+ x11-apps/xrandr
+ x11-apps/xrdb
+ x11-apps/xrefresh
+ x11-apps/xrestop
+ x11-apps/xset
+ x11-apps/xsetroot
+ x11-apps/xsm
+ x11-apps/xstdcmap
+ x11-apps/xvidtune
+ x11-apps/xvinfo
+ x11-apps/xwd
+ x11-apps/xwininfo
+ x11-apps/xwud
+"
next reply other threads:[~2022-10-13 18:12 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-13 18:12 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-19 0:22 [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-apps/ Georgy Yakovlev
2022-12-14 10:15 Georgy Yakovlev
2022-12-14 10:24 Georgy Yakovlev
2022-12-27 5:58 Georgy Yakovlev
2023-03-04 14:45 Matt Turner
2023-04-26 20:35 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=1665684706.69fd09ee4b5f0a2fd4c56c4a29dd668ddbd0024c.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