summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2004-04-21 19:25:25 +0000
committerMartin Holzer <mholzer@gentoo.org>2004-04-21 19:25:25 +0000
commit2abaa28cc4699a8dee549aad355ea4b5b7a911e1 (patch)
treefcb9cfb206da61a7b13b7649e631f74965017d0f /app-admin
parentthis commitmsg brought to you by the 'bumpage is a word' society (diff)
downloadhistorical-2abaa28cc4699a8dee549aad355ea4b5b7a911e1.tar.gz
historical-2abaa28cc4699a8dee549aad355ea4b5b7a911e1.tar.bz2
historical-2abaa28cc4699a8dee549aad355ea4b5b7a911e1.zip
cleanup
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/webmin/Manifest6
-rw-r--r--app-admin/webmin/files/digest-webmin-1.1211
-rw-r--r--app-admin/webmin/files/digest-webmin-1.1301
-rw-r--r--app-admin/webmin/webmin-1.121.ebuild75
-rw-r--r--app-admin/webmin/webmin-1.130.ebuild75
5 files changed, 1 insertions, 157 deletions
diff --git a/app-admin/webmin/Manifest b/app-admin/webmin/Manifest
index f4eb5dbed6e3..bbeef262432e 100644
--- a/app-admin/webmin/Manifest
+++ b/app-admin/webmin/Manifest
@@ -1,15 +1,11 @@
MD5 e97e6ce2f0f03fff710df208c65cd1ac ChangeLog 6049
-MD5 3923b6ae9bc25fc124e24e7747c8a802 metadata.xml 226
MD5 e1448effc29a46897c48b774ec52a127 webmin-1.080.ebuild 1760
MD5 871a442fb0428ebaeb78601de262b8b5 webmin-1.110.ebuild 1869
-MD5 af601eed3dc42194923e0d07548894e3 webmin-1.121.ebuild 1858
-MD5 eaa66f87a2a2419029881e1951292abc webmin-1.130.ebuild 1853
+MD5 3923b6ae9bc25fc124e24e7747c8a802 metadata.xml 226
MD5 f5f16f198582b89165595878bb861c64 webmin-1.130-r1.ebuild 1980
MD5 0f65bf15f4b028483180906cd8f47edc webmin-1.140.ebuild 2021
MD5 c2e70e10958f50cd84c377b5963a8ced files/digest-webmin-1.080 65
MD5 7f0f3de1fc4601b588dc143645df86b7 files/digest-webmin-1.110 65
-MD5 e6cc2ef57317e815592875f7d6d3e386 files/digest-webmin-1.121 65
-MD5 45eacf952391438a2db6170312783f32 files/digest-webmin-1.130 65
MD5 bc8eb1c9de103599fc00b140b0ed1f9f files/uninstall.sh 260
MD5 1071b40773837a19b08616b12ce1c932 files/webmin-gentoo-init 413
MD5 45eacf952391438a2db6170312783f32 files/digest-webmin-1.130-r1 65
diff --git a/app-admin/webmin/files/digest-webmin-1.121 b/app-admin/webmin/files/digest-webmin-1.121
deleted file mode 100644
index bf534bb9d424..000000000000
--- a/app-admin/webmin/files/digest-webmin-1.121
+++ /dev/null
@@ -1 +0,0 @@
-MD5 dbcbd15008cfcc588eb76ad445fb6d99 webmin-1.121.tar.gz 6784004
diff --git a/app-admin/webmin/files/digest-webmin-1.130 b/app-admin/webmin/files/digest-webmin-1.130
deleted file mode 100644
index 7eea20c4956b..000000000000
--- a/app-admin/webmin/files/digest-webmin-1.130
+++ /dev/null
@@ -1 +0,0 @@
-MD5 32942590125673df578e032e2a4dbcfb webmin-1.130.tar.gz 6888140
diff --git a/app-admin/webmin/webmin-1.121.ebuild b/app-admin/webmin/webmin-1.121.ebuild
deleted file mode 100644
index c58ee5787719..000000000000
--- a/app-admin/webmin/webmin-1.121.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.121.ebuild,v 1.5 2004/03/11 19:26:43 eradicator Exp $
-
-IUSE="ssl"
-
-DESCRIPTION="Webmin, a web-based system administration interface"
-SRC_URI="mirror://sourceforge/webadmin/${P}.tar.gz"
-RESTRICT="nomirror"
-HOMEPAGE="http://www.webmin.com/"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="x86 ~ppc sparc ~amd64"
-
-DEPEND="dev-lang/perl
- ssl? ( dev-perl/Net-SSLeay )"
-
-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
- use ssl && sed -i 's:ssl=$ssl:ssl=1:' setup.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
-}
-
-pkg_prerm() {
- webmin stop
-}
diff --git a/app-admin/webmin/webmin-1.130.ebuild b/app-admin/webmin/webmin-1.130.ebuild
deleted file mode 100644
index d59e014b8d1a..000000000000
--- a/app-admin/webmin/webmin-1.130.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.130.ebuild,v 1.3 2004/03/13 14:44:08 weeve Exp $
-
-IUSE="ssl"
-
-DESCRIPTION="Webmin, a web-based system administration interface"
-SRC_URI="mirror://sourceforge/webadmin/${P}.tar.gz"
-RESTRICT="nomirror"
-HOMEPAGE="http://www.webmin.com/"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="x86 ~ppc sparc ~amd64"
-
-DEPEND="dev-lang/perl
- ssl? ( dev-perl/Net-SSLeay )"
-
-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
- use ssl && sed -i 's:ssl=$ssl:ssl=1:' setup.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
-}
-
-pkg_prerm() {
- webmin stop
-}