From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFFEC139347 for ; Tue, 20 Jul 2021 19:03:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13A77E0AB2; Tue, 20 Jul 2021 19:03:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC6DEE0AB0 for ; Tue, 20 Jul 2021 19:03:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11141342BED for ; Tue, 20 Jul 2021 19:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C366E7EE for ; Tue, 20 Jul 2021 19:03:42 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1626807785.24951530c0eb4ec84533e1e75cd61c1cde2b1929.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/thttpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/thttpd/thttpd-2.27.1-r1.ebuild X-VCS-Directories: www-servers/thttpd/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 24951530c0eb4ec84533e1e75cd61c1cde2b1929 X-VCS-Branch: master Date: Tue, 20 Jul 2021 19:03:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c905b9d6-a6cb-4b17-990a-1745741bea59 X-Archives-Hash: f309774bf82302fb831c0040b10b1231 commit: 24951530c0eb4ec84533e1e75cd61c1cde2b1929 Author: Conrad Kostecki gentoo org> AuthorDate: Sun Jul 18 19:45:13 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Jul 20 19:03:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24951530 www-servers/thttpd: drop old version Closes: https://bugs.gentoo.org/781548 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> www-servers/thttpd/thttpd-2.27.1-r1.ebuild | 79 ------------------------------ 1 file changed, 79 deletions(-) diff --git a/www-servers/thttpd/thttpd-2.27.1-r1.ebuild b/www-servers/thttpd/thttpd-2.27.1-r1.ebuild deleted file mode 100644 index c7f0958f6ec..00000000000 --- a/www-servers/thttpd/thttpd-2.27.1-r1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit autotools flag-o-matic toolchain-funcs user - -if [[ ${PV} = 9999* ]] -then - EGIT_REPO_URI="https://github.com/blueness/sthttpd.git" - inherit git-r3 -else - MY_P="s${P}" - S="${WORKDIR}/${MY_P}" - SRC_URI="https://github.com/blueness/sthttpd/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -fi - -DESCRIPTION="Fork of thttpd, a small, fast, multiplexing webserver" -HOMEPAGE="https://github.com/blueness/sthttpd http://opensource.dyc.edu/sthttpd" - -LICENSE="BSD GPL-2" -SLOT="0" - -RDEPEND="virtual/libcrypt:=" -DEPEND="${RDEPEND}" - -WEBROOT="/var/www/localhost" - -THTTPD_USER=thttpd -THTTPD_GROUP=thttpd -THTTPD_DOCROOT="${EPREFIX}${WEBROOT}/htdocs" - -DOCS=( TODO ) - -pkg_setup() { - ebegin "Creating thttpd user and group" - enewgroup ${THTTPD_GROUP} - enewuser ${THTTPD_USER} -1 -1 -1 ${THTTPD_GROUP} -} - -src_prepare() { - eapply "${FILESDIR}"/thttpd-renamed-htpasswd.patch - mv "${S}"/extras/{htpasswd.c,th_htpasswd.c} || die - eapply_user - eautoreconf -f -i -} - -src_configure() { - econf WEBDIR=${THTTPD_DOCROOT} -} - -src_install() { - default - - newinitd "${FILESDIR}"/thttpd.init.1 thttpd - newconfd "${FILESDIR}"/thttpd.confd.1 thttpd - - insinto /etc/logrotate.d - newins "${FILESDIR}/thttpd.logrotate" thttpd - - insinto /etc/thttpd - doins "${FILESDIR}"/thttpd.conf.sample - - #move htdocs to docdir, bug #429632 - docompress -x /usr/share/doc/"${PF}"/htdocs.dist - mv "${ED}"${WEBROOT}/htdocs \ - "${ED}"/usr/share/doc/"${PF}"/htdocs.dist || die - mkdir "${ED}"${WEBROOT}/htdocs || die - - keepdir ${WEBROOT}/htdocs - - chown root:${THTTPD_GROUP} "${ED}/usr/sbin/makeweb" \ - || die "Failed chown makeweb" - chmod 2751 "${ED}/usr/sbin/makeweb" \ - || die "Failed chmod makeweb" - chmod 755 "${ED}/usr/share/doc/${PF}/htdocs.dist/cgi-bin/printenv" \ - || die "Failed chmod printenv" -}