summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sys-apps/areca-cli/areca-cli-1.82.81103.ebuild')
-rw-r--r--apps/sys-apps/areca-cli/areca-cli-1.82.81103.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/apps/sys-apps/areca-cli/areca-cli-1.82.81103.ebuild b/apps/sys-apps/areca-cli/areca-cli-1.82.81103.ebuild
deleted file mode 100644
index a23e2ea..0000000
--- a/apps/sys-apps/areca-cli/areca-cli-1.82.81103.ebuild
+++ /dev/null
@@ -1,30 +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.82_81103"
-
-DESCRIPTION="Areca RaidCard CLI tools for amd64 and x86."
-HOMEPAGE="http://www.areca.com.tw/support/main.htm"
-SRC_URI="ftp://ftp.areca.com.tw/RaidCards/AP_Drivers/Linux/CLI/${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/cli64" "${PN}"
- elif use x86 ; then
- newsbin "i386/cli32" "${PN}"
- else
- eerror "Invalid ARCH, there are no Areca tools for you!"
- fi
-}