summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen, Chih-Chia <pigfoot@gmail.com>2022-02-08 11:41:16 +0800
committerChen, Chih-Chia <pigfoot@gmail.com>2022-02-08 11:41:16 +0800
commit35011f16e9d16cb2432826c368323287a1e8b91a (patch)
treee1526864c2fc71118688d04a64591d6b1a6f1d52
parentfix (diff)
downloadpigfoot-35011f16e9d16cb2432826c368323287a1e8b91a.tar.gz
pigfoot-35011f16e9d16cb2432826c368323287a1e8b91a.tar.bz2
pigfoot-35011f16e9d16cb2432826c368323287a1e8b91a.zip
Remove out-of-dated packages
Signed-off-by: Chen, Chih-Chia <pigfoot@gmail.com>
-rw-r--r--www-servers/h2o/Manifest5
-rw-r--r--www-servers/h2o/files/conf/h2o.conf19
-rw-r--r--www-servers/h2o/files/initd/h2o.initd36
-rw-r--r--www-servers/h2o/h2o-1.0.1.ebuild59
-rw-r--r--www-servers/h2o/h2o-9999.ebuild59
5 files changed, 0 insertions, 178 deletions
diff --git a/www-servers/h2o/Manifest b/www-servers/h2o/Manifest
deleted file mode 100644
index 7c975ea..0000000
--- a/www-servers/h2o/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX conf/h2o.conf 353 SHA256 8cf44835a984c559bc908a27e5fada7aca82d602e55f35205cd20d96c5b72c71 SHA512 586f55fbd893a81b742c7a3bae9fd1fe0faed106ca6717d547f8909082c978f45cd6c28415f351c85c42c65a461b125d2c93ad2fb023400e550532aed72e92f4 WHIRLPOOL c102798d2c24a7e8ce5ce962c1baa90a66db0df236306aa9ff453d05c00335772aebb8a8838b5a570cca7228dfde1dac9472ecde93f2ccdf0ae92c4c32a290f3
-AUX initd/h2o.initd 759 SHA256 60ac4ba5fd25a6452b984fb49d90e3cb688cb5b09f75ce85096cca1b268a6781 SHA512 2d080acc708d76b6a39b697e594bd0df8746f99f052d06235c8d96ff75099b771e5d3810553429363af2e4997f96719360bc8e4ac2b0ab98a6e28dfa8db64379 WHIRLPOOL 789856f3d4bc12bb88ded9279285270c30b8fd4bde139f66c2c92c37af5bb37d1321616a91278895ca64c04bf7ae4cfa2ed90ba8a4c3ae517df805318907338c
-DIST h2o-1.0.1.tar.gz 782867 SHA256 c8454c191104876ebaca1351fa52dbf1bb19c5f998ae959010c1a533a1bef827 SHA512 c377fda52e8569ee2a332d6031226582e0031212ad410979e5a758dcd8cf3c81043080c603126f65c44d7cf9f02f554adf94f6988f20be1482d7de0e81a10710 WHIRLPOOL dc7d461edecd5439d22eadd399ca8dd3176c6a1d46b9b5778695f99f6fce739a5d96bf6c0ecd21ebea0663e18eb378df7a34e3a4c3ff94607e8cd43ef37f95f9
-EBUILD h2o-1.0.1.ebuild 1136 SHA256 fa35f3065aab2076dcc026d2cc8353b6bd08c3a36da0cc420aef95ee1311fe1a SHA512 3db6c2df5a0796f44f237b951dfbc574756f8e8ba95f36688319bfcdd772049ce906f0e0157e4337dc9e91f2cd43efd208eddb9ccdd3e46d0867908b32398cb1 WHIRLPOOL 8ceaa56251cc70698f8fd943a46670a2736cda0890a8f66347b2c5cb5ab0fd07d25a827435745e9f39a46c3edd93a7d028d920bd3c431ec85210ec4747b600bb
-EBUILD h2o-9999.ebuild 1136 SHA256 fa35f3065aab2076dcc026d2cc8353b6bd08c3a36da0cc420aef95ee1311fe1a SHA512 3db6c2df5a0796f44f237b951dfbc574756f8e8ba95f36688319bfcdd772049ce906f0e0157e4337dc9e91f2cd43efd208eddb9ccdd3e46d0867908b32398cb1 WHIRLPOOL 8ceaa56251cc70698f8fd943a46670a2736cda0890a8f66347b2c5cb5ab0fd07d25a827435745e9f39a46c3edd93a7d028d920bd3c431ec85210ec4747b600bb
diff --git a/www-servers/h2o/files/conf/h2o.conf b/www-servers/h2o/files/conf/h2o.conf
deleted file mode 100644
index e0a1370..0000000
--- a/www-servers/h2o/files/conf/h2o.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-user: h2o
-
-listen:
- host: localhost
- port: 80
-
-#listen:
-# host: localhost
-# port: 443
-# ssl:
-# certificate-file: /etc/h2o/server.crt
-# key-file: /etc/h2o/server.key
-
-hosts:
- localhost:
- access-log: /var/log/h2o/localhost-access.log
- paths:
- /:
- file.dir: /var/www/localhost/htdocs
diff --git a/www-servers/h2o/files/initd/h2o.initd b/www-servers/h2o/files/initd/h2o.initd
deleted file mode 100644
index fe63af5..0000000
--- a/www-servers/h2o/files/initd/h2o.initd
+++ /dev/null
@@ -1,36 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-extra_started_commands="reload"
-
-CONF_FILE=${CONF_FILE:-/etc/${SVCNAME}/${SVCNAME}.conf}
-RUN_DIR=${RUN_DIR:-/run/${SVCNAME}}
-
-command="/usr/bin/h2o"
-command_args="-c ${CONF_FILE}"
-pidfile=${RUN_DIR}/${SVCNAME}.pid
-command_background="true"
-_USER="h2o"
-_GROUP="h2o"
-start_stop_daemon_args="--user root --group ${_GROUP}"
-
-depend() {
- need net
- after sshd
-}
-
-_checkconfig() {
- checkpath -d -m 0750 -o "${_USER}":"${_GROUP}" "${RUN_DIR}"
-
- if [ ! -f "${CONF_FILE}" ] ; then
- ewarn "${CONF_FILE} does not exist."
- return 1
- fi
-
- ${command} ${command_args} -t >/dev/null
-}
-
-start_pre() {
- _checkconfig || return 1
-}
diff --git a/www-servers/h2o/h2o-1.0.1.ebuild b/www-servers/h2o/h2o-1.0.1.ebuild
deleted file mode 100644
index 22f0d69..0000000
--- a/www-servers/h2o/h2o-1.0.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit cmake-utils user
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/h2o/${PN}.git
- git://github.com/h2o/${PN}.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/h2o/h2o/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~x86 ~amd64"
-fi
-
-DESCRIPTION="An optimized HTTP server with support for HTTP/1.x and HTTP/2"
-HOMEPAGE="https://github.com/h2o/h2o"
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="
- dev-libs/libyaml
- >=dev-libs/libuv-1.0.0"
-
-RDEPEND="${DEPEND}"
-
-pkg_setup(){
- enewgroup h2o
- enewuser h2o -1 -1 /var/www/localhost/htdocs h2o
-}
-
-src_prepare(){
- cmake-utils_src_prepare
-}
-
-src_configure(){
- cmake-utils_src_configure
-}
-
-src_compile(){
- cmake-utils_src_compile
-}
-
-src_install(){
- cmake-utils_src_install
-
- # init script stuff
- newinitd "${FILESDIR}"/initd/h2o.initd h2o
-
- # configs
- insinto /etc/h2o
- doins "${FILESDIR}"/conf/h2o.conf
-
- keepdir /var/l{ib,og}/h2o /var/www/localhost/htdocs
- fowners h2o:h2o /var/l{ib,og}/h2o
- fperms 0750 /var/l{ib,og}/h2o
-}
diff --git a/www-servers/h2o/h2o-9999.ebuild b/www-servers/h2o/h2o-9999.ebuild
deleted file mode 100644
index 22f0d69..0000000
--- a/www-servers/h2o/h2o-9999.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit cmake-utils user
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/h2o/${PN}.git
- git://github.com/h2o/${PN}.git"
- inherit git-r3
-else
- SRC_URI="https://github.com/h2o/h2o/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~x86 ~amd64"
-fi
-
-DESCRIPTION="An optimized HTTP server with support for HTTP/1.x and HTTP/2"
-HOMEPAGE="https://github.com/h2o/h2o"
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="
- dev-libs/libyaml
- >=dev-libs/libuv-1.0.0"
-
-RDEPEND="${DEPEND}"
-
-pkg_setup(){
- enewgroup h2o
- enewuser h2o -1 -1 /var/www/localhost/htdocs h2o
-}
-
-src_prepare(){
- cmake-utils_src_prepare
-}
-
-src_configure(){
- cmake-utils_src_configure
-}
-
-src_compile(){
- cmake-utils_src_compile
-}
-
-src_install(){
- cmake-utils_src_install
-
- # init script stuff
- newinitd "${FILESDIR}"/initd/h2o.initd h2o
-
- # configs
- insinto /etc/h2o
- doins "${FILESDIR}"/conf/h2o.conf
-
- keepdir /var/l{ib,og}/h2o /var/www/localhost/htdocs
- fowners h2o:h2o /var/l{ib,og}/h2o
- fperms 0750 /var/l{ib,og}/h2o
-}