summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Martins <rafaelmartins@gentoo.org>2011-11-17 00:38:16 +0000
committerRafael Martins <rafaelmartins@gentoo.org>2011-11-17 00:38:16 +0000
commitfe4c8a30c190d7bad147d57eb518564fe787a43d (patch)
treec6de1a0a4a621c3dca694a8ea09c1fd103cbb765 /www-apps
parentFix abort when icon widgets on gtktoolbuttons aren't GtkMisc, needed by gnome... (diff)
downloadgentoo-2-fe4c8a30c190d7bad147d57eb518564fe787a43d.tar.gz
gentoo-2-fe4c8a30c190d7bad147d57eb518564fe787a43d.tar.bz2
gentoo-2-fe4c8a30c190d7bad147d57eb518564fe787a43d.zip
Version bump. Removed old.
(Portage version: 2.2.0_alpha59_p57/cvs/Linux x86_64)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/blohg/ChangeLog9
-rw-r--r--www-apps/blohg/blohg-0.5.1.ebuild51
-rw-r--r--www-apps/blohg/blohg-0.7.ebuild58
-rw-r--r--www-apps/blohg/blohg-0.8.ebuild (renamed from www-apps/blohg/blohg-0.6.1.ebuild)6
4 files changed, 11 insertions, 113 deletions
diff --git a/www-apps/blohg/ChangeLog b/www-apps/blohg/ChangeLog
index f9fa885b7cdd..b7f879632f52 100644
--- a/www-apps/blohg/ChangeLog
+++ b/www-apps/blohg/ChangeLog
@@ -1,6 +1,13 @@
# 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.9 2011/08/30 05:06:53 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/ChangeLog,v 1.10 2011/11/17 00:38:16 rafaelmartins Exp $
+
+*blohg-0.8 (17 Nov 2011)
+
+ 17 Nov 2011; Rafael G. Martins <rafaelmartins@gentoo.org>
+ -blohg-0.5.1.ebuild, -blohg-0.6.1.ebuild, -blohg-0.7.ebuild,
+ +blohg-0.8.ebuild:
+ Version bump. Removed old.
*blohg-0.7 (30 Aug 2011)
diff --git a/www-apps/blohg/blohg-0.5.1.ebuild b/www-apps/blohg/blohg-0.5.1.ebuild
deleted file mode 100644
index 56c4238b7a5d..000000000000
--- a/www-apps/blohg/blohg-0.5.1.ebuild
+++ /dev/null
@@ -1,51 +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.5.1.ebuild,v 1.1 2011/06/14 02:26:02 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
- dev-python/pygments
- 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.7.ebuild b/www-apps/blohg/blohg-0.7.ebuild
deleted file mode 100644
index ac8ceb655106..000000000000
--- a/www-apps/blohg/blohg-0.7.ebuild
+++ /dev/null
@@ -1,58 +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.7.ebuild,v 1.1 2011/08/30 05:06:53 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.7
- >=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
- dev-python/pygments
- 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
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
-
- einfo "If you're upgrading from <=blohg-0.5.1, please read the upgrade notes:"
- einfo "http://docs.blohg.org/upgrade/#from-0-5-1-to-0-6"
-}
diff --git a/www-apps/blohg/blohg-0.6.1.ebuild b/www-apps/blohg/blohg-0.8.ebuild
index ea5be999ffba..947fd69ea776 100644
--- a/www-apps/blohg/blohg-0.6.1.ebuild
+++ b/www-apps/blohg/blohg-0.8.ebuild
@@ -1,12 +1,12 @@
# 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.6.1.ebuild,v 1.1 2011/07/10 18:48:49 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/blohg-0.8.ebuild,v 1.1 2011/11/17 00:38:16 rafaelmartins Exp $
EAPI="3"
-PYTHON_DEPEND="2:2.5"
+PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
+RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
inherit distutils