summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Wrobel <wrobel@gentoo.org>2005-07-31 17:00:32 +0000
committerGunnar Wrobel <wrobel@gentoo.org>2005-07-31 17:00:32 +0000
commit26fcef1f08119bd59bb4148a6a7a7a089da76f43 (patch)
treeb0896a44be04544a9e7db181714f1ec296615f39 /www-apps
parentFixed digests (diff)
downloadoverlay-26fcef1f08119bd59bb4148a6a7a7a089da76f43.tar.gz
overlay-26fcef1f08119bd59bb4148a6a7a7a089da76f43.tar.bz2
overlay-26fcef1f08119bd59bb4148a6a7a7a089da76f43.zip
Fixing pyblosxom ebuild
svn path=/; revision=221
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/pyblosxom-plugins/pyblosxom-plugins-1.2.1.ebuild10
1 files changed, 2 insertions, 8 deletions
diff --git a/www-apps/pyblosxom-plugins/pyblosxom-plugins-1.2.1.ebuild b/www-apps/pyblosxom-plugins/pyblosxom-plugins-1.2.1.ebuild
index e581816..706a72d 100644
--- a/www-apps/pyblosxom-plugins/pyblosxom-plugins-1.2.1.ebuild
+++ b/www-apps/pyblosxom-plugins/pyblosxom-plugins-1.2.1.ebuild
@@ -19,14 +19,8 @@ src_install() {
PLUGIN_DIR=${D}/usr/share/pyblosxom-${PV}/plugins
- PLUGINS=hardcodedates.py \
- getstamps.py \
- rss2renderer.py \
- pycategories.py \
- contact.py \
- logrequest.py \
- pyguest.py \
- wbglast10summary.py
+ PLUGINS=hardcodedates.py getstamps.py rss2renderer.py pycategories.py
+ PLUGINS=${PLUGINS} contact.py logrequest.py pyguest.py wbglast10summary.py
for plg in ${PLUGINS}
do