From: "Mark Wright" <gienah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/cdm/
Date: Fri, 5 Oct 2018 07:05:03 +0000 (UTC) [thread overview]
Message-ID: <1538722988.65bdf333a0e1045ee971e64bf446a53865f7c6bd.gienah@gentoo> (raw)
commit: 65bdf333a0e1045ee971e64bf446a53865f7c6bd
Author: Mark Wright <gienah <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 5 06:54:31 2018 +0000
Commit: Mark Wright <gienah <AT> gentoo <DOT> org>
CommitDate: Fri Oct 5 07:03:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bdf333
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 <AT> gentoo.org>
x11-misc/cdm/Manifest | 2 +-
.../cdm/{cdm-0.6.1_pre20130419.ebuild => cdm-0.7.ebuild} | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/x11-misc/cdm/Manifest b/x11-misc/cdm/Manifest
index 4e29e07811c..9c602834109 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
similarity index 89%
rename from x11-misc/cdm/cdm-0.6.1_pre20130419.ebuild
rename to x11-misc/cdm/cdm-0.7.ebuild
index 2544ebcfa1a..a2ed855b1c5 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"
next reply other threads:[~2018-10-05 7:05 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-05 7:05 Mark Wright [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-05 15:27 [gentoo-commits] repo/gentoo:master commit in: x11-misc/cdm/ Arthur Zamarin
2021-04-30 19:40 Andreas Sturmlechner
2021-04-16 11:23 Sam James
2021-04-16 11:23 Sam James
2020-10-04 14:57 Mikle Kolyada
2019-10-12 18:08 Mikle Kolyada
2019-10-12 18:08 Mikle Kolyada
2018-01-29 10:29 Mark Wright
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1538722988.65bdf333a0e1045ee971e64bf446a53865f7c6bd.gienah@gentoo \
--to=gienah@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox