mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-libs/libxcvt: Add new package
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
1
x11-libs/libxcvt/Manifest
Normal file
1
x11-libs/libxcvt/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST libxcvt-0.1.0.tar.xz 7912 BLAKE2B 31653a085fc8c60ff3eb1cb3749e382f2b98b1aa967bfe6f4e8ec94536b35ec73f0d8cbd76be782f46c81255c166a889141dfebb41448db5ad8e29797b340d3b SHA512 c2ca7abfc2954cf4427e0b3c3e302aad438525118dc9fa2047fce2bce6578863696387af8eb7adfad40af6313d9d9c87a9dcaf7e026e8049d48118063f6f0088
|
||||
20
x11-libs/libxcvt/libxcvt-0.1.0.ebuild
Normal file
20
x11-libs/libxcvt/libxcvt-0.1.0.ebuild
Normal file
@@ -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
|
||||
}
|
||||
20
x11-libs/libxcvt/libxcvt-9999.ebuild
Normal file
20
x11-libs/libxcvt/libxcvt-9999.ebuild
Normal file
@@ -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
|
||||
}
|
||||
8
x11-libs/libxcvt/metadata.xml
Normal file
8
x11-libs/libxcvt/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user