diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-25 13:37:07 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-25 13:37:07 +0000 |
commit | 97dbf47f7a33ef02560078dec819e810d45cba0d (patch) | |
tree | 45d1b8a3b34e9a5d53ae960be323b871f5d6b1d8 /gnome-apps/gdm | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-97dbf47f7a33ef02560078dec819e810d45cba0d.tar.gz gentoo-2-97dbf47f7a33ef02560078dec819e810d45cba0d.tar.bz2 gentoo-2-97dbf47f7a33ef02560078dec819e810d45cba0d.zip |
*** empty log message ***
Diffstat (limited to 'gnome-apps/gdm')
-rw-r--r-- | gnome-apps/gdm/files/digest-gdm-2.0_beta4 | 1 | ||||
-rw-r--r-- | gnome-apps/gdm/gdm-2.0_beta4.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/gnome-apps/gdm/files/digest-gdm-2.0_beta4 b/gnome-apps/gdm/files/digest-gdm-2.0_beta4 deleted file mode 100644 index e0e96ebecfb0..000000000000 --- a/gnome-apps/gdm/files/digest-gdm-2.0_beta4 +++ /dev/null @@ -1 +0,0 @@ -MD5 651fd0762fb1a2e70ab2d0379a7d3374 gdm-2.0beta4.tar.gz diff --git a/gnome-apps/gdm/gdm-2.0_beta4.ebuild b/gnome-apps/gdm/gdm-2.0_beta4.ebuild deleted file mode 100644 index 129e4d8c2ed4..000000000000 --- a/gnome-apps/gdm/gdm-2.0_beta4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-apps/gdm/gdm-2.0_beta4.ebuild,v 1.4 2000/11/03 17:47:44 achim Exp $ - -P=gdm-2.0beta4 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="gdm" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/"${A} -HOMEPAGE="http://www.gnome.org/" - -DEPEND=">=sys-libs/pam-0.72 - >=sys-apps/tcp-wrappers-7.6 - >=gnome-base/gnome-libs-1.2.4" - -src_compile() { - cd ${S} - try ./configure --host=${CHOST} --prefix=/opt/gnome \ - --with-catgets - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/opt/gnome install - dodoc AUTHORS COPYING ChangeLog NEWS README* RELEASENOTES TODO -} - - - |