summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-04-13 14:51:09 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-04-13 14:51:09 +0000
commit71f840e74c658e6b0fbaa7b1eb673cbe07fb6ac3 (patch)
treecf2effc05cb31ecb55d4f33a3090647177e8904f /app-admin
parentgettext and intltool are only required if nls in USE (diff)
downloadhistorical-71f840e74c658e6b0fbaa7b1eb673cbe07fb6ac3.tar.gz
historical-71f840e74c658e6b0fbaa7b1eb673cbe07fb6ac3.tar.bz2
historical-71f840e74c658e6b0fbaa7b1eb673cbe07fb6ac3.zip
cleanup
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/webmin/files/digest-webmin-1.050-r21
-rw-r--r--app-admin/webmin/files/digest-webmin-1.0601
-rw-r--r--app-admin/webmin/webmin-1.050-r2.ebuild87
-rw-r--r--app-admin/webmin/webmin-1.060.ebuild77
4 files changed, 0 insertions, 166 deletions
diff --git a/app-admin/webmin/files/digest-webmin-1.050-r2 b/app-admin/webmin/files/digest-webmin-1.050-r2
deleted file mode 100644
index 26fed42648d4..000000000000
--- a/app-admin/webmin/files/digest-webmin-1.050-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b65d49925cf1be5ef73bec3ae2f30a8f webmin-1.050.tar.gz 5700879
diff --git a/app-admin/webmin/files/digest-webmin-1.060 b/app-admin/webmin/files/digest-webmin-1.060
deleted file mode 100644
index efebf32fc474..000000000000
--- a/app-admin/webmin/files/digest-webmin-1.060
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3f9d10e8ef3823ae318bd5dd80a5143d webmin-1.060.tar.gz 6064619
diff --git a/app-admin/webmin/webmin-1.050-r2.ebuild b/app-admin/webmin/webmin-1.050-r2.ebuild
deleted file mode 100644
index 17cd572fd18d..000000000000
--- a/app-admin/webmin/webmin-1.050-r2.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.050-r2.ebuild,v 1.4 2003/03/16 22:43:24 mholzer Exp $
-
-IUSE="ssl"
-
-DESCRIPTION="Webmin, a web-based system administration interface"
-SRC_URI="mirror://sourceforge/webadmin/${P}.tar.gz"
-HOMEPAGE="http://www.webmin.com/"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="x86 ~ppc sparc"
-
-DEPEND="dev-lang/perl
- ssl? ( dev-perl/Net-SSLeay )"
-
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
-
- # fix paths for conf files -- will be unnecessary at next upstream
- # release for webmin
- cp ${S}/postgresql/config-gentoo-linux ${T}
- sed "s:hba_conf=.*:hba_conf=/var/lib/postgresql/data/pg_hba.conf:" \
- ${T}/config-gentoo-linux > ${S}/postgresql/config-gentoo-linux
-
- cp "${S}/webalizer/config-*-linux" ${T}
- sed "s:webalizer_conf=.*:webalizer_conf=/etc/apache/webalizer.conf:" \
- "${T}/config-*-linux" > "${S}/webalizer/config-*-linux"
-
-}
-
-src_install() {
- rm -f mount/freebsd-mounts*
- rm -f mount/openbsd-mounts*
- rm -f mount/macos-mounts*
- (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl /usr/bin/perl -
- dodir /usr/libexec/webmin
- dodir /etc/init.d
- dodir /var
- dodir /etc/pam.d
- cp -rp * ${D}/usr/libexec/webmin
- mv ${D}/usr/libexec/webmin/openslp/config \
- ${D}/usr/libexec/webmin/openslp/config-gentoo-linux
-
- exeinto /etc/init.d
- newexe webmin-gentoo-init webmin
-
- insinto /etc/pam.d/
- newins webmin-pam webmin
- echo gentoo > ${D}/usr/libexec/webmin/install-type
-
- exeinto /etc/webmin
- doexe ${FILESDIR}/uninstall.sh
-
-}
-
-pkg_postinst() {
- /etc/init.d/webmin stop >/dev/null 2>&1
- stopstatus=$?
- cd /usr/libexec/webmin
- config_dir=/etc/webmin
- var_dir=/var/webmin
- perl=/usr/bin/perl
- autoos=1
- port=10000
- login=root
- crypt=`grep "^root:" /etc/shadow | cut -f 2 -d :`
- host=`hostname`
- ssl=0
- atboot=0
- nostart=1
- nochown=1
- autothird=1
- nouninstall=1
- noperlpath=1
- export config_dir var_dir perl autoos port login crypt host ssl nochown autothird nouninstall nostart noperlpath
- perl /usr/libexec/webmin/maketemp.pl
- ./setup.sh >/tmp/.webmin/webmin-setup.out 2>&1
-
- if [ "$stopstatus" = "0" ]; then
- # Start if it was running before
- /etc/init.d/webmin start
- fi
-}
diff --git a/app-admin/webmin/webmin-1.060.ebuild b/app-admin/webmin/webmin-1.060.ebuild
deleted file mode 100644
index 216da0dce2ae..000000000000
--- a/app-admin/webmin/webmin-1.060.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.060.ebuild,v 1.3 2003/03/16 22:43:24 mholzer Exp $
-
-IUSE="ssl"
-
-DESCRIPTION="Webmin, a web-based system administration interface"
-SRC_URI="mirror://sourceforge/webadmin/${P}.tar.gz"
-HOMEPAGE="http://www.webmin.com/"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~x86 ~ppc sparc"
-
-DEPEND="dev-lang/perl
- ssl? ( dev-perl/Net-SSLeay )"
-
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
-
-}
-
-src_install() {
- rm -f mount/freebsd-mounts*
- rm -f mount/openbsd-mounts*
- rm -f mount/macos-mounts*
- (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl /usr/bin/perl -
- dodir /usr/libexec/webmin
- dodir /etc/init.d
- dodir /var
- dodir /etc/pam.d
- cp -rp * ${D}/usr/libexec/webmin
- mv ${D}/usr/libexec/webmin/openslp/config \
- ${D}/usr/libexec/webmin/openslp/config-gentoo-linux
-
- exeinto /etc/init.d
- newexe webmin-gentoo-init webmin
-
- insinto /etc/pam.d/
- newins webmin-pam webmin
- echo gentoo > ${D}/usr/libexec/webmin/install-type
-
- exeinto /etc/webmin
- doexe ${FILESDIR}/uninstall.sh
-
-}
-
-pkg_postinst() {
- /etc/init.d/webmin stop >/dev/null 2>&1
- stopstatus=$?
- cd /usr/libexec/webmin
- config_dir=/etc/webmin
- var_dir=/var/webmin
- perl=/usr/bin/perl
- autoos=1
- port=10000
- login=root
- crypt=`grep "^root:" /etc/shadow | cut -f 2 -d :`
- host=`hostname`
- ssl=0
- atboot=0
- nostart=1
- nochown=1
- autothird=1
- nouninstall=1
- noperlpath=1
- export config_dir var_dir perl autoos port login crypt host ssl nochown autothird nouninstall nostart noperlpath
- perl /usr/libexec/webmin/maketemp.pl
- ./setup.sh >/tmp/.webmin/webmin-setup.out 2>&1
-
- if [ "$stopstatus" = "0" ]; then
- # Start if it was running before
- /etc/init.d/webmin start
- fi
-}