summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <mthode@mthode.org>2012-07-18 00:56:11 -0500
committerMatthew Thode <mthode@mthode.org>2012-07-18 00:56:11 -0500
commitc1516da51b1091b37cce49656759dc312297d0fb (patch)
tree5552f6604de3f8f61483b5c57e663ab93b40d6e1
parentmoar+ (diff)
downloadprometheanfire-c1516da51b1091b37cce49656759dc312297d0fb.tar.gz
prometheanfire-c1516da51b1091b37cce49656759dc312297d0fb.tar.bz2
prometheanfire-c1516da51b1091b37cce49656759dc312297d0fb.zip
pelican 2.8.1
-rw-r--r--www-misc/pelican/pelican-2.7.2.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/www-misc/pelican/pelican-2.7.2.ebuild b/www-misc/pelican/pelican-2.7.2.ebuild
deleted file mode 100644
index 03c687d..0000000
--- a/www-misc/pelican/pelican-2.7.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit distutils git-2
-
-DESCRIPTION="Pelican is a simple weblog generator, written in Python"
-HOMEPAGE="https://github.com/ametaireau/pelican"
-SRC_URI=""
-EGIT_REPO_URI="git://github.com/ametaireau/pelican.git
- https://github.com/ametaireau/pelican.git"
-EGIT_COMMIT="2.7.2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="examples markdown +pygments +rst"
-
-DEPEND=">=dev-lang/python-2.7
- dev-python/argparse
- dev-python/jinja
- dev-python/webhelpers
- markdown? ( dev-python/markdown )
- pygments? ( dev-python/pygments )
- rst? ( dev-python/docutils )"
-
-DOCS="README.rst LICENSE THANKS"
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins -r samples/* || die "Failed to install examples"
- fi
-}