diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-01-30 15:55:00 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-01-30 15:55:00 +0000 |
commit | a2757fd2b74a57fb68290b121b84cf79465b5362 (patch) | |
tree | 4367071882c9835eaad058883f5df6e543927ad5 /app-admin/webmin | |
parent | x86 stable (diff) | |
download | historical-a2757fd2b74a57fb68290b121b84cf79465b5362.tar.gz historical-a2757fd2b74a57fb68290b121b84cf79465b5362.tar.bz2 historical-a2757fd2b74a57fb68290b121b84cf79465b5362.zip |
Version bumped.
Diffstat (limited to 'app-admin/webmin')
-rw-r--r-- | app-admin/webmin/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/webmin/Manifest | 14 | ||||
-rw-r--r-- | app-admin/webmin/files/digest-webmin-1.130 | 1 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.130.ebuild | 75 |
4 files changed, 90 insertions, 7 deletions
diff --git a/app-admin/webmin/ChangeLog b/app-admin/webmin/ChangeLog index ef6e0d42a453..d900a27c311c 100644 --- a/app-admin/webmin/ChangeLog +++ b/app-admin/webmin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/webmin # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.32 2004/01/30 15:29:33 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.33 2004/01/30 15:55:00 mholzer Exp $ + +*webmin-1.130 (30 Jan 2004) + + 30 Jan 2004; Martin Holzer <mholzer@gentoo.org> webmin-1.130.ebuild: + Version bumped. 30 Jan 2004; Martin Holzer <mholzer@gentoo.org> webmin-1.121.ebuild: x86 stable diff --git a/app-admin/webmin/Manifest b/app-admin/webmin/Manifest index bd90ce9f7e11..70642724308b 100644 --- a/app-admin/webmin/Manifest +++ b/app-admin/webmin/Manifest @@ -1,9 +1,11 @@ -MD5 44f3f5c135851cba04b2904307b97b7a ChangeLog 5074 -MD5 e1448effc29a46897c48b774ec52a127 webmin-1.080.ebuild 1760 -MD5 c3e3d5fc59644586c22ced2534a1772f webmin-1.110.ebuild 1861 +MD5 02ceaa313c08859b61440e922ca2682b webmin-1.130.ebuild 1854 MD5 8306d872a48100968a709fe78c47968a webmin-1.121.ebuild 1853 -MD5 c2e70e10958f50cd84c377b5963a8ced files/digest-webmin-1.080 65 +MD5 08da27806f48f33ae7d090d45cf27f87 ChangeLog 5193 +MD5 c3e3d5fc59644586c22ced2534a1772f webmin-1.110.ebuild 1861 +MD5 e1448effc29a46897c48b774ec52a127 webmin-1.080.ebuild 1760 +MD5 31d430597ce4bb6b1d249fbc827688fc files/webmin-gentoo-init 306 MD5 7f0f3de1fc4601b588dc143645df86b7 files/digest-webmin-1.110 65 -MD5 e6cc2ef57317e815592875f7d6d3e386 files/digest-webmin-1.121 65 MD5 bc8eb1c9de103599fc00b140b0ed1f9f files/uninstall.sh 260 -MD5 31d430597ce4bb6b1d249fbc827688fc files/webmin-gentoo-init 306 +MD5 45eacf952391438a2db6170312783f32 files/digest-webmin-1.130 65 +MD5 e6cc2ef57317e815592875f7d6d3e386 files/digest-webmin-1.121 65 +MD5 c2e70e10958f50cd84c377b5963a8ced files/digest-webmin-1.080 65 diff --git a/app-admin/webmin/files/digest-webmin-1.130 b/app-admin/webmin/files/digest-webmin-1.130 new file mode 100644 index 000000000000..7eea20c4956b --- /dev/null +++ b/app-admin/webmin/files/digest-webmin-1.130 @@ -0,0 +1 @@ +MD5 32942590125673df578e032e2a4dbcfb webmin-1.130.tar.gz 6888140 diff --git a/app-admin/webmin/webmin-1.130.ebuild b/app-admin/webmin/webmin-1.130.ebuild new file mode 100644 index 000000000000..a0fd54437550 --- /dev/null +++ b/app-admin/webmin/webmin-1.130.ebuild @@ -0,0 +1,75 @@ +# 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.1 2004/01/30 15:55:00 mholzer 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 +} |