public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: dev-python/django-registration-redux/
Date: Wed, 29 Jul 2015 08:18:18 +0000 (UTC)	[thread overview]
Message-ID: <1438157840.a01a0a913bef12f463c97e312017ea16e0072161.xmw@gentoo> (raw)

commit:     a01a0a913bef12f463c97e312017ea16e0072161
Author:     layman <layman <AT> localhost>
AuthorDate: Wed Jul 29 08:17:20 2015 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Wed Jul 29 08:17:20 2015 +0000
URL:        https://gitweb.gentoo.org/dev/xmw.git/commit/?id=a01a0a91

Initial import from bug 542020.

Package-Manager: portage-2.2.20

 dev-python/django-registration-redux/ChangeLog     |  7 +++++++
 dev-python/django-registration-redux/Manifest      |  2 ++
 .../django-registration-redux-1.1.ebuild           | 22 ++++++++++++++++++++++
 .../django-registration-redux-1.2.ebuild           | 22 ++++++++++++++++++++++
 dev-python/django-registration-redux/metadata.xml  |  8 ++++++++
 5 files changed, 61 insertions(+)

diff --git a/dev-python/django-registration-redux/ChangeLog b/dev-python/django-registration-redux/ChangeLog
new file mode 100644
index 0000000..ecf377a
--- /dev/null
+++ b/dev-python/django-registration-redux/ChangeLog
@@ -0,0 +1,7 @@
+*django-registration-redux-1.1 (29 Jul 2015)
+*django-registration-redux-1.2 (29 Jul 2015)
+
+  29 Jul 2015; Michael Weber <xmw@gentoo.org>
+  +django-registration-redux-1.1.ebuild, +django-registration-redux-1.2.ebuild,
+  +metadata.xml:
+  Initial import from bug 542020.

diff --git a/dev-python/django-registration-redux/Manifest b/dev-python/django-registration-redux/Manifest
new file mode 100644
index 0000000..4e13c1a
--- /dev/null
+++ b/dev-python/django-registration-redux/Manifest
@@ -0,0 +1,2 @@
+DIST django-registration-redux-1.1.tar.gz 66773 SHA256 48fdb7418334ff12aeb93fc6ad4f28c9d1588dc64ee822e6b6601833c8560bc3 SHA512 7ee125cbf5e794aebb9127be30468bc9fed610b3281de272c880b333300770b77895789129d6bb4ca409932681f5a0c955f728323097c458f31d8414e687fe70 WHIRLPOOL fd02ffb717b329525eea1cc219bf4418830d61f557888720ffe833b4279dad67e110848ef0fdd406e6a92a245ea55c8d4caef4a08965e8635436c664c44c6e40
+DIST django-registration-redux-1.2.tar.gz 72818 SHA256 8e77f21d3f10eaf3319e21e052f40b47683d8e1ad3fd461815f492eb5665d0db SHA512 dcd8271498ab42c35fa9534cc6c647cb142caad988ecd112b746428cf63f15a6cbc952da4d2558a0c9a76f50028bf14b973f910d69a2cec4d96cda8133ecdd3f WHIRLPOOL fb7a5494fbdd107f273dd3722cf3fcf09c86006187454654fd1c5f461bbd2803f1cf73d144ef7384a88d94b45e8d41aaeae02e601646129063840de6ffa8f4ff

diff --git a/dev-python/django-registration-redux/django-registration-redux-1.1.ebuild b/dev-python/django-registration-redux/django-registration-redux-1.1.ebuild
new file mode 100644
index 0000000..8376204
--- /dev/null
+++ b/dev-python/django-registration-redux/django-registration-redux-1.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="extensible user-registration application for Django"
+HOMEPAGE="https://github.com/macropin/django-registration http://django-registration-redux.readthedocs.org"
+SRC_URI="https://github.com/macropin/${PN/-redux}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${P/-redux}

diff --git a/dev-python/django-registration-redux/django-registration-redux-1.2.ebuild b/dev-python/django-registration-redux/django-registration-redux-1.2.ebuild
new file mode 100644
index 0000000..8376204
--- /dev/null
+++ b/dev-python/django-registration-redux/django-registration-redux-1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="extensible user-registration application for Django"
+HOMEPAGE="https://github.com/macropin/django-registration http://django-registration-redux.readthedocs.org"
+SRC_URI="https://github.com/macropin/${PN/-redux}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${P/-redux}

diff --git a/dev-python/django-registration-redux/metadata.xml b/dev-python/django-registration-redux/metadata.xml
new file mode 100644
index 0000000..5b80fb9
--- /dev/null
+++ b/dev-python/django-registration-redux/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+<email>xmw@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>


                 reply	other threads:[~2015-07-29  8:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1438157840.a01a0a913bef12f463c97e312017ea16e0072161.xmw@gentoo \
    --to=xmw@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox