commit: 71f4d893295f14cefe1d8163a37c80beab88ac2e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Sep 11 11:27:26 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Sep 11 16:21:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f4d893
www-apps/blazeblogger: Drop old Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> www-apps/blazeblogger/blazeblogger-1.2.0.ebuild | 29 ------------------------- 1 file changed, 29 deletions(-) diff --git a/www-apps/blazeblogger/blazeblogger-1.2.0.ebuild b/www-apps/blazeblogger/blazeblogger-1.2.0.ebuild deleted file mode 100644 index 2b210aa8dab..00000000000 --- a/www-apps/blazeblogger/blazeblogger-1.2.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -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}" - -src_prepare() { - sed -e '/-m 644 COPYING/d' \ - -e '/-m 644 INSTALL/d' \ - -i Makefile || die -} - -src_install() { - emake prefix="${D}/usr" config="${D}/etc" install - - use doc && dohtml -r "${WORKDIR}"/${PN}-doc-${PV}/* -}
