commit: 7396c409e3ee4452e8813255a38df27f59854993
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 28 09:10:41 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jun 28 09:37:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7396c409
x11-misc/autorandr: treeclean (moved to ::gentoo)
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
x11-misc/autorandr/Manifest | 1 -
x11-misc/autorandr/autorandr-1.11.ebuild | 66 --------------------------------
x11-misc/autorandr/autorandr-9999.ebuild | 66 --------------------------------
x11-misc/autorandr/metadata.xml | 11 ------
4 files changed, 144 deletions(-)
diff --git a/x11-misc/autorandr/Manifest b/x11-misc/autorandr/Manifest
deleted file mode 100644
index 6523b0b03..000000000
--- a/x11-misc/autorandr/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST autorandr-1.11.tar.gz 48791 BLAKE2B
57203b15eebdecab943c706745701e8569eb0a66dab69ae4429abfa863da736a5ed8b5333f6d948bcf8cae30f48c68eb1b35f2e84080526c1507ab78dba02efb
SHA512
93de0461653aa5145956a8aafdc9fb257491495ca335e4213e7b6f1f313ebfd2332c38615ac648204494026439d77861a7eefd97e80cd49a5fe3d9b75db54ec1
diff --git a/x11-misc/autorandr/autorandr-1.11.ebuild
b/x11-misc/autorandr/autorandr-1.11.ebuild
deleted file mode 100644
index badd9b87c..000000000
--- a/x11-misc/autorandr/autorandr-1.11.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-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 ~x86"
-fi
-
-DESCRIPTION="Automatically select a display configuration based on connected
devices"
-HOMEPAGE="https://github.com/phillipberndt/autorandr"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="bash-completion launcher systemd udev"
-
-RDEPEND="
- launcher? ( x11-libs/libxcb )
- udev? ( virtual/udev )
-"
-DEPEND="
- virtual/pkgconfig
- ${RDEPEND}
-"
-
-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
- $(usex bash-completion 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
-}
diff --git a/x11-misc/autorandr/autorandr-9999.ebuild
b/x11-misc/autorandr/autorandr-9999.ebuild
deleted file mode 100644
index badd9b87c..000000000
--- a/x11-misc/autorandr/autorandr-9999.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-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 ~x86"
-fi
-
-DESCRIPTION="Automatically select a display configuration based on connected
devices"
-HOMEPAGE="https://github.com/phillipberndt/autorandr"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="bash-completion launcher systemd udev"
-
-RDEPEND="
- launcher? ( x11-libs/libxcb )
- udev? ( virtual/udev )
-"
-DEPEND="
- virtual/pkgconfig
- ${RDEPEND}
-"
-
-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
- $(usex bash-completion 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
-}
diff --git a/x11-misc/autorandr/metadata.xml b/x11-misc/autorandr/metadata.xml
deleted file mode 100644
index bc2b0d691..000000000
--- a/x11-misc/autorandr/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>[email protected]</email>
- <name>Florian Schmaus</name>
-</maintainer>
-<use>
- <flag name="launcher">Install the launcher</flag>
-</use>
-</pkgmetadata>