* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/
@ 2017-03-22 7:30 Michael Weber
0 siblings, 0 replies; 14+ messages in thread
From: Michael Weber @ 2017-03-22 7:30 UTC (permalink / raw
To: gentoo-commits
commit: ef4e55f798b7237cac19a2b98563e1c021a28837
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 15:31:37 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 07:29:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4e55f7
x11-misc/wdm: ppc stable (bug 613104)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
x11-misc/wdm/wdm-1.28-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/wdm/wdm-1.28-r4.ebuild b/x11-misc/wdm/wdm-1.28-r4.ebuild
index e7316946d27..7c4d33390a4 100644
--- a/x11-misc/wdm/wdm-1.28-r4.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86"
IUSE="pam selinux truetype"
COMMON_DEPEND=">=x11-wm/windowmaker-0.70.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/
@ 2017-04-04 19:28 Tobias Klausmann
0 siblings, 0 replies; 14+ messages in thread
From: Tobias Klausmann @ 2017-04-04 19:28 UTC (permalink / raw
To: gentoo-commits
commit: 250d867cf873e7b8b4c3aedcc4e4b019ec050446
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 4 19:27:45 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Apr 4 19:27:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=250d867c
x11-misc/wdm-1.28-r4: add alpha keyword
Gentoo-Bug: 613104
x11-misc/wdm/wdm-1.28-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/wdm/wdm-1.28-r4.ebuild b/x11-misc/wdm/wdm-1.28-r4.ebuild
index 7c4d33390a4..cdcecc0c486 100644
--- a/x11-misc/wdm/wdm-1.28-r4.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ppc ~ppc64 ~sparc x86"
IUSE="pam selinux truetype"
COMMON_DEPEND=">=x11-wm/windowmaker-0.70.0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/
@ 2017-04-13 19:28 Patrice Clement
0 siblings, 0 replies; 14+ messages in thread
From: Patrice Clement @ 2017-04-13 19:28 UTC (permalink / raw
To: gentoo-commits
commit: e94a74293f68650f6d357f39b3ed8e83c6176c52
Author: Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Tue Apr 11 11:45:34 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Apr 13 19:27:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94a7429
x11-misc/wdm: remove old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4408
x11-misc/wdm/wdm-1.28-r3.ebuild | 43 -----------------------------------------
1 file changed, 43 deletions(-)
diff --git a/x11-misc/wdm/wdm-1.28-r3.ebuild b/x11-misc/wdm/wdm-1.28-r3.ebuild
deleted file mode 100644
index b1fdff29404..00000000000
--- a/x11-misc/wdm/wdm-1.28-r3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils pam
-
-DESCRIPTION="WINGs Display Manager"
-HOMEPAGE="http://voins.program.ru/wdm/"
-SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc ~ppc64 ~sparc x86"
-IUSE="truetype pam selinux"
-
-COMMON_DEPEND=">=x11-wm/windowmaker-0.70.0
- truetype? ( x11-libs/libXft )
- x11-libs/libXmu
- x11-libs/libXt
- x11-libs/libXpm
- pam? ( virtual/pam )"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext"
-RDEPEND="${COMMON_DEPEND}
- pam? ( >=sys-auth/pambase-20080219.1 )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-terminateServer.patch
-}
-
-src_configure() {
- econf \
- --exec-prefix=/usr \
- --with-wdmdir=/etc/X11/wdm \
- $(use_enable pam) \
- $(use_enable selinux)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- rm -f "${D}"/etc/pam.d/wdm
- pamd_mimic system-local-login wdm auth account password session
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/
@ 2019-10-12 17:49 Mikle Kolyada
0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2019-10-12 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 53d2f78475daa91680c8f417fd83ff176e73380a
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 17:49:09 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 17:49:09 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d2f784
x11-misc/wdm: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
x11-misc/wdm/wdm-1.28-r4.ebuild | 4 ++--
x11-misc/wdm/wdm-1.28-r5.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/x11-misc/wdm/wdm-1.28-r4.ebuild b/x11-misc/wdm/wdm-1.28-r4.ebuild
index cdcecc0c486..9c93686627a 100644
--- a/x11-misc/wdm/wdm-1.28-r4.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,7 +19,7 @@ COMMON_DEPEND=">=x11-wm/windowmaker-0.70.0
x11-libs/libXmu
x11-libs/libXt
x11-libs/libXpm
- pam? ( virtual/pam )"
+ pam? ( sys-libs/pam )"
DEPEND="${COMMON_DEPEND}
sys-devel/gettext"
RDEPEND="${COMMON_DEPEND}
diff --git a/x11-misc/wdm/wdm-1.28-r5.ebuild b/x11-misc/wdm/wdm-1.28-r5.ebuild
index 9a7b26373b7..f31e2f6ea26 100644
--- a/x11-misc/wdm/wdm-1.28-r5.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r5.ebuild
@@ -18,7 +18,7 @@ COMMON_DEPEND="
x11-libs/libXmu
x11-libs/libXpm
x11-libs/libXt
- pam? ( virtual/pam )
+ pam? ( sys-libs/pam )
truetype? ( x11-libs/libXft )
"
DEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/
@ 2020-02-08 16:25 David Seifert
0 siblings, 0 replies; 14+ messages in thread
From: David Seifert @ 2020-02-08 16:25 UTC (permalink / raw
To: gentoo-commits
commit: 161b656ebba350b9c71e886f82c7448683e7f8da
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 8 16:24:01 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 8 16:24:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161b656e
x11-misc/wdm: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap <AT> gentoo.org>
x11-misc/wdm/wdm-1.28-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/wdm/wdm-1.28-r5.ebuild b/x11-misc/wdm/wdm-1.28-r5.ebuild
index f31e2f6ea26..d6edd5dca12 100644
--- a/x11-misc/wdm/wdm-1.28-r5.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r5.ebuild
@@ -52,6 +52,6 @@ src_configure() {
src_install() {
default
- rm -f "${ED%/}"/etc/pam.d/wdm || die
+ rm -f "${ED}"/etc/pam.d/wdm || die
pamd_mimic system-local-login wdm auth account password session
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/
@ 2021-01-22 17:46 Mikle Kolyada
0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2021-01-22 17:46 UTC (permalink / raw
To: gentoo-commits
commit: f1fcb7f8fe61b6e0c026a206b5545ed56344bd88
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 22 17:46:01 2021 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 22 17:46:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1fcb7f8
x11-misc/wdm: install pam files conditionally
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
x11-misc/wdm/{wdm-1.28-r4.ebuild => wdm-1.28-r6.ebuild} | 7 +++++--
x11-misc/wdm/{wdm-1.28-r5.ebuild => wdm-1.28-r7.ebuild} | 7 +++++--
2 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/x11-misc/wdm/wdm-1.28-r4.ebuild b/x11-misc/wdm/wdm-1.28-r6.ebuild
similarity index 87%
rename from x11-misc/wdm/wdm-1.28-r4.ebuild
rename to x11-misc/wdm/wdm-1.28-r6.ebuild
index f6b3385ca80..1ba2a83d76c 100644
--- a/x11-misc/wdm/wdm-1.28-r4.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -41,5 +41,8 @@ src_install() {
default
rm -f "${ED%/}"/etc/pam.d/wdm || die
- pamd_mimic system-local-login wdm auth account password session
+
+ if use pam; then
+ pamd_mimic system-local-login wdm auth account password session
+ fi
}
diff --git a/x11-misc/wdm/wdm-1.28-r5.ebuild b/x11-misc/wdm/wdm-1.28-r7.ebuild
similarity index 89%
rename from x11-misc/wdm/wdm-1.28-r5.ebuild
rename to x11-misc/wdm/wdm-1.28-r7.ebuild
index 797dafa1bf9..d94c2400480 100644
--- a/x11-misc/wdm/wdm-1.28-r5.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -53,5 +53,8 @@ src_install() {
default
rm -f "${ED}"/etc/pam.d/wdm || die
- pamd_mimic system-local-login wdm auth account password session
+
+ if use pam; then
+ pamd_mimic system-local-login wdm auth account password session
+ fi
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/
@ 2021-02-21 2:15 Jonas Stein
0 siblings, 0 replies; 14+ messages in thread
From: Jonas Stein @ 2021-02-21 2:15 UTC (permalink / raw
To: gentoo-commits
commit: e09bb4e26e412b63205253a3738a732552290735
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 02:14:56 2021 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 02:14:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e09bb4e2
x11-misc/wdm: drop project desktop-misc
Drop project desktop-misc from the list of maintainers.
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
x11-misc/wdm/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/x11-misc/wdm/metadata.xml b/x11-misc/wdm/metadata.xml
index e26a95188b7..433464f2afe 100644
--- a/x11-misc/wdm/metadata.xml
+++ b/x11-misc/wdm/metadata.xml
@@ -1,10 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>desktop-misc@gentoo.org</email>
- <name>Gentoo Desktop Miscellaneous Project</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">voins/wdm</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/
@ 2021-04-18 18:42 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2021-04-18 18:42 UTC (permalink / raw
To: gentoo-commits
commit: 0982f726c3d94b238149942129de87704c7c5f1a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 18:42:18 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 18:42:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0982f726
x11-misc/wdm: Fix EAPI-7 version bump (BDEPEND)
Bug: https://bugs.gentoo.org/659652
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-misc/wdm/wdm-1.28-r7.ebuild | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/x11-misc/wdm/wdm-1.28-r7.ebuild b/x11-misc/wdm/wdm-1.28-r7.ebuild
index d94c2400480..b543d0c3a3a 100644
--- a/x11-misc/wdm/wdm-1.28-r7.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r7.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
inherit autotools pam toolchain-funcs
DESCRIPTION="WINGs Display Manager"
@@ -13,7 +14,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="pam selinux truetype"
-COMMON_DEPEND="
+DEPEND="
>=x11-wm/windowmaker-0.70.0
x11-libs/libXmu
x11-libs/libXpm
@@ -21,15 +22,14 @@ COMMON_DEPEND="
pam? ( sys-libs/pam )
truetype? ( x11-libs/libXft )
"
-DEPEND="
- ${COMMON_DEPEND}
+RDEPEND="${DEPEND}
+ pam? ( >=sys-auth/pambase-20080219.1 )
+"
+BDEPEND="
sys-devel/gettext
virtual/pkgconfig
"
-RDEPEND="
- ${COMMON_DEPEND}
- pam? ( >=sys-auth/pambase-20080219.1 )
-"
+
PATCHES=(
"${FILESDIR}"/${P}-terminateServer.patch
"${FILESDIR}"/${P}-remove-fakehome.patch
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/
@ 2021-04-18 21:20 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-04-18 21:20 UTC (permalink / raw
To: gentoo-commits
commit: 549b2366621a65a9ddef040c7ea2da86d2795b1f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 07:17:43 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 07:17:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549b2366
x11-misc/wdm: Stabilize 1.28-r7 amd64, #783858
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/wdm/wdm-1.28-r7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/wdm/wdm-1.28-r7.ebuild b/x11-misc/wdm/wdm-1.28-r7.ebuild
index b543d0c3a3a..a10624723bd 100644
--- a/x11-misc/wdm/wdm-1.28-r7.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="pam selinux truetype"
DEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/
@ 2021-04-18 21:27 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-04-18 21:27 UTC (permalink / raw
To: gentoo-commits
commit: 81b66360fbf8dae36fa1988965d1e6923e634102
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 21:24:39 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 21:26:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b66360
x11-misc/wdm: Stabilize 1.28-r7 x86, #783858
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/wdm/wdm-1.28-r7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/wdm/wdm-1.28-r7.ebuild b/x11-misc/wdm/wdm-1.28-r7.ebuild
index a10624723bd..2ac1d57369b 100644
--- a/x11-misc/wdm/wdm-1.28-r7.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r7.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
IUSE="pam selinux truetype"
DEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/
@ 2021-04-18 21:33 Andreas Sturmlechner
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Sturmlechner @ 2021-04-18 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 7715d1e74503dc2805c1d5f43996eefd2886fe85
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 21:32:45 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 21:32:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7715d1e7
x11-misc/wdm: Drop 1.28-r6
Closes: https://bugs.gentoo.org/783858
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-misc/wdm/wdm-1.28-r6.ebuild | 48 -----------------------------------------
1 file changed, 48 deletions(-)
diff --git a/x11-misc/wdm/wdm-1.28-r6.ebuild b/x11-misc/wdm/wdm-1.28-r6.ebuild
deleted file mode 100644
index 1ba2a83d76c..00000000000
--- a/x11-misc/wdm/wdm-1.28-r6.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit pam
-
-DESCRIPTION="WINGs Display Manager"
-HOMEPAGE="https://github.com/voins/wdm"
-SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86"
-IUSE="pam selinux truetype"
-
-COMMON_DEPEND=">=x11-wm/windowmaker-0.70.0
- truetype? ( x11-libs/libXft )
- x11-libs/libXmu
- x11-libs/libXt
- x11-libs/libXpm
- pam? ( sys-libs/pam )"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext"
-RDEPEND="${COMMON_DEPEND}
- pam? ( >=sys-auth/pambase-20080219.1 )"
-
-PATCHES=(
- "${FILESDIR}"/${P}-terminateServer.patch
- "${FILESDIR}"/${P}-remove-fakehome.patch
-)
-
-src_configure() {
- econf \
- --with-wdmdir="${EPREFIX}"/etc/X11/wdm \
- $(use_enable pam) \
- $(use_enable selinux)
-}
-
-src_install() {
- default
-
- rm -f "${ED%/}"/etc/pam.d/wdm || die
-
- if use pam; then
- pamd_mimic system-local-login wdm auth account password session
- fi
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/
@ 2023-05-29 12:39 Joonas Niilola
0 siblings, 0 replies; 14+ messages in thread
From: Joonas Niilola @ 2023-05-29 12:39 UTC (permalink / raw
To: gentoo-commits
commit: a33d1a0bb043d09823683f4a7a339f3e8bd8cf77
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 12:38:49 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon May 29 12:38:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33d1a0b
x11-misc/wdm: add missing deps to 1.28-r9
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/wdm/wdm-1.28-r9.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/x11-misc/wdm/wdm-1.28-r9.ebuild b/x11-misc/wdm/wdm-1.28-r9.ebuild
index 499a7d495ad1..8a8c76f0d3cb 100644
--- a/x11-misc/wdm/wdm-1.28-r9.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r9.ebuild
@@ -16,10 +16,11 @@ IUSE="pam selinux truetype"
DEPEND="
virtual/libcrypt:=
- >=x11-wm/windowmaker-0.70.0
+ x11-libs/libX11
+ x11-libs/libXau
+ x11-libs/libXdmcp
x11-libs/libXmu
- x11-libs/libXpm
- x11-libs/libXt
+ x11-wm/windowmaker
pam? ( sys-libs/pam )
truetype? ( x11-libs/libXft )
"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/
@ 2023-10-09 7:04 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2023-10-09 7:04 UTC (permalink / raw
To: gentoo-commits
commit: e21ab8c9861663da62256ac0be11f1de053ba1a9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 9 07:04:25 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 9 07:04:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21ab8c9
x11-misc/wdm: Stabilize 1.28-r9 amd64, #915448
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/wdm/wdm-1.28-r9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-misc/wdm/wdm-1.28-r9.ebuild b/x11-misc/wdm/wdm-1.28-r9.ebuild
index 8a8c76f0d3cb..b9140bc6e41d 100644
--- a/x11-misc/wdm/wdm-1.28-r9.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r9.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="pam selinux truetype"
DEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/
@ 2024-10-30 21:56 Andreas K. Hüttel
0 siblings, 0 replies; 14+ messages in thread
From: Andreas K. Hüttel @ 2024-10-30 21:56 UTC (permalink / raw
To: gentoo-commits
commit: 840a187d1427acf128e406df4a993c3a166f626a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 30 21:52:23 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 21:52:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840a187d
x11-misc/wdm: drop 1.28-r8
Bug: https://bugs.gentoo.org/898892
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
x11-misc/wdm/wdm-1.28-r8.ebuild | 61 -----------------------------------------
1 file changed, 61 deletions(-)
diff --git a/x11-misc/wdm/wdm-1.28-r8.ebuild b/x11-misc/wdm/wdm-1.28-r8.ebuild
deleted file mode 100644
index 1deebf96a564..000000000000
--- a/x11-misc/wdm/wdm-1.28-r8.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools pam toolchain-funcs
-
-DESCRIPTION="WINGs Display Manager"
-HOMEPAGE="https://github.com/voins/wdm"
-SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc x86"
-IUSE="pam selinux truetype"
-
-DEPEND="
- virtual/libcrypt:=
- >=x11-wm/windowmaker-0.70.0
- x11-libs/libXmu
- x11-libs/libXpm
- x11-libs/libXt
- pam? ( sys-libs/pam )
- truetype? ( x11-libs/libXft )
-"
-RDEPEND="${DEPEND}
- pam? ( >=sys-auth/pambase-20080219.1 )
-"
-BDEPEND="
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${P}-terminateServer.patch
- "${FILESDIR}"/${P}-remove-fakehome.patch
- "${FILESDIR}"/${P}-pkg_config.patch
- "${FILESDIR}"/${P}-ar.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-src_configure() {
- tc-export AR
- econf \
- --with-wdmdir="${EPREFIX}"/etc/X11/wdm \
- $(use_enable pam) \
- $(use_enable selinux)
-}
-
-src_install() {
- default
-
- rm -f "${ED}"/etc/pam.d/wdm || die
-
- if use pam; then
- pamd_mimic system-local-login wdm auth account password session
- fi
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-10-30 21:56 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-18 21:20 [gentoo-commits] repo/gentoo:master commit in: x11-misc/wdm/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-10-30 21:56 Andreas K. Hüttel
2023-10-09 7:04 Sam James
2023-05-29 12:39 Joonas Niilola
2021-04-18 21:33 Andreas Sturmlechner
2021-04-18 21:27 Sam James
2021-04-18 18:42 Andreas Sturmlechner
2021-02-21 2:15 Jonas Stein
2021-01-22 17:46 Mikle Kolyada
2020-02-08 16:25 David Seifert
2019-10-12 17:49 Mikle Kolyada
2017-04-13 19:28 Patrice Clement
2017-04-04 19:28 Tobias Klausmann
2017-03-22 7:30 Michael Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox