diff options
author | Rafael Martins <rafaelmartins@gentoo.org> | 2011-06-14 02:26:08 +0000 |
---|---|---|
committer | Rafael Martins <rafaelmartins@gentoo.org> | 2011-06-14 02:26:08 +0000 |
commit | 62b136f5f811f5b680e50a0a480067d60f694049 (patch) | |
tree | 31986e675fad44ef25edc6918dc8734a42c75224 /www-apps | |
parent | Added ~mips, bug 342513 (diff) | |
download | gentoo-2-62b136f5f811f5b680e50a0a480067d60f694049.tar.gz gentoo-2-62b136f5f811f5b680e50a0a480067d60f694049.tar.bz2 gentoo-2-62b136f5f811f5b680e50a0a480067d60f694049.zip |
Version bump. Removed old versions.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/blohg/ChangeLog | 8 | ||||
-rw-r--r-- | www-apps/blohg/blohg-0.4.ebuild | 50 | ||||
-rw-r--r-- | www-apps/blohg/blohg-0.5.1.ebuild (renamed from www-apps/blohg/blohg-0.5.ebuild) | 2 |
3 files changed, 8 insertions, 52 deletions
diff --git a/www-apps/blohg/ChangeLog b/www-apps/blohg/ChangeLog index 81bce80924b1..a372bd98a4d9 100644 --- a/www-apps/blohg/ChangeLog +++ b/www-apps/blohg/ChangeLog @@ -1,6 +1,12 @@ # 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.4 2011/06/06 18:37:32 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/ChangeLog,v 1.5 2011/06/14 02:26:02 rafaelmartins Exp $ + +*blohg-0.5.1 (14 Jun 2011) + + 14 Jun 2011; Rafael G. Martins <rafaelmartins@gentoo.org> -blohg-0.4.ebuild, + -blohg-0.5.ebuild, +blohg-0.5.1.ebuild: + Version bump. Removed old versions. 06 Jun 2011; Rafael G. Martins <rafaelmartins@gentoo.org> metadata.xml: Fixed metadata.xml diff --git a/www-apps/blohg/blohg-0.4.ebuild b/www-apps/blohg/blohg-0.4.ebuild deleted file mode 100644 index 10214b2e49f6..000000000000 --- a/www-apps/blohg/blohg-0.4.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# 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.4.ebuild,v 1.1 2011/05/02 00:22:09 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/blohg-0.5.ebuild b/www-apps/blohg/blohg-0.5.1.ebuild index a8bdd43e58c6..56c4238b7a5d 100644 --- a/www-apps/blohg/blohg-0.5.ebuild +++ b/www-apps/blohg/blohg-0.5.1.ebuild @@ -1,6 +1,6 @@ # 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.5.ebuild,v 1.1 2011/06/06 18:33:08 rafaelmartins Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/blohg-0.5.1.ebuild,v 1.1 2011/06/14 02:26:02 rafaelmartins Exp $ EAPI="3" |