summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-07-04 20:15:44 +0000
committerSamuli Suominen <drac@gentoo.org>2007-07-04 20:15:44 +0000
commit7ec42e1137d588084d15e4133e5791809d7db931 (patch)
tree4ed0f034209b37a11037171f6283daa651dd1bc2 /x11-misc/wdm
parentMake it work in fbsd, patches provided by Roy Marples <uberlord at gentoo dot... (diff)
downloadgentoo-2-7ec42e1137d588084d15e4133e5791809d7db931.tar.gz
gentoo-2-7ec42e1137d588084d15e4133e5791809d7db931.tar.bz2
gentoo-2-7ec42e1137d588084d15e4133e5791809d7db931.zip
old
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'x11-misc/wdm')
-rw-r--r--x11-misc/wdm/files/digest-wdm-1.283
-rw-r--r--x11-misc/wdm/wdm-1.28.ebuild39
2 files changed, 0 insertions, 42 deletions
diff --git a/x11-misc/wdm/files/digest-wdm-1.28 b/x11-misc/wdm/files/digest-wdm-1.28
deleted file mode 100644
index 585f17249a6c..000000000000
--- a/x11-misc/wdm/files/digest-wdm-1.28
+++ /dev/null
@@ -1,3 +0,0 @@
-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/wdm-1.28.ebuild b/x11-misc/wdm/wdm-1.28.ebuild
deleted file mode 100644
index 6bc769b20ae0..000000000000
--- a/x11-misc/wdm/wdm-1.28.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wdm/wdm-1.28.ebuild,v 1.9 2006/11/15 20:15:51 nelchael 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" wdm
-}