public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apps/blohg: ChangeLog blohg-9999.ebuild blohg-0.11.1-r1.ebuild blohg-0.11.1.ebuild
@ 2012-11-23  3:44 Rafael Martins (rafaelmartins)
  0 siblings, 0 replies; only message in thread
From: Rafael Martins (rafaelmartins) @ 2012-11-23  3:44 UTC (permalink / raw
  To: gentoo-commits

rafaelmartins    12/11/23 03:44:39

  Modified:             ChangeLog blohg-9999.ebuild
  Added:                blohg-0.11.1-r1.ebuild
  Removed:              blohg-0.11.1.ebuild
  Log:
  Fix bytecode compilation
  
  (Portage version: 2.2.0_alpha136/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 www-apps/blohg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/blohg/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	24 Sep 2012 00:23:36 -0000	1.23
+++ ChangeLog	23 Nov 2012 03:44:38 -0000	1.24
@@ -1,6 +1,12 @@
 # ChangeLog for www-apps/blohg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/ChangeLog,v 1.23 2012/09/24 00:23:36 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/ChangeLog,v 1.24 2012/11/23 03:44:38 rafaelmartins Exp $
+
+*blohg-0.11.1-r1 (23 Nov 2012)
+
+  23 Nov 2012; Rafael G. Martins <rafaelmartins@gentoo.org>
+  -blohg-0.11.1.ebuild, +blohg-0.11.1-r1.ebuild, blohg-9999.ebuild:
+  Fix bytecode compilation
 
 *blohg-0.11.1 (24 Sep 2012)
 



1.12                 www-apps/blohg/blohg-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/blohg-9999.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/blohg-9999.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/blohg-9999.ebuild?r1=1.11&r2=1.12

Index: blohg-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apps/blohg/blohg-9999.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- blohg-9999.ebuild	6 Aug 2012 02:26:20 -0000	1.11
+++ blohg-9999.ebuild	23 Nov 2012 03:44:38 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/blohg-9999.ebuild,v 1.11 2012/08/06 02:26:20 rafaelmartins Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/blohg-9999.ebuild,v 1.12 2012/11/23 03:44:38 rafaelmartins Exp $
 
 EAPI="3"
 
@@ -67,6 +67,8 @@
 }
 
 pkg_postinst() {
+	distutils_pkg_postinst
+
 	local ver="${PV}"
 	[[ ${PV} = *9999* ]] && ver="latest"
 



1.1                  www-apps/blohg/blohg-0.11.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/blohg-0.11.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/blohg/blohg-0.11.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: blohg-0.11.1-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/blohg/blohg-0.11.1-r1.ebuild,v 1.1 2012/11/23 03:44:39 rafaelmartins Exp $

EAPI="3"

PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
DISTUTILS_SRC_TEST="setup.py"

HG_ECLASS=""
if [[ ${PV} = *9999* ]]; then
	HG_ECLASS="mercurial"
	EHG_REPO_URI="http://hg.rafaelmartins.eng.br/blohg/"
	EHG_REVISION="default"
fi

inherit distutils ${HG_ECLASS}

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"
if [[ ${PV} = *9999* ]]; then
	SRC_URI=""
	KEYWORDS=""
fi

LICENSE="GPL-2"
SLOT="0"
IUSE="doc test"

CDEPEND=">=dev-python/docutils-0.8
	>=dev-python/flask-0.8
	>=dev-python/flask-babel-0.7
	>=dev-python/flask-script-0.3
	>=dev-python/frozen-flask-0.7
	>=dev-python/jinja-2.5.2
	>=dev-vcs/mercurial-1.6
	dev-python/pyyaml
	dev-python/setuptools
	dev-python/pygments"

DEPEND="${CDEPEND}
	doc? ( dev-python/sphinx )"

RDEPEND="${CDEPEND}"

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

	local ver="${PV}"
	[[ ${PV} = *9999* ]] && ver="latest"

	elog "You may want to check the upgrade notes:"
	elog "http://docs.blohg.org/en/${ver}/upgrade/"
}





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

only message in thread, other threads:[~2012-11-23  3:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-23  3:44 [gentoo-commits] gentoo-x86 commit in www-apps/blohg: ChangeLog blohg-9999.ebuild blohg-0.11.1-r1.ebuild blohg-0.11.1.ebuild Rafael Martins (rafaelmartins)

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