From a9d192c1f0e09f79d95e3b5ddb9bd3655c3f9d4e Mon Sep 17 00:00:00 2001 From: Florian Tham Date: Sat, 22 Jan 2022 23:41:28 +0100 Subject: [PATCH] x11-misc/* entfernt --- x11-misc/polybar/Manifest | 1 - x11-misc/polybar/polybar-9999.ebuild | 46 ------------------------ x11-misc/rofi/Manifest | 2 -- x11-misc/rofi/metadata.xml | 17 --------- x11-misc/rofi/rofi-9999.ebuild | 52 ---------------------------- 5 files changed, 118 deletions(-) delete mode 100644 x11-misc/polybar/Manifest delete mode 100644 x11-misc/polybar/polybar-9999.ebuild delete mode 100644 x11-misc/rofi/Manifest delete mode 100644 x11-misc/rofi/metadata.xml delete mode 100644 x11-misc/rofi/rofi-9999.ebuild diff --git a/x11-misc/polybar/Manifest b/x11-misc/polybar/Manifest deleted file mode 100644 index 83e3c70..0000000 --- a/x11-misc/polybar/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD polybar-9999.ebuild 1022 SHA256 2a61b52c13d6af1c292a73a7596056f0aae909335c4fbafa971814791491be5f SHA512 aee6f55e29c2103121888c9e28f4a7452854a0b6f85670a6ed86f68731b4167ec6a0c0ba4d6e05996a79b7df836d12f37121872c9fe023a8ae57ac5102e0fa69 WHIRLPOOL 466d2999efb9d094efd58e39a701bf858eb49c2a13459ac802eb6188bbc72a0542bf06d22f552c9f59f7381951c20d961cc29de080617667d74382a9fe73b8e2 diff --git a/x11-misc/polybar/polybar-9999.ebuild b/x11-misc/polybar/polybar-9999.ebuild deleted file mode 100644 index 3c85162..0000000 --- a/x11-misc/polybar/polybar-9999.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit cmake-utils git-r3 - -DESCRIPTION="A fast and easy-to-use tool for creating status bars." -HOMEPAGE="https://github.com/jaagr/polybar" -EGIT_REPO_URI="https://github.com/jaagr/polybar.git" -EGIT_CLONE_TYPE="shallow" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="" - -IUSE="alsa i3wm mpd github +network" -RDEPEND=" - x11-libs/libxcb - dev-lang/python:2.7 - x11-proto/xcb-proto - x11-libs/xcb-util-wm - x11-libs/xcb-util-image - - alsa? ( media-libs/alsa-lib ) - i3wm? ( dev-libs/jsoncpp ) - mpd? ( media-libs/libmpdclient ) - github? ( net-misc/curl ) - network? ( net-wireless/wireless-tools ) -" -DEPEND="${RDEPEND}" - -CMAKE_BUILD_TYPE=Release - -src_configure() { - local mycmakeargs=( - -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 - -DENABLE_ALSA="$(usex alsa)" - -DENABLE_MPD="$(usex mpd)" - -DENABLE_NETWORK="$(usex network)" - -DENABLE_I3="$(usex i3wm)" - -DENABLE_CURL="$(usex github)" - ) - cmake-utils_src_configure -} diff --git a/x11-misc/rofi/Manifest b/x11-misc/rofi/Manifest deleted file mode 100644 index ca18328..0000000 --- a/x11-misc/rofi/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD rofi-9999.ebuild 899 BLAKE2B 69ebb8dffcdcbb0b62b122901bad36bf4c9b318aeed1fdb854948f14f904d64f1170abfd484a5a36f7383033df9775d078ae7114726692e93ddf8748d8404976 SHA512 6ca3cb72ea3ef3d6a4bfe86b2c54c6ec199caf59cb4fec5d81563a4d77e3aae74d1c368d99a4efa8f542e621c200b189646012828926162d82e052ed4d40c6be -MISC metadata.xml 495 BLAKE2B 0a6c59c1d1db2ae103cf8165f39dfda9beb4dad681379f6f6bed7cf3f0a44f06e9cbd77457dfea4bcb0c42e3df8c6e2c7c83ea4a9185e1a4131db214d26058cd SHA512 afcce018b90e20d190e8da510c57b27b92508a40972fc5e573c185561dd0daa3ce3fd57c689c2ec65902087aaec7d1273ed151abdc5c6be76706f694c1c9510f diff --git a/x11-misc/rofi/metadata.xml b/x11-misc/rofi/metadata.xml deleted file mode 100644 index d9dc616..0000000 --- a/x11-misc/rofi/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - jer@gentoo.org - - - desktop-misc@gentoo.org - Gentoo Desktop Miscellaneous Project - - - Enable normal window mode - - - DaveDavenport/rofi - - diff --git a/x11-misc/rofi/rofi-9999.ebuild b/x11-misc/rofi/rofi-9999.ebuild deleted file mode 100644 index 628d981..0000000 --- a/x11-misc/rofi/rofi-9999.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools toolchain-funcs git-r3 - -DESCRIPTION="A window switcher, run dialog and dmenu replacement" -HOMEPAGE="https://davedavenport.github.io/rofi/" -EGIT_REPO_URI="https://github.com/DaveDavenport/${PN}" -EGIT_CLONE_TYPE=shallow - -LICENSE="MIT" -SLOT="0" -KEYWORDS="" -IUSE="windowmode -check" - -RDEPEND=" - dev-libs/glib:2 - media-libs/freetype - x11-libs/cairo - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXinerama - x11-libs/libxcb - x11-libs/libxkbcommon[X] - x11-libs/pango[X] - x11-libs/startup-notification - x11-libs/xcb-util - x11-libs/xcb-util-wm - x11-libs/xcb-util-xrm -" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig -" - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - tc-export CC - econf \ - $(use_enable windowmode) \ - $(use_enable check) -} - -src_test() { - emake test -}