public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/prometheanfire:master commit in: www-misc/pelican/
Date: Wed, 18 Jul 2012 05:57:44 +0000 (UTC)	[thread overview]
Message-ID: <1342591071.134f2146fe5900f4a6ccf9bb4d5a05cecc21ca35.prometheanfire@gentoo> (raw)

commit:     134f2146fe5900f4a6ccf9bb4d5a05cecc21ca35
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Wed Jul 18 05:57:51 2012 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 05:57:51 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=134f2146

pelican 2.8.1 noreally

---
 www-misc/pelican/pelican-2.8.1.ebuild |   41 +++++++++++++++++++++++++++++++++
 1 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/www-misc/pelican/pelican-2.8.1.ebuild b/www-misc/pelican/pelican-2.8.1.ebuild
new file mode 100644
index 0000000..083beff
--- /dev/null
+++ b/www-misc/pelican/pelican-2.8.1.ebuild
@@ -0,0 +1,41 @@
+# 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.8.1"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="examples +markdown +pygments +rst"
+
+DEPEND=">=dev-lang/python-2.7
+	dev-python/beautifulsoup
+	dev-python/blinker
+	dev-python/docutils
+	dev-python/jinja
+	dev-python/webhelpers
+	markdown? ( dev-python/markdown )
+	pygments? ( dev-python/pygments )
+	!pygments? ( dev-python/argparse )
+	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
+}



             reply	other threads:[~2012-07-18  5:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-18  5:57 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-07-18  6:01 [gentoo-commits] dev/prometheanfire:master commit in: www-misc/pelican/ Matt Thode
2012-07-18  6:01 Matt Thode
2012-07-18  5:58 Matt Thode
2012-07-18  5:56 Matt Thode
2012-07-18  5:24 Matt Thode
2012-07-18  5:11 Matt Thode
2012-07-18  5:07 Matt Thode

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1342591071.134f2146fe5900f4a6ccf9bb4d5a05cecc21ca35.prometheanfire@gentoo \
    --to=prometheanfire@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox