public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/django-extensions: ChangeLog django-extensions-0.8.ebuild
@ 2012-05-09 19:09 Jesus Rivero (neurogeek)
  0 siblings, 0 replies; only message in thread
From: Jesus Rivero (neurogeek) @ 2012-05-09 19:09 UTC (permalink / raw
  To: gentoo-commits

neurogeek    12/05/09 19:09:42

  Modified:             ChangeLog
  Added:                django-extensions-0.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha100/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-python/django-extensions/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-extensions/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-extensions/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-extensions/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/django-extensions/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	25 Apr 2011 12:49:06 -0000	1.2
+++ ChangeLog	9 May 2012 19:09:42 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/django-extensions
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/django-extensions/ChangeLog,v 1.2 2011/04/25 12:49:06 tomka Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/django-extensions/ChangeLog,v 1.3 2012/05/09 19:09:42 neurogeek Exp $
+
+*django-extensions-0.8 (09 May 2012)
+
+  09 May 2012; Jesus Rivero <neurogeek@gentoo.org>
+  +django-extensions-0.8.ebuild:
+  Version bump
 
   25 Apr 2011; Thomas Kahle <tomka@gentoo.org> django-extensions-0.5.ebuild:
   ~x86 per bug 357801



1.1                  dev-python/django-extensions/django-extensions-0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-extensions/django-extensions-0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/django-extensions/django-extensions-0.8.ebuild?rev=1.1&content-type=text/plain

Index: django-extensions-0.8.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/django-extensions/django-extensions-0.8.ebuild,v 1.1 2012/05/09 19:09:42 neurogeek Exp $

EAPI="3"

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

inherit distutils

GIT_HASH_TAG="0f498ff"
PYTHON_MODNAME="django_extensions"

DESCRIPTION="Django Command Extensions"
HOMEPAGE="http://github.com/django-extensions/django-extensions http://code.google.com/p/django-command-extensions/"
SRC_URI="http://github.com/django-extensions/django-extensions/tarball/${PV}/${P}.tgz"

LICENSE="BSD || ( MIT GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc graphviz mysql postgres s3 sqlite vcard"

RDEPEND="dev-python/django[mysql?,postgres?,sqlite?]
	dev-python/pygments
	dev-python/werkzeug
	graphviz? ( dev-python/pygraphviz )
	s3? ( dev-python/boto )
	vcard? ( dev-python/vobject )"
DEPEND="${RDEPEND}
	doc? ( dev-python/sphinx )"

S="${WORKDIR}/${PN}-${PN}-${GIT_HASH_TAG}"

DOCS="docs/AUTHORS docs/*.rst"

src_compile() {
	distutils_src_compile

	if use doc ; then
		emake -C docs html || die "generating html docs failed"
	fi
}

src_install() {
	distutils_src_install
	use doc && dohtml -r docs/_build/html/*
}






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

only message in thread, other threads:[~2012-05-09 19:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 19:09 [gentoo-commits] gentoo-x86 commit in dev-python/django-extensions: ChangeLog django-extensions-0.8.ebuild Jesus Rivero (neurogeek)

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