summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Riley <justin.t.riley@gmail.com>2012-05-15 18:42:10 -0400
committerJustin Riley <justin.t.riley@gmail.com>2012-05-15 18:42:10 -0400
commit1b89eeb4279e3b64482fe4f5a27dc034b517f737 (patch)
tree4b795e99ca609d9bfa6d3f9f6a3c03ecc964f5fb
parentctypeslib: fix python ebuild deprecation warning (diff)
downloadjtriley-1b89eeb4279e3b64482fe4f5a27dc034b517f737.tar.gz
jtriley-1b89eeb4279e3b64482fe4f5a27dc034b517f737.tar.bz2
jtriley-1b89eeb4279e3b64482fe4f5a27dc034b517f737.zip
remove cdm now that it's in the portage tree
-rw-r--r--x11-apps/cdm/Manifest1
-rw-r--r--x11-apps/cdm/cdm-0.5.3.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/x11-apps/cdm/Manifest b/x11-apps/cdm/Manifest
deleted file mode 100644
index 8a8c5a1..0000000
--- a/x11-apps/cdm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST cdm-0.5.3.tar.gz 13751 SHA256 fb9ada13d3416305828c99943698fe7df3b0ab91bd6099e7b2707e1d8dd99a23 SHA512 bdb2746c41272d47defd6fcae3ab18bc71de6aaca521d8deee82d776fe1c06ea0eb679297dc731e9ecf878bee400aabccdb3d6d044f2ffcdc5e838488b0d6799 WHIRLPOOL 90265c475acc5a41e796cef9afb2087437885ca4b52f02e908d08f4e6f78201f1d09afeb0ebf906a6b3dcf3c7be69f9d5372d3035f85ed7d090137ce70bb8dc3
diff --git a/x11-apps/cdm/cdm-0.5.3.ebuild b/x11-apps/cdm/cdm-0.5.3.ebuild
deleted file mode 100644
index b03c9de..0000000
--- a/x11-apps/cdm/cdm-0.5.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="The Console Display Manager"
-HOMEPAGE="http://cdm.ghost1227.com/X11"
-SRC_URI="http://cdm.ghost1227.com/repo/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-shells/bash"
-
-RDEPEND="${DEPEND}
- dev-util/dialog
- x11-apps/xdpyinfo
- x11-apps/xinit"
-
-src_install()
-{
- insinto /usr/bin/
- insopts -m0755
- dobin src/${PN}
-
- insinto /etc
- insopts -Dm644
- doins src/cdmrc
-
- insinto /usr/share/${PN}
- insopts -m644
- doins src/xinitrc*
-
- insinto /etc/profile.d/
- insopts -Dm644
- doins src/zzz-${PN}-profile.sh
-
- # Install themes
- insinto /usr/share/${PN}/themes
- doins src/themes/*
- # Copy documentation manually
- dodoc CHANGELOG
-}
-
-pkg_postinst()
-{
- einfo "In order to use CDM you must first edit your /etc/cdmrc"
- einfo "At least these should be edited before you start using CDM:"
- einfo "wmbinlist=(awesome openbox-session startkde startxfce4 gnome-session)"
- einfo "wmdisplist=(Awesome Openbox KDE Xfce Gnome)"
- einfo "Add whatever WM/DE you have."
- einfo "Then just login with your username"
- ewarn "Remove xdm from default runlevel"
-}