summaryrefslogtreecommitdiff
path: root/x11-libs/libyui
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
commite68d405c5d712af4387159df07e226217bdda049 (patch)
tree009ab0f3d427f0813e62930d71802cb054c07e30 /x11-libs/libyui
parent401101f9c8077911929d3f2b60a37098460a5d89 (diff)
gentoo resync : 06.04.2022
Diffstat (limited to 'x11-libs/libyui')
-rw-r--r--x11-libs/libyui/Manifest3
-rw-r--r--x11-libs/libyui/libyui-3.3.3.ebuild45
-rw-r--r--x11-libs/libyui/metadata.xml11
3 files changed, 0 insertions, 59 deletions
diff --git a/x11-libs/libyui/Manifest b/x11-libs/libyui/Manifest
deleted file mode 100644
index 4cf75bbbb4ff..000000000000
--- a/x11-libs/libyui/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST libyui-3.3.3.tar.gz 230452 BLAKE2B 4be43bb4959eac5cd7c5974774130cb948367cae55dc83ad67b26d0c57f79cd1b8a7328b695478c450c3373167d0d74e2455e7804b4f25fd51b8386ceb113df1 SHA512 1db31218703c90e7b8b877b613997e0984275a0923c7837c6e813626c0037d56d524168e0f56e8ca36561c1af5480a0f379e8f87fbc4a380570a6d9ab336977f
-EBUILD libyui-3.3.3.ebuild 1143 BLAKE2B 023dc46e1055c7aba6cbf9e6fde3a889bbcadecf3428404e77302e3401e4d2ed16902e39bb8290503e6f071f796f6488f09f8ebe2d5ffab3dce2d689eccd9f2e SHA512 a7e6ad53406ca5314c71533f766d1f5b791cb99395e6ced6fd9985be53bfbe921a4260af77d6a4d4d693f94d61a0615fa088487e1db661136ea044469197d0b9
-MISC metadata.xml 505 BLAKE2B d61ea9261584ac7655b5458d97af6fdde53813a5509ca0034cce650bd795661db3cf44d59e6949a121b0e486071b7b31f9e48fe5477121f828aebe10577c94ac SHA512 982c10436668c3ecfe26a96111d21094f8899c6366be4b8fcc9081f5d6fb0bfe1efaeb3dee87ef75cf4f5ac2b98ede57a369fc12a19805f86657178c873c572c
diff --git a/x11-libs/libyui/libyui-3.3.3.ebuild b/x11-libs/libyui/libyui-3.3.3.ebuild
deleted file mode 100644
index 75f632ca8ee1..000000000000
--- a/x11-libs/libyui/libyui-3.3.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="UI abstraction library"
-HOMEPAGE="https://github.com/libyui/libyui"
-SRC_URI="https://github.com/libyui/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0/6"
-KEYWORDS="~amd64 ~x86"
-IUSE="gtk ncurses qt5 static-libs"
-
-# Only Boost headers are needed
-DEPEND="dev-libs/boost"
-PDEPEND="
- gtk? ( x11-libs/libyui-gtk:${SLOT} )
- ncurses? ( x11-libs/libyui-ncurses:${SLOT} )
- qt5? ( x11-libs/libyui-qt:${SLOT} )
-"
-
-REQUIRED_USE="|| ( gtk ncurses qt5 )"
-
-src_prepare() {
- cp buildtools/CMakeLists.common CMakeLists.txt || die
-
- # TODO: set proper docs deps and USE flag for building them
- sed -i -e '/SET_AUTODOCS/d' CMakeLists.txt || die 'sed on CMakeLists.txt failed'
- sed -i -e 's/src examples/src/' PROJECTINFO.cmake || die 'sed on PROJECTINFO.cmake failed'
-
- cmake-utils_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DDOC_DIR="${EPREFIX}/usr/share/doc/${PF}"
- -DENABLE_STATIC=$(usex static-libs)
- -DENABLE_WERROR=OFF
- -DRESPECT_FLAGS=ON
- )
- cmake-utils_src_configure
-}
diff --git a/x11-libs/libyui/metadata.xml b/x11-libs/libyui/metadata.xml
deleted file mode 100644
index d5d0469a37e4..000000000000
--- a/x11-libs/libyui/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!--maintainer-needed-->
- <longdescription lang="en">
-YaST2 user interface engine that provides the abstraction from graphical user interfaces (Qt, Gtk) and text based user interfaces (ncurses). This can be used independently of YaST2 for generic (C++) applications.
-</longdescription>
- <upstream>
- <remote-id type="github">libyui/libyui</remote-id>
- </upstream>
-</pkgmetadata>