diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-07-02 10:28:17 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-07-02 10:28:17 +0000 |
commit | 9392173f15fb31c9bd823832d98cea25e4c08466 (patch) | |
tree | 6277c597b260b5722b1cbd0bbd132a6de17b5133 /x11-misc/wdm | |
parent | Revision bump to fix the pam.d file. (diff) | |
download | gentoo-2-9392173f15fb31c9bd823832d98cea25e4c08466.tar.gz gentoo-2-9392173f15fb31c9bd823832d98cea25e4c08466.tar.bz2 gentoo-2-9392173f15fb31c9bd823832d98cea25e4c08466.zip |
Revision bump to fix the pam.d file.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'x11-misc/wdm')
-rw-r--r-- | x11-misc/wdm/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/wdm/files/digest-wdm-1.28-r1 | 3 | ||||
-rw-r--r-- | x11-misc/wdm/files/wdm | 8 | ||||
-rw-r--r-- | x11-misc/wdm/files/wdm-include.1 | 6 | ||||
-rw-r--r-- | x11-misc/wdm/wdm-1.28-r1.ebuild | 39 |
5 files changed, 56 insertions, 10 deletions
diff --git a/x11-misc/wdm/ChangeLog b/x11-misc/wdm/ChangeLog index fe2e39176951..788f98c26ee2 100644 --- a/x11-misc/wdm/ChangeLog +++ b/x11-misc/wdm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/wdm -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/ChangeLog,v 1.24 2006/11/15 20:15:51 nelchael Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/ChangeLog,v 1.25 2007/07/02 10:28:17 flameeyes Exp $ + +*wdm-1.28-r1 (02 Jul 2007) + + 02 Jul 2007; Diego Pettenò <flameeyes@gentoo.org> -files/wdm, + +files/wdm-include.1, +wdm-1.28-r1.ebuild: + Revision bump to fix the pam.d file. 15 Nov 2006; Krzysiek Pawlik <nelchael@gentoo.org> wdm-1.28.ebuild: Add missing libs, see bug #150815. diff --git a/x11-misc/wdm/files/digest-wdm-1.28-r1 b/x11-misc/wdm/files/digest-wdm-1.28-r1 new file mode 100644 index 000000000000..585f17249a6c --- /dev/null +++ b/x11-misc/wdm/files/digest-wdm-1.28-r1 @@ -0,0 +1,3 @@ +MD5 4da8ffe3af233305786d9b6aab78b838 wdm-1.28.tar.bz2 381522 +RMD160 4b027685dc5844578081e80a543e07ece2f87707 wdm-1.28.tar.bz2 381522 +SHA256 8a5cde0a4988d557d48bb7470f14f416d0b8ff6e20d7061643e6143f7b2be2c4 wdm-1.28.tar.bz2 381522 diff --git a/x11-misc/wdm/files/wdm b/x11-misc/wdm/files/wdm deleted file mode 100644 index 99a0bdbe7483..000000000000 --- a/x11-misc/wdm/files/wdm +++ /dev/null @@ -1,8 +0,0 @@ -#%PAM-1.0 -auth required /lib/security/pam_stack.so service=system-auth -auth required /lib/security/pam_nologin.so -account required /lib/security/pam_stack.so service=system-auth -password required /lib/security/pam_stack.so service=system-auth -session required /lib/security/pam_stack.so service=system-auth -session optional /lib/security/pam_console.so - diff --git a/x11-misc/wdm/files/wdm-include.1 b/x11-misc/wdm/files/wdm-include.1 new file mode 100644 index 000000000000..7f4f041b28ac --- /dev/null +++ b/x11-misc/wdm/files/wdm-include.1 @@ -0,0 +1,6 @@ +#%PAM-1.0 +auth required pam_nologin.so +auth include system-auth +account include system-auth +password include system-auth +session include system-auth diff --git a/x11-misc/wdm/wdm-1.28-r1.ebuild b/x11-misc/wdm/wdm-1.28-r1.ebuild new file mode 100644 index 000000000000..1ce848206099 --- /dev/null +++ b/x11-misc/wdm/wdm-1.28-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/wdm-1.28-r1.ebuild,v 1.1 2007/07/02 10:28:17 flameeyes Exp $ + +inherit eutils pam + +IUSE="truetype pam selinux" + +DESCRIPTION="WINGs Display Manager" +HOMEPAGE="http://voins.program.ru/wdm/" +SRC_URI="http://voins.program.ru/${PN}/${P}.tar.bz2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +LICENSE="GPL-2" + +RDEPEND=">=x11-wm/windowmaker-0.70.0 + truetype? ( virtual/xft ) + x11-libs/libXt + x11-libs/libXpm + pam? ( virtual/pam )" +DEPEND="${RDEPEND} + sys-devel/gettext" + +src_compile() { + econf \ + --exec-prefix=/usr \ + --with-wdmdir=/etc/X11/wdm \ + $(use_enable pam)\ + $(use_enable selinux) \ + || die "econf failed" + emake || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install || die "make install failed" + rm -f ${D}/etc/pam.d/wdm + newpamd "${FILESDIR}/wdm-include.1" wdm +} |