# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" inherit flag-o-matic eutils DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm" HOMEPAGE="http://httpd.apache.org/" SRC_URI="https://archive.apache.org/dist/httpd/httpd-${PV}.tar.bz2" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 x86" IUSE="ssl" RESTRICT="test" RDEPEND="=dev-libs/apr-1* =dev-libs/apr-util-1* dev-libs/libpcre ssl? ( dev-libs/openssl ) !/dev/null for i in *; do dosym /usr/sbin/${i} /usr/sbin/${i}2 done popd "${D}"/usr/sbin/ >/dev/null # Provide a symlink for ab-ssl if use ssl; then dosym /usr/sbin/ab /usr/sbin/ab-ssl dosym /usr/sbin/ab /usr/sbin/ab2-ssl fi # make htpasswd accessible for non-root users dosym /usr/sbin/htpasswd /usr/bin/htpasswd dosym /usr/sbin/htdigest /usr/bin/htdigest dodoc "${S}"/CHANGES }