diff options
author | Mark Wright <gienah@gentoo.org> | 2018-10-05 16:54:31 +1000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2018-10-05 17:03:08 +1000 |
commit | 65bdf333a0e1045ee971e64bf446a53865f7c6bd (patch) | |
tree | 27024ba9aef82f0c622a37ce4808ee45cea20ae4 /x11-misc/cdm | |
parent | media-sound/pragha: Bump to 1.3.99 (diff) | |
download | gentoo-65bdf333a0e1045ee971e64bf446a53865f7c6bd.tar.gz gentoo-65bdf333a0e1045ee971e64bf446a53865f7c6bd.tar.bz2 gentoo-65bdf333a0e1045ee971e64bf446a53865f7c6bd.zip |
x11-misc/cdm: Bump to 0.7
Thanks to Francesco Turco for reporting.
Closes: https://bugs.gentoo.org/666356
Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'x11-misc/cdm')
-rw-r--r-- | x11-misc/cdm/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/cdm/cdm-0.7.ebuild (renamed from x11-misc/cdm/cdm-0.6.1_pre20130419.ebuild) | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11-misc/cdm/Manifest b/x11-misc/cdm/Manifest index 4e29e07811c2..9c602834109d 100644 --- a/x11-misc/cdm/Manifest +++ b/x11-misc/cdm/Manifest @@ -1,2 +1,2 @@ -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 +DIST cdm-0.7.tar.gz 16154 BLAKE2B ca240e253ad4ed6b5e634069b98c90c00852fc6d6550ca1f72b3399435264055cfca31f88f6061daa3e2e3445bd1a8ad9f950b44968df4c77d6c8150b2782a34 SHA512 51591b953ec83c06a5a4407c6d6083ac11e7095c7fb22e491ed3d6626217462529d3dd3590c2a256273b3668c7246b13bfd1f2f682f5bd860ca8a34aaca0b6f5 diff --git a/x11-misc/cdm/cdm-0.6.1_pre20130419.ebuild b/x11-misc/cdm/cdm-0.7.ebuild index 2544ebcfa1a4..a2ed855b1c53 100644 --- a/x11-misc/cdm/cdm-0.6.1_pre20130419.ebuild +++ b/x11-misc/cdm/cdm-0.7.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI="7" 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" +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" @@ -15,8 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="pam consolekit" REQUIRED_USE="consolekit? ( pam )" -DEPEND="app-shells/bash" - +DEPEND="" RDEPEND="${DEPEND} dev-util/dialog x11-apps/xdpyinfo @@ -26,6 +25,7 @@ RDEPEND="${DEPEND} 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" |