summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sys-apps/areca-http/areca-http-1.71.200.ebuild')
-rw-r--r--apps/sys-apps/areca-http/areca-http-1.71.200.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/apps/sys-apps/areca-http/areca-http-1.71.200.ebuild b/apps/sys-apps/areca-http/areca-http-1.71.200.ebuild
deleted file mode 100644
index b35b99b..0000000
--- a/apps/sys-apps/areca-http/areca-http-1.71.200.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-KEYWORDS="-* ~amd64 ~x86"
-
-DESCRIPTION="Areca RaidCard HTTPd for amd64 and x86."
-HOMEPAGE="http://www.areca.com.tw/support/main.htm"
-SRC_URI="20060321-${PV}Beta.zip"
-LICENSE="areca"
-SLOT="0"
-IUSE=""
-RESTRICT="fetch mirror strip"
-
-S="${WORKDIR}/20060321-${PV}"
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-pkg_nofetch() {
- einfo
- einfo "Please download ${SRC_URI} from:"
- einfo "${HOMEPAGE}"
- einfo "and put it into /usr/portage/distfiles/."
- einfo
-}
-
-src_unpack() {
- unzip "${DISTDIR}/${SRC_URI}" || die "unzip failed"
-}
-
-src_install() {
- if use amd64 ; then
- newsbin "archttp64" "${PN}"
- elif use x86 ; then
- newsbin "archttp32" "${PN}"
- else
- eerror "Invalid ARCH, there are no Areca tools for you!"
- fi
-
- newinitd "${FILESDIR}/${PN}-initd" "${PN}" || die "Inserting init.d-file failed"
-}