summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/dev-eiffel/eiffelstudio/Manifest3
-rw-r--r--apps/dev-eiffel/eiffelstudio/eiffelstudio-6.4.79451.ebuild59
-rw-r--r--apps/dev-eiffel/traffic/Manifest2
-rw-r--r--apps/dev-eiffel/traffic/traffic-3.3.1104.ebuild31
-rw-r--r--apps/dev-libs/dnmalloc/Manifest2
-rw-r--r--apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild23
-rw-r--r--apps/dev-libs/safe-iop/Manifest2
-rw-r--r--apps/dev-libs/safe-iop/safe-iop-0.3.1.ebuild24
-rw-r--r--apps/media-gfx/brother-brscan2/Manifest3
-rw-r--r--apps/media-gfx/brother-brscan2/brother-brscan2-0.2.4.ebuild33
-rw-r--r--apps/net-print/brother-cups/Manifest3
-rw-r--r--apps/net-print/brother-cups/brother-cups-2.0.1.ebuild43
-rw-r--r--apps/profiles/categories1
-rw-r--r--apps/profiles/repo_name1
-rw-r--r--apps/sys-apps/areca-cli/Manifest4
-rw-r--r--apps/sys-apps/areca-cli/areca-cli-1.80.71012.ebuild30
-rw-r--r--apps/sys-apps/areca-cli/areca-cli-1.82.81103.ebuild30
-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
21 files changed, 0 insertions, 398 deletions
diff --git a/apps/dev-eiffel/eiffelstudio/Manifest b/apps/dev-eiffel/eiffelstudio/Manifest
deleted file mode 100644
index 4e92b4a..0000000
--- a/apps/dev-eiffel/eiffelstudio/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST Eiffel64_gpl_79451-linux-x86-64.tar.bz2 68814822 RMD160 fe82a9a6221b56b626c21e3331a5b78ae543bd84 SHA1 e60363ac82a7694aef4351977a35b2a48247fa9f SHA256 0badad502d20d2d7aa1e4bc422ccbff4296856deb4b02fd8eeb4504da58b7042
-DIST Eiffel64_gpl_79451-linux-x86.tar.bz2 56501216 RMD160 3a302eff5df06fbead79e312f035b9cace7601d7 SHA1 ccbcdd1c18997222e9343a843d86046b257c6aeb SHA256 430b6a79d0da8ee9639ccdb8b6e58d44bd936fce370a776d498fb523580fce23
-EBUILD eiffelstudio-6.4.79451.ebuild 2003 RMD160 fea445789a14b700c98e5b9d23f6d46d7b102ebc SHA1 d1e80b11dfcbb02d9ce962f4e60ad2aaa4c79940 SHA256 379b9046eb60f5fcb74af817fb0ab4aea7e74292078f722bf29014e6b5670155
diff --git a/apps/dev-eiffel/eiffelstudio/eiffelstudio-6.4.79451.ebuild b/apps/dev-eiffel/eiffelstudio/eiffelstudio-6.4.79451.ebuild
deleted file mode 100644
index 8e15800..0000000
--- a/apps/dev-eiffel/eiffelstudio/eiffelstudio-6.4.79451.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-KEYWORDS="-* ~amd64 ~x86"
-
-MAIN_PV="${PV%.*}"
-MAIN_PV="${MAIN_PV/./}"
-SUB_PV="${PV##*.}"
-
-DESCRIPTION="EiffelStudio IDE."
-HOMEPAGE="http://${PN}.sourceforge.net/"
-SRC_URI="x86? ( mirror://sourceforge/${PN}/Eiffel${MAIN_PV}_gpl_${SUB_PV}-linux-x86.tar.bz2 )
- amd64? ( mirror://sourceforge/${PN}/Eiffel${MAIN_PV}_gpl_${SUB_PV}-linux-x86-64.tar.bz2 )"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="precompile"
-
-DEPEND="sys-devel/gcc
- dev-util/bsdiff
- >=x11-libs/gtk+-2.6.0"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/Eiffel${MAIN_PV}"
-
-src_compile() {
- if use amd64 ; then
- ISE_PLATFORM="linux-x86-64"
- else
- ISE_PLATFORM="linux-x86"
- fi
-
- if use precompile ; then
- ISE_EIFFEL="${S}" ISE_PLATFORM=${ISE_PLATFORM} studio/spec/${ISE_PLATFORM}/bin/ec -precompile -config precomp/spec/${ISE_PLATFORM}/base.ecf -c_compile -clean || die "precompile failed"
- ISE_EIFFEL="${S}" ISE_PLATFORM=${ISE_PLATFORM} studio/spec/${ISE_PLATFORM}/bin/ec -precompile -config precomp/spec/${ISE_PLATFORM}/base-mt.ecf -c_compile -clean || die "precompile failed"
- ISE_EIFFEL="${S}" ISE_PLATFORM=${ISE_PLATFORM} studio/spec/${ISE_PLATFORM}/bin/ec -precompile -config precomp/spec/${ISE_PLATFORM}/vision2.ecf -c_compile -clean || die "precompile failed"
- ISE_EIFFEL="${S}" ISE_PLATFORM=${ISE_PLATFORM} studio/spec/${ISE_PLATFORM}/bin/ec -precompile -config precomp/spec/${ISE_PLATFORM}/vision2-mt.ecf -c_compile -clean || die "precompile failed"
- fi
-}
-
-src_install() {
- echo "ISE_EIFFEL=/opt/Eiffel${MAIN_PV}" > "${T}/52${PN}"
- ISE_EIFFEL=/opt/Eiffel${MAIN_PV}
-
- if use amd64 ; then
- echo "ISE_PLATFORM=linux-x86-64" >> "${T}/52${PN}"
- ISE_PLATFORM="linux-x86-64"
- else
- echo "ISE_PLATFORM=linux-x86" >> "${T}/52${PN}"
- ISE_PLATFORM="linux-x86"
- fi
-
- echo "PATH=${ISE_EIFFEL}/studio/spec/${ISE_PLATFORM}/bin" >> "${T}/52${PN}"
-
- doenvd "${T}/52${PN}"
-
- dodir /opt/Eiffel${MAIN_PV}
- mv -f * "${D}"/opt/Eiffel${MAIN_PV}
-}
diff --git a/apps/dev-eiffel/traffic/Manifest b/apps/dev-eiffel/traffic/Manifest
deleted file mode 100644
index 1166f85..0000000
--- a/apps/dev-eiffel/traffic/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST traffic_ev_1104.zip 457821 RMD160 a372b6007d7822f2a6d3786e4b2455e0d2d81926 SHA1 528006ee39a7b56eedf235482e7ed06a11b86863 SHA256 57729133b6a434eefacf98892504beb8ad3dce4fb75b8042c5341b70ae52178a
-EBUILD traffic-3.3.1104.ebuild 785 RMD160 61d7a1aa6610c4c72cd8ccea40bbfb5392108813 SHA1 2b3eec93ca1cb764208d1c75c72dcca23cf917ae SHA256 7baf92bb4b935b81ff30dbcbc9272d27d7cfbe9846d6db1aa8ffeef5ff4bbb8b
diff --git a/apps/dev-eiffel/traffic/traffic-3.3.1104.ebuild b/apps/dev-eiffel/traffic/traffic-3.3.1104.ebuild
deleted file mode 100644
index 7755cf4..0000000
--- a/apps/dev-eiffel/traffic/traffic-3.3.1104.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-KEYWORDS="~amd64 ~x86"
-
-MAIN_PV="${PV%.*}"
-SUB_PV="${PV##*.}"
-
-DESCRIPTION="Traffic library."
-HOMEPAGE="http://${PN}.origo.ethz.ch/"
-SRC_URI="http://download.origo.ethz.ch/${PN}/1414/traffic_ev_${SUB_PV}.zip"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND="dev-eiffel/eiffelstudio"
-
-S="${WORKDIR}/traffic_ev_${SUB_PV}"
-
-src_compile() {
- echo "Nothing to compile."
-}
-
-src_install() {
- dodir /usr/share/Eiffel/Traffic_${MAIN_PV}_${SUB_PV}
- mv -f * "${D}"/usr/share/Eiffel/Traffic_${MAIN_PV}_${SUB_PV}
- chgrp -R users "${D}"/usr/share/Eiffel/Traffic_${MAIN_PV}_${SUB_PV}
- chmod -R g+w "${D}"/usr/share/Eiffel/Traffic_${MAIN_PV}_${SUB_PV}/example
-}
diff --git a/apps/dev-libs/dnmalloc/Manifest b/apps/dev-libs/dnmalloc/Manifest
deleted file mode 100644
index d09eeaf..0000000
--- a/apps/dev-libs/dnmalloc/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST dnmalloc-1.0.tar.gz 65395 RMD160 99722cca8b042491837602adaacb750904edc4fd SHA1 0de27d8c1f7c39f9294e2d199fcfca1ebda97ff7 SHA256 6cd120675a488eb23c50989ebf56f50cba42ab50539daebfc4b8d50a3cb287aa
-EBUILD dnmalloc-1.0.ebuild 410 RMD160 7c1a8d990837ba2bb9782a8209ed1f5b48caab88 SHA1 4e643d4c79f9cfd336ef70a89d001591be2283e3 SHA256 5bd5f016008230f03dff9e34067049756f312d31e999ff3eb670798550ee2a47
diff --git a/apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild b/apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild
deleted file mode 100644
index 119e0b1..0000000
--- a/apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Safer memory allocator."
-HOMEPAGE="http://fort-knox.org/"
-SRC_URI="http://fort-knox.org/files/${P}.tar.gz"
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- dolib "lib${PN}.so"*
-}
diff --git a/apps/dev-libs/safe-iop/Manifest b/apps/dev-libs/safe-iop/Manifest
deleted file mode 100644
index 6d9c3ff..0000000
--- a/apps/dev-libs/safe-iop/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST safe-iop-0.3.1.tgz 11515 RMD160 144fb1aa110b917b87734d8a38de9c04dddabbe5 SHA1 1d401b94c04b958a5350e1079781bbfb00cb1a69 SHA256 96027e1512dc463f8418e0ba89f8c39a4bfe36cf2456c9afbf1b3897b4e9cf76
-EBUILD safe-iop-0.3.1.ebuild 448 RMD160 b0190beb716e9c575eb9b79ee24e9abd0f729b39 SHA1 299b58d7f7491747767bace9d037a19814cf383d SHA256 fe64cbe5e74adcaef9402d18cf13077b64145a50ab5f7f6d4bd9461889868561
diff --git a/apps/dev-libs/safe-iop/safe-iop-0.3.1.ebuild b/apps/dev-libs/safe-iop/safe-iop-0.3.1.ebuild
deleted file mode 100644
index 6d6ca7a..0000000
--- a/apps/dev-libs/safe-iop/safe-iop-0.3.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Safe integer operations."
-HOMEPAGE="http://code.google.com/p/${PN}/"
-SRC_URI="http://${PN}.googlecode.com/files/${P}.tgz"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- einfo "Nothing to compile."
-}
-
-src_install() {
- insinto /usr/include
- doins include/safe_iop.h
-}
diff --git a/apps/media-gfx/brother-brscan2/Manifest b/apps/media-gfx/brother-brscan2/Manifest
deleted file mode 100644
index eaa810b..0000000
--- a/apps/media-gfx/brother-brscan2/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST brscan2-0.2.4-0.i386.rpm 74179 RMD160 ed447ebfa12bd0448d1692ae1a601215db045969 SHA1 86ae5326049e610aaab30d06f9c066fefae1cbcb SHA256 5e72834f04622a9f7673c0ed76d2847fff1d31db57415e3629ad13e34701f075
-DIST brscan2-0.2.4-0.x86_64.rpm 85559 RMD160 2d4d9be69c66c8b808f61d56637cbccdc9b6357c SHA1 77d55a81d33e821805b1d2adfecdc28853c99a33 SHA256 bfee8988cd71fb73fe3bb1925689e9a1ff8abaeb97d24c6a662cffc121d7740f
-EBUILD brother-brscan2-0.2.4.ebuild 786 RMD160 b66f3dcf8ac53df3360e06efffe0b9739b9deb66 SHA1 5afad81be05851914813ecc7ab4a4fe62e58a950 SHA256 91a33009434d352daa1f8602e464a316f9e7f6c8c417e61a30337390fd41e66c
diff --git a/apps/media-gfx/brother-brscan2/brother-brscan2-0.2.4.ebuild b/apps/media-gfx/brother-brscan2/brother-brscan2-0.2.4.ebuild
deleted file mode 100644
index 7edbee6..0000000
--- a/apps/media-gfx/brother-brscan2/brother-brscan2-0.2.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit rpm
-
-KEYWORDS="~amd64 ~x86"
-DESCRIPTION="Brother brscan2 scanner driver."
-HOMEPAGE="http://solutions.brother.com/linux/en_us/index.html"
-SRC_URI="amd64? ( http://solutions.brother.com/Library/sol/printer/linux/rpmfiles/sane_others/64bit/brscan2-${PV}-0.x86_64.rpm )
- x86? ( http://solutions.brother.com/Library/sol/printer/linux/rpmfiles/sane_others/brscan2-${PV}-0.i386.rpm )"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=media-gfx/sane-backends-1.0.19"
-
-src_unpack() {
- rpm_src_unpack
-}
-
-src_compile() {
- echo "Nothing to compile."
-}
-
-src_install() {
- cp -Rf "./" "${D}/"
-}
-
-pkg_postinst() {
- ${ROOT}usr/local/Brother/sane/setupSaneScan2 -i
-}
diff --git a/apps/net-print/brother-cups/Manifest b/apps/net-print/brother-cups/Manifest
deleted file mode 100644
index d316b61..0000000
--- a/apps/net-print/brother-cups/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST brmfc8860dnlpr-2.0.1-1.i386.rpm 35766 RMD160 a2c434756515374b934b1068b6babbe321975232 SHA1 d0aa0baab117033085707e42df0f8aa58b321a37 SHA256 d5292900d9a9c657af15b7e6766e4562d8d22cde6a9e405924163d85c008f16d
-DIST cupswrapperMFC8860DN-2.0.1-1.i386.rpm 13339 RMD160 7a874d0ebe7d69563df3c2330eebc53180108f3a SHA1 7542bc787fd074a136d5f903a087383132ff6318 SHA256 a6fd12076a50e3dfe0b4720319c4f49600d00ab9d61c115a902bcd2dffea610e
-EBUILD brother-cups-2.0.1.ebuild 1310 RMD160 a8cf56674cb237b804be087a3d218c4b7ab9bcdd SHA1 52d3666b6ad8f020767acc252957b40a5b6c1d94 SHA256 948923770b5aa328289cac667dd8ef724e6f4b0dbdd9d5b028b76ca306ad5c07
diff --git a/apps/net-print/brother-cups/brother-cups-2.0.1.ebuild b/apps/net-print/brother-cups/brother-cups-2.0.1.ebuild
deleted file mode 100644
index 0a7e342..0000000
--- a/apps/net-print/brother-cups/brother-cups-2.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-LPR_BASEURI="http://solutions.brother.com/Library/sol/printer/linux/rpmfiles/lpr_others"
-CUPS_BASEURI="http://solutions.brother.com/Library/sol/printer/linux/rpmfiles/cups_wrapper"
-
-inherit rpm
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Brother MFC-8860DN CUPS printer driver."
-HOMEPAGE="http://solutions.brother.com/linux/en_us/index.html"
-SRC_URI="${LPR_BASEURI}/brmfc8860dnlpr-${PV}-1.i386.rpm
- ${CUPS_BASEURI}/cupswrapperMFC8860DN-${PV}-1.i386.rpm"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=net-print/cups-1.3"
-
-src_unpack() {
- rpm_src_unpack
-}
-
-src_compile() {
- sed -e "s|/usr/lib/cups/|/usr/libexec/cups/|g" -i usr/local/Brother/cupswrapper/cupswrapperMFC8860DN-${PV}
- sed -e "s|/usr/lib64/cups/|/usr/libexec/cups/|g" -i usr/local/Brother/cupswrapper/cupswrapperMFC8860DN-${PV}
-}
-
-src_install() {
- cp -Rf "./" "${D}/"
-}
-
-pkg_postinst() {
- ${ROOT}usr/local/Brother/inf/setupPrintcap MFC8860DN -i USB
- ${ROOT}usr/local/Brother/inf/braddprinter -i MFC8860DN
- echo "[psconvert2]" >> ${ROOT}usr/local/Brother/inf/brMFC8860DNfunc
- echo "pstops=`which pstops`" >> ${ROOT}usr/local/Brother/inf/brMFC8860DNfunc
-
- ${ROOT}usr/local/Brother/cupswrapper/cupswrapperMFC8860DN-${PV} -i
-}
diff --git a/apps/profiles/categories b/apps/profiles/categories
deleted file mode 100644
index 312ffbd..0000000
--- a/apps/profiles/categories
+++ /dev/null
@@ -1 +0,0 @@
-dev-eiffel
diff --git a/apps/profiles/repo_name b/apps/profiles/repo_name
deleted file mode 100644
index 69e1550..0000000
--- a/apps/profiles/repo_name
+++ /dev/null
@@ -1 +0,0 @@
-chtekk-apps
diff --git a/apps/sys-apps/areca-cli/Manifest b/apps/sys-apps/areca-cli/Manifest
deleted file mode 100644
index 965baa8..0000000
--- a/apps/sys-apps/areca-cli/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST V1.80A_71012.zip 1132839 RMD160 2398e18f662c808a81dcc55433e52b7aa63aaa88 SHA1 0f6dfbf9e9d193c3a516210f7ebd43b9176db5e5 SHA256 3b63bf9a78c91970ec1e2ef1e2b4258cb6977e9f3e0f7f3496ff5ffed1075b64
-DIST v1.82_81103.zip 1213820 RMD160 a2f7439f3356158de6d1ff4925b36fd9b3938fa5 SHA1 e8816d6829796562bb8f6037c740b277ed9f0780 SHA256 77a51f4fe4848c49af04771bd105df0e115eae7774179163ba6be46f7316c912
-EBUILD areca-cli-1.80.71012.ebuild 662 RMD160 ca5302483a50cf716190c401da743b0ca20c05c4 SHA1 9cc67490cf6853dd285a40e16480a73d23a601b8 SHA256 8430f416b7a8266bbc416e80b692d66df74186d513e5444950712d4c94d48dea
-EBUILD areca-cli-1.82.81103.ebuild 665 RMD160 e1fdd15aa69282477f45a6cd9ea34ef50c55acd3 SHA1 a8be9a7292183b82a0cae08b0a3f7f4c73f23a62 SHA256 d91e3aa4ce4f68d54465e6d454b9e87854587aa39e18d9162c7061bad984f1d1
diff --git a/apps/sys-apps/areca-cli/areca-cli-1.80.71012.ebuild b/apps/sys-apps/areca-cli/areca-cli-1.80.71012.ebuild
deleted file mode 100644
index c930a68..0000000
--- a/apps/sys-apps/areca-cli/areca-cli-1.80.71012.ebuild
+++ /dev/null
@@ -1,30 +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.80A_71012"
-
-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}"
-
-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
-}
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
-}
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 $?
-}