summaryrefslogtreecommitdiff
path: root/x11-misc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-10-25 04:04:27 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-10-25 04:04:27 +0100
commitb11a5614cb96e70e116581c98abf286c2cf694ca (patch)
treeb602f03c26a8da259d67174441f0630d3fbbfa5d /x11-misc
parente7daa1f959ba2c720f36a6984f588098e68b15cd (diff)
gentoo auto-resync : 25:10:2024 - 04:04:26
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/Manifest.gzbin46527 -> 46517 bytes
-rw-r--r--x11-misc/autorandr/Manifest3
-rw-r--r--x11-misc/autorandr/autorandr-1.15-r1.ebuild2
-rw-r--r--x11-misc/autorandr/autorandr-1.15.ebuild76
4 files changed, 2 insertions, 79 deletions
diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz
index e61ad4614784..57bef4fa8689 100644
--- a/x11-misc/Manifest.gz
+++ b/x11-misc/Manifest.gz
Binary files differ
diff --git a/x11-misc/autorandr/Manifest b/x11-misc/autorandr/Manifest
index 8b314da822a0..dc799080924c 100644
--- a/x11-misc/autorandr/Manifest
+++ b/x11-misc/autorandr/Manifest
@@ -1,5 +1,4 @@
DIST autorandr-1.15.tar.gz 49352 BLAKE2B b7200eb7a77230076f1a9f8b1a21be883ae363cc41cff7f1191e034359cc8ebb52e9dd19dd5f2e415a34b9a3a89fda3d0d43a946b2f3401de0d279fb9d5ba1a2 SHA512 2837348b755f5c4b30ad2b68e191e1969a467401cf32dda495dd19867e391f8b8b4a9c0b4958ef33f75c71aace46686995e27bab805e1e40cc4a1af44e9f0405
-EBUILD autorandr-1.15-r1.ebuild 1524 BLAKE2B 7dc62273585f5e7749a2df55acf844e8b954fc3e9f95c45854d82a8b32c893b0d37bf522319ec1dac7ce8398834b7853cf35632b46e29985b9712ba88845fcdd SHA512 5f650786734286fbb215177c7d237980e49b0c39368cb1c09e0b449cff01e0d1c15d176759c750c2f2e84aea6907928ead3e4aa83107927865272daf58b5aa67
-EBUILD autorandr-1.15.ebuild 1504 BLAKE2B 16591fcb2337e4e17984380786d85e240a8df2496f5eda31b421178a76311169d3466dbf13575dafbae8651deb1ce7e3cea9d3b47fd664e90da84d15a9a96112 SHA512 08a9145655e0044b2b0b5c0e5a2db54cab197b1489234bc157d03d2d179cbd5846438041bcad3cd775070e5e2404a88b01fbf8dab859539901b58fdf8027fae6
+EBUILD autorandr-1.15-r1.ebuild 1523 BLAKE2B 399040fc411bc7400ea0012f2b1687c883494de1a529457be8b3e67bf1e4ce901d412502034e61dd036886df417b8cefaf4eee37032ce8b2a313ca4114afaa21 SHA512 632ac1b280469beb292ffb34f070e91c3916541b76d6b48f549603553dbfcc22c91af944c420699f546a9e2279097c3154363fe461f88b7858c40d1d3fbbdeaf
EBUILD autorandr-9999.ebuild 1524 BLAKE2B 7dc62273585f5e7749a2df55acf844e8b954fc3e9f95c45854d82a8b32c893b0d37bf522319ec1dac7ce8398834b7853cf35632b46e29985b9712ba88845fcdd SHA512 5f650786734286fbb215177c7d237980e49b0c39368cb1c09e0b449cff01e0d1c15d176759c750c2f2e84aea6907928ead3e4aa83107927865272daf58b5aa67
MISC metadata.xml 450 BLAKE2B bb36360893882faa3306ce69953a4c699e613dd5608bd379c3a179cd68d79ce42171c01611fb08269b9521eca61c67825ea1d52711a0ac67fa99f919350b54bd SHA512 d676779669537dff4c0964d48996b3cdcbc1b6d7f3f00412b48614f42b86b6acdea05b646d3d9d048db6b19e0733bbc1281ed8dbea7d4ea36f19f14c5a055d29
diff --git a/x11-misc/autorandr/autorandr-1.15-r1.ebuild b/x11-misc/autorandr/autorandr-1.15-r1.ebuild
index 73aa409173d5..e8a9f9a8e58a 100644
--- a/x11-misc/autorandr/autorandr-1.15-r1.ebuild
+++ b/x11-misc/autorandr/autorandr-1.15-r1.ebuild
@@ -13,7 +13,7 @@ if [[ "${PV}" = "9999" ]] ; then
EGIT_REPO_URI="https://github.com/phillipberndt/${PN}.git"
else
SRC_URI="https://github.com/phillipberndt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="amd64"
fi
DESCRIPTION="Automatically select a display configuration based on connected devices"
diff --git a/x11-misc/autorandr/autorandr-1.15.ebuild b/x11-misc/autorandr/autorandr-1.15.ebuild
deleted file mode 100644
index fd13373441f5..000000000000
--- a/x11-misc/autorandr/autorandr-1.15.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit bash-completion-r1 distutils-r1 systemd udev
-
-if [[ "${PV}" = "9999" ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/phillipberndt/${PN}.git"
-else
- SRC_URI="https://github.com/phillipberndt/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64"
-fi
-
-DESCRIPTION="Automatically select a display configuration based on connected devices"
-HOMEPAGE="https://github.com/phillipberndt/autorandr"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="launcher systemd udev"
-
-RDEPEND="
- x11-apps/xrandr
- launcher? ( x11-libs/libxcb )
- udev? ( virtual/udev )
-"
-DEPEND="${RDEPEND}"
-# desktop-file-util: uses desktop-file-edit in Makefile
-BDEPEND="
- dev-util/desktop-file-utils
- virtual/pkgconfig
-"
-
-src_compile() {
- distutils-r1_src_compile
-
- if use launcher; then
- emake contrib/autorandr_launcher/autorandr-launcher
- fi
-}
-
-src_install() {
- distutils-r1_src_install
-
- doman autorandr.1
-
- local targets=(
- autostart_config
- bash_completion
- $(usev launcher)
- $(usev systemd)
- $(usev udev)
- )
-
- emake DESTDIR="${D}" \
- BASH_COMPLETIONS_DIR="$(get_bashcompdir)" \
- SYSTEMD_UNIT_DIR="$(systemd_get_systemunitdir)" \
- UDEV_RULES_DIR="$(get_udevdir)"/rules.d \
- $(printf "install_%s " "${targets[@]}")
-}
-
-pkg_postinst() {
- if use udev; then
- udev_reload
- fi
-}
-
-pkg_postrm() {
- if use udev; then
- udev_reload
- fi
-}