From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- www-apps/blazeblogger/blazeblogger-1.2.0-r1.ebuild | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 www-apps/blazeblogger/blazeblogger-1.2.0-r1.ebuild (limited to 'www-apps/blazeblogger/blazeblogger-1.2.0-r1.ebuild') diff --git a/www-apps/blazeblogger/blazeblogger-1.2.0-r1.ebuild b/www-apps/blazeblogger/blazeblogger-1.2.0-r1.ebuild new file mode 100644 index 000000000000..367dbb4061cf --- /dev/null +++ b/www-apps/blazeblogger/blazeblogger-1.2.0-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 + +inherit eutils + +DESCRIPTION="simple-to-use, capable content management system for the cmdline 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}" + +src_prepare() { + sed -e '/-m 644 COPYING/d' \ + -e '/-m 644 INSTALL/d' \ + -i Makefile || die + + epatch "${FILESDIR}"/${P}-bash-completion.patch #bug 417953 +} + +src_install() { + emake prefix="${D}/usr" config="${D}/etc" \ + compdir="${D}/usr/share/bash-completion" install + + use doc && dohtml -r "${WORKDIR}"/${PN}-doc-${PV}/* +} -- cgit v1.2.3