Install this version:
emerge -a =www-apps/blazeblogger-1.2.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =www-apps/blazeblogger-1.2.0
Or alternatively:
emerge --autounmask-write -a =www-apps/blazeblogger-1.2.0
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit bash-completion-r1
DESCRIPTION="Simple, capable content management system for producing static content"
HOMEPAGE="http://blaze.blackened.cz/"
SRC_URI="
https://${PN}.googlecode.com/files/${P}.tar.gz
doc? ( https://${PN}.googlecode.com/files/${PN}-doc-${PV}.tar.gz ) "
LICENSE="FDL-1.3 GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="dev-lang/perl"
DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-bash-completion.patch #bug 417953
"${FILESDIR}"/${P}-makefile.patch
)
src_install() {
emake \
prefix="${ED}"/usr \
config="${ED}"/etc \
compdir="${D}"/$(get_bashcompdir) \
docsdir="${ED}"/usr/share/doc/${PF} \
install
if use doc; then
docinto html
dodoc -r "${WORKDIR}"/${PN}-doc-${PV}/.
fi
}
Manage flags for this package:
euse -i <flag> -p www-apps/blazeblogger |
euse -E <flag> -p www-apps/blazeblogger |
euse -D <flag> -p www-apps/blazeblogger
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | blazeblogger-1.2.0.tar.gz | 81340 bytes | https://blazeblogger.googlecode.com/files/blazeblogger-1.2.0.tar.gz |
| DIST | blazeblogger-doc-1.2.0.tar.gz | 191467 bytes | https://blazeblogger.googlecode.com/files/blazeblogger-doc-1.2.0.tar.gz |