diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2011-04-30 04:59:55 +0000 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2011-04-30 04:59:55 +0000 |
commit | fd717bface88457d2b2182daa64ace3bba42a8df (patch) | |
tree | 6564aec8bb8d6bb56e1b64bb3fd09427292d9307 /www-apps/blohg | |
parent | Updated DESCRIPTION to include the full name for easier searching (diff) | |
download | historical-fd717bface88457d2b2182daa64ace3bba42a8df.tar.gz historical-fd717bface88457d2b2182daa64ace3bba42a8df.tar.bz2 historical-fd717bface88457d2b2182daa64ace3bba42a8df.zip |
Initial commit.
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'www-apps/blohg')
-rw-r--r-- | www-apps/blohg/ChangeLog | 10 | ||||
-rw-r--r-- | www-apps/blohg/Manifest | 18 | ||||
-rw-r--r-- | www-apps/blohg/blohg-0.3.ebuild | 50 | ||||
-rw-r--r-- | www-apps/blohg/metadata.xml | 17 |
4 files changed, 95 insertions, 0 deletions
diff --git a/www-apps/blohg/ChangeLog b/www-apps/blohg/ChangeLog new file mode 100644 index 000000000000..6ee900e87bfb --- /dev/null +++ b/www-apps/blohg/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for www-apps/blohg +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/ChangeLog,v 1.1 2011/04/30 04:59:55 rafaelmartins Exp $ + +*blohg-0.3 (30 Apr 2011) + + 30 Apr 2011; Rafael G. Martins <rafaelmartins@gentoo.org> +blohg-0.3.ebuild, + +metadata.xml: + Initial commit. + diff --git a/www-apps/blohg/Manifest b/www-apps/blohg/Manifest new file mode 100644 index 000000000000..9e4ded344345 --- /dev/null +++ b/www-apps/blohg/Manifest @@ -0,0 +1,18 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST blohg-0.3.tar.gz 29555 RMD160 2ced196bfbc63b0e6d71109d5b1cb4af4bdb1570 SHA1 f9a09ddf8a7ad177da15b080682e8477d6e4f668 SHA256 3325dd4974b1fa743ac55f09bccb2fd8e01a108b01182039a71464f1fa5c6645 +EBUILD blohg-0.3.ebuild 1065 RMD160 c7fccbe20189d6e24000cfbf27c923cb8c9e9db9 SHA1 1dd23a183a0b3b784160fd689bca38620f2ac032 SHA256 cca39142af5132cc8a2af1160427d112b12037ab52092d4cbeca9edac137fbe4 +MISC ChangeLog 349 RMD160 ae9b54754299ab9e31e3ef2f34cc9d8a88d0595e SHA1 371f51503e58444d25211611073bdb895970dbf3 SHA256 f32b8e5e2668aa941bb7750c99d7cbff82699bbbad550d0f6953cd403d9641fa +MISC metadata.xml 643 RMD160 0a9edc55c8f07ac5d346d13347d7ac53051b5199 SHA1 b334cd23d5adb2879765e4e701af3be9e984c98c SHA256 8792df48505a869e390bffccd0c2ed4a83990a351dbc22377639ff08714c23f8 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (GNU/Linux) + +iQEcBAEBAgAGBQJNu5dUAAoJEMmH5mwCk1NvGUUIALDgFQsgk/wiR/sLYcRJ8s9z +lVkM3sdn7Bo9S+BccaPzq9x61dVBnzz9+oy/RMlCmPo/WGhSq1E+65CqezkGjXqQ +y0Op5lBr426xHhOJaHwWF0IkgAWeJOhtprNAUXXfNLEoaPFXITop8PqtyyXYWgyl +fWGYFd4cwZGJ81Yq6lB55bBq+mZes7r4mC+mS+tqi/++8yf1XBAlMwVFCvMVBVhg +dVRHUL5sgYMq+RcdgPHB+B68Q+VjHsH3LsqM0zrw5crnHrGspgxNk1IUIWYaOjZy +qJkMmro/DnENDAR7k2CWfnRooApAH8mvWP/ck3N5QP9bKVtCNfJeuEZkxdQguMs= +=eUGb +-----END PGP SIGNATURE----- diff --git a/www-apps/blohg/blohg-0.3.ebuild b/www-apps/blohg/blohg-0.3.ebuild new file mode 100644 index 000000000000..f1eb0e0e9df4 --- /dev/null +++ b/www-apps/blohg/blohg-0.3.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/blohg-0.3.ebuild,v 1.1 2011/04/30 04:59:55 rafaelmartins Exp $ + +EAPI="3" + +PYTHON_DEPEND="2:2.5" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4 3.*" + +inherit distutils + +DESCRIPTION="A Mercurial-based blogging engine." +HOMEPAGE="http://blohg.org/ http://pypi.python.org/pypi/blohg" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" +KEYWORDS="~amd64 ~x86" + +LICENSE="GPL-2" +SLOT="0" +IUSE="doc" + +DEPEND=">=dev-python/docutils-0.7 + >=dev-python/flask-0.6 + >=dev-python/flask-babel-0.6 + >=dev-python/flask-script-0.3 + >=dev-python/jinja-2.5.2 + >=dev-vcs/mercurial-1.6 + dev-python/pyyaml + dev-python/setuptools + doc? ( dev-python/sphinx )" + +RDEPEND="${DEPEND}" + +src_compile() { + distutils_src_compile + + if use doc; then + einfo 'building documentation' + emake -C docs html + fi +} + +src_install() { + distutils_src_install + + if use doc; then + einfo 'installing documentation' + dohtml -r docs/_build/html/* + fi +} diff --git a/www-apps/blohg/metadata.xml b/www-apps/blohg/metadata.xml new file mode 100644 index 000000000000..e4d5928b9ded --- /dev/null +++ b/www-apps/blohg/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>no-herd</herd> + <maintainer> + <email>rafaelmartins@gentoo.org</email> + <name>Rafael G. Martins</name> + </maintainer> + <longdescription lang="en"> + blohg is a Mercurial-based blogging engine written in Python, built with + the Flask micro-framework and some of his available extensions. All the + content of the blogs are stored inside Mercurial repositories and the + repository history is used for build the posts and pages. blohg uses + Jinja2 as template engine. + </longdescription> +</pkgmetadata> + |