summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-03-16 20:00:06 +0000
committerDan Armak <danarmak@gentoo.org>2005-03-16 20:00:06 +0000
commit462b700b58c9c9e174d14265d576c203883fb062 (patch)
tree97c001027be4cf52b1ca6431d7a76f7ceac6af2e /kde-base/kdm
parentMark ~amd64 (diff)
downloadgentoo-2-462b700b58c9c9e174d14265d576c203883fb062.tar.gz
gentoo-2-462b700b58c9c9e174d14265d576c203883fb062.tar.bz2
gentoo-2-462b700b58c9c9e174d14265d576c203883fb062.zip
Removing 3.4.0 prereleases: beta1, beta2. RC1 can also be removed but I want to be sure sparc's finished keywording 3.4.0.
(Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/kdm')
-rw-r--r--kde-base/kdm/files/digest-kdm-3.4.0_beta13
-rw-r--r--kde-base/kdm/files/digest-kdm-3.4.0_beta24
-rw-r--r--kde-base/kdm/kdm-3.4.0_beta1.ebuild63
-rw-r--r--kde-base/kdm/kdm-3.4.0_beta2.ebuild63
4 files changed, 0 insertions, 133 deletions
diff --git a/kde-base/kdm/files/digest-kdm-3.4.0_beta1 b/kde-base/kdm/files/digest-kdm-3.4.0_beta1
deleted file mode 100644
index 52cd643f15fa..000000000000
--- a/kde-base/kdm/files/digest-kdm-3.4.0_beta1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 46a0b6a8f72b16812d4ad745902fdcf5 kdebase-3.3.90.tar.bz2 20659998
-MD5 cd0819379968496b415c3a4121272e1f kdebase-3.3.90-3.3.91.tar.xdelta 3128388
-MD5 079120d41e7d4f4453b3fb2398f4d4c9 kdebase-3.3.91.tar.bz2 21271893
diff --git a/kde-base/kdm/files/digest-kdm-3.4.0_beta2 b/kde-base/kdm/files/digest-kdm-3.4.0_beta2
deleted file mode 100644
index 60877ecb8cea..000000000000
--- a/kde-base/kdm/files/digest-kdm-3.4.0_beta2
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 46a0b6a8f72b16812d4ad745902fdcf5 kdebase-3.3.90.tar.bz2 20659998
-MD5 cd0819379968496b415c3a4121272e1f kdebase-3.3.90-3.3.91.tar.xdelta 3128388
-MD5 3889cab60fdb15738a20aa9ba0f9c893 kdebase-3.3.91-3.3.92.tar.xdelta 3499698
-MD5 67e33c1060229856655bc8c613e4544d kdebase-3.3.92.tar.bz2 22577557
diff --git a/kde-base/kdm/kdm-3.4.0_beta1.ebuild b/kde-base/kdm/kdm-3.4.0_beta1.ebuild
deleted file mode 100644
index 278eaa6d72fa..000000000000
--- a/kde-base/kdm/kdm-3.4.0_beta1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdm/kdm-3.4.0_beta1.ebuild,v 1.4 2005/02/03 18:02:13 danarmak Exp $
-
-KMNAME=kdebase
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE login manager, similar to xdm and gdm"
-KEYWORDS="~x86"
-IUSE="pam"
-
-KMEXTRA="kdmlib/"
-KMEXTRACTONLY="libkonq/konq_defaults.h
- kioslave/thumbnail/configure.in.in" # for the HAVE_LIBART test
-KMCOMPILEONLY="kcontrol/background"
-DEPEND="$DEPEND
- pam? ( sys-libs/pam ~kde-base/kdebase-pam-4 )
- $(deprange-dual $PV $MAXKDEVER kde-base/kcontrol)"
- # Requires the desktop background settings and kdm modules,
- # so until we separate the kcontrol modules into separate ebuilds :-),
- # there's a dep here
-
-
-src_compile() {
- use pam \
- && myconf="$myconf --with-pam=yes" \
- || myconf="$myconf --with-pam=no --with-shadow"
-
- kde-meta_src_compile myconf configure
- kde_remove_flag kdm/kfrontend -fomit-frame-pointer
- kde-meta_src_compile make
-}
-
-src_install() {
- kde-meta_src_install
- cd ${S}/kdm && make DESTDIR=${D} GENKDMCONF_FLAGS="--no-old --no-backup --no-in-notice" install
-
- # We tell kdm to /use session files from /usr/share/xsessions.
- # I've removed some other kdmrc mods from here, since it's not clear why
- # the default aren't ok (and I'm not sure about the benefits of using
- # the xdm configfiles under /etc/X11 instead of our own ones),
- # and it's the Gentoo Way to avoid modifying upstream behaviour.
- # Tell me if you don't like this. --danarmak
- cd ${D}/${KDEDIR}/share/config/kdm || die
- sed -i -e "s:#SessionsDirs=:SessionsDirs=/usr/share/xsessions\n#SessionsDirs=:" \
- -e "s:#GreetFont=:GreetFont=Sans Serif,24,-1,5,50,0,0,0,0,0\n#GreetFont=:" \
- -e "s:#StdFont=:StdFont=Sans Serif,12,-1,5,50,0,0,0,0,0\n#StdFont=:" \
- -e "s:#FailFont=:FailFont=Sans Serif,12,-1,5,75,0,0,0,0,0\n#FailFont=:" \
- -e "s:#AntiAliasing=:AntiAliasing=true\n#AntiAliasing=:" \
- kdmrc
-}
-
-pkg_postinst() {
- # set the default kdm face icon if it's not already set by the system admin
- # because this is user-overrideable in that way, it's not in src_install
- if [ ! -e "${ROOT}${KDEDIR}/share/apps/kdm/faces/.default.face.icon" ]; then
- mkdir -p "${ROOT}${KDEDIR}/share/apps/kdm/faces"
- cp "${ROOT}${KDEDIR}/share/apps/kdm/pics/users/default1.png" \
- "${ROOT}${KDEDIR}/share/apps/kdm/faces/.default.face.icon"
- fi
-}
diff --git a/kde-base/kdm/kdm-3.4.0_beta2.ebuild b/kde-base/kdm/kdm-3.4.0_beta2.ebuild
deleted file mode 100644
index d53e73916dd9..000000000000
--- a/kde-base/kdm/kdm-3.4.0_beta2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdm/kdm-3.4.0_beta2.ebuild,v 1.1 2005/02/05 11:39:17 danarmak Exp $
-
-KMNAME=kdebase
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE login manager, similar to xdm and gdm"
-KEYWORDS="~x86"
-IUSE="pam"
-
-KMEXTRA="kdmlib/"
-KMEXTRACTONLY="libkonq/konq_defaults.h
- kioslave/thumbnail/configure.in.in" # for the HAVE_LIBART test
-KMCOMPILEONLY="kcontrol/background"
-DEPEND="$DEPEND
- pam? ( sys-libs/pam ~kde-base/kdebase-pam-4 )
- $(deprange $PV $MAXKDEVER kde-base/kcontrol)"
- # Requires the desktop background settings and kdm modules,
- # so until we separate the kcontrol modules into separate ebuilds :-),
- # there's a dep here
-
-
-src_compile() {
- use pam \
- && myconf="$myconf --with-pam=yes" \
- || myconf="$myconf --with-pam=no --with-shadow"
-
- kde-meta_src_compile myconf configure
- kde_remove_flag kdm/kfrontend -fomit-frame-pointer
- kde-meta_src_compile make
-}
-
-src_install() {
- kde-meta_src_install
- cd ${S}/kdm && make DESTDIR=${D} GENKDMCONF_FLAGS="--no-old --no-backup --no-in-notice" install
-
- # We tell kdm to /use session files from /usr/share/xsessions.
- # I've removed some other kdmrc mods from here, since it's not clear why
- # the default aren't ok (and I'm not sure about the benefits of using
- # the xdm configfiles under /etc/X11 instead of our own ones),
- # and it's the Gentoo Way to avoid modifying upstream behaviour.
- # Tell me if you don't like this. --danarmak
- cd ${D}/${KDEDIR}/share/config/kdm || die
- sed -i -e "s:#SessionsDirs=:SessionsDirs=/usr/share/xsessions\n#SessionsDirs=:" \
- -e "s:#GreetFont=:GreetFont=Sans Serif,24,-1,5,50,0,0,0,0,0\n#GreetFont=:" \
- -e "s:#StdFont=:StdFont=Sans Serif,12,-1,5,50,0,0,0,0,0\n#StdFont=:" \
- -e "s:#FailFont=:FailFont=Sans Serif,12,-1,5,75,0,0,0,0,0\n#FailFont=:" \
- -e "s:#AntiAliasing=:AntiAliasing=true\n#AntiAliasing=:" \
- kdmrc
-}
-
-pkg_postinst() {
- # set the default kdm face icon if it's not already set by the system admin
- # because this is user-overrideable in that way, it's not in src_install
- if [ ! -e "${ROOT}${KDEDIR}/share/apps/kdm/faces/.default.face.icon" ]; then
- mkdir -p "${ROOT}${KDEDIR}/share/apps/kdm/faces"
- cp "${ROOT}${KDEDIR}/share/apps/kdm/pics/users/default1.png" \
- "${ROOT}${KDEDIR}/share/apps/kdm/faces/.default.face.icon"
- fi
-}