summaryrefslogtreecommitdiff
path: root/x11-misc/xbitmaps
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /x11-misc/xbitmaps
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'x11-misc/xbitmaps')
-rw-r--r--x11-misc/xbitmaps/Manifest2
-rw-r--r--x11-misc/xbitmaps/metadata.xml11
-rw-r--r--x11-misc/xbitmaps/xbitmaps-1.1.3.ebuild14
-rw-r--r--x11-misc/xbitmaps/xbitmaps-1.1.4.ebuild14
4 files changed, 41 insertions, 0 deletions
diff --git a/x11-misc/xbitmaps/Manifest b/x11-misc/xbitmaps/Manifest
new file mode 100644
index 000000000000..8ae2787f0806
--- /dev/null
+++ b/x11-misc/xbitmaps/Manifest
@@ -0,0 +1,2 @@
+DIST xbitmaps-1.1.3.tar.xz 109772 BLAKE2B e5ffeed910131fafe7346bc26920dc27a9ef55b069a36cc969183cc7b02a732a781e1fd295ec2577fbb472efc566f18aa2d534e18e94d4a8abc66db0177bd26e SHA512 b9a7340385fcce2dcd0204f14a462685b14b72ff58f3ec53cd76695bef2b02af902bdac809622dcb27fd4075d5ba13587b5d059530aff502cd5288d161352814
+DIST xbitmaps-1.1.4.tar.xz 114616 BLAKE2B 20ea4e1c6eb7c00fbae3817834fefc4a145c17aaa1e88ccc25d548a06350e113316d6238605bf104bcd95725fc9c4412e7beed73dc42ba1461a505cd8d6ae241 SHA512 7da5e506effdfcf7344fc8209f47c1ec4c2e9f639e677f8701c36e1e5728037357478af3dd030ca93f3e36a3e1eaad1bb97596aba85868f01b52b420b825a10f
diff --git a/x11-misc/xbitmaps/metadata.xml b/x11-misc/xbitmaps/metadata.xml
new file mode 100644
index 000000000000..878ce12c5523
--- /dev/null
+++ b/x11-misc/xbitmaps/metadata.xml
@@ -0,0 +1,11 @@
+<?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>
+<upstream>
+ <remote-id type="freedesktop-gitlab">xorg/data/bitmaps</remote-id>
+</upstream>
+</pkgmetadata>
diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.3.ebuild b/x11-misc/xbitmaps/xbitmaps-1.1.3.ebuild
new file mode 100644
index 000000000000..110935725e32
--- /dev/null
+++ b/x11-misc/xbitmaps/xbitmaps-1.1.3.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_MODULE=data/
+inherit xorg-3
+
+DESCRIPTION="X.Org bitmaps data"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris"
+
+# there is nothing to compile for this package, all its contents are produced by
+# configure. the only make job that matters is make install
+src_compile() { true; }
diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.4.ebuild b/x11-misc/xbitmaps/xbitmaps-1.1.4.ebuild
new file mode 100644
index 000000000000..ce1ee1288fe2
--- /dev/null
+++ b/x11-misc/xbitmaps/xbitmaps-1.1.4.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_MODULE=data/
+inherit xorg-meson
+
+DESCRIPTION="X.Org bitmaps data"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
+
+# there is nothing to compile for this package, all its contents are produced by
+# meson configure. the only meson job that matters is meson install.
+src_compile() { true; }