Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/blazeblogger/
Date: Wed, 11 Sep 2019 16:21:42
Message-Id: 1568218866.71f4d893295f14cefe1d8163a37c80beab88ac2e.mgorny@gentoo
1 commit: 71f4d893295f14cefe1d8163a37c80beab88ac2e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 11 11:27:26 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 11 16:21:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f4d893
7
8 www-apps/blazeblogger: Drop old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-apps/blazeblogger/blazeblogger-1.2.0.ebuild | 29 -------------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/www-apps/blazeblogger/blazeblogger-1.2.0.ebuild b/www-apps/blazeblogger/blazeblogger-1.2.0.ebuild
16 deleted file mode 100644
17 index 2b210aa8dab..00000000000
18 --- a/www-apps/blazeblogger/blazeblogger-1.2.0.ebuild
19 +++ /dev/null
20 @@ -1,29 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=4
25 -
26 -DESCRIPTION="Simple, capable content management system for producing static content"
27 -HOMEPAGE="http://blaze.blackened.cz/"
28 -SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz
29 - doc? ( https://${PN}.googlecode.com/files/${PN}-doc-${PV}.tar.gz ) "
30 -
31 -LICENSE="FDL-1.3 GPL-3"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE="doc"
35 -
36 -RDEPEND="dev-lang/perl"
37 -DEPEND="${RDEPEND}"
38 -
39 -src_prepare() {
40 - sed -e '/-m 644 COPYING/d' \
41 - -e '/-m 644 INSTALL/d' \
42 - -i Makefile || die
43 -}
44 -
45 -src_install() {
46 - emake prefix="${D}/usr" config="${D}/etc" install
47 -
48 - use doc && dohtml -r "${WORKDIR}"/${PN}-doc-${PV}/*
49 -}