public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/pelican: pelican-3.0.ebuild ChangeLog
@ 2012-08-24  7:13 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2012-08-24  7:13 UTC (permalink / raw
  To: gentoo-commits

patrick     12/08/24 07:13:44

  Modified:             ChangeLog
  Added:                pelican-3.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha122/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-text/pelican/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pelican/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pelican/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pelican/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pelican/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	19 Jul 2012 08:26:38 -0000	1.1
+++ ChangeLog	24 Aug 2012 07:13:44 -0000	1.2
@@ -1,10 +1,14 @@
 # ChangeLog for app-text/pelican
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/ChangeLog,v 1.1 2012/07/19 08:26:38 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/ChangeLog,v 1.2 2012/08/24 07:13:44 patrick Exp $
+
+*pelican-3.0 (24 Aug 2012)
+
+  24 Aug 2012; Patrick Lauer <patrick@gentoo.org> +pelican-3.0.ebuild:
+  Bump
 
 *pelican-2.8.1 (19 Jul 2012)
 
   19 Jul 2012; Dirkjan Ochtman <djc@gentoo.org> +pelican-2.8.1.ebuild,
   +metadata.xml:
   Initial version of pelican (bug 379671).
-



1.1                  app-text/pelican/pelican-3.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pelican/pelican-3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pelican/pelican-3.0.ebuild?rev=1.1&content-type=text/plain

Index: pelican-3.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/pelican/pelican-3.0.ebuild,v 1.1 2012/08/24 07:13:44 patrick Exp $

EAPI=4
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"

inherit distutils

DESCRIPTION="A tool to generate a static blog, with restructured text (or markdown) input files."
HOMEPAGE="http://pelican.notmyidea.org/ http://pypi.python.org/pypi/pelican"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples markdown"

DEPEND="dev-python/feedgenerator
	dev-python/jinja
	dev-python/docutils
	dev-python/pygments
	dev-python/pytz
	dev-python/unidecode
	dev-python/blinker
	markdown? ( dev-python/markdown )
	|| ( dev-lang/python:2.7 dev-python/argparse )"
RDEPEND=""

DOCS="README.rst"

src_install() {
	distutils_src_install
	if use examples; then
		insinto /usr/share/doc/${PF}/examples
		doins -r samples/* || die "failed to install examples"
	fi
}

# no tests: tests/content not in tarball for 2.8.1
# for 3.0, should be based on tox (refer to virtualenvwrapper)





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-24  7:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24  7:13 [gentoo-commits] gentoo-x86 commit in app-text/pelican: pelican-3.0.ebuild ChangeLog Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox