summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-03-13 13:24:51 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-03-13 13:24:51 +0000
commit675435311641aa464fa3639fbf0f2b581ac28ae0 (patch)
tree25362e747a6176f4cde6e76f23588acebc39d405 /x11-misc/wdm
parentversion Bump (diff)
downloadgentoo-2-675435311641aa464fa3639fbf0f2b581ac28ae0.tar.gz
gentoo-2-675435311641aa464fa3639fbf0f2b581ac28ae0.tar.bz2
gentoo-2-675435311641aa464fa3639fbf0f2b581ac28ae0.zip
Add x11-libs/libXmu dependency wrt bug #292438
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/wdm')
-rw-r--r--x11-misc/wdm/ChangeLog9
-rw-r--r--x11-misc/wdm/wdm-1.28-r1.ebuild9
-rw-r--r--x11-misc/wdm/wdm-1.28-r2.ebuild5
3 files changed, 15 insertions, 8 deletions
diff --git a/x11-misc/wdm/ChangeLog b/x11-misc/wdm/ChangeLog
index de4a8b9708ba..5ceac99d866c 100644
--- a/x11-misc/wdm/ChangeLog
+++ b/x11-misc/wdm/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/wdm
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/ChangeLog,v 1.37 2009/01/09 16:04:42 josejx Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/ChangeLog,v 1.38 2010/03/13 13:24:51 hwoarang Exp $
+
+ 13 Mar 2010; Markos Chandras <hwoarang@gentoo.org> wdm-1.28-r1.ebuild,
+ wdm-1.28-r2.ebuild:
+ Add x11-libs/libXmu dependency wrt bug #292438. Thanks to Christophe
+ LEFEBVRE <chtof62@gmail.com> for the ebuilds
09 Jan 2009; Joseph Jezak <josejx@gentoo.org> wdm-1.28-r2.ebuild:
Marked ~ppc for bug #210854.
diff --git a/x11-misc/wdm/wdm-1.28-r1.ebuild b/x11-misc/wdm/wdm-1.28-r1.ebuild
index 7fd6af763f7c..f652e4f63838 100644
--- a/x11-misc/wdm/wdm-1.28-r1.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.5 2009/01/09 14:28:12 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/wdm-1.28-r1.ebuild,v 1.6 2010/03/13 13:24:51 hwoarang Exp $
inherit eutils pam
@@ -16,6 +16,7 @@ LICENSE="GPL-2"
RDEPEND=">=x11-wm/windowmaker-0.70.0
truetype? ( x11-libs/libXft )
+ x11-libs/libXmu
x11-libs/libXt
x11-libs/libXpm
pam? ( virtual/pam )"
@@ -33,7 +34,7 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die "make install failed"
- rm -f ${D}/etc/pam.d/wdm
+ make DESTDIR="${D}" install || die "make install failed"
+ rm -f "${D}"/etc/pam.d/wdm
newpamd "${FILESDIR}/wdm-include.1" wdm
}
diff --git a/x11-misc/wdm/wdm-1.28-r2.ebuild b/x11-misc/wdm/wdm-1.28-r2.ebuild
index 32d3b8ccf3f8..f820a89c64c7 100644
--- a/x11-misc/wdm/wdm-1.28-r2.ebuild
+++ b/x11-misc/wdm/wdm-1.28-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/wdm-1.28-r2.ebuild,v 1.8 2009/01/09 16:04:42 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/wdm-1.28-r2.ebuild,v 1.9 2010/03/13 13:24:51 hwoarang Exp $
inherit pam
@@ -15,6 +15,7 @@ IUSE="truetype pam selinux"
RDEPEND=">=x11-wm/windowmaker-0.70.0
truetype? ( x11-libs/libXft )
+ x11-libs/libXmu
x11-libs/libXt
x11-libs/libXpm
pam? ( virtual/pam )"