commit:     0df57c04fcbe5ed1e70b0d4ec342935af9ba4d4a
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Thu Jul  1 19:08:00 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 03:07:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df57c04

app-eselect/eselect-fontconfig: drop fontconfig dependency

The eselect module doesn't actually use any part of fontconfig, so
drop it to behave like other eselect modules and remove a circular
dependency.

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../eselect-fontconfig-1.1-r2.ebuild                | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r2.ebuild 
b/app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r2.ebuild
new file mode 100644
index 000000000000..b297012ac992
--- /dev/null
+++ b/app-eselect/eselect-fontconfig/eselect-fontconfig-1.1-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="An eselect module to manage /etc/fonts/conf.d symlinks"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage";
+SRC_URI="mirror://gentoo/fontconfig.eselect-${PV}.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND=">=app-admin/eselect-1.2.3"
+
+S=${WORKDIR}
+
+src_install() {
+       insinto /usr/share/eselect/modules
+       newins fontconfig.eselect-${PV} fontconfig.eselect
+}

Reply via email to