summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-05 15:41:19 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-05 15:47:54 +0200
commitf03faf2a7dd296fe85fa285e50908b860581b8ec (patch)
tree9e8f8eac6cc7649790898aaf081e0eec0e3803d1 /www-apps/pyblosxom/pyblosxom-1.4.3-r1.ebuild
parentdev-cpp/libgnomeuimm: Remove last-rited pkg, #608948 (diff)
downloadgentoo-f03faf2a7dd296fe85fa285e50908b860581b8ec.tar.gz
gentoo-f03faf2a7dd296fe85fa285e50908b860581b8ec.tar.bz2
gentoo-f03faf2a7dd296fe85fa285e50908b860581b8ec.zip
www-apps/pyblosxom: Remove last-rited pkg, #360767
Diffstat (limited to 'www-apps/pyblosxom/pyblosxom-1.4.3-r1.ebuild')
-rw-r--r--www-apps/pyblosxom/pyblosxom-1.4.3-r1.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/www-apps/pyblosxom/pyblosxom-1.4.3-r1.ebuild b/www-apps/pyblosxom/pyblosxom-1.4.3-r1.ebuild
deleted file mode 100644
index 439e9f8b4da2..000000000000
--- a/www-apps/pyblosxom/pyblosxom-1.4.3-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 webapp
-
-DESCRIPTION="Lightweight weblog system"
-HOMEPAGE="http://pyblosxom.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~x86"
-
-# This installs python library files.
-SLOT=0
-WEBAPP_MANUAL_SLOT=yes
-
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-PATCHES=(
- "${FILESDIR}/${PN}-1.4.2-gentoo.patch"
-)
-
-src_install() {
- webapp_src_preinst
-
- distutils-r1_src_install
-
- keepdir /usr/share/${P}/plugins
- keepdir "${MY_HTDOCSDIR}"/data
- keepdir "${MY_HTDOCSDIR}"/log
-
- insinto "${MY_CGIBINDIR}"/pyblosxom
- doins web/{config.py,pyblosxom.cgi}
-
- webapp_configfile "${MY_CGIBINDIR}"/pyblosxom/config.py
-
- webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
- webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt
- webapp_hook_script "${FILESDIR}"/config-hook.sh
-
- webapp_src_install
-}