From 957235cf19a691360c720f7913672adda4258ed0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 7 Oct 2018 11:03:14 +0100 Subject: gentoo resync : 07.10.2018 --- x11-misc/cdm/Manifest | 4 +- x11-misc/cdm/cdm-0.6.1_pre20130419.ebuild | 70 ------------------------------- x11-misc/cdm/cdm-0.7.ebuild | 70 +++++++++++++++++++++++++++++++ 3 files changed, 72 insertions(+), 72 deletions(-) delete mode 100644 x11-misc/cdm/cdm-0.6.1_pre20130419.ebuild create mode 100644 x11-misc/cdm/cdm-0.7.ebuild (limited to 'x11-misc/cdm') diff --git a/x11-misc/cdm/Manifest b/x11-misc/cdm/Manifest index 7f82e577afd3..7b0d55f28332 100644 --- a/x11-misc/cdm/Manifest +++ b/x11-misc/cdm/Manifest @@ -1,5 +1,5 @@ -DIST cdm-0.6.1_pre20130419.tar.gz 16056 BLAKE2B a92eabbc044b58e751b29bc05073052605b03460fa1aa62f15385c78e3c2ca033f8a25b40c646eed1602f3856e97d8dd6f987ecbc6ba50ad68aad4813725e72b SHA512 638d92c536609b8bf1d08f4be80933e5ff23acfe412ee6b72ff924edbe1e510110b7941caea9b206136ee5a75dddd998275e89c132feba0ed3df26ab1657bf8b DIST cdm-0.6.1_pre20180107.tar.gz 16541 BLAKE2B 19b7a8f6ef7541333b96bb3c2d6a9d3b7ce3bffdcf6653a3799d963d3b3bab3fe3553469a9cbf0f493109ad5308c739b25ce9e5801d0904f5d7b6e78b680e2fc SHA512 dc5587debb304636be25afdf60e8328b1eb9b961694813b089df504567f63cfeac6de17df715d589cec597f51044b8c121242ebefbe5bfeccf6aa072b1c03a40 -EBUILD cdm-0.6.1_pre20130419.ebuild 1867 BLAKE2B 1496f15109e6b493c6181493d74b712b8f60c24a09ffe485b08688667be553df4238df089b52db87b16e9e5c5b1837f20a3709dfdefa69c6c344bba66d398e8b SHA512 e8ca7ae97e632a8d8190a5019b373d9bd30c70cc888632071ce05bed16297d5166ea068dac0f97368b44f0c7ce844d065cbc1a361729664f3a42e8353ea01133 +DIST cdm-0.7.tar.gz 16154 BLAKE2B ca240e253ad4ed6b5e634069b98c90c00852fc6d6550ca1f72b3399435264055cfca31f88f6061daa3e2e3445bd1a8ad9f950b44968df4c77d6c8150b2782a34 SHA512 51591b953ec83c06a5a4407c6d6083ac11e7095c7fb22e491ed3d6626217462529d3dd3590c2a256273b3668c7246b13bfd1f2f682f5bd860ca8a34aaca0b6f5 EBUILD cdm-0.6.1_pre20180107.ebuild 1851 BLAKE2B 6b9fe3ccc497f06c1941401b9246e1a5379be522b8b95d7b235fe3cf5a9cc40115a17797720dc9dc0e0d6dfcc73965a23f3cd4604f1a2ebbe2d103c5008467ee SHA512 ada7bacbae684ad50ae25c4eb92b23ab11c6c0d63e670c440f5b8f52cfe487ec12da1406008c9d3024f32212eee98347ea715417ed82d2fe9282c412a2b872ee +EBUILD cdm-0.7.ebuild 1865 BLAKE2B d24fc52915b49253327b7f1719621da33e8532ce39aee76c373609cc72185f392e84e62dc623b999532f7979e9e25c65bc3871bd86d8e360987f714af23251b1 SHA512 eeb099553a7395f47d1c9f04a31a57094c79f34b768ccfa6127c5cdd6d373f136ca3c6426a72e0e71c0889e2778ca780ee3caf9d675e68758e5170ebbbd3931e MISC metadata.xml 717 BLAKE2B 08ac966702b39c5c912ab82c1115a3eb9166719fe1e87cbd193ba7ba61b8fca81546c86361ad9c5c51ffb7bfbfc283c4e89d250b58925c5d034d8f37d72e1357 SHA512 cfabe6705c7af59ba703ca849a7cddd649cad9c0dbd939c4fb5e2fcc2cd5383f5771f0d259b1259516037c9d8c41bd2b59a86d70109494d7e4a131ce232b5929 diff --git a/x11-misc/cdm/cdm-0.6.1_pre20130419.ebuild b/x11-misc/cdm/cdm-0.6.1_pre20130419.ebuild deleted file mode 100644 index 2544ebcfa1a4..000000000000 --- a/x11-misc/cdm/cdm-0.6.1_pre20130419.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit pam eutils - -DESCRIPTION="The Console Display Manager" -HOMEPAGE="https://wiki.archlinux.org/index.php/CDM" -SRC_URI="https://dev.gentoo.org/~gienah/snapshots/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="pam consolekit" -REQUIRED_USE="consolekit? ( pam )" - -DEPEND="app-shells/bash" - -RDEPEND="${DEPEND} - dev-util/dialog - x11-apps/xdpyinfo - x11-apps/xinit - consolekit? ( sys-auth/consolekit - sys-apps/dbus ) - pam? ( virtual/pam )" - -src_prepare() { - if ! use consolekit; then - sed -e 's@consolekit=yes@consolekit=no@' \ - -i "${S}/src/cdmrc" || die "Could not turn off consolekit in cdmrc" - fi -} - -src_install() { - if use pam ; then - pamd_mimic system-local-login cdm auth account session - fi - - insinto /usr/bin/ - insopts -m0755 - dobin src/${PN} src/${PN}-xlaunch - - insinto /etc - insopts -Dm644 - doins src/cdmrc - - insinto /etc/profile.d/ - insopts -Dm755 - newins src/profile.sh zzz-${PN}.sh - - # Install themes - insinto /usr/share/${PN}/themes - doins themes/* - # Copy documentation manually - dodoc ChangeLog-0.6 ChangeLog-before-0.6 README.md -} - -pkg_postinst() { - ewarn "In order to use CDM you must first edit your /etc/cdmrc" - ewarn "At least the binlist, namelist and flaglist entries should be added or edited" - ewarn "to specify the X window managers and console shells that you want before" - ewarn "you start CDM. Something like:" - ewarn "binlist=('xmonad' 'startkde' '/bin/zsh --login' '/bin/bash --login')" - ewarn "namelist=('XMonad' 'KDE' 'Console Zsh' 'Console Bash')" - ewarn "flaglist=(X X C C)" - ewarn "Ensure the flaglist X entries correspond to the X-Windows programs, and the" - ewarn "C entries correspond to console shells. Then just login with your username." - ewarn "Remove xdm from default runlevel." -} diff --git a/x11-misc/cdm/cdm-0.7.ebuild b/x11-misc/cdm/cdm-0.7.ebuild new file mode 100644 index 000000000000..a2ed855b1c53 --- /dev/null +++ b/x11-misc/cdm/cdm-0.7.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit pam eutils + +DESCRIPTION="The Console Display Manager" +HOMEPAGE="https://github.com/evertiro/cdm" +SRC_URI="https://github.com/evertiro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="pam consolekit" +REQUIRED_USE="consolekit? ( pam )" + +DEPEND="" +RDEPEND="${DEPEND} + dev-util/dialog + x11-apps/xdpyinfo + x11-apps/xinit + consolekit? ( sys-auth/consolekit + sys-apps/dbus ) + pam? ( virtual/pam )" + +src_prepare() { + default + if ! use consolekit; then + sed -e 's@consolekit=yes@consolekit=no@' \ + -i "${S}/src/cdmrc" || die "Could not turn off consolekit in cdmrc" + fi +} + +src_install() { + if use pam ; then + pamd_mimic system-local-login cdm auth account session + fi + + insinto /usr/bin/ + insopts -m0755 + dobin src/${PN} src/${PN}-xlaunch + + insinto /etc + insopts -Dm644 + doins src/cdmrc + + insinto /etc/profile.d/ + insopts -Dm755 + newins src/profile.sh zzz-${PN}.sh + + # Install themes + insinto /usr/share/${PN}/themes + doins themes/* + # Copy documentation manually + dodoc ChangeLog-0.6 ChangeLog-before-0.6 README.md +} + +pkg_postinst() { + ewarn "In order to use CDM you must first edit your /etc/cdmrc" + ewarn "At least the binlist, namelist and flaglist entries should be added or edited" + ewarn "to specify the X window managers and console shells that you want before" + ewarn "you start CDM. Something like:" + ewarn "binlist=('xmonad' 'startkde' '/bin/zsh --login' '/bin/bash --login')" + ewarn "namelist=('XMonad' 'KDE' 'Console Zsh' 'Console Bash')" + ewarn "flaglist=(X X C C)" + ewarn "Ensure the flaglist X entries correspond to the X-Windows programs, and the" + ewarn "C entries correspond to console shells. Then just login with your username." + ewarn "Remove xdm from default runlevel." +} -- cgit v1.2.3