summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sys-apps/areca-http')
-rw-r--r--apps/sys-apps/areca-http/Manifest5
-rw-r--r--apps/sys-apps/areca-http/areca-http-1.82.70911.ebuild32
-rw-r--r--apps/sys-apps/areca-http/areca-http-1.83.81103.ebuild32
-rw-r--r--apps/sys-apps/areca-http/files/areca-http-initd35
4 files changed, 0 insertions, 104 deletions
diff --git a/apps/sys-apps/areca-http/Manifest b/apps/sys-apps/areca-http/Manifest
deleted file mode 100644
index 89d42bb..0000000
--- a/apps/sys-apps/areca-http/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX areca-http-initd 608 RMD160 cdf0538aff23565a6f655fc023b5ea7505f04ab4 SHA1 d3c045a464d6af5fa4bcec457d8210e617bd4414 SHA256 26e8510ca49cac6e582d0f43ca20c0d78626be324f210a5d76419974b88384a1
-DIST v1.82_70911.zip 1177354 RMD160 b63ec1b0f229faa028286755b3d1ffa256a4c32d SHA1 7bfe4934a273a53df2963704b70d7ccb4b0b35de SHA256 04fd312810dacad4789a2abb3f0d971874487943982236e6429d1e33845e8eea
-DIST v1.83_81103.zip 1245545 RMD160 80f6a6d99c36457015e7b745cfd5f3802231c857 SHA1 46200ace46ba172354ed56ee40751e4f146c53f6 SHA256 12d0399b17dd4e3a7e96ac35f0edd5d4b58326025a1676542527dd786e355101
-EBUILD areca-http-1.82.70911.ebuild 715 RMD160 d6d82bc1f30542e7480f8c55ccfebd833fbeb58c SHA1 dfcfe689724db10f6a0d2ca7b14412e1b5db737f SHA256 4b7fd1770a68bd402a1d87312acb3e25ae9925864d8ec8f8cb493968253a45e1
-EBUILD areca-http-1.83.81103.ebuild 715 RMD160 f32beb5e660adbcb94bc13d567ca491f6822577d SHA1 f8c86b6599c559df891bc77edf6d61cd593c4a6c SHA256 8a715f5ced4a47e591aada34cda5939c4e3676358a92c49b32030dd072dc7779
diff --git a/apps/sys-apps/areca-http/areca-http-1.82.70911.ebuild b/apps/sys-apps/areca-http/areca-http-1.82.70911.ebuild
deleted file mode 100644
index 06d2aec..0000000
--- a/apps/sys-apps/areca-http/areca-http-1.82.70911.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-KEYWORDS="-* ~amd64 ~x86"
-
-MY_PV="v1.82_70911"
-
-DESCRIPTION="Areca RaidCard HTTPd for amd64 and x86."
-HOMEPAGE="http://www.areca.com.tw/support/main.htm"
-SRC_URI="ftp://ftp.areca.com.tw/RaidCards/AP_Drivers/Linux/HTTP/${MY_PV}.zip"
-LICENSE="areca"
-SLOT="0"
-IUSE=""
-RESTRICT="strip"
-
-S="${WORKDIR}/${MY_PV/v/V}"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-src_install() {
- if use amd64 ; then
- newsbin "x86-64/archttp64" "${PN}"
- elif use x86 ; then
- newsbin "i386/archttp32" "${PN}"
- else
- eerror "Invalid ARCH, there are no Areca tools for you!"
- fi
-
- newinitd "${FILESDIR}/${PN}-initd" "${PN}"
-}
diff --git a/apps/sys-apps/areca-http/areca-http-1.83.81103.ebuild b/apps/sys-apps/areca-http/areca-http-1.83.81103.ebuild
deleted file mode 100644
index e41075d..0000000
--- a/apps/sys-apps/areca-http/areca-http-1.83.81103.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-KEYWORDS="-* ~amd64 ~x86"
-
-MY_PV="v1.83_81103"
-
-DESCRIPTION="Areca RaidCard HTTPd for amd64 and x86."
-HOMEPAGE="http://www.areca.com.tw/support/main.htm"
-SRC_URI="ftp://ftp.areca.com.tw/RaidCards/AP_Drivers/Linux/HTTP/${MY_PV}.zip"
-LICENSE="areca"
-SLOT="0"
-IUSE=""
-RESTRICT="strip"
-
-S="${WORKDIR}/${MY_PV/v/V}"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-src_install() {
- if use amd64 ; then
- newsbin "x86-64/archttp64" "${PN}"
- elif use x86 ; then
- newsbin "i386/archttp32" "${PN}"
- else
- eerror "Invalid ARCH, there are no Areca tools for you!"
- fi
-
- newinitd "${FILESDIR}/${PN}-initd" "${PN}"
-}
diff --git a/apps/sys-apps/areca-http/files/areca-http-initd b/apps/sys-apps/areca-http/files/areca-http-initd
deleted file mode 100644
index 7a4a1fe..0000000
--- a/apps/sys-apps/areca-http/files/areca-http-initd
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting ${SVCNAME}"
-
- if [[ -f "/var/run/${SVCNAME}.pid" ]] ; then
- rm -f "/var/run/${SVCNAME}.pid"
- fi
-
- start-stop-daemon \
- --start \
- --background \
- --make-pidfile \
- --pidfile "/var/run/${SVCNAME}.pid" \
- --exec /usr/sbin/areca-http
- eend $?
-}
-
-stop() {
- ebegin "Stopping ${SVCNAME}"
-
- start-stop-daemon \
- --stop \
- --signal 9 \
- --pidfile "/var/run/${SVCNAME}.pid" \
- --exec /usr/sbin/areca-http
- eend $?
-}