diff options
Diffstat (limited to 'apps/sys-apps/areca-http')
-rw-r--r-- | apps/sys-apps/areca-http/Manifest | 15 | ||||
-rw-r--r-- | apps/sys-apps/areca-http/areca-http-1.71.200.ebuild | 42 | ||||
-rw-r--r-- | apps/sys-apps/areca-http/areca-http-1.82.70911.ebuild | 32 | ||||
-rw-r--r-- | apps/sys-apps/areca-http/files/areca-http-initd | 2 | ||||
-rw-r--r-- | apps/sys-apps/areca-http/files/digest-areca-http-1.71.200 | 3 |
5 files changed, 36 insertions, 58 deletions
diff --git a/apps/sys-apps/areca-http/Manifest b/apps/sys-apps/areca-http/Manifest index 0c088fe..c2c50e9 100644 --- a/apps/sys-apps/areca-http/Manifest +++ b/apps/sys-apps/areca-http/Manifest @@ -1,12 +1,3 @@ -AUX areca-http-initd 608 RMD160 0e79558cd47547a13c31c943b852c7e2aed525d2 SHA1 bfcef6a41da217b9e90bf66c5cdb70e3e3f65d71 SHA256 94665f833f86042cb7a7cace53a7b4029b89a3161f7a0d7b420b1b948fdc0436 -MD5 98beabaab2e8f4cb296e085a67781be7 files/areca-http-initd 608 -RMD160 0e79558cd47547a13c31c943b852c7e2aed525d2 files/areca-http-initd 608 -SHA256 94665f833f86042cb7a7cace53a7b4029b89a3161f7a0d7b420b1b948fdc0436 files/areca-http-initd 608 -DIST 20060321-1.71.200Beta.zip 1127770 RMD160 f10da1d01ed01adef2d9692b914981ce53a0057d SHA1 bc7b3d3efc2b1699137a2f76166ef2bb4a7ac8c8 SHA256 6cdb9d742cff60aed0330e9e89bbd8b003f308770b74cc1f7bbe89977147455a -EBUILD areca-http-1.71.200.ebuild 907 RMD160 c0c5e8b4cbdd04bae46c859da6607610836bf225 SHA1 55ce4b71bfebf5ab07066fe52c871f162a45ab52 SHA256 c031981240b95c918d6deaee7e72bf68023e2d1863c2d8567113afd327ef9b58 -MD5 7ea85127d4f96f6dcfcc151fd994d21c areca-http-1.71.200.ebuild 907 -RMD160 c0c5e8b4cbdd04bae46c859da6607610836bf225 areca-http-1.71.200.ebuild 907 -SHA256 c031981240b95c918d6deaee7e72bf68023e2d1863c2d8567113afd327ef9b58 areca-http-1.71.200.ebuild 907 -MD5 a8418f8afffbe3aff76d3bb275512ec9 files/digest-areca-http-1.71.200 259 -RMD160 5fd69b8f9e59bb2614e97cea8db1363c61954719 files/digest-areca-http-1.71.200 259 -SHA256 29f8127d1efaaa3bdaef61dd226966f3c2da899bd6be6632dc5cac280de58f80 files/digest-areca-http-1.71.200 259 +AUX areca-http-initd 608 RMD160 f72a1e5617950868b9dc6895ab88fc9ddd4158d6 SHA1 8f99b39f05b7686713d36698de1378c3e61657c7 SHA256 92f622c45684e5d44aed71a312043a01e23b2c1322b84fb3d6fd863f7e04f9d2 +DIST v1.82_70911.zip 1177354 RMD160 b63ec1b0f229faa028286755b3d1ffa256a4c32d SHA1 7bfe4934a273a53df2963704b70d7ccb4b0b35de SHA256 04fd312810dacad4789a2abb3f0d971874487943982236e6429d1e33845e8eea +EBUILD areca-http-1.82.70911.ebuild 711 RMD160 be483a050ed9dd4c610a9a2c20782b0cc883c753 SHA1 15f4560e821c530aad039f2a217b90b121f1eeb4 SHA256 7c5edc3b615bc013aaeb7f7774bc5da5f39ea255875a6b9ad8a5cd3c14e50596 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" -} 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 new file mode 100644 index 0000000..d0782a0 --- /dev/null +++ b/apps/sys-apps/areca-http/areca-http-1.82.70911.ebuild @@ -0,0 +1,32 @@ +# 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}" + +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 index 2928166..82b3282 100644 --- a/apps/sys-apps/areca-http/files/areca-http-initd +++ b/apps/sys-apps/areca-http/files/areca-http-initd @@ -1,5 +1,5 @@ #!/sbin/runscript -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ diff --git a/apps/sys-apps/areca-http/files/digest-areca-http-1.71.200 b/apps/sys-apps/areca-http/files/digest-areca-http-1.71.200 deleted file mode 100644 index 24812d9..0000000 --- a/apps/sys-apps/areca-http/files/digest-areca-http-1.71.200 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 7af37f8bf935409eb1e864387226c397 20060321-1.71.200Beta.zip 1127770 -RMD160 f10da1d01ed01adef2d9692b914981ce53a0057d 20060321-1.71.200Beta.zip 1127770 -SHA256 6cdb9d742cff60aed0330e9e89bbd8b003f308770b74cc1f7bbe89977147455a 20060321-1.71.200Beta.zip 1127770 |