diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-11 18:52:24 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-11 18:52:24 +0000 |
commit | c60241e2f6581691b1999615f0a4fd8c4f53b320 (patch) | |
tree | 32d83eeb3c76e331b43f83061ac3df97ba0655f4 /www-apps/pyblosxom | |
parent | Raise libbluedevil dependency, bug 362835 (diff) | |
download | historical-c60241e2f6581691b1999615f0a4fd8c4f53b320.tar.gz historical-c60241e2f6581691b1999615f0a4fd8c4f53b320.tar.bz2 historical-c60241e2f6581691b1999615f0a4fd8c4f53b320.zip |
Delete older ebuild.
Diffstat (limited to 'www-apps/pyblosxom')
-rw-r--r-- | www-apps/pyblosxom/pyblosxom-1.4.2.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/www-apps/pyblosxom/pyblosxom-1.4.2.ebuild b/www-apps/pyblosxom/pyblosxom-1.4.2.ebuild deleted file mode 100644 index 04f9ff7f76a2..000000000000 --- a/www-apps/pyblosxom/pyblosxom-1.4.2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/pyblosxom/pyblosxom-1.4.2.ebuild,v 1.2 2011/04/05 05:38:06 ulm Exp $ - -inherit eutils distutils webapp - -DESCRIPTION="PyBlosxom is a lightweight weblog system." -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -HOMEPAGE="http://pyblosxom.sourceforge.net/" - -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" - -# This installs python library files. -SLOT=0 -WEBAPP_MANUAL_SLOT=yes - -IUSE="" - -DEPEND="dev-lang/python" - -src_unpack() { - - unpack "${A}" && cd "${S}" - - epatch "${FILESDIR}"/${P}-gentoo.patch || die "Patching failed!" - -} - -src_install() { - webapp_src_preinst - - distutils_src_install - dodoc README - - keepdir /usr/share/${P}/plugins - keepdir "${MY_HTDOCSDIR}"/data - keepdir "${MY_HTDOCSDIR}"/log - - mkdir -p "${D}${MY_CGIBINDIR}"/pyblosxom - cp web/{config.py,pyblosxom.cgi} "${D}${MY_CGIBINDIR}"/pyblosxom/ - - 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 -} |