summaryrefslogtreecommitdiff
path: root/www-misc/website-control
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2007-01-04 18:39:02 +0000
committerrandomdan <randomdan@localhost>2007-01-04 18:39:02 +0000
commit91172188bef852d33df450e3100730afeff931f4 (patch)
tree86b4293c5d94ce74a75dcca166cf1143c34631a7 /www-misc/website-control
parentRemove unofficial Oracle ODBC (diff)
downloadportage-91172188bef852d33df450e3100730afeff931f4.tar.bz2
portage-91172188bef852d33df450e3100730afeff931f4.tar.xz
portage-91172188bef852d33df450e3100730afeff931f4.zip
Website control/remote now just run from CVS scripts
Diffstat (limited to 'www-misc/website-control')
-rw-r--r--www-misc/website-control/Manifest2
-rw-r--r--www-misc/website-control/files/digest-website-control-1.01
-rw-r--r--www-misc/website-control/website-control-1.0.ebuild35
3 files changed, 0 insertions, 38 deletions
diff --git a/www-misc/website-control/Manifest b/www-misc/website-control/Manifest
deleted file mode 100644
index 3fdda34..0000000
--- a/www-misc/website-control/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 8a93e03c2c51321b78bfe6fe93eefddd website-control-1.0.ebuild 888
-MD5 c225c8500f93902948c904c140901390 files/digest-website-control-1.0 69
diff --git a/www-misc/website-control/files/digest-website-control-1.0 b/www-misc/website-control/files/digest-website-control-1.0
deleted file mode 100644
index 6367445..0000000
--- a/www-misc/website-control/files/digest-website-control-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2becdda120484c02c4c1017d213f8dea website-control-1.0.tar.gz 2725
diff --git a/www-misc/website-control/website-control-1.0.ebuild b/www-misc/website-control/website-control-1.0.ebuild
deleted file mode 100644
index 1e0ce74..0000000
--- a/www-misc/website-control/website-control-1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-inherit eutils
-
-DESCRIPTION="Remote website updating utility (server)"
-SRC_URI="http://portage.develop.web.dot/${P}.tar.gz"
-HOMEPAGE="http://develop.web.dot/"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-DEPEND="sys-apps/coreutils
-sys-apps/sed
-dev-util/cvs
-app-arch/gzip
-app-arch/tar
-sys-devel/gdb
-sys-apps/xinetd"
-RESTRICT="nomirror"
-
-#RDEPEND=""
-
-src_compile() {
- unset ARCH
-}
-
-src_install() {
- cd ${WORKDIR}/
- chmod 700 website-control || die "Failed to set privs"
- chown root:root website-control || die "Failed to set owner"
- (mkdir -p ${D}/usr/local/sbin &&
- mkdir -p ${D}/usr/local/etc/ &&
- mkdir -p ${D}/etc/xinetd.d) || die "Failed to create file tree"
- cp website-control ${D}/usr/local/sbin/ || die "Failed to copy executable"
- cp website-control-tcp ${D}/etc/xinetd.d/ || die "Failed to copy xinetd config"
- cp website-control.qed.cfg ${D}/usr/local/etc/ || die "Failed to copy config"
-}
-