diff options
author | Azat Bahawi <azahi@teknik.io> | 2021-06-25 20:19:52 +0300 |
---|---|---|
committer | Azat Bahawi <azahi@teknik.io> | 2021-06-25 20:19:52 +0300 |
commit | 7528d3496154cd0a8daf8ada7891928798a57565 (patch) | |
tree | 62ea3674f48cb378364f6721f77f768ad8299297 | |
parent | ci: Update TravisCI runner (diff) |
meta: Refactor ebuilds and directory structure
- Drop "-rn" (revisions) fork 9999 (live) versions. - Versioned ebuilds are now symlinked to 9999 (live) versions. This should be followed for every package from now on. - Apply `shfmt` on all ebuilds. - Update metadata.
Diffstat (limited to '')
168 files changed, 254 insertions, 1816 deletions
diff --git a/app-misc/afetch/afetch-9999-r1.ebuild b/app-misc/afetch/afetch-9999.ebuild index 61e8787..ca1fc83 100644 --- a/app-misc/afetch/afetch-9999-r1.ebuild +++ b/app-misc/afetch/afetch-9999.ebuild @@ -29,9 +29,7 @@ DEPEND="" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( - README.md -) +DOCS=(README.md) src_prepare() { sed -e 's/^CFLAGS =/CFLAGS +=/' \ diff --git a/app-misc/colors/colors-9999.ebuild b/app-misc/colors/colors-9999.ebuild index 0783f49..5af7008 100644 --- a/app-misc/colors/colors-9999.ebuild +++ b/app-misc/colors/colors-9999.ebuild @@ -18,7 +18,7 @@ DEPEND="media-libs/libpng" RDEPEND="${DEPEND}" BDEPEND="" -src_install () { +src_install() { dobin ${PN} doman ${PN}.1 } diff --git a/app-misc/pfetch/pfetch-0.6.0-r1.ebuild b/app-misc/pfetch/pfetch-0.6.0-r1.ebuild index af063ae..2652d03 100644..120000 --- a/app-misc/pfetch/pfetch-0.6.0-r1.ebuild +++ b/app-misc/pfetch/pfetch-0.6.0-r1.ebuild @@ -1,32 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/dylanaraps/pfetch.git" -fi - -DESCRIPTION="A pretty system information tool written in POSIX sh" -HOMEPAGE="https://github.com/dylanaraps/pfetch" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/dylanaraps/pfetch/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -src_install() { - dobin ${PN} -} +pfetch-9999.ebuild \ No newline at end of file diff --git a/app-misc/stag/stag-1.0.0.ebuild b/app-misc/stag/stag-1.0.0.ebuild index 1a58fba..30d3420 100644..120000 --- a/app-misc/stag/stag-1.0.0.ebuild +++ b/app-misc/stag/stag-1.0.0.ebuild @@ -1,49 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/seenaburns/stag.git" -fi - -inherit toolchain-funcs ${SCM} - -DESCRIPTION="Streaming bar graphs for stats and stuff" -HOMEPAGE="https://github.com/seenaburns/stag" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/seenaburns/stag/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="" - -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND}" -BDEPEND="" - -src_prepare() { - sed -e 's/^CFLAGS=/CFLAGS+=/' \ - -e 's/-lncurses/-lncurses -ltinfo/' \ - -i Makefile || die - - default -} - -src_compile() { - emake \ - CC="$(tc-getCC)" -} - -src_install() { - emake install \ - DESTDIR="${D}" \ - PREFIX="${EPREFIX}/usr" -} +stag-9999.ebuild \ No newline at end of file diff --git a/app-misc/tty-clock/tty-clock-2.3.ebuild b/app-misc/tty-clock/tty-clock-2.3.ebuild index f94130e..4ed03f3 100644..120000 --- a/app-misc/tty-clock/tty-clock-2.3.ebuild +++ b/app-misc/tty-clock/tty-clock-2.3.ebuild @@ -1,40 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/xorg62/tty-clock.git" -fi - -DESCRIPTION="Clock using lib ncurses" -HOMEPAGE="https://github.com/xorg62/tty-clock" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/xorg62/tty-clock/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="" - -DEPEND="sys-libs/ncurses" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -DOCS=( - README -) - -src_install() { - emake install \ - DESTDIR="${D}" \ - PREFIX="${EPREFIX}/usr" - - einstalldocs -} +tty-clock-9999.ebuild \ No newline at end of file diff --git a/app-misc/tty-clock/tty-clock-9999.ebuild b/app-misc/tty-clock/tty-clock-9999.ebuild index f94130e..9fb9df0 100644 --- a/app-misc/tty-clock/tty-clock-9999.ebuild +++ b/app-misc/tty-clock/tty-clock-9999.ebuild @@ -27,9 +27,7 @@ DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" -DOCS=( - README -) +DOCS=(README) src_install() { emake install \ diff --git a/app-misc/ufetch/ufetch-0.2.ebuild b/app-misc/ufetch/ufetch-0.2.ebuild index eeb3580..1513177 100644..120000 --- a/app-misc/ufetch/ufetch-0.2.ebuild +++ b/app-misc/ufetch/ufetch-0.2.ebuild @@ -1,37 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.com/jschx/ufetch.git" -fi - -DESCRIPTION="Tiny system info for Unix-like operating systems" -HOMEPAGE="https://gitlab.com/jschx/ufetch" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://gitlab.com/jschx/ufetch/-/archive/v${PV}/ufetch-v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="ISC" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -if [[ ${PV} != *9999 ]]; then - S="${WORKDIR}/${PN}-v${PV}" -fi - -src_install() { - exeinto /usr/bin - newexe ufetch-gentoo ufetch -} +ufetch-9999.ebuild \ No newline at end of file diff --git a/app-misc/zenbu/zenbu-9999.ebuild b/app-misc/zenbu/zenbu-9999.ebuild index fefb54d..e5bd066 100644 --- a/app-misc/zenbu/zenbu-9999.ebuild +++ b/app-misc/zenbu/zenbu-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=(python3_{7,8,9}) inherit distutils-r1 git-r3 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="" IUSE="" -DOCS=( README.rst LICENSE example ) +DOCS=(README.rst LICENSE example) DEPEND="dev-python/argcomplete[${PYTHON_USEDEP}] dev-python/colorlog[${PYTHON_USEDEP}] diff --git a/media-fonts/gohufont/gohufont-2.1-r1.ebuild b/media-fonts/gohufont/gohufont-2.1-r1.ebuild index ae3ee1a..003913c 100644..120000 --- a/media-fonts/gohufont/gohufont-2.1-r1.ebuild +++ b/media-fonts/gohufont/gohufont-2.1-r1.ebuild @@ -1,32 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/hchargois/gohufont.git" -fi - -inherit font font-ebdftopcf ${SCM} - -DESCRIPTION="A monospace bitmap font" -HOMEPAGE="http://font.gohu.org/" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/hchargois/gohufont/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="WTFPL-2" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( README.md ) +gohufont-9999.ebuild \ No newline at end of file diff --git a/media-fonts/gohufont/gohufont-9999.ebuild b/media-fonts/gohufont/gohufont-9999.ebuild index ae3ee1a..64e611f 100644 --- a/media-fonts/gohufont/gohufont-9999.ebuild +++ b/media-fonts/gohufont/gohufont-9999.ebuild @@ -29,4 +29,4 @@ DEPEND="" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README.md ) +DOCS=(README.md) diff --git a/media-fonts/siji/siji-9999-r1.ebuild b/media-fonts/siji/siji-9999.ebuild index 22ba38b..a9bd097 100644 --- a/media-fonts/siji/siji-9999-r1.ebuild +++ b/media-fonts/siji/siji-9999.ebuild @@ -29,5 +29,5 @@ DEPEND="" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( Readme.md ) -FONT_S=( ${S}/bdf ) +DOCS=(Readme.md) +FONT_S=(${S}/bdf) diff --git a/media-fonts/tewi-font/tewi-font-2.0.2-r1.ebuild b/media-fonts/tewi-font/tewi-font-2.0.2-r1.ebuild index c6369e5..e138432 100644..120000 --- a/media-fonts/tewi-font/tewi-font-2.0.2-r1.ebuild +++ b/media-fonts/tewi-font/tewi-font-2.0.2-r1.ebuild @@ -1,37 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/lucy/tewi-font.git" -fi - -inherit font font-ebdftopcf ${SCM} - -DESCRIPTION="A small bitmap font" -HOMEPAGE="https://github.com/lucy/tewi-font" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/lucy/tewi-font/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( README.md ) -FONT_S=( ${S} ${S}/variant ) - -src_compile() { - font-ebdftopcf_src_compile -} +tewi-font-9999.ebuild \ No newline at end of file diff --git a/media-fonts/tewi-font/tewi-font-9999-r1.ebuild b/media-fonts/tewi-font/tewi-font-9999.ebuild index c6369e5..18b7359 100644 --- a/media-fonts/tewi-font/tewi-font-9999-r1.ebuild +++ b/media-fonts/tewi-font/tewi-font-9999.ebuild @@ -29,8 +29,8 @@ DEPEND="" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README.md ) -FONT_S=( ${S} ${S}/variant ) +DOCS=(README.md) +FONT_S=(${S} ${S}/variant) src_compile() { font-ebdftopcf_src_compile diff --git a/media-gfx/xmcp/xmcp-9999.ebuild b/media-gfx/xmcp/xmcp-9999.ebuild index f3ac924..8936903 100644 --- a/media-gfx/xmcp/xmcp-9999.ebuild +++ b/media-gfx/xmcp/xmcp-9999.ebuild @@ -29,7 +29,7 @@ DEPEND="x11-libs/libX11" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README.md ) +DOCS=(README.md) src_compile() { $(tc-getCC) -o ${PN} ${PN}.c -lX11 ${CFLAGS} ${LDFLAGS} diff --git a/media-sound/cava/cava-0.7.4.ebuild b/media-sound/cava/cava-0.7.4.ebuild index 7203355..93c5d03 100644..120000 --- a/media-sound/cava/cava-0.7.4.ebuild +++ b/media-sound/cava/cava-0.7.4.ebuild @@ -1,72 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/karlstav/cava.git" -fi - -inherit autotools ${SCM} - -DESCRIPTION="Console-based audio visualizer for ALSA" -HOMEPAGE="https://github.com/karlstav/cava" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/karlstav/cava/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="alsa debug portaudio pulseaudio sndio system-iniparser" - -DEPEND=" - alsa? ( media-libs/alsa-lib ) - portaudio? ( media-libs/portaudio ) - pulseaudio? ( media-sound/pulseaudio ) - sndio? ( media-sound/sndio ) - system-iniparser? ( dev-libs/iniparser:4 ) - sys-libs/ncurses - sci-libs/fftw:3.0 -" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( - README.md - example_files/ -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - econf \ - $(use_enable debug) \ - $(use_enable alsa input-alsa) \ - $(use_enable portaudio input-portaudio) \ - $(use_enable pulseaudio input-pulse) \ - $(use_enable sndio input-sndio) \ - $(use_enable system-iniparser) \ - --prefix="${EPREFIX}/usr" \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" -} - -src_compile() { - emake -} - -src_install() { - emake install \ - DESTDIR="${D}" - - einstalldocs -} +cava-9999.ebuild \ No newline at end of file diff --git a/media-sound/cava/cava-9999.ebuild b/media-sound/cava/cava-9999.ebuild index 7203355..7becac2 100644 --- a/media-sound/cava/cava-9999.ebuild +++ b/media-sound/cava/cava-9999.ebuild @@ -37,10 +37,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( - README.md - example_files/ -) +DOCS=(README.md example_files/) src_prepare() { default diff --git a/metadata/md5-cache/app-misc/afetch-9999-r1 b/metadata/md5-cache/app-misc/afetch-9999 index 97c6869..ac6fe2f 100644 --- a/metadata/md5-cache/app-misc/afetch-9999-r1 +++ b/metadata/md5-cache/app-misc/afetch-9999 @@ -8,5 +8,5 @@ IUSE=savedconfig LICENSE=GPL-3 PROPERTIES=live SLOT=0 -_eclasses_=portability c10bdc40668533b1faf15b1d89df0303 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=3ea52cba67a94b9e5cda1bc4a2d93240 +_eclasses_=portability d1186f1e621de7b27ddcae82e6253259 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=b633745f5401863f0fc336ad9f17350b diff --git a/metadata/md5-cache/app-misc/colors-9999 b/metadata/md5-cache/app-misc/colors-9999 index a1390a9..0e36201 100644 --- a/metadata/md5-cache/app-misc/colors-9999 +++ b/metadata/md5-cache/app-misc/colors-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=media-libs/libpng SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=e6dde5ac377b87a5de70d6d050c95e44 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=8ae149e14e2e34ff846bc9f7139fb3ef diff --git a/metadata/md5-cache/app-misc/fbcat-9999 b/metadata/md5-cache/app-misc/fbcat-9999 index 933baa0..dc6f3ef 100644 --- a/metadata/md5-cache/app-misc/fbcat-9999 +++ b/metadata/md5-cache/app-misc/fbcat-9999 @@ -9,5 +9,5 @@ LICENSE=GPL-2 PROPERTIES=live RDEPEND=media-libs/netpbm sys-apps/kbd SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=0de1d9d1249981bc90a7689770c091d4 diff --git a/metadata/md5-cache/app-misc/pfetch-9999 b/metadata/md5-cache/app-misc/pfetch-9999 index 8b6103d..14c2f91 100644 --- a/metadata/md5-cache/app-misc/pfetch-9999 +++ b/metadata/md5-cache/app-misc/pfetch-9999 @@ -7,5 +7,5 @@ INHERIT=git-r3 LICENSE=MIT PROPERTIES=live SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=6d02eed310e8dba402793a09c3de8e5a diff --git a/metadata/md5-cache/app-misc/stag-1.0.0 b/metadata/md5-cache/app-misc/stag-1.0.0 index 11bfa26..3c9565f 100644 --- a/metadata/md5-cache/app-misc/stag-1.0.0 +++ b/metadata/md5-cache/app-misc/stag-1.0.0 @@ -9,5 +9,5 @@ LICENSE=BSD RDEPEND=sys-libs/ncurses SLOT=0 SRC_URI=https://github.com/seenaburns/stag/archive/v1.0.0.tar.gz -> stag-1.0.0.tar.gz -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 _md5_=f75d692a03b5169c9150ac091d2da11f diff --git a/metadata/md5-cache/app-misc/stag-9999 b/metadata/md5-cache/app-misc/stag-9999 index f1c76c2..a3a6faa 100644 --- a/metadata/md5-cache/app-misc/stag-9999 +++ b/metadata/md5-cache/app-misc/stag-9999 @@ -9,5 +9,5 @@ LICENSE=BSD PROPERTIES=live RDEPEND=sys-libs/ncurses SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=f75d692a03b5169c9150ac091d2da11f diff --git a/metadata/md5-cache/app-misc/tty-clock-2.3 b/metadata/md5-cache/app-misc/tty-clock-2.3 index 9d3d57f..c170796 100644 --- a/metadata/md5-cache/app-misc/tty-clock-2.3 +++ b/metadata/md5-cache/app-misc/tty-clock-2.3 @@ -9,4 +9,4 @@ LICENSE=BSD RDEPEND=sys-libs/ncurses SLOT=0 SRC_URI=https://github.com/xorg62/tty-clock/archive/v2.3.tar.gz -> tty-clock-2.3.tar.gz -_md5_=95d5d90bca2fde8d44651a0853718c63 +_md5_=376d849f77b3c7d0b0a693d75a523c20 diff --git a/metadata/md5-cache/app-misc/tty-clock-9999 b/metadata/md5-cache/app-misc/tty-clock-9999 index 33049b4..eb8034a 100644 --- a/metadata/md5-cache/app-misc/tty-clock-9999 +++ b/metadata/md5-cache/app-misc/tty-clock-9999 @@ -9,5 +9,5 @@ LICENSE=BSD PROPERTIES=live RDEPEND=sys-libs/ncurses SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=95d5d90bca2fde8d44651a0853718c63 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=376d849f77b3c7d0b0a693d75a523c20 diff --git a/metadata/md5-cache/app-misc/ufetch-9999 b/metadata/md5-cache/app-misc/ufetch-9999 index 80b1586..7ba82c3 100644 --- a/metadata/md5-cache/app-misc/ufetch-9999 +++ b/metadata/md5-cache/app-misc/ufetch-9999 @@ -7,5 +7,5 @@ INHERIT=git-r3 LICENSE=ISC PROPERTIES=live SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=14a5d97c8e01c849f05b4b60f1eb22d2 diff --git a/metadata/md5-cache/app-misc/vrms-gentoo-9999 b/metadata/md5-cache/app-misc/vrms-gentoo-9999 index cb91382..23948ab 100644 --- a/metadata/md5-cache/app-misc/vrms-gentoo-9999 +++ b/metadata/md5-cache/app-misc/vrms-gentoo-9999 @@ -9,5 +9,5 @@ LICENSE=GPL-2 PROPERTIES=live RDEPEND=dev-lang/perl SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=7919684f259a20e356f571200891a304 diff --git a/metadata/md5-cache/app-misc/zenbu-9999 b/metadata/md5-cache/app-misc/zenbu-9999 index c86b9c3..2207e6e 100644 --- a/metadata/md5-cache/app-misc/zenbu-9999 +++ b/metadata/md5-cache/app-misc/zenbu-9999 @@ -1,15 +1,15 @@ -BDEPEND=python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-vcs/git-1.8.2.1[curl] +BDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-python/argcomplete[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/colorlog[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/jinja[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/pyyaml[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/termcolor[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/watchdog[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] +DEPEND=dev-python/argcomplete[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/colorlog[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/jinja[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyyaml[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/termcolor[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/watchdog[python_targets_python3_8(-)?,python_targets_python3_9(-)?] DESCRIPTION=Jinja2 + YAML based config templater EAPI=7 HOMEPAGE=https://github.com/metakirby5/zenbu INHERIT=distutils-r1 git-r3 -IUSE=python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 +IUSE=python_targets_python3_8 python_targets_python3_9 LICENSE=MIT PROPERTIES=live -RDEPEND=dev-python/argcomplete[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/colorlog[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/jinja[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/pyyaml[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/termcolor[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] dev-python/watchdog[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] -REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 ) +RDEPEND=dev-python/argcomplete[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/colorlog[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/jinja[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/pyyaml[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/termcolor[python_targets_python3_8(-)?,python_targets_python3_9(-)?] dev-python/watchdog[python_targets_python3_8(-)?,python_targets_python3_9(-)?] python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] +REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 ) SLOT=0 -_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 d273d56dc725880edbeb1f6389faf5f1 python-r1 26e4ad0a4190b14f70973dc253e86535 distutils-r1 f0ca511df3fddd316b783632b804e8fb git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=023393a825f4e331a48a9c3ea7f3d2c3 +_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 977ed3240c7c676eb18a277e65663c1c python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 ab5cf7189d651fc1d8a4a8184a54cb52 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=16469273d67bae5d94033276fc2f4235 diff --git a/metadata/md5-cache/media-fonts/gohufont-2.1-r1 b/metadata/md5-cache/media-fonts/gohufont-2.1-r1 index 514e635..8f2a0af 100644 --- a/metadata/md5-cache/media-fonts/gohufont-2.1-r1 +++ b/metadata/md5-cache/media-fonts/gohufont-2.1-r1 @@ -10,4 +10,4 @@ LICENSE=WTFPL-2 SLOT=0 SRC_URI=https://github.com/hchargois/gohufont/archive/2.1.tar.gz -> gohufont-2.1.tar.gz _eclasses_=font 0667878c2b594871023dd1833d05996f font-ebdftopcf 840fc70bac32a44ea27e63569c1ffea6 -_md5_=48c4edecaaa9a2c6794c94aad544d02f +_md5_=655c89f30ab51597258279b9ec75baee diff --git a/metadata/md5-cache/media-fonts/gohufont-9999 b/metadata/md5-cache/media-fonts/gohufont-9999 index bf20dde..4b60e0d 100644 --- a/metadata/md5-cache/media-fonts/gohufont-9999 +++ b/metadata/md5-cache/media-fonts/gohufont-9999 @@ -8,5 +8,5 @@ IUSE=X X LICENSE=WTFPL-2 PROPERTIES=live SLOT=0 -_eclasses_=font 0667878c2b594871023dd1833d05996f font-ebdftopcf 840fc70bac32a44ea27e63569c1ffea6 git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=48c4edecaaa9a2c6794c94aad544d02f +_eclasses_=font 0667878c2b594871023dd1833d05996f font-ebdftopcf 840fc70bac32a44ea27e63569c1ffea6 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=655c89f30ab51597258279b9ec75baee diff --git a/metadata/md5-cache/media-fonts/siji-9999-r1 b/metadata/md5-cache/media-fonts/siji-9999 index 19ae272..a414d23 100644 --- a/metadata/md5-cache/media-fonts/siji-9999-r1 +++ b/metadata/md5-cache/media-fonts/siji-9999 @@ -8,5 +8,5 @@ IUSE=X X LICENSE=GPL-2 PROPERTIES=live SLOT=0 -_eclasses_=font 0667878c2b594871023dd1833d05996f font-ebdftopcf 840fc70bac32a44ea27e63569c1ffea6 git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=c92c7d6b0333c4994e97ad6788412b65 +_eclasses_=font 0667878c2b594871023dd1833d05996f font-ebdftopcf 840fc70bac32a44ea27e63569c1ffea6 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=07b1708452d52e01840e0c0389c0e57e diff --git a/metadata/md5-cache/media-fonts/tewi-font-2.0.2-r1 b/metadata/md5-cache/media-fonts/tewi-font-2.0.2-r1 index b645cfc..53795da 100644 --- a/metadata/md5-cache/media-fonts/tewi-font-2.0.2-r1 +++ b/metadata/md5-cache/media-fonts/tewi-font-2.0.2-r1 @@ -10,4 +10,4 @@ LICENSE=MIT SLOT=0 SRC_URI=https://github.com/lucy/tewi-font/archive/2.0.2.tar.gz -> tewi-font-2.0.2.tar.gz _eclasses_=font 0667878c2b594871023dd1833d05996f font-ebdftopcf 840fc70bac32a44ea27e63569c1ffea6 -_md5_=c253a1ecadeb54a63991fbf29801fef8 +_md5_=f0f7fcd693a36f1ca59ee0b22c51c5e2 diff --git a/metadata/md5-cache/media-fonts/tewi-font-9999-r1 b/metadata/md5-cache/media-fonts/tewi-font-9999 index bdd8e5e..8de39d5 100644 --- a/metadata/md5-cache/media-fonts/tewi-font-9999-r1 +++ b/metadata/md5-cache/media-fonts/tewi-font-9999 @@ -8,5 +8,5 @@ IUSE=X X LICENSE=MIT PROPERTIES=live SLOT=0 -_eclasses_=font 0667878c2b594871023dd1833d05996f font-ebdftopcf 840fc70bac32a44ea27e63569c1ffea6 git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=c253a1ecadeb54a63991fbf29801fef8 +_eclasses_=font 0667878c2b594871023dd1833d05996f font-ebdftopcf 840fc70bac32a44ea27e63569c1ffea6 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=f0f7fcd693a36f1ca59ee0b22c51c5e2 diff --git a/metadata/md5-cache/media-gfx/xmcp-9999 b/metadata/md5-cache/media-gfx/xmcp-9999 index 3bed3c2..b28200c 100644 --- a/metadata/md5-cache/media-gfx/xmcp-9999 +++ b/metadata/md5-cache/media-gfx/xmcp-9999 @@ -9,5 +9,5 @@ LICENSE=GPL-3 PROPERTIES=live RDEPEND=x11-libs/libX11 SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=178c960e5f33416c9b5cd588000b9d31 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=d4b19740ea31b7568ffc913e53aa5ddf diff --git a/metadata/md5-cache/media-sound/cava-0.7.2-r1 b/metadata/md5-cache/media-sound/cava-0.7.2-r1 deleted file mode 100644 index b92058f..0000000 --- a/metadata/md5-cache/media-sound/cava-0.7.2-r1 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20170815 || ( >=sys-devel/automake-1.16.2-r1:1.16 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4 -DEFINED_PHASES=compile configure install prepare setup -DEPEND=sci-libs/fftw:3.0 sys-libs/ncurses system-iniparser? ( dev-libs/iniparser:4 ) -DESCRIPTION=Console-based audio visualizer for ALSA -EAPI=7 -HOMEPAGE=https://github.com/karlstav/cava -INHERIT=linux-info eutils autotools -IUSE=alsa debug portaudio pulseaudio system-iniparser kernel_linux -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=sci-libs/fftw:3.0 sys-libs/ncurses system-iniparser? ( dev-libs/iniparser:4 ) alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio ) portaudio? ( media-libs/portaudio ) -SLOT=0 -SRC_URI=https://github.com/karlstav/cava/archive/0.7.2.tar.gz -> cava-0.7.2.tar.gz -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e linux-info 30ded7f9adbdd03d3e848cdd74f6c395 edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e gnuconfig 9f91b4b0c84e734a87492d4293f03de5 libtool f143db5a74ccd9ca28c1234deffede96 autotools 9e63f92c2a5d867fea55ecb160c7d354 -_md5_=a7ebe445b03e24cf602a79b66acbbb7d diff --git a/metadata/md5-cache/media-sound/cava-0.7.4 b/metadata/md5-cache/media-sound/cava-0.7.4 index bc505b4..5be94a3 100644 --- a/metadata/md5-cache/media-sound/cava-0.7.4 +++ b/metadata/md5-cache/media-sound/cava-0.7.4 @@ -11,5 +11,5 @@ LICENSE=MIT RDEPEND=alsa? ( media-libs/alsa-lib ) portaudio? ( media-libs/portaudio ) pulseaudio? ( media-sound/pulseaudio ) sndio? ( media-sound/sndio ) system-iniparser? ( dev-libs/iniparser:4 ) sys-libs/ncurses sci-libs/fftw:3.0 SLOT=0 SRC_URI=https://github.com/karlstav/cava/archive/0.7.4.tar.gz -> cava-0.7.4.tar.gz -_eclasses_=gnuconfig 9f91b4b0c84e734a87492d4293f03de5 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e libtool f143db5a74ccd9ca28c1234deffede96 autotools 9e63f92c2a5d867fea55ecb160c7d354 -_md5_=15751ff00b915ddc2b85bcb3cffd4c7e +_eclasses_=gnuconfig 262062cef0ba4f22b397193da514a350 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 libtool 241a8f577b9781a42a7421e53448a44e autotools 9e63f92c2a5d867fea55ecb160c7d354 +_md5_=1ec0ef8b6c3e488b12c24ad00b364ce1 diff --git a/metadata/md5-cache/media-sound/cava-9999 b/metadata/md5-cache/media-sound/cava-9999 index e69e231..6bc5d0e 100644 --- a/metadata/md5-cache/media-sound/cava-9999 +++ b/metadata/md5-cache/media-sound/cava-9999 @@ -10,5 +10,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=alsa? ( media-libs/alsa-lib ) portaudio? ( media-libs/portaudio ) pulseaudio? ( media-sound/pulseaudio ) sndio? ( media-sound/sndio ) system-iniparser? ( dev-libs/iniparser:4 ) sys-libs/ncurses sci-libs/fftw:3.0 SLOT=0 -_eclasses_=gnuconfig 9f91b4b0c84e734a87492d4293f03de5 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e libtool f143db5a74ccd9ca28c1234deffede96 autotools 9e63f92c2a5d867fea55ecb160c7d354 git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=15751ff00b915ddc2b85bcb3cffd4c7e +_eclasses_=gnuconfig 262062cef0ba4f22b397193da514a350 toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 libtool 241a8f577b9781a42a7421e53448a44e autotools 9e63f92c2a5d867fea55ecb160c7d354 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=1ec0ef8b6c3e488b12c24ad00b364ce1 diff --git a/metadata/md5-cache/x11-apps/sx-2.1.5 b/metadata/md5-cache/x11-apps/sx-2.1.5 index 79b2b64..85b58b6 100644 --- a/metadata/md5-cache/x11-apps/sx-2.1.5 +++ b/metadata/md5-cache/x11-apps/sx-2.1.5 @@ -8,4 +8,4 @@ LICENSE=MIT RDEPEND=x11-apps/xauth x11-base/xorg-server[xorg] SLOT=0 SRC_URI=https://github.com/Earnestly/sx/archive/2.1.5.tar.gz -> sx-2.1.5.tar.gz -_md5_=69c82df3147e1a061bbd69b866c3a8f0 +_md5_=6f3e39d3a44e91d40268d2c2c8de771e diff --git a/metadata/md5-cache/x11-apps/sx-9999 b/metadata/md5-cache/x11-apps/sx-9999 index 69987f5..e40c901 100644 --- a/metadata/md5-cache/x11-apps/sx-9999 +++ b/metadata/md5-cache/x11-apps/sx-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-apps/xauth x11-base/xorg-server[xorg] SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=69c82df3147e1a061bbd69b866c3a8f0 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=6f3e39d3a44e91d40268d2c2c8de771e diff --git a/metadata/md5-cache/x11-apps/sxinit-9999 b/metadata/md5-cache/x11-apps/sxinit-9999 index 142a1e2..28af61f 100644 --- a/metadata/md5-cache/x11-apps/sxinit-9999 +++ b/metadata/md5-cache/x11-apps/sxinit-9999 @@ -8,5 +8,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-base/xorg-server[xorg] SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=6a583813cd38191001729e42be304b6f diff --git a/metadata/md5-cache/x11-libs/libwm-1.0 b/metadata/md5-cache/x11-libs/libwm-1.2 index b2cec48..b60bbfd 100644 --- a/metadata/md5-cache/x11-libs/libwm-1.0 +++ b/metadata/md5-cache/x11-libs/libwm-1.2 @@ -7,5 +7,5 @@ KEYWORDS=~amd64 ~x86 LICENSE=ISC RDEPEND=x11-libs/libxcb SLOT=0 -SRC_URI=https://github.com/wmutils/libwm/archive/v1.0.tar.gz -> libwm-1.0.tar.gz -_md5_=b0b5c7918b784c4f00316db6ada1f476 +SRC_URI=https://github.com/wmutils/libwm/archive/v1.2.tar.gz -> libwm-1.2.tar.gz +_md5_=5a1a012a369320306a4f57a26e190cc0 diff --git a/metadata/md5-cache/x11-libs/libwm-9999 b/metadata/md5-cache/x11-libs/libwm-9999 index 8e988c0..cd224e9 100644 --- a/metadata/md5-cache/x11-libs/libwm-9999 +++ b/metadata/md5-cache/x11-libs/libwm-9999 @@ -9,5 +9,5 @@ LICENSE=ISC PROPERTIES=live RDEPEND=x11-libs/libxcb SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=b0b5c7918b784c4f00316db6ada1f476 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=5a1a012a369320306a4f57a26e190cc0 diff --git a/metadata/md5-cache/x11-misc/bgs-0.8-r2 b/metadata/md5-cache/x11-misc/bgs-0.8-r2 index 02b32d8..b268496 100644 --- a/metadata/md5-cache/x11-misc/bgs-0.8-r2 +++ b/metadata/md5-cache/x11-misc/bgs-0.8-r2 @@ -11,5 +11,5 @@ LICENSE=MIT RDEPEND=xinerama? ( x11-libs/libXinerama ) media-libs/imlib2 x11-libs/libX11 SLOT=0 SRC_URI=https://github.com/Gottox/bgs/archive/v0.8.tar.gz -> bgs-0.8.tar.gz -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e -_md5_=e978158e00e8d5ce8dd7e6beb31e0d4a +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 +_md5_=f4c303ee48c590ed9c6a7b922097fe8e diff --git a/metadata/md5-cache/x11-misc/bgs-9999-r1 b/metadata/md5-cache/x11-misc/bgs-9999 index 68b6e08..b759f6f 100644 --- a/metadata/md5-cache/x11-misc/bgs-9999-r1 +++ b/metadata/md5-cache/x11-misc/bgs-9999 @@ -10,5 +10,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=xinerama? ( x11-libs/libXinerama ) media-libs/imlib2 x11-libs/libX11 SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=e978158e00e8d5ce8dd7e6beb31e0d4a +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=f4c303ee48c590ed9c6a7b922097fe8e diff --git a/metadata/md5-cache/x11-misc/closest-1.1 b/metadata/md5-cache/x11-misc/closest-1.1 deleted file mode 100644 index 24f40b0..0000000 --- a/metadata/md5-cache/x11-misc/closest-1.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install prepare -DEPEND=x11-libs/libX11 x11-libs/libXinerama -DESCRIPTION=Focus the closest window in a given direction -EAPI=7 -HOMEPAGE=https://github.com/phillbush/closest -INHERIT=toolchain-funcs -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=x11-libs/libX11 x11-libs/libXinerama -SLOT=0 -SRC_URI=https://github.com/phillbush/closest/archive/v1.1.tar.gz -> closest-1.1.tar.gz -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e -_md5_=6d9ce3c918e5f4b678103fddc44e0d6b diff --git a/metadata/md5-cache/x11-misc/colt-1.1 b/metadata/md5-cache/x11-misc/colt-1.1 index d8ac880..2a3d3a7 100644 --- a/metadata/md5-cache/x11-misc/colt-1.1 +++ b/metadata/md5-cache/x11-misc/colt-1.1 @@ -8,4 +8,4 @@ LICENSE=WTFPL-2 RDEPEND=x11-libs/libX11 x11-libs/libXinerama SLOT=0 SRC_URI=https://github.com/azahi/colt/archive/v1.1.tar.gz -> colt-1.1.tar.gz -_md5_=457eaa44267bc7f6544c33acbc339f74 +_md5_=1713c976074677cc2f2ec7ae02c89e95 diff --git a/metadata/md5-cache/x11-misc/colt-9999 b/metadata/md5-cache/x11-misc/colt-9999 index bdf0298..26728e8 100644 --- a/metadata/md5-cache/x11-misc/colt-9999 +++ b/metadata/md5-cache/x11-misc/colt-9999 @@ -9,5 +9,5 @@ LICENSE=WTFPL-2 PROPERTIES=live RDEPEND=x11-libs/libX11 x11-libs/libXinerama SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=457eaa44267bc7f6544c33acbc339f74 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=1713c976074677cc2f2ec7ae02c89e95 diff --git a/metadata/md5-cache/x11-misc/devour-12 b/metadata/md5-cache/x11-misc/devour-12 index 1c3cbc1..609cab2 100644 --- a/metadata/md5-cache/x11-misc/devour-12 +++ b/metadata/md5-cache/x11-misc/devour-12 @@ -9,5 +9,5 @@ LICENSE=GPL-3 RDEPEND=x11-libs/libX11 SLOT=0 SRC_URI=https://github.com/salman-abedin/devour/archive/12.tar.gz -> devour-12.tar.gz -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 _md5_=1d6672399c1f66badb39511d7c7b14a8 diff --git a/metadata/md5-cache/x11-misc/devour-9999 b/metadata/md5-cache/x11-misc/devour-9999 index c4080d4..023888d 100644 --- a/metadata/md5-cache/x11-misc/devour-9999 +++ b/metadata/md5-cache/x11-misc/devour-9999 @@ -9,5 +9,5 @@ LICENSE=GPL-3 PROPERTIES=live RDEPEND=x11-libs/libX11 SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=1d6672399c1f66badb39511d7c7b14a8 diff --git a/metadata/md5-cache/x11-misc/focus-9999 b/metadata/md5-cache/x11-misc/focus-9999 index 978d9a8..ceb3161 100644 --- a/metadata/md5-cache/x11-misc/focus-9999 +++ b/metadata/md5-cache/x11-misc/focus-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-libs/libX11 x11-libs/libXinerama SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=c7867ee89ba352a943e34b5db70405e9 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=2b846f399da66dbef434d50269b47d3e diff --git a/metadata/md5-cache/x11-misc/herbe-1.0.0-r1 b/metadata/md5-cache/x11-misc/herbe-1.0.0-r1 index 7ebd6b5..50dd64b 100644 --- a/metadata/md5-cache/x11-misc/herbe-1.0.0-r1 +++ b/metadata/md5-cache/x11-misc/herbe-1.0.0-r1 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=media-libs/freetype:2 x11-libs/libX11 x11-libs/libXft SLOT=0 SRC_URI=https://github.com/dudik/herbe/archive/1.0.0.tar.gz -> herbe-1.0.0.tar.gz -_eclasses_=portability c10bdc40668533b1faf15b1d89df0303 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd -_md5_=dcaa4edf0832ce59719201bed6cf9a43 +_eclasses_=portability d1186f1e621de7b27ddcae82e6253259 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd +_md5_=9a4fe77f0859d8a92db059ec574df859 diff --git a/metadata/md5-cache/x11-misc/herbe-9999 b/metadata/md5-cache/x11-misc/herbe-9999 index 48e8d6e..590d036 100644 --- a/metadata/md5-cache/x11-misc/herbe-9999 +++ b/metadata/md5-cache/x11-misc/herbe-9999 @@ -10,5 +10,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=media-libs/freetype:2 x11-libs/libX11 x11-libs/libXft SLOT=0 -_eclasses_=portability c10bdc40668533b1faf15b1d89df0303 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=dcaa4edf0832ce59719201bed6cf9a43 +_eclasses_=portability d1186f1e621de7b27ddcae82e6253259 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=9a4fe77f0859d8a92db059ec574df859 diff --git a/metadata/md5-cache/x11-misc/kunst-9999 b/metadata/md5-cache/x11-misc/kunst-9999 index 750655d..fed8bfe 100644 --- a/metadata/md5-cache/x11-misc/kunst-9999 +++ b/metadata/md5-cache/x11-misc/kunst-9999 @@ -8,5 +8,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=|| ( media-gfx/sxiv media-gfx/imv ) app-misc/jq app-shells/bash media-sound/mpc media-sound/mpd media-video/ffmpeg SLOT=0 -_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 3c7381c56a184f0dd5ba3fb824808f30 wrapper 4251d4c84c25f59094fd557e0063a974 eutils 9a53f21c753d823ba20a22f857c25cb4 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=862d965f242b8ed64512e5ea4dfb7edf diff --git a/metadata/md5-cache/x11-misc/lemonbar-1.3 b/metadata/md5-cache/x11-misc/lemonbar-1.4 index a1da551..daceb0a 100644 --- a/metadata/md5-cache/x11-misc/lemonbar-1.3 +++ b/metadata/md5-cache/x11-misc/lemonbar-1.4 @@ -8,5 +8,5 @@ KEYWORDS=~amd64 ~x86 LICENSE=MIT RDEPEND=x11-libs/libxcb xft? ( x11-libs/libXft ) dev-lang/perl SLOT=0 -SRC_URI=https://github.com/LemonBoy/bar/archive/v1.3.tar.gz -> lemonbar-1.3.tar.gz +SRC_URI=https://github.com/LemonBoy/bar/archive/v1.4.tar.gz -> lemonbar-1.4.tar.gz _md5_=76d1adcca9cd7fb089e4322519b866dd diff --git a/metadata/md5-cache/x11-misc/lemonbar-9999 b/metadata/md5-cache/x11-misc/lemonbar-9999 index e4b58a8..0895d97 100644 --- a/metadata/md5-cache/x11-misc/lemonbar-9999 +++ b/metadata/md5-cache/x11-misc/lemonbar-9999 @@ -10,5 +10,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-libs/libxcb xft? ( x11-libs/libXft ) dev-lang/perl SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=76d1adcca9cd7fb089e4322519b866dd diff --git a/metadata/md5-cache/x11-misc/lsd-1.0.0 b/metadata/md5-cache/x11-misc/lsd-1.0.0 new file mode 100644 index 0000000..40011ce --- /dev/null +++ b/metadata/md5-cache/x11-misc/lsd-1.0.0 @@ -0,0 +1,13 @@ +DEFINED_PHASES=compile install prepare +DEPEND=x11-libs/libX11 +DESCRIPTION=List desktops +EAPI=7 +HOMEPAGE=https://github.com/phillbush/lsd +INHERIT=toolchain-funcs +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=x11-libs/libX11 +SLOT=0 +SRC_URI=https://github.com/phillbush/lsd/archive/v1.0.0.tar.gz -> lsd-1.0.0.tar.gz +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 +_md5_=d5eb35593f59891c8037ff08c73ad3ba diff --git a/metadata/md5-cache/x11-misc/lsd-9999 b/metadata/md5-cache/x11-misc/lsd-9999 index 7773be3..377c559 100644 --- a/metadata/md5-cache/x11-misc/lsd-9999 +++ b/metadata/md5-cache/x11-misc/lsd-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-libs/libX11 SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=5875a1296608401f05e50a028a2fb962 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=d5eb35593f59891c8037ff08c73ad3ba diff --git a/metadata/md5-cache/x11-misc/n30f-9999 b/metadata/md5-cache/x11-misc/n30f-9999 index c895b8a..598ce1b 100644 --- a/metadata/md5-cache/x11-misc/n30f-9999 +++ b/metadata/md5-cache/x11-misc/n30f-9999 @@ -9,5 +9,5 @@ LICENSE=BSD PROPERTIES=live RDEPEND=x11-libs/cairo[X] x11-libs/libxcb SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=6c5db00ee33c7d21c393d2e1f9d86a1d diff --git a/metadata/md5-cache/x11-misc/paperview-9999 b/metadata/md5-cache/x11-misc/paperview-9999 index 172646b..0778c7d 100644 --- a/metadata/md5-cache/x11-misc/paperview-9999 +++ b/metadata/md5-cache/x11-misc/paperview-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=media-libs/libsdl2 x11-libs/libX11 SLOT=0 -_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 3c7381c56a184f0dd5ba3fb824808f30 wrapper 4251d4c84c25f59094fd557e0063a974 eutils 9a53f21c753d823ba20a22f857c25cb4 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=3b951c48247070027744c7db21d68968 diff --git a/metadata/md5-cache/x11-misc/pmenu-2.2.0 b/metadata/md5-cache/x11-misc/pmenu-2.2.0 deleted file mode 100644 index ba3eafc..0000000 --- a/metadata/md5-cache/x11-misc/pmenu-2.2.0 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install prepare -DEPEND=media-libs/fontconfig media-libs/imlib2 x11-libs/libX11 x11-libs/libXext x11-libs/libXft x11-libs/libXinerama x11-libs/libXrender -DESCRIPTION=A pie-menu in xlib and imlib2 -EAPI=7 -HOMEPAGE=https://github.com/phillbush/pmenu -INHERIT=toolchain-funcs -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=media-libs/fontconfig media-libs/imlib2 x11-libs/libX11 x11-libs/libXext x11-libs/libXft x11-libs/libXinerama x11-libs/libXrender -SLOT=0 -SRC_URI=https://github.com/phillbush/pmenu/archive/v2.2.0.tar.gz -> pmenu-2.2.0.tar.gz -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e -_md5_=3217ba4d7dfcc5762d7f363338609a70 diff --git a/metadata/md5-cache/x11-misc/pmenu-2.3.0 b/metadata/md5-cache/x11-misc/pmenu-2.3.0 index da55380..ef4654b 100644 --- a/metadata/md5-cache/x11-misc/pmenu-2.3.0 +++ b/metadata/md5-cache/x11-misc/pmenu-2.3.0 @@ -9,5 +9,5 @@ LICENSE=MIT RDEPEND=media-libs/fontconfig media-libs/imlib2 x11-libs/libX11 x11-libs/libXext x11-libs/libXft x11-libs/libXinerama x11-libs/libXrender SLOT=0 SRC_URI=https://github.com/phillbush/pmenu/archive/v2.3.0.tar.gz -> pmenu-2.3.0.tar.gz -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e -_md5_=62e7c8644cd1154f0cc2c7ca782aaa62 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 +_md5_=d8eb8818ffa7894399821be17d07ad27 diff --git a/metadata/md5-cache/x11-misc/pmenu-9999 b/metadata/md5-cache/x11-misc/pmenu-9999 index f3eb534..ca0a602 100644 --- a/metadata/md5-cache/x11-misc/pmenu-9999 +++ b/metadata/md5-cache/x11-misc/pmenu-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=media-libs/fontconfig media-libs/imlib2 x11-libs/libX11 x11-libs/libXext x11-libs/libXft x11-libs/libXinerama x11-libs/libXrender SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=62e7c8644cd1154f0cc2c7ca782aaa62 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=d8eb8818ffa7894399821be17d07ad27 diff --git a/metadata/md5-cache/x11-misc/pywal-3.3.0 b/metadata/md5-cache/x11-misc/pywal-3.3.0 index 93a87f3..70f017c 100644 --- a/metadata/md5-cache/x11-misc/pywal-3.3.0 +++ b/metadata/md5-cache/x11-misc/pywal-3.3.0 @@ -1,16 +1,16 @@ -BDEPEND=python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] +BDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] DEFINED_PHASES=compile configure install prepare test -DEPEND=dev-python/setuptools[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] +DEPEND=dev-python/setuptools[python_targets_python3_8(-)?,python_targets_python3_9(-)?] DESCRIPTION=Generate and change color-schemes on the fly EAPI=7 HOMEPAGE=https://github.com/dylanaraps/pywal INHERIT=distutils-r1 -IUSE=python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 +IUSE=python_targets_python3_8 python_targets_python3_9 KEYWORDS=~amd64 ~x86 LICENSE=MIT -RDEPEND=dev-python/setuptools[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] media-gfx/imagemagick python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] -REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 ) +RDEPEND=dev-python/setuptools[python_targets_python3_8(-)?,python_targets_python3_9(-)?] media-gfx/imagemagick python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] +REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 ) SLOT=0 SRC_URI=https://github.com/dylanaraps/pywal/archive/3.3.0.tar.gz -> pywal-3.3.0.tar.gz -_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 d273d56dc725880edbeb1f6389faf5f1 python-r1 26e4ad0a4190b14f70973dc253e86535 distutils-r1 f0ca511df3fddd316b783632b804e8fb -_md5_=4cd2a10c245aea97240fc0fc71cd7e0e +_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 977ed3240c7c676eb18a277e65663c1c python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 ab5cf7189d651fc1d8a4a8184a54cb52 +_md5_=8cee5e0944278ce4d9a9d06ffd11b10b diff --git a/metadata/md5-cache/x11-misc/pywal-9999 b/metadata/md5-cache/x11-misc/pywal-9999 index f69fe7f..fd444f1 100644 --- a/metadata/md5-cache/x11-misc/pywal-9999 +++ b/metadata/md5-cache/x11-misc/pywal-9999 @@ -1,15 +1,15 @@ -BDEPEND=python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-python/setuptools-42.0.2[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] >=dev-vcs/git-1.8.2.1[curl] +BDEPEND=python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-python/setuptools-42.0.2[python_targets_python3_8(-)?,python_targets_python3_9(-)?] >=dev-vcs/git-1.8.2.1[curl] DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-python/setuptools[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] +DEPEND=dev-python/setuptools[python_targets_python3_8(-)?,python_targets_python3_9(-)?] DESCRIPTION=Generate and change color-schemes on the fly EAPI=7 HOMEPAGE=https://github.com/dylanaraps/pywal INHERIT=distutils-r1 git-r3 -IUSE=python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 +IUSE=python_targets_python3_8 python_targets_python3_9 LICENSE=MIT PROPERTIES=live -RDEPEND=dev-python/setuptools[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] media-gfx/imagemagick python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_8(-)?,python_targets_python3_9(-)?,-python_single_target_python3_7(-),-python_single_target_python3_8(-),-python_single_target_python3_9(-)] -REQUIRED_USE=|| ( python_targets_python3_7 python_targets_python3_8 python_targets_python3_9 ) +RDEPEND=dev-python/setuptools[python_targets_python3_8(-)?,python_targets_python3_9(-)?] media-gfx/imagemagick python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python3_9? ( dev-lang/python:3.9 ) >=dev-lang/python-exec-2:=[python_targets_python3_8(-)?,python_targets_python3_9(-)?] +REQUIRED_USE=|| ( python_targets_python3_8 python_targets_python3_9 ) SLOT=0 -_eclasses_=multiprocessing cac3169468f893670dac3e7cb940e045 toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multibuild 6b3d5ee849dafe6cdfd7b859c211fb01 python-utils-r1 d273d56dc725880edbeb1f6389faf5f1 python-r1 26e4ad0a4190b14f70973dc253e86535 distutils-r1 f0ca511df3fddd316b783632b804e8fb git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=4cd2a10c245aea97240fc0fc71cd7e0e +_eclasses_=multiprocessing 61c959fc55c15c00bbb1079d6a71370b toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multibuild 05a584848db4901c97fcd94ae7cc3a97 eapi8-dosym cd7d420bb5be5ee079f27239ce76b8f5 python-utils-r1 977ed3240c7c676eb18a277e65663c1c python-r1 e20b80360497e6215aed0dd4ca7d6bad distutils-r1 ab5cf7189d651fc1d8a4a8184a54cb52 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=8cee5e0944278ce4d9a9d06ffd11b10b diff --git a/metadata/md5-cache/x11-misc/setroot-2.0.2 b/metadata/md5-cache/x11-misc/setroot-2.0.2 index 43e5c35..79c7e0d 100644 --- a/metadata/md5-cache/x11-misc/setroot-2.0.2 +++ b/metadata/md5-cache/x11-misc/setroot-2.0.2 @@ -9,4 +9,4 @@ LICENSE=GPL-3 RDEPEND=media-libs/imlib2 x11-libs/libX11 xinerama? ( x11-libs/libXinerama ) SLOT=0 SRC_URI=https://github.com/ttzhou/setroot/archive/v2.0.2.tar.gz -> setroot-2.0.2.tar.gz -_md5_=dcacae359e9dbca57979127b5efef92d +_md5_=3c3c32a15976ac7b7343d0647bfabd9d diff --git a/metadata/md5-cache/x11-misc/setroot-9999 b/metadata/md5-cache/x11-misc/setroot-9999 index 8a9a2e4..fb288b1 100644 --- a/metadata/md5-cache/x11-misc/setroot-9999 +++ b/metadata/md5-cache/x11-misc/setroot-9999 @@ -10,5 +10,5 @@ LICENSE=GPL-3 PROPERTIES=live RDEPEND=media-libs/imlib2 x11-libs/libX11 xinerama? ( x11-libs/libXinerama ) SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=dcacae359e9dbca57979127b5efef92d +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=3c3c32a15976ac7b7343d0647bfabd9d diff --git a/metadata/md5-cache/x11-misc/sflock-9999-r1 b/metadata/md5-cache/x11-misc/sflock-9999 index 8c5910b..9f0b2e8 100644 --- a/metadata/md5-cache/x11-misc/sflock-9999-r1 +++ b/metadata/md5-cache/x11-misc/sflock-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-libs/libX11 x11-libs/libXext SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=e9add880d3afc80b4685a24ebca21370 diff --git a/metadata/md5-cache/x11-misc/stw-9999 b/metadata/md5-cache/x11-misc/stw-9999 index c2045a0..a67a050 100644 --- a/metadata/md5-cache/x11-misc/stw-9999 +++ b/metadata/md5-cache/x11-misc/stw-9999 @@ -10,5 +10,5 @@ LICENSE=GPL-3 PROPERTIES=live RDEPEND=media-libs/fontconfig x11-libs/libX11 x11-libs/libXft x11-libs/libXrender SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e portability c10bdc40668533b1faf15b1d89df0303 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=43706e1f89dc613b83d7f8f5fe5f2079 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 portability d1186f1e621de7b27ddcae82e6253259 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=fb7ea3d6e7b15849a3dc98f4434799d9 diff --git a/metadata/md5-cache/x11-misc/sxlock-9999 b/metadata/md5-cache/x11-misc/sxlock-9999 index f5ae5c7..9e1c725 100644 --- a/metadata/md5-cache/x11-misc/sxlock-9999 +++ b/metadata/md5-cache/x11-misc/sxlock-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=sys-libs/pam x11-libs/libX11 x11-libs/libXext x11-libs/libXrandr SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=0b864f0e9fdd634497588f7844590404 diff --git a/metadata/md5-cache/x11-misc/unclutter-xfixes-9999 b/metadata/md5-cache/x11-misc/unclutter-xfixes-9999 index 8739b6d..1d7d6ad 100644 --- a/metadata/md5-cache/x11-misc/unclutter-xfixes-9999 +++ b/metadata/md5-cache/x11-misc/unclutter-xfixes-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-libs/libXi dev-libs/libev x11-libs/libX11 x11-libs/libXfixes SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=1db792d34a4aadf619e55a85b7ef0c60 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=809775b9c36838a9b33d12c066ecb3e5 diff --git a/metadata/md5-cache/x11-misc/xbanish-1.7 b/metadata/md5-cache/x11-misc/xbanish-1.7 index 32a26c3..3194c1d 100644 --- a/metadata/md5-cache/x11-misc/xbanish-1.7 +++ b/metadata/md5-cache/x11-misc/xbanish-1.7 @@ -8,4 +8,4 @@ LICENSE=BSD RDEPEND=x11-libs/libX11 x11-libs/libXfixes x11-libs/libXi SLOT=0 SRC_URI=https://github.com/jcs/xbanish/archive/v1.7.tar.gz -> xbanish-1.7.tar.gz -_md5_=619844f98b4deca757db5144a4e2cc48 +_md5_=ebdf12ba18a2d1c851c336b6b10fd642 diff --git a/metadata/md5-cache/x11-misc/xbanish-9999 b/metadata/md5-cache/x11-misc/xbanish-9999 index b2254c8..69ddd1d 100644 --- a/metadata/md5-cache/x11-misc/xbanish-9999 +++ b/metadata/md5-cache/x11-misc/xbanish-9999 @@ -9,5 +9,5 @@ LICENSE=BSD PROPERTIES=live RDEPEND=x11-libs/libX11 x11-libs/libXfixes x11-libs/libXi SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=619844f98b4deca757db5144a4e2cc48 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=ebdf12ba18a2d1c851c336b6b10fd642 diff --git a/metadata/md5-cache/x11-misc/xclickroot-1.3 b/metadata/md5-cache/x11-misc/xclickroot-1.3 index 25c4ad0..763efff 100644 --- a/metadata/md5-cache/x11-misc/xclickroot-1.3 +++ b/metadata/md5-cache/x11-misc/xclickroot-1.3 @@ -9,5 +9,5 @@ LICENSE=MIT RDEPEND=x11-libs/libX11 SLOT=0 SRC_URI=https://github.com/phillbush/xclickroot/archive/v1.3.tar.gz -> xclickroot-1.3.tar.gz -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e -_md5_=0688d28ef8aee9f0619f0c734d1a77de +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 +_md5_=ba8a76be5164471dbb9c6a3c7f2c5a0b diff --git a/metadata/md5-cache/x11-misc/xclickroot-9999 b/metadata/md5-cache/x11-misc/xclickroot-9999 index 3ede1e2..658d835 100644 --- a/metadata/md5-cache/x11-misc/xclickroot-9999 +++ b/metadata/md5-cache/x11-misc/xclickroot-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-libs/libX11 SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=0688d28ef8aee9f0619f0c734d1a77de +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=ba8a76be5164471dbb9c6a3c7f2c5a0b diff --git a/metadata/md5-cache/x11-misc/xclimsg-9999 b/metadata/md5-cache/x11-misc/xclimsg-9999 index 94a99dc..12d8885 100644 --- a/metadata/md5-cache/x11-misc/xclimsg-9999 +++ b/metadata/md5-cache/x11-misc/xclimsg-9999 @@ -1,5 +1,5 @@ BDEPEND=>=dev-vcs/git-1.8.2.1[curl] -DEFINED_PHASES=compile install prepare unpack +DEFINED_PHASES=compile install unpack DEPEND=x11-libs/libX11 DESCRIPTION=Hybrid (floating and tiling) window manager EAPI=7 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-libs/libX11 SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=a6acd02475101bbb8b2cbc7bb2018bc0 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=e84711cbd650ebe2f409bfa3e231d408 diff --git a/metadata/md5-cache/x11-misc/xecho-9999 b/metadata/md5-cache/x11-misc/xecho-9999 index 01d1dd9..a88aec1 100644 --- a/metadata/md5-cache/x11-misc/xecho-9999 +++ b/metadata/md5-cache/x11-misc/xecho-9999 @@ -9,5 +9,5 @@ LICENSE=WTFPL-2 PROPERTIES=live RDEPEND=media-libs/fontconfig x11-libs/libX11 x11-libs/libXext x11-libs/libXft SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=81b34cdef295c8be15509022cc314831 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=c3d4b34e6a6515f5e2ad093765c99cab diff --git a/metadata/md5-cache/x11-misc/xgetres-9999 b/metadata/md5-cache/x11-misc/xgetres-9999 index e7be2df..9cdd92b 100644 --- a/metadata/md5-cache/x11-misc/xgetres-9999 +++ b/metadata/md5-cache/x11-misc/xgetres-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-libs/libX11 SLOT=0 -_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 3c7381c56a184f0dd5ba3fb824808f30 wrapper 4251d4c84c25f59094fd557e0063a974 eutils 9a53f21c753d823ba20a22f857c25cb4 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=56a5ced5077ca111e60a71021aed1208 diff --git a/metadata/md5-cache/x11-misc/xkb-switch-1.8.5 b/metadata/md5-cache/x11-misc/xkb-switch-1.8.5 index b286c32..29a8a64 100644 --- a/metadata/md5-cache/x11-misc/xkb-switch-1.8.5 +++ b/metadata/md5-cache/x11-misc/xkb-switch-1.8.5 @@ -10,5 +10,5 @@ LICENSE=GPL-3 RDEPEND=x11-libs/libX11 x11-libs/libxkbfile SLOT=0 SRC_URI=https://github.com/ierton/xkb-switch/archive/1.8.5.tar.gz -> xkb-switch-1.8.5.tar.gz -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic bc2e7662a4a9a8643be851982a837ddc xdg-utils ff2ff954e6b17929574eee4efc5152ba cmake 518e4c9a6a38dfd7afc54b6a7c5de3da +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils 132cbb376048d079b5a012f5467c4e7f edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 3c7381c56a184f0dd5ba3fb824808f30 wrapper 4251d4c84c25f59094fd557e0063a974 eutils 9a53f21c753d823ba20a22f857c25cb4 flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 xdg-utils ff2ff954e6b17929574eee4efc5152ba cmake 518e4c9a6a38dfd7afc54b6a7c5de3da _md5_=2092ce5b29897dc5825c2a600e6b4053 diff --git a/metadata/md5-cache/x11-misc/xkb-switch-9999 b/metadata/md5-cache/x11-misc/xkb-switch-9999 index 18ee859..6a1a5ca 100644 --- a/metadata/md5-cache/x11-misc/xkb-switch-9999 +++ b/metadata/md5-cache/x11-misc/xkb-switch-9999 @@ -9,5 +9,5 @@ LICENSE=GPL-3 PROPERTIES=live RDEPEND=x11-libs/libX11 x11-libs/libxkbfile SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 132cbb376048d079b5a012f5467c4e7f edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e flag-o-matic bc2e7662a4a9a8643be851982a837ddc xdg-utils ff2ff954e6b17929574eee4efc5152ba cmake 518e4c9a6a38dfd7afc54b6a7c5de3da git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 multiprocessing 61c959fc55c15c00bbb1079d6a71370b ninja-utils 132cbb376048d079b5a012f5467c4e7f edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 3c7381c56a184f0dd5ba3fb824808f30 wrapper 4251d4c84c25f59094fd557e0063a974 eutils 9a53f21c753d823ba20a22f857c25cb4 flag-o-matic 4134b5c0fb719b9161d10bdaba9e09e5 xdg-utils ff2ff954e6b17929574eee4efc5152ba cmake 518e4c9a6a38dfd7afc54b6a7c5de3da git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=2092ce5b29897dc5825c2a600e6b4053 diff --git a/metadata/md5-cache/x11-misc/xlocatemouse-20.05 b/metadata/md5-cache/x11-misc/xlocatemouse-20.05 index e94cf85..573f58f 100644 --- a/metadata/md5-cache/x11-misc/xlocatemouse-20.05 +++ b/metadata/md5-cache/x11-misc/xlocatemouse-20.05 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=x11-libs/libX11 SLOT=0 SRC_URI=https://www.uninformativ.de/git/xlocatemouse/archives/xlocatemouse-v20.05.tar.gz -> xlocatemouse-20.05.tar.gz -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 _md5_=e1451f02a8efb2e051f0297cec38df42 diff --git a/metadata/md5-cache/x11-misc/xlocatemouse-9999 b/metadata/md5-cache/x11-misc/xlocatemouse-9999 index 5714648..0d19f88 100644 --- a/metadata/md5-cache/x11-misc/xlocatemouse-9999 +++ b/metadata/md5-cache/x11-misc/xlocatemouse-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-libs/libX11 SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=e1451f02a8efb2e051f0297cec38df42 diff --git a/metadata/md5-cache/x11-misc/xmenu-4.5.5 b/metadata/md5-cache/x11-misc/xmenu-4.5.5 index 25286c3..5b5b831 100644 --- a/metadata/md5-cache/x11-misc/xmenu-4.5.5 +++ b/metadata/md5-cache/x11-misc/xmenu-4.5.5 @@ -9,5 +9,5 @@ LICENSE=MIT RDEPEND=media-libs/fontconfig media-libs/imlib2 x11-libs/libX11 x11-libs/libXft x11-libs/libXinerama SLOT=0 SRC_URI=https://github.com/phillbush/xmenu/archive/v4.5.5.tar.gz -> xmenu-4.5.5.tar.gz -_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e +_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 3c7381c56a184f0dd5ba3fb824808f30 wrapper 4251d4c84c25f59094fd557e0063a974 eutils 9a53f21c753d823ba20a22f857c25cb4 _md5_=990ca9b46cd97ed69f45becc63fe968c diff --git a/metadata/md5-cache/x11-misc/xmenu-9999 b/metadata/md5-cache/x11-misc/xmenu-9999 index 0faab6c..e98ee14 100644 --- a/metadata/md5-cache/x11-misc/xmenu-9999 +++ b/metadata/md5-cache/x11-misc/xmenu-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=media-libs/fontconfig media-libs/imlib2 x11-libs/libX11 x11-libs/libXft x11-libs/libXinerama SLOT=0 -_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 3c7381c56a184f0dd5ba3fb824808f30 wrapper 4251d4c84c25f59094fd557e0063a974 eutils 9a53f21c753d823ba20a22f857c25cb4 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=990ca9b46cd97ed69f45becc63fe968c diff --git a/metadata/md5-cache/x11-misc/xnotify-0.8.1 b/metadata/md5-cache/x11-misc/xnotify-0.8.1 index 0b509dc..6a5b5e7 100644 --- a/metadata/md5-cache/x11-misc/xnotify-0.8.1 +++ b/metadata/md5-cache/x11-misc/xnotify-0.8.1 @@ -8,4 +8,4 @@ LICENSE=MIT RDEPEND=media-libs/fontconfig media-libs/imlib2 x11-libs/libX11 x11-libs/libXft x11-libs/libXinerama SLOT=0 SRC_URI=https://github.com/phillbush/xnotify/archive/v0.8.1.tar.gz -> xnotify-0.8.1.tar.gz -_md5_=364254a4e1ad67b6c6a7424cfe43eb32 +_md5_=61fc48cdc0fd64f5d8e0af87b248fe35 diff --git a/metadata/md5-cache/x11-misc/xnotify-9999 b/metadata/md5-cache/x11-misc/xnotify-9999 index a0ce20b..e59cd77 100644 --- a/metadata/md5-cache/x11-misc/xnotify-9999 +++ b/metadata/md5-cache/x11-misc/xnotify-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=media-libs/fontconfig media-libs/imlib2 x11-libs/libX11 x11-libs/libXft x11-libs/libXinerama SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=61fc48cdc0fd64f5d8e0af87b248fe35 diff --git a/metadata/md5-cache/x11-misc/xob-0.2 b/metadata/md5-cache/x11-misc/xob-0.2 index 1666de0..e8e7fcd 100644 --- a/metadata/md5-cache/x11-misc/xob-0.2 +++ b/metadata/md5-cache/x11-misc/xob-0.2 @@ -9,4 +9,4 @@ LICENSE=GPL-3 RDEPEND=dev-libs/libconfig x11-libs/libX11 SLOT=0 SRC_URI=https://github.com/florentc/xob/archive/v0.2.tar.gz -> xob-0.2.tar.gz -_md5_=fb2c90e6f3a1a12b351a54cb7d9d1779 +_md5_=501a14944edca92eba3f038da5e40137 diff --git a/metadata/md5-cache/x11-misc/xob-9999 b/metadata/md5-cache/x11-misc/xob-9999 index 15c9022..05d507e 100644 --- a/metadata/md5-cache/x11-misc/xob-9999 +++ b/metadata/md5-cache/x11-misc/xob-9999 @@ -9,5 +9,5 @@ LICENSE=GPL-3 PROPERTIES=live RDEPEND=dev-libs/libconfig x11-libs/libX11 SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=fb2c90e6f3a1a12b351a54cb7d9d1779 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=501a14944edca92eba3f038da5e40137 diff --git a/metadata/md5-cache/x11-misc/xprompt-2.4.0 b/metadata/md5-cache/x11-misc/xprompt-2.4.0 index fa6dc04..51dc8ad 100644 --- a/metadata/md5-cache/x11-misc/xprompt-2.4.0 +++ b/metadata/md5-cache/x11-misc/xprompt-2.4.0 @@ -9,5 +9,5 @@ LICENSE=MIT RDEPEND=x11-libs/libX11 x11-libs/libXft x11-libs/libXinerama SLOT=0 SRC_URI=https://github.com/phillbush/xprompt/archive/v2.4.0.tar.gz -> xprompt-2.4.0.tar.gz -_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e +_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 3c7381c56a184f0dd5ba3fb824808f30 wrapper 4251d4c84c25f59094fd557e0063a974 eutils 9a53f21c753d823ba20a22f857c25cb4 _md5_=360980717fe36dfe701d8f6775dfaef7 diff --git a/metadata/md5-cache/x11-misc/xprompt-9999 b/metadata/md5-cache/x11-misc/xprompt-9999 index f56312f..89136ed 100644 --- a/metadata/md5-cache/x11-misc/xprompt-9999 +++ b/metadata/md5-cache/x11-misc/xprompt-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-libs/libX11 x11-libs/libXft x11-libs/libXinerama SLOT=0 -_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 8cdd85e169b835d518bc2fd59f780d8e wrapper 4251d4c84c25f59094fd557e0063a974 eutils 2d5b3f4b315094768576b6799e4f926e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=edos2unix 33e347e171066657f91f8b0c72ec8773 l10n 3c7381c56a184f0dd5ba3fb824808f30 wrapper 4251d4c84c25f59094fd557e0063a974 eutils 9a53f21c753d823ba20a22f857c25cb4 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=360980717fe36dfe701d8f6775dfaef7 diff --git a/metadata/md5-cache/x11-misc/xurgent-9999 b/metadata/md5-cache/x11-misc/xurgent-9999 new file mode 100644 index 0000000..6b3d0d9 --- /dev/null +++ b/metadata/md5-cache/x11-misc/xurgent-9999 @@ -0,0 +1,13 @@ +BDEPEND=>=dev-vcs/git-1.8.2.1[curl] +DEFINED_PHASES=compile install unpack +DEPEND=x11-libs/libX11 +DESCRIPTION=Set window urgency hint or demands-attention state +EAPI=7 +HOMEPAGE=https://github.com/phillbush/xurgent +INHERIT=toolchain-funcs git-r3 +LICENSE=MIT +PROPERTIES=live +RDEPEND=x11-libs/libX11 +SLOT=0 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=58f7e653f09048d222fb4da4998c9381 diff --git a/metadata/md5-cache/x11-wm/9wm-1.4.1-r1 b/metadata/md5-cache/x11-wm/9wm-1.4.1-r1 index a837a2f..dff7175 100644 --- a/metadata/md5-cache/x11-wm/9wm-1.4.1-r1 +++ b/metadata/md5-cache/x11-wm/9wm-1.4.1-r1 @@ -9,5 +9,5 @@ LICENSE=MIT RDEPEND=x11-libs/libX11 x11-libs/libXext SLOT=0 SRC_URI=https://github.com/9wm/9wm/archive/1.4.1.tar.gz -> 9wm-1.4.1.tar.gz -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e -_md5_=44e1afaef520060ca56334c409b4c556 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 +_md5_=cea5226150c58f09ca0ea8c5051781f3 diff --git a/metadata/md5-cache/x11-wm/9wm-9999-r1 b/metadata/md5-cache/x11-wm/9wm-9999 index 1c66ef9..1fbb186 100644 --- a/metadata/md5-cache/x11-wm/9wm-9999-r1 +++ b/metadata/md5-cache/x11-wm/9wm-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-libs/libX11 x11-libs/libXext SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=44e1afaef520060ca56334c409b4c556 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=cea5226150c58f09ca0ea8c5051781f3 diff --git a/metadata/md5-cache/x11-wm/custard-9999-r1 b/metadata/md5-cache/x11-wm/custard-9999 index 36836c6..81f8097 100644 --- a/metadata/md5-cache/x11-wm/custard-9999-r1 +++ b/metadata/md5-cache/x11-wm/custard-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=dev-libs/libpcre x11-libs/xcb-util x11-libs/xcb-util-wm SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=a565dcdf941eb68204735fce6ea00c65 diff --git a/metadata/md5-cache/x11-wm/mmwm-9999 b/metadata/md5-cache/x11-wm/mmwm-9999 index a30cabd..e2c102f 100644 --- a/metadata/md5-cache/x11-wm/mmwm-9999 +++ b/metadata/md5-cache/x11-wm/mmwm-9999 @@ -10,5 +10,5 @@ LICENSE=ISC PROPERTIES=live RDEPEND=x11-libs/libxcb x11-libs/xcb-util SLOT=0 -_eclasses_=portability c10bdc40668533b1faf15b1d89df0303 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=6722b7d598c2c846c00491de08c6ffa9 +_eclasses_=portability d1186f1e621de7b27ddcae82e6253259 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=02d9844ef808f60fefdf3240766ff544 diff --git a/metadata/md5-cache/x11-wm/sdorfehs-1.0 b/metadata/md5-cache/x11-wm/sdorfehs-1.0 index eae00c4..6eeee1c 100644 --- a/metadata/md5-cache/x11-wm/sdorfehs-1.0 +++ b/metadata/md5-cache/x11-wm/sdorfehs-1.0 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=x11-libs/libX11 x11-libs/libXft x11-libs/libXrandr x11-libs/libXtst SLOT=0 SRC_URI=https://github.com/jcs/sdorfehs/archive/v1.0.tar.gz -> sdorfehs-1.0.tar.gz -_eclasses_=portability c10bdc40668533b1faf15b1d89df0303 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd -_md5_=3df7eb4b45ba26aea20dd2272f9fb2e2 +_eclasses_=portability d1186f1e621de7b27ddcae82e6253259 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd +_md5_=8ae93e7d362c4bd69441c4527b4ddec0 diff --git a/metadata/md5-cache/x11-wm/sdorfehs-9999 b/metadata/md5-cache/x11-wm/sdorfehs-9999 index be4dad0..df27cfb 100644 --- a/metadata/md5-cache/x11-wm/sdorfehs-9999 +++ b/metadata/md5-cache/x11-wm/sdorfehs-9999 @@ -10,5 +10,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-libs/libX11 x11-libs/libXft x11-libs/libXrandr x11-libs/libXtst SLOT=0 -_eclasses_=portability c10bdc40668533b1faf15b1d89df0303 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=3df7eb4b45ba26aea20dd2272f9fb2e2 +_eclasses_=portability d1186f1e621de7b27ddcae82e6253259 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=8ae93e7d362c4bd69441c4527b4ddec0 diff --git a/metadata/md5-cache/x11-wm/shod-0.3.2 b/metadata/md5-cache/x11-wm/shod-0.3.2 deleted file mode 100644 index 65e0528..0000000 --- a/metadata/md5-cache/x11-wm/shod-0.3.2 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install prepare -DEPEND=x11-libs/libX11 x11-libs/libXinerama -DESCRIPTION=Hybrid (floating and tiling) window manager -EAPI=7 -HOMEPAGE=https://github.com/phillbush/shod -INHERIT=toolchain-funcs -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=x11-libs/libX11 x11-libs/libXinerama -SLOT=0 -SRC_URI=https://github.com/phillbush/shod/archive/v0.3.2.tar.gz -> shod-0.3.2.tar.gz -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e -_md5_=dc3ece9b4f235654b956bf1121c7f7ff diff --git a/metadata/md5-cache/x11-wm/shod-0.4.1 b/metadata/md5-cache/x11-wm/shod-0.4.1 deleted file mode 100644 index 72890ba..0000000 --- a/metadata/md5-cache/x11-wm/shod-0.4.1 +++ /dev/null @@ -1,13 +0,0 @@ -DEFINED_PHASES=compile install prepare -DEPEND=x11-libs/libX11 x11-libs/libXinerama -DESCRIPTION=Hybrid (floating and tiling) window manager -EAPI=7 -HOMEPAGE=https://github.com/phillbush/shod -INHERIT=toolchain-funcs -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=x11-libs/libX11 x11-libs/libXinerama -SLOT=0 -SRC_URI=https://github.com/phillbush/shod/archive/v0.4.1.tar.gz -> shod-0.4.1.tar.gz -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e -_md5_=dc3ece9b4f235654b956bf1121c7f7ff diff --git a/metadata/md5-cache/x11-wm/shod-0.4.0 b/metadata/md5-cache/x11-wm/shod-0.5.0 index 174b3fb..b282a4f 100644 --- a/metadata/md5-cache/x11-wm/shod-0.4.0 +++ b/metadata/md5-cache/x11-wm/shod-0.5.0 @@ -8,6 +8,6 @@ KEYWORDS=~amd64 ~x86 LICENSE=MIT RDEPEND=x11-libs/libX11 x11-libs/libXinerama SLOT=0 -SRC_URI=https://github.com/phillbush/shod/archive/v0.4.0.tar.gz -> shod-0.4.0.tar.gz -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e -_md5_=dc3ece9b4f235654b956bf1121c7f7ff +SRC_URI=https://github.com/phillbush/shod/archive/v0.5.0.tar.gz -> shod-0.5.0.tar.gz +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 +_md5_=5bef702e354ba707165afd5d0851f379 diff --git a/metadata/md5-cache/x11-wm/shod-9999 b/metadata/md5-cache/x11-wm/shod-9999 index 5eedcda..0930ac1 100644 --- a/metadata/md5-cache/x11-wm/shod-9999 +++ b/metadata/md5-cache/x11-wm/shod-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-libs/libX11 x11-libs/libXinerama SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=dc3ece9b4f235654b956bf1121c7f7ff +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=5bef702e354ba707165afd5d0851f379 diff --git a/metadata/md5-cache/x11-wm/sowm-1.6 b/metadata/md5-cache/x11-wm/sowm-1.6 index 2f66125..5661c44 100644 --- a/metadata/md5-cache/x11-wm/sowm-1.6 +++ b/metadata/md5-cache/x11-wm/sowm-1.6 @@ -10,5 +10,5 @@ LICENSE=MIT RDEPEND=x11-libs/libX11 SLOT=0 SRC_URI=https://github.com/dylanaraps/sowm/archive/1.6.tar.gz -> sowm-1.6.tar.gz -_eclasses_=portability c10bdc40668533b1faf15b1d89df0303 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd -_md5_=f71d5d00e602d63e042333292873f6e1 +_eclasses_=portability d1186f1e621de7b27ddcae82e6253259 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd +_md5_=a7a79c42038295773014cf948f17b7a5 diff --git a/metadata/md5-cache/x11-wm/sowm-9999 b/metadata/md5-cache/x11-wm/sowm-9999 index 7da4be7..943a138 100644 --- a/metadata/md5-cache/x11-wm/sowm-9999 +++ b/metadata/md5-cache/x11-wm/sowm-9999 @@ -10,5 +10,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-libs/libX11 SLOT=0 -_eclasses_=portability c10bdc40668533b1faf15b1d89df0303 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=f71d5d00e602d63e042333292873f6e1 +_eclasses_=portability d1186f1e621de7b27ddcae82e6253259 savedconfig 0bc45cb0429003c9abc73bae24a0d5bd git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=a7a79c42038295773014cf948f17b7a5 diff --git a/metadata/md5-cache/x11-wm/tinywm-9999 b/metadata/md5-cache/x11-wm/tinywm-9999 index 75aa4a0..bf23584 100644 --- a/metadata/md5-cache/x11-wm/tinywm-9999 +++ b/metadata/md5-cache/x11-wm/tinywm-9999 @@ -9,5 +9,5 @@ LICENSE=ISC PROPERTIES=live RDEPEND=x11-libs/libX11 SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da _md5_=996b4d74f31d0710bdb45827fd19c089 diff --git a/metadata/md5-cache/x11-wm/wmutils-1.5 b/metadata/md5-cache/x11-wm/wmutils-1.5 index 90df323..2569709 100644 --- a/metadata/md5-cache/x11-wm/wmutils-1.5 +++ b/metadata/md5-cache/x11-wm/wmutils-1.5 @@ -8,4 +8,4 @@ LICENSE=ISC RDEPEND=x11-libs/libxcb x11-libs/xcb-util x11-libs/xcb-util-cursor SLOT=0 SRC_URI=https://github.com/wmutils/core/archive/v1.5.tar.gz -> wmutils-1.5.tar.gz -_md5_=a63d177b67ec58e00fb7b1f8cdc766e9 +_md5_=4fb2d8817c53aee728e7330d75f937a9 diff --git a/metadata/md5-cache/x11-wm/wmutils-9999 b/metadata/md5-cache/x11-wm/wmutils-9999 index 0b66d6f..e292e84 100644 --- a/metadata/md5-cache/x11-wm/wmutils-9999 +++ b/metadata/md5-cache/x11-wm/wmutils-9999 @@ -9,5 +9,5 @@ LICENSE=ISC PROPERTIES=live RDEPEND=x11-libs/libxcb x11-libs/xcb-util x11-libs/xcb-util-cursor SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=a63d177b67ec58e00fb7b1f8cdc766e9 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=4fb2d8817c53aee728e7330d75f937a9 diff --git a/metadata/md5-cache/x11-wm/wmutils-contrib-9999 b/metadata/md5-cache/x11-wm/wmutils-contrib-9999 index 921271e..1eb6e23 100644 --- a/metadata/md5-cache/x11-wm/wmutils-contrib-9999 +++ b/metadata/md5-cache/x11-wm/wmutils-contrib-9999 @@ -5,10 +5,10 @@ DESCRIPTION=Useful bits and pieces for wmutils EAPI=7 HOMEPAGE=https://github.com/wmutils/contrib INHERIT=git-r3 -IUSE=+deletelock +focus_watcher +killwa +switch_grid +IUSE=+deletelock +focus-watcher +killwa +switch-grid LICENSE=MIT PROPERTIES=live -RDEPEND=x11-wm/wmutils killwa? ( x11-libs/libxcb x11-libs/xcb-util-wm ) deletelock? ( x11-apps/xprop ) focus_watcher? ( x11-wm/wmutils-opt ) switch_grid? ( x11-wm/wmutils-opt ) +RDEPEND=x11-wm/wmutils killwa? ( x11-libs/libxcb x11-libs/xcb-util-wm ) deletelock? ( x11-apps/xprop ) focus-watcher? ( x11-wm/wmutils-opt ) switch-grid? ( x11-wm/wmutils-opt ) SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=f314a3ea7ae50b552b3a0c1783117c48 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=49cea93f7007320433fc35a3344a7446 diff --git a/metadata/md5-cache/x11-wm/wmutils-contrib-9999-r1 b/metadata/md5-cache/x11-wm/wmutils-contrib-9999-r1 deleted file mode 100644 index de5ef7e..0000000 --- a/metadata/md5-cache/x11-wm/wmutils-contrib-9999-r1 +++ /dev/null @@ -1,14 +0,0 @@ -BDEPEND=>=dev-vcs/git-1.8.2.1[curl] -DEFINED_PHASES=compile install prepare unpack -DEPEND=x11-wm/wmutils killwa? ( x11-libs/libxcb x11-libs/xcb-util-wm ) -DESCRIPTION=Useful bits and pieces for wmutils -EAPI=7 -HOMEPAGE=https://github.com/wmutils/contrib -INHERIT=git-r3 -IUSE=+deletelock +focus-watcher +killwa +switch-grid -LICENSE=MIT -PROPERTIES=live -RDEPEND=x11-wm/wmutils killwa? ( x11-libs/libxcb x11-libs/xcb-util-wm ) deletelock? ( x11-apps/xprop ) focus-watcher? ( x11-wm/wmutils-opt ) switch-grid? ( x11-wm/wmutils-opt ) -SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=a9172225ae09ee5256a72d752e894737 diff --git a/metadata/md5-cache/x11-wm/wmutils-opt-1.0 b/metadata/md5-cache/x11-wm/wmutils-opt-1.0 index 571d72b..68bca88 100644 --- a/metadata/md5-cache/x11-wm/wmutils-opt-1.0 +++ b/metadata/md5-cache/x11-wm/wmutils-opt-1.0 @@ -8,4 +8,4 @@ LICENSE=ISC RDEPEND=x11-libs/libxcb x11-libs/xcb-util SLOT=0 SRC_URI=https://github.com/wmutils/opt/archive/v1.0.tar.gz -> wmutils-opt-1.0.tar.gz -_md5_=eeacd417b3f35735a6593b4ae96655f5 +_md5_=76a8a14cc4822bda58c7d3c9c87ad2a3 diff --git a/metadata/md5-cache/x11-wm/wmutils-opt-9999 b/metadata/md5-cache/x11-wm/wmutils-opt-9999 index da17713..5a2bf3c 100644 --- a/metadata/md5-cache/x11-wm/wmutils-opt-9999 +++ b/metadata/md5-cache/x11-wm/wmutils-opt-9999 @@ -9,5 +9,5 @@ LICENSE=ISC PROPERTIES=live RDEPEND=x11-libs/libxcb x11-libs/xcb-util SLOT=0 -_eclasses_=git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=eeacd417b3f35735a6593b4ae96655f5 +_eclasses_=git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=76a8a14cc4822bda58c7d3c9c87ad2a3 diff --git a/metadata/md5-cache/x11-wm/xwm-0.1.8 b/metadata/md5-cache/x11-wm/xwm-0.1.8 index a76295b..0205f53 100644 --- a/metadata/md5-cache/x11-wm/xwm-0.1.8 +++ b/metadata/md5-cache/x11-wm/xwm-0.1.8 @@ -9,5 +9,5 @@ LICENSE=MIT RDEPEND=x11-libs/libxcb x11-libs/xcb-util-keysyms SLOT=0 SRC_URI=https://github.com/mcpcpc/xwm/archive/0.1.8.tar.gz -> xwm-0.1.8.tar.gz -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e -_md5_=09ddafbd254e5d048acf48e54579c7c9 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 +_md5_=e8ca2f1ebf00497a4153805899d84e09 diff --git a/metadata/md5-cache/x11-wm/xwm-9999 b/metadata/md5-cache/x11-wm/xwm-9999 index d8f86e8..e426121 100644 --- a/metadata/md5-cache/x11-wm/xwm-9999 +++ b/metadata/md5-cache/x11-wm/xwm-9999 @@ -9,5 +9,5 @@ LICENSE=MIT PROPERTIES=live RDEPEND=x11-libs/libxcb x11-libs/xcb-util-keysyms SLOT=0 -_eclasses_=toolchain-funcs 24921b57d6561d87cbef4916a296ada4 multilib d410501a125f99ffb560b0c523cd3d1e git-r3 b8e8c92aa5fe8df7187e466138eb4e52 -_md5_=09ddafbd254e5d048acf48e54579c7c9 +_eclasses_=toolchain-funcs 9ea1c67b6f8315fdc2568abb674519aa multilib 97566c1a256d07b00848aa767e38a352 git-r3 cc875b0c1e9b3bdac1af0f82f3ba29da +_md5_=e8ca2f1ebf00497a4153805899d84e09 diff --git a/x11-apps/sx/sx-2.1.5.ebuild b/x11-apps/sx/sx-2.1.5.ebuild index 3ae5b8c..fa1e529 100644..120000 --- a/x11-apps/sx/sx-2.1.5.ebuild +++ b/x11-apps/sx/sx-2.1.5.ebuild @@ -1,40 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/Earnestly/sx.git" -fi - -DESCRIPTION="Start an xorg server" -HOMEPAGE="https://github.com/Earnestly/sx" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/Earnestly/sx/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND=" - x11-apps/xauth - x11-base/xorg-server[xorg] -" -RDEPEND="${DEPEND}" -BDEPEND="" - -src_compile() { - :; -} - -src_install() { - dobin ${PN} - doman ${PN}.1 -} +sx-9999.ebuild \ No newline at end of file diff --git a/x11-apps/sx/sx-9999.ebuild b/x11-apps/sx/sx-9999.ebuild index 3ae5b8c..15fec49 100644 --- a/x11-apps/sx/sx-9999.ebuild +++ b/x11-apps/sx/sx-9999.ebuild @@ -31,7 +31,7 @@ RDEPEND="${DEPEND}" BDEPEND="" src_compile() { - :; + : } src_install() { diff --git a/x11-libs/libwm/libwm-1.2.ebuild b/x11-libs/libwm/libwm-1.2.ebuild index 04c49d5..08994e1 100644..120000 --- a/x11-libs/libwm/libwm-1.2.ebuild +++ b/x11-libs/libwm/libwm-1.2.ebuild @@ -1,35 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/wmutils/libwm" -fi - -DESCRIPTION="A small library for X windows manipulation" -HOMEPAGE="https://github.com/wmutils/libwm" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/wmutils/libwm/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="ISC" -SLOT="0" -IUSE="" - -DEPEND="x11-libs/libxcb" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( README.md ) - -src_install() { - emake install DESTDIR="${D}" PREFIX="/usr" - einstalldocs -} +libwm-9999.ebuild \ No newline at end of file diff --git a/x11-libs/libwm/libwm-9999.ebuild b/x11-libs/libwm/libwm-9999.ebuild index 04c49d5..9430d9f 100644 --- a/x11-libs/libwm/libwm-9999.ebuild +++ b/x11-libs/libwm/libwm-9999.ebuild @@ -27,7 +27,7 @@ DEPEND="x11-libs/libxcb" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README.md ) +DOCS=(README.md) src_install() { emake install DESTDIR="${D}" PREFIX="/usr" diff --git a/x11-misc/bgs/bgs-0.8-r2.ebuild b/x11-misc/bgs/bgs-0.8-r2.ebuild index 5117abf..7d2339c 100644..120000 --- a/x11-misc/bgs/bgs-0.8-r2.ebuild +++ b/x11-misc/bgs/bgs-0.8-r2.ebuild @@ -1,53 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/Gottox/bgs.git" -fi - -inherit toolchain-funcs ${SCM} - -DESCRIPTION="Simple background setter based on imlib2" -HOMEPAGE="https://github.com/Gottox/bgs" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/Gottox/bgs/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="xinerama" - -DEPEND=" - xinerama? ( x11-libs/libXinerama ) - media-libs/imlib2 - x11-libs/libX11 -" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - sed -e "s/^CC.*/CC = $(tc-getCC)/" \ - -i config.mk || die - - if ! use xinerama; then - sed -e '/XINERAMALIBS =/d' \ - -e '/XINERAMAFLAGS =/d' \ - -i config.mk || die - fi - - default -} - -src_install() { - dobin ${PN} - doman ${PN}.1 - dodoc README -} +bgs-9999.ebuild \ No newline at end of file diff --git a/x11-misc/bgs/bgs-9999-r1.ebuild b/x11-misc/bgs/bgs-9999.ebuild index 5117abf..e4cbe62 100644 --- a/x11-misc/bgs/bgs-9999-r1.ebuild +++ b/x11-misc/bgs/bgs-9999.ebuild @@ -34,7 +34,7 @@ RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" src_prepare() { - sed -e "s/^CC.*/CC = $(tc-getCC)/" \ + sed -e "s/^CC.*/CC = $(tc-getCC)/" \ -i config.mk || die if ! use xinerama; then diff --git a/x11-misc/colt/colt-1.1.ebuild b/x11-misc/colt/colt-1.1.ebuild index 8af8d39..32b8e23 100644 --- a/x11-misc/colt/colt-1.1.ebuild +++ b/x11-misc/colt/colt-1.1.ebuild @@ -29,7 +29,6 @@ DEPEND="x11-libs/libX11 RDEPEND="${DEPEND}" BDEPEND="" -src_install () -{ +src_install() { dobin ${PN} } diff --git a/x11-misc/colt/colt-9999.ebuild b/x11-misc/colt/colt-9999.ebuild index 8af8d39..32b8e23 100644 --- a/x11-misc/colt/colt-9999.ebuild +++ b/x11-misc/colt/colt-9999.ebuild @@ -29,7 +29,6 @@ DEPEND="x11-libs/libX11 RDEPEND="${DEPEND}" BDEPEND="" -src_install () -{ +src_install() { dobin ${PN} } diff --git a/x11-misc/devour/devour-12.ebuild b/x11-misc/devour/devour-12.ebuild index 6824382..f484c1c 100644..120000 --- a/x11-misc/devour/devour-12.ebuild +++ b/x11-misc/devour/devour-12.ebuild @@ -1,51 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/salman-abedin/devour.git" -fi - -inherit toolchain-funcs ${SCM} - -DESCRIPTION="Window manager agnostic swallowing feature for terminal emulators" -HOMEPAGE="https://github.com/salman-abedin/devour" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/salman-abedin/devour/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -DEPEND="x11-libs/libX11" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=(README.md) - -src_prepare() { - default - - sed -e 's/^CFLAGS =/CFLAGS +=/' \ - -e 's/ -s //g' \ - -e 's/ -O2//g' \ - -i Makefile || die -} - -src_compile() { - emake \ - CC="$(tc-getCC)" -} - -src_install() { - dobin ${PN} - einstalldocs -} +devour-9999.ebuild \ No newline at end of file diff --git a/x11-misc/focus/focus-9999.ebuild b/x11-misc/focus/focus-9999.ebuild index f105e39..40f7492 100644 --- a/x11-misc/focus/focus-9999.ebuild +++ b/x11-misc/focus/focus-9999.ebuild @@ -32,7 +32,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README ) +DOCS=(README) src_prepare() { default diff --git a/x11-misc/herbe/herbe-1.0.0-r1.ebuild b/x11-misc/herbe/herbe-1.0.0-r1.ebuild index 2c0bb4a..0059e47 100644..120000 --- a/x11-misc/herbe/herbe-1.0.0-r1.ebuild +++ b/x11-misc/herbe/herbe-1.0.0-r1.ebuild @@ -1,47 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/dudik/herbe.git" -fi - -inherit savedconfig ${SCM} - -DESCRIPTION="Daemon-less notifications without D-Bus" -HOMEPAGE="https://github.com/dudik/herbe" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/dudik/herbe/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND=" - media-libs/freetype:2 - x11-libs/libX11 - x11-libs/libXft -" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( README.md ) - -src_prepare() { - restore_config config.h - default -} - -src_install() { - save_config config.h - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install - einstalldocs -} +herbe-9999.ebuild \ No newline at end of file diff --git a/x11-misc/herbe/herbe-9999.ebuild b/x11-misc/herbe/herbe-9999.ebuild index 2c0bb4a..e7d8972 100644 --- a/x11-misc/herbe/herbe-9999.ebuild +++ b/x11-misc/herbe/herbe-9999.ebuild @@ -33,7 +33,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README.md ) +DOCS=(README.md) src_prepare() { restore_config config.h diff --git a/x11-misc/lemonbar/lemonbar-1.4.ebuild b/x11-misc/lemonbar/lemonbar-1.4.ebuild index ea45698..29fb72f 100644..120000 --- a/x11-misc/lemonbar/lemonbar-1.4.ebuild +++ b/x11-misc/lemonbar/lemonbar-1.4.ebuild @@ -1,36 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/LemonBoy/bar.git" -fi - -DESCRIPTION="A featherweight, lemon-scented, bar based on xcb" -HOMEPAGE="https://github.com/LemonBoy/bar" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/LemonBoy/bar/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="+xft" - -DEPEND="x11-libs/libxcb - xft? ( x11-libs/libXft ) -" -RDEPEND="${DEPEND} - dev-lang/perl -" -BDEPEND="" - -if [[ ${PV} != *9999 ]]; then - S="${WORKDIR}/bar-${PV}" -fi +lemonbar-9999.ebuild \ No newline at end of file diff --git a/x11-misc/lsd/lsd-1.0.0.ebuild b/x11-misc/lsd/lsd-1.0.0.ebuild index a2ba0f8..07832d2 100644..120000 --- a/x11-misc/lsd/lsd-1.0.0.ebuild +++ b/x11-misc/lsd/lsd-1.0.0.ebuild @@ -1,53 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/phillbush/lsd.git" -fi - -inherit toolchain-funcs ${SCM} - -DESCRIPTION="List desktops" -HOMEPAGE="https://github.com/phillbush/lsd" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/phillbush/lsd/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND="x11-libs/libX11" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( README ) - -src_prepare() { - default - - sed -e '/^CPPFLAGS/d' \ - -e 's/^CFLAGS =/CFLAGS +=/g' \ - -e 's/^LDFLAGS =/LDFLAGS +=/g' \ - -i config.mk || die -} - -src_compile() { - emake \ - CC="$(tc-getCC)" -} - -src_install() { - emake install \ - DESTDIR="${D}" \ - PREFIX="${EPREFIX}/usr" - einstalldocs -} +lsd-9999.ebuild \ No newline at end of file diff --git a/x11-misc/lsd/lsd-9999.ebuild b/x11-misc/lsd/lsd-9999.ebuild index a2ba0f8..84d1934 100644 --- a/x11-misc/lsd/lsd-9999.ebuild +++ b/x11-misc/lsd/lsd-9999.ebuild @@ -29,7 +29,7 @@ DEPEND="x11-libs/libX11" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README ) +DOCS=(README) src_prepare() { default diff --git a/x11-misc/n30f/n30f-2.0.ebuild b/x11-misc/n30f/n30f-2.0.ebuild index e0ebf45..d3c3ccd 100644..120000 --- a/x11-misc/n30f/n30f-2.0.ebuild +++ b/x11-misc/n30f/n30f-2.0.ebuild @@ -1,30 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/sdhand/n30f.git" -fi - -DESCRIPTION="A quick hack to display an image in a non-wm-managed window" -HOMEPAGE="https://github.com/sdhand/n30f" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/sdhand/n30f/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="" - -DEPEND="x11-libs/cairo[X] - x11-libs/libxcb -" -RDEPEND="${DEPEND}" -BDEPEND="" +n30f-9999.ebuild \ No newline at end of file diff --git a/x11-misc/pmenu/pmenu-2.3.0.ebuild b/x11-misc/pmenu/pmenu-2.3.0.ebuild index 2408c2c..5490ebe 100644..120000 --- a/x11-misc/pmenu/pmenu-2.3.0.ebuild +++ b/x11-misc/pmenu/pmenu-2.3.0.ebuild @@ -1,61 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/phillbush/pmenu.git" -fi - -inherit toolchain-funcs ${SCM} - -DESCRIPTION="A pie-menu in Xlib and imlib2" -HOMEPAGE="https://github.com/phillbush/pmenu" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/phillbush/pmenu/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND=" - media-libs/fontconfig - media-libs/imlib2 - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXft - x11-libs/libXinerama - x11-libs/libXrender -" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( README.md ) - -src_prepare() { - default - - sed -e '/^CPPFLAGS/d' \ - -e 's/^CFLAGS =/CFLAGS +=/g' \ - -e 's/^LDFLAGS =/LDFLAGS +=/g' \ - -i config.mk || die -} - -src_compile() { - emake \ - CC="$(tc-getCC)" -} - -src_install() { - emake install \ - DESTDIR="${D}" \ - PREFIX="${EPREFIX}/usr" - einstalldocs -} +pmenu-9999.ebuild \ No newline at end of file diff --git a/x11-misc/pmenu/pmenu-9999.ebuild b/x11-misc/pmenu/pmenu-9999.ebuild index 2408c2c..013a82d 100644 --- a/x11-misc/pmenu/pmenu-9999.ebuild +++ b/x11-misc/pmenu/pmenu-9999.ebuild @@ -37,7 +37,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README.md ) +DOCS=(README.md) src_prepare() { default diff --git a/x11-misc/pywal/pywal-3.3.0.ebuild b/x11-misc/pywal/pywal-3.3.0.ebuild index d225c7e..270e0cd 100644..120000 --- a/x11-misc/pywal/pywal-3.3.0.ebuild +++ b/x11-misc/pywal/pywal-3.3.0.ebuild @@ -1,34 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/dylanaraps/pywal.git" -fi - -inherit distutils-r1 ${SCM} - -DESCRIPTION="Generate and change color-schemes on the fly" -HOMEPAGE="https://github.com/dylanaraps/pywal" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/dylanaraps/pywal/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND} - media-gfx/imagemagick -" -BDEPEND="" +pywal-9999.ebuild \ No newline at end of file diff --git a/x11-misc/pywal/pywal-9999.ebuild b/x11-misc/pywal/pywal-9999.ebuild index d225c7e..3f62cfe 100644 --- a/x11-misc/pywal/pywal-9999.ebuild +++ b/x11-misc/pywal/pywal-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=(python3_{7,8,9}) if [[ ${PV} == *9999 ]]; then SCM="git-r3" diff --git a/x11-misc/setroot/setroot-2.0.2.ebuild b/x11-misc/setroot/setroot-2.0.2.ebuild index 5e2128e..0917719 100644..120000 --- a/x11-misc/setroot/setroot-2.0.2.ebuild +++ b/x11-misc/setroot/setroot-2.0.2.ebuild @@ -1,42 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/ttzhou/setroot.git" -fi - -DESCRIPTION="simple X background setter inspired by imlibsetroot and feh" -HOMEPAGE="https://github.com/ttzhou/setroot" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/ttzhou/setroot/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="xinerama" - -DEPEND="media-libs/imlib2 - x11-libs/libX11 - xinerama? ( x11-libs/libXinerama ) -" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( README.asciidoc ) - -src_compile() { - emake xinerama=$(usex xinerama 1 0) -} - -src_install() { - einstalldocs - emake DESTDIR="${D}" PREFIX="/usr" install -} +setroot-9999.ebuild \ No newline at end of file diff --git a/x11-misc/setroot/setroot-9999.ebuild b/x11-misc/setroot/setroot-9999.ebuild index 5e2128e..0774713 100644 --- a/x11-misc/setroot/setroot-9999.ebuild +++ b/x11-misc/setroot/setroot-9999.ebuild @@ -30,7 +30,7 @@ DEPEND="media-libs/imlib2 RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README.asciidoc ) +DOCS=(README.asciidoc) src_compile() { emake xinerama=$(usex xinerama 1 0) diff --git a/x11-misc/sflock/sflock-9999-r1.ebuild b/x11-misc/sflock/sflock-9999.ebuild index 5eb98f4..5eb98f4 100644 --- a/x11-misc/sflock/sflock-9999-r1.ebuild +++ b/x11-misc/sflock/sflock-9999.ebuild diff --git a/x11-misc/stw/stw-9999.ebuild b/x11-misc/stw/stw-9999.ebuild index 7fa8764..357ed5e 100644 --- a/x11-misc/stw/stw-9999.ebuild +++ b/x11-misc/stw/stw-9999.ebuild @@ -34,7 +34,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README.md ) +DOCS=(README.md) src_prepare() { default diff --git a/x11-misc/sxlock/sxlock-2.0.ebuild b/x11-misc/sxlock/sxlock-2.0.ebuild index e900678..44daabf 100644..120000 --- a/x11-misc/sxlock/sxlock-2.0.ebuild +++ b/x11-misc/sxlock/sxlock-2.0.ebuild @@ -1,33 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/lahwaacz/sxlock.git" -fi - -DESCRIPTION="Simple X screen locker" -HOMEPAGE="https://github.com/lahwaacz/sxlock" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/lahwaacz/sxlock/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND=" - sys-libs/pam - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXrandr -" -RDEPEND="${DEPEND}" -BDEPEND="" +sxlock-9999.ebuild \ No newline at end of file diff --git a/x11-misc/unclutter-xfixes/unclutter-xfixes-9999.ebuild b/x11-misc/unclutter-xfixes/unclutter-xfixes-9999.ebuild index 2361d16..f177103 100644 --- a/x11-misc/unclutter-xfixes/unclutter-xfixes-9999.ebuild +++ b/x11-misc/unclutter-xfixes/unclutter-xfixes-9999.ebuild @@ -11,7 +11,7 @@ fi DESCRIPTION="A rewrite of unclutter using the x11-xfixes extension" HOMEPAGE="https://github.com/Airblader/unclutter-xfixes" -if [[ ${PV} == *9999 ]]; then +if [[ ${PV} == *9999 ]]; then SRC_URI="" KEYWORDS="" else diff --git a/x11-misc/xbanish/xbanish-1.7.ebuild b/x11-misc/xbanish/xbanish-1.7.ebuild index 41cc58a..b4a6b25 100644..120000 --- a/x11-misc/xbanish/xbanish-1.7.ebuild +++ b/x11-misc/xbanish/xbanish-1.7.ebuild @@ -1,40 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/jcs/xbanish.git" -fi - -DESCRIPTION="Banish the mouse cursor when typing, show it again when the mouse moves" -HOMEPAGE="https://github.com/jcs/xbanish" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/jcs/xbanish/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="BSD" -SLOT="0" -IUSE="" - -DEPEND=" - x11-libs/libX11 - x11-libs/libXfixes - x11-libs/libXi -" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( README.md ) - -src_install() { - dobin ${PN} - doman ${PN}.1 - einstalldocs -} +xbanish-9999.ebuild \ No newline at end of file diff --git a/x11-misc/xbanish/xbanish-9999.ebuild b/x11-misc/xbanish/xbanish-9999.ebuild index 41cc58a..5881acb 100644 --- a/x11-misc/xbanish/xbanish-9999.ebuild +++ b/x11-misc/xbanish/xbanish-9999.ebuild @@ -31,7 +31,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README.md ) +DOCS=(README.md) src_install() { dobin ${PN} diff --git a/x11-misc/xclickroot/xclickroot-1.3.ebuild b/x11-misc/xclickroot/xclickroot-1.3.ebuild index 40b870c..1e0d5c5 100644..120000 --- a/x11-misc/xclickroot/xclickroot-1.3.ebuild +++ b/x11-misc/xclickroot/xclickroot-1.3.ebuild @@ -1,55 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/phillbush/xclickroot.git" -fi - -inherit toolchain-funcs ${SCM} - -DESCRIPTION="Click on the root window and run a command" -HOMEPAGE="https://github.com/phillbush/xclickroot" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/phillbush/xclickroot/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND="x11-libs/libX11" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( - README -) - -src_prepare() { - sed -e '/^CPPFLAGS/d' \ - -e 's/FLAGS =/FLAGS +=/g' \ - -i config.mk || die - - default -} - -src_compile() { - emake \ - CC="$(tc-getCC)" -} - -src_install() { - emake install \ - DESTDIR="${D}" \ - PREFIX="${EPREFIX}/usr" - - einstalldocs -} +xclickroot-9999.ebuild \ No newline at end of file diff --git a/x11-misc/xclickroot/xclickroot-9999.ebuild b/x11-misc/xclickroot/xclickroot-9999.ebuild index 40b870c..1c6e813 100644 --- a/x11-misc/xclickroot/xclickroot-9999.ebuild +++ b/x11-misc/xclickroot/xclickroot-9999.ebuild @@ -29,9 +29,7 @@ DEPEND="x11-libs/libX11" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( - README -) +DOCS=(README) src_prepare() { sed -e '/^CPPFLAGS/d' \ diff --git a/x11-misc/xclimsg/xclimsg-9999.ebuild b/x11-misc/xclimsg/xclimsg-9999.ebuild index 146760d..5d3095f 100644 --- a/x11-misc/xclimsg/xclimsg-9999.ebuild +++ b/x11-misc/xclimsg/xclimsg-9999.ebuild @@ -29,7 +29,7 @@ DEPEND="x11-libs/libX11" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README ) +DOCS=(README) src_compile() { $(tc-getCC) -o ${PN} ${PN}.c -lX11 diff --git a/x11-misc/xecho/xecho-9999.ebuild b/x11-misc/xecho/xecho-9999.ebuild index 588092e..c6500c9 100644 --- a/x11-misc/xecho/xecho-9999.ebuild +++ b/x11-misc/xecho/xecho-9999.ebuild @@ -32,7 +32,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" -DOCS=( README.txt ) +DOCS=(README.txt) src_configure() { sed -e 's/^all:.*/all: xecho/' -i Makefile || die diff --git a/x11-misc/xkb-switch/xkb-switch-1.8.5.ebuild b/x11-misc/xkb-switch/xkb-switch-1.8.5.ebuild index b9c52a0..2bd897c 100644..120000 --- a/x11-misc/xkb-switch/xkb-switch-1.8.5.ebuild +++ b/x11-misc/xkb-switch/xkb-switch-1.8.5.ebuild @@ -1,41 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/ierton/xkb-switch.git" -fi - -inherit cmake multilib ${SCM} - -DESCRIPTION="Switch your X keyboard layouts from the command line" -HOMEPAGE="https://github.com/ierton/xkb-switch" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/ierton/xkb-switch/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -DEPEND=" - x11-libs/libX11 - x11-libs/libxkbfile -" -RDEPEND="${DEPEND}" -BDEPEND="" - -src_prepare() { - sed -e "s/DESTINATION lib/DESTINATION $(get_libdir)/" \ - -i CMakeLists.txt - - cmake_src_prepare - default -} +xkb-switch-9999.ebuild \ No newline at end of file diff --git a/x11-misc/xlocatemouse/xlocatemouse-20.05.ebuild b/x11-misc/xlocatemouse/xlocatemouse-20.05.ebuild index cbd490e..c8992d8 100644..120000 --- a/x11-misc/xlocatemouse/xlocatemouse-20.05.ebuild +++ b/x11-misc/xlocatemouse/xlocatemouse-20.05.ebuild @@ -1,51 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://www.uninformativ.de/git/xlocatemouse.git" -fi - -inherit toolchain-funcs ${SCM} - -DESCRIPTION="Find your X11 mouse pointer" -HOMEPAGE="https://www.uninformativ.de/git/xlocatemouse/file/README.html" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://www.uninformativ.de/git/xlocatemouse/archives/xlocatemouse-v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}-v${PV}" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND="x11-libs/libX11" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -DOCS=(CHANGES) - -src_prepare() { - default - - sed -e 's/-O2 //g' -i Makefile || die -} - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - emake install \ - DESTDIR="${D}" \ - prefix="${EPREFIX}/usr" - - einstalldocs -} +xlocatemouse-9999.ebuild \ No newline at end of file diff --git a/x11-misc/xmenu/xmenu-4.5.5.ebuild b/x11-misc/xmenu/xmenu-4.5.5.ebuild index 123102d..a95a7b2 100644..120000 --- a/x11-misc/xmenu/xmenu-4.5.5.ebuild +++ b/x11-misc/xmenu/xmenu-4.5.5.ebuild @@ -1,39 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/phillbush/xmenu.git" -fi - -inherit eutils ${SCM} - -DESCRIPTION="a x11 menu utility" -HOMEPAGE="https://github.com/phillbush/xmenu" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/phillbush/xmenu/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND="media-libs/fontconfig - media-libs/imlib2 - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXinerama -" -RDEPEND="${DEPEND}" -BDEPEND="" - -src_install() { - emake PREFIX= DESTDIR="${D}" MANPREFIX="/usr/share/man" install -} +xmenu-9999.ebuild \ No newline at end of file diff --git a/x11-misc/xnotify/xnotify-0.8.1.ebuild b/x11-misc/xnotify/xnotify-0.8.1.ebuild index b45004d..6834052 100644..120000 --- a/x11-misc/xnotify/xnotify-0.8.1.ebuild +++ b/x11-misc/xnotify/xnotify-0.8.1.ebuild @@ -1,41 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/phillbush/xnotify.git" -fi - -DESCRIPTION="read notifications from stdin and display them on the screen" -HOMEPAGE="https://github.com/phillbush/xnotify" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/phillbush/xnotify/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND=" - media-libs/fontconfig - media-libs/imlib2 - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXinerama -" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( README.md ) - -src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install - einstalldocs -} +xnotify-9999.ebuild \ No newline at end of file diff --git a/x11-misc/xob/xob-0.2.ebuild b/x11-misc/xob/xob-0.2.ebuild index 12a5b9c..2b41ac7 100644..120000 --- a/x11-misc/xob/xob-0.2.ebuild +++ b/x11-misc/xob/xob-0.2.ebuild @@ -1,42 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/florentc/xob.git" -fi - -DESCRIPTION="A lightweight overlay volume (or anything) bar" -HOMEPAGE="https://github.com/florentc/xob" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/florentc/xob/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -DEPEND=" - dev-libs/libconfig - x11-libs/libX11 -" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig" - -DOCS=( README.md ) - -src_install() -{ - emake install \ - DESTDIR="${D}" \ - prefix="${EPREFIX}/usr" \ - sysconfdir="${EPREFIX}/etc" - einstalldocs -} +xob-9999.ebuild \ No newline at end of file diff --git a/x11-misc/xob/xob-9999.ebuild b/x11-misc/xob/xob-9999.ebuild index 12a5b9c..754430e 100644 --- a/x11-misc/xob/xob-9999.ebuild +++ b/x11-misc/xob/xob-9999.ebuild @@ -30,10 +30,9 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" -DOCS=( README.md ) +DOCS=(README.md) -src_install() -{ +src_install() { emake install \ DESTDIR="${D}" \ prefix="${EPREFIX}/usr" \ diff --git a/x11-misc/xprompt/xprompt-2.4.0.ebuild b/x11-misc/xprompt/xprompt-2.4.0.ebuild index 8d14877..115c2b8 100644..120000 --- a/x11-misc/xprompt/xprompt-2.4.0.ebuild +++ b/x11-misc/xprompt/xprompt-2.4.0.ebuild @@ -1,37 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/phillbush/xprompt.git" -fi - -inherit eutils ${SCM} - -DESCRIPTION="A dmenu rip-off with contextual completion" -HOMEPAGE="https://github.com/phillbush/xprompt" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/phillbush/xprompt/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND="x11-libs/libX11 - x11-libs/libXft - x11-libs/libXinerama -" -RDEPEND="${DEPEND}" -BDEPEND="" - -src_install() { - emake PREFIX= DESTDIR="${D}" MANPREFIX="/usr/share/man" install -} +xprompt-9999.ebuild \ No newline at end of file diff --git a/x11-misc/xurgent/xurgent-9999.ebuild b/x11-misc/xurgent/xurgent-9999.ebuild index 37956d7..90e0120 100644 --- a/x11-misc/xurgent/xurgent-9999.ebuild +++ b/x11-misc/xurgent/xurgent-9999.ebuild @@ -29,7 +29,7 @@ DEPEND="x11-libs/libX11" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README ) +DOCS=(README) src_compile() { $(tc-getCC) -o ${PN} ${PN}.c -lX11 diff --git a/x11-wm/9wm/9wm-1.4.1-r1.ebuild b/x11-wm/9wm/9wm-1.4.1-r1.ebuild index bde93a7..4d8215d 100644..120000 --- a/x11-wm/9wm/9wm-1.4.1-r1.ebuild +++ b/x11-wm/9wm/9wm-1.4.1-r1.ebuild @@ -1,45 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/9wm/9wm.git" -fi - -inherit toolchain-funcs ${SCM} - -DESCRIPTION="X11 window manager inspired by Plan 9's rio" -HOMEPAGE="https://github.com/9wm/9wm" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/9wm/9wm/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND=" - x11-libs/libX11 - x11-libs/libXext -" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( CREDITS.md CUSTOMIZING.md README.md ) - -src_compile() { - emake \ - CC="$(tc-getCC)" -} - -src_install() { - default - newman ${PN}.man ${PN}.1 -} +9wm-9999.ebuild \ No newline at end of file diff --git a/x11-wm/9wm/9wm-9999-r1.ebuild b/x11-wm/9wm/9wm-9999.ebuild index bde93a7..fe9edc5 100644 --- a/x11-wm/9wm/9wm-9999-r1.ebuild +++ b/x11-wm/9wm/9wm-9999.ebuild @@ -32,7 +32,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( CREDITS.md CUSTOMIZING.md README.md ) +DOCS=(CREDITS.md CUSTOMIZING.md README.md) src_compile() { emake \ diff --git a/x11-wm/custard/custard-9999-r1.ebuild b/x11-wm/custard/custard-9999.ebuild index 09fb1db..09fb1db 100644 --- a/x11-wm/custard/custard-9999-r1.ebuild +++ b/x11-wm/custard/custard-9999.ebuild diff --git a/x11-wm/mmwm/mmwm-9999.ebuild b/x11-wm/mmwm/mmwm-9999.ebuild index 47b2859..b1c8d04 100644 --- a/x11-wm/mmwm/mmwm-9999.ebuild +++ b/x11-wm/mmwm/mmwm-9999.ebuild @@ -32,7 +32,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README.md ) +DOCS=(README.md) src_compile() { restore_config config.h diff --git a/x11-wm/sdorfehs/sdorfehs-1.0.ebuild b/x11-wm/sdorfehs/sdorfehs-1.0.ebuild index 76904ff..607d2cf 100644..120000 --- a/x11-wm/sdorfehs/sdorfehs-1.0.ebuild +++ b/x11-wm/sdorfehs/sdorfehs-1.0.ebuild @@ -1,48 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/jcs/sdorfehs.git" -fi - -inherit savedconfig ${SCM} - -DESCRIPTION="Manual tiling window manager" -HOMEPAGE="https://github.com/jcs/sdorfehs" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/jcs/sdorfehs/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND=" - x11-libs/libX11 - x11-libs/libXft - x11-libs/libXrandr - x11-libs/libXtst -" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( README.md ) - -src_compile() { - restore_config config.h - default -} - -src_install() { - save_config config.h - dobin ${PN} - doman ${PN}.1 -} +sdorfehs-9999.ebuild \ No newline at end of file diff --git a/x11-wm/sdorfehs/sdorfehs-9999.ebuild b/x11-wm/sdorfehs/sdorfehs-9999.ebuild index 76904ff..b5a0f1c 100644 --- a/x11-wm/sdorfehs/sdorfehs-9999.ebuild +++ b/x11-wm/sdorfehs/sdorfehs-9999.ebuild @@ -34,7 +34,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README.md ) +DOCS=(README.md) src_compile() { restore_config config.h diff --git a/x11-wm/shod/shod-0.5.0.ebuild b/x11-wm/shod/shod-0.5.0.ebuild index 41f79de..a46c9ff 100644..120000 --- a/x11-wm/shod/shod-0.5.0.ebuild +++ b/x11-wm/shod/shod-0.5.0.ebuild @@ -1,59 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/phillbush/shod.git" -fi - -inherit toolchain-funcs ${SCM} - -DESCRIPTION="Hybrid (floating and tiling) window manager" -HOMEPAGE="https://github.com/phillbush/shod" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/phillbush/shod/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND=" - x11-libs/libX11 - x11-libs/libXinerama -" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( - README - examples/ -) - -src_prepare() { - sed -e '/^CPPFLAGS/d' \ - -e 's/FLAGS =/FLAGS +=/g' \ - -i config.mk || die - - default -} - -src_compile() { - emake \ - CC="$(tc-getCC)" -} - -src_install() { - emake install \ - DESTDIR="${D}" \ - PREFIX="${EPREFIX}/usr" - - einstalldocs -} +shod-9999.ebuild \ No newline at end of file diff --git a/x11-wm/shod/shod-9999.ebuild b/x11-wm/shod/shod-9999.ebuild index 41f79de..17f381b 100644 --- a/x11-wm/shod/shod-9999.ebuild +++ b/x11-wm/shod/shod-9999.ebuild @@ -32,10 +32,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( - README - examples/ -) +DOCS=(README examples/) src_prepare() { sed -e '/^CPPFLAGS/d' \ diff --git a/x11-wm/sowm/sowm-1.6.ebuild b/x11-wm/sowm/sowm-1.6.ebuild index 6733306..2ea5702 100644..120000 --- a/x11-wm/sowm/sowm-1.6.ebuild +++ b/x11-wm/sowm/sowm-1.6.ebuild @@ -1,42 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/dylanaraps/sowm.git" -fi - -inherit savedconfig ${SCM} - -DESCRIPTION="An itsy bitsy floating window manager" -HOMEPAGE="https://github.com/dylanaraps/sowm" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/dylanaraps/sowm/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND="x11-libs/libX11" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( README.md ) - -src_compile() { - restore_config config.h - default -} - -src_install() { - save_config config.h - default -} +sowm-9999.ebuild \ No newline at end of file diff --git a/x11-wm/sowm/sowm-9999.ebuild b/x11-wm/sowm/sowm-9999.ebuild index 6733306..61cc821 100644 --- a/x11-wm/sowm/sowm-9999.ebuild +++ b/x11-wm/sowm/sowm-9999.ebuild @@ -29,7 +29,7 @@ DEPEND="x11-libs/libX11" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README.md ) +DOCS=(README.md) src_compile() { restore_config config.h diff --git a/x11-wm/tinywm/tinywm-1.1.ebuild b/x11-wm/tinywm/tinywm-1.1.ebuild index 3241c5c..f0cbbf5 100644..120000 --- a/x11-wm/tinywm/tinywm-1.1.ebuild +++ b/x11-wm/tinywm/tinywm-1.1.ebuild @@ -1,32 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/mackstann/tinywm.git" -fi - -DESCRIPTION="The tiniest window manager" -HOMEPAGE="https://github.com/mackstann/tinywm" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/mackstann/tinywm/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="ISC" -SLOT="0" -IUSE="" - -DEPEND="x11-libs/libX11" -RDEPEND="${DEPEND}" -BDEPEND="" - -src_install() { - dobin ${PN} -} +tinywm-9999.ebuild \ No newline at end of file diff --git a/x11-wm/wmutils-contrib/wmutils-contrib-9999-r1.ebuild b/x11-wm/wmutils-contrib/wmutils-contrib-9999.ebuild index 8d65a98..196bb59 100644 --- a/x11-wm/wmutils-contrib/wmutils-contrib-9999-r1.ebuild +++ b/x11-wm/wmutils-contrib/wmutils-contrib-9999.ebuild @@ -28,7 +28,7 @@ RDEPEND="${DEPEND} " BDEPEND="" -DOCS=( README.md ) +DOCS=(README.md) src_prepare() { default diff --git a/x11-wm/wmutils-opt/wmutils-opt-1.0.ebuild b/x11-wm/wmutils-opt/wmutils-opt-1.0.ebuild index 75db7bc..32feec0 100644..120000 --- a/x11-wm/wmutils-opt/wmutils-opt-1.0.ebuild +++ b/x11-wm/wmutils-opt/wmutils-opt-1.0.ebuild @@ -1,42 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/wmutils/opt.git" -fi - -DESCRIPTION="Optional addons to wmutils" -HOMEPAGE="https://github.com/wmutils/opt" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/wmutils/opt/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="ISC" -SLOT="0" -IUSE="" - -DEPEND=" - x11-libs/libxcb - x11-libs/xcb-util -" -RDEPEND="${DEPEND}" -BDEPEND="" - -if [[ ${PV} != *9999 ]]; then - S="${WORKDIR}/opt-${PV}" -fi - -DOCS=( README.md ) - -src_prepare() { - default - sed -e 's/-Os//g' -i config.mk || die -} +wmutils-opt-9999.ebuild \ No newline at end of file diff --git a/x11-wm/wmutils-opt/wmutils-opt-9999.ebuild b/x11-wm/wmutils-opt/wmutils-opt-9999.ebuild index 75db7bc..f34d267 100644 --- a/x11-wm/wmutils-opt/wmutils-opt-9999.ebuild +++ b/x11-wm/wmutils-opt/wmutils-opt-9999.ebuild @@ -34,7 +34,7 @@ if [[ ${PV} != *9999 ]]; then S="${WORKDIR}/opt-${PV}" fi -DOCS=( README.md ) +DOCS=(README.md) src_prepare() { default diff --git a/x11-wm/wmutils/wmutils-1.5.ebuild b/x11-wm/wmutils/wmutils-1.5.ebuild index 14816b3..cb275f8 100644..120000 --- a/x11-wm/wmutils/wmutils-1.5.ebuild +++ b/x11-wm/wmutils/wmutils-1.5.ebuild @@ -1,48 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/wmutils/core.git" -fi - -DESCRIPTION="Set of window manipulation tools" -HOMEPAGE="https://github.com/wmutils/core" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/wmutils/core/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="ISC" -SLOT="0" -IUSE="" - -DEPEND=" - x11-libs/libxcb - x11-libs/xcb-util - x11-libs/xcb-util-cursor -" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( README.md ) - -if [[ ${PV} != *9999 ]]; then - S="${WORKDIR}/core-${PV}" -fi - -src_prepare() { - sed -i 's/-Os//g' -i config.mk - default -} - -src_install() { - emake DESTDIR="${D}" MANPREFIX="${EPREFIX}/usr/share/man" install - einstalldocs -} +wmutils-9999.ebuild \ No newline at end of file diff --git a/x11-wm/wmutils/wmutils-9999.ebuild b/x11-wm/wmutils/wmutils-9999.ebuild index 14816b3..c691679 100644 --- a/x11-wm/wmutils/wmutils-9999.ebuild +++ b/x11-wm/wmutils/wmutils-9999.ebuild @@ -31,7 +31,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( README.md ) +DOCS=(README.md) if [[ ${PV} != *9999 ]]; then S="${WORKDIR}/core-${PV}" diff --git a/x11-wm/xwm/xwm-0.1.8.ebuild b/x11-wm/xwm/xwm-0.1.8.ebuild index ae10afc..dad9e3e 100644..120000 --- a/x11-wm/xwm/xwm-0.1.8.ebuild +++ b/x11-wm/xwm/xwm-0.1.8.ebuild @@ -1,49 +1 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -if [[ ${PV} == *9999 ]]; then - SCM="git-r3" - EGIT_REPO_URI="https://github.com/mcpcpc/xwm.git" -fi - -inherit toolchain-funcs ${SCM} - -DESCRIPTION="A tiny XCB floating window manager" -HOMEPAGE="https://github.com/mcpcpc/xwm" - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - KEYWORDS="" -else - SRC_URI="https://github.com/mcpcpc/xwm/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="" - -DEPEND=" - x11-libs/libxcb - x11-libs/xcb-util-keysyms -" -RDEPEND="${DEPEND}" -BDEPEND="" - -DOCS=( - README -) - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - emake install \ - DESTDIR="${D}" \ - PREFIX="${EPREFIX}/usr" - - einstalldocs -} +xwm-9999.ebuild \ No newline at end of file diff --git a/x11-wm/xwm/xwm-9999.ebuild b/x11-wm/xwm/xwm-9999.ebuild index ae10afc..10ef80a 100644 --- a/x11-wm/xwm/xwm-9999.ebuild +++ b/x11-wm/xwm/xwm-9999.ebuild @@ -32,9 +32,7 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="" -DOCS=( - README -) +DOCS=(README) src_compile() { emake CC="$(tc-getCC)" |