Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/xmw:master commit in: dev-python/django-registration-redux/
Date: Wed, 29 Jul 2015 08:18:29
Message-Id: 1438157840.a01a0a913bef12f463c97e312017ea16e0072161.xmw@gentoo
1 commit: a01a0a913bef12f463c97e312017ea16e0072161
2 Author: layman <layman <AT> localhost>
3 AuthorDate: Wed Jul 29 08:17:20 2015 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 29 08:17:20 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/xmw.git/commit/?id=a01a0a91
7
8 Initial import from bug 542020.
9
10 Package-Manager: portage-2.2.20
11
12 dev-python/django-registration-redux/ChangeLog | 7 +++++++
13 dev-python/django-registration-redux/Manifest | 2 ++
14 .../django-registration-redux-1.1.ebuild | 22 ++++++++++++++++++++++
15 .../django-registration-redux-1.2.ebuild | 22 ++++++++++++++++++++++
16 dev-python/django-registration-redux/metadata.xml | 8 ++++++++
17 5 files changed, 61 insertions(+)
18
19 diff --git a/dev-python/django-registration-redux/ChangeLog b/dev-python/django-registration-redux/ChangeLog
20 new file mode 100644
21 index 0000000..ecf377a
22 --- /dev/null
23 +++ b/dev-python/django-registration-redux/ChangeLog
24 @@ -0,0 +1,7 @@
25 +*django-registration-redux-1.1 (29 Jul 2015)
26 +*django-registration-redux-1.2 (29 Jul 2015)
27 +
28 + 29 Jul 2015; Michael Weber <xmw@g.o>
29 + +django-registration-redux-1.1.ebuild, +django-registration-redux-1.2.ebuild,
30 + +metadata.xml:
31 + Initial import from bug 542020.
32
33 diff --git a/dev-python/django-registration-redux/Manifest b/dev-python/django-registration-redux/Manifest
34 new file mode 100644
35 index 0000000..4e13c1a
36 --- /dev/null
37 +++ b/dev-python/django-registration-redux/Manifest
38 @@ -0,0 +1,2 @@
39 +DIST django-registration-redux-1.1.tar.gz 66773 SHA256 48fdb7418334ff12aeb93fc6ad4f28c9d1588dc64ee822e6b6601833c8560bc3 SHA512 7ee125cbf5e794aebb9127be30468bc9fed610b3281de272c880b333300770b77895789129d6bb4ca409932681f5a0c955f728323097c458f31d8414e687fe70 WHIRLPOOL fd02ffb717b329525eea1cc219bf4418830d61f557888720ffe833b4279dad67e110848ef0fdd406e6a92a245ea55c8d4caef4a08965e8635436c664c44c6e40
40 +DIST django-registration-redux-1.2.tar.gz 72818 SHA256 8e77f21d3f10eaf3319e21e052f40b47683d8e1ad3fd461815f492eb5665d0db SHA512 dcd8271498ab42c35fa9534cc6c647cb142caad988ecd112b746428cf63f15a6cbc952da4d2558a0c9a76f50028bf14b973f910d69a2cec4d96cda8133ecdd3f WHIRLPOOL fb7a5494fbdd107f273dd3722cf3fcf09c86006187454654fd1c5f461bbd2803f1cf73d144ef7384a88d94b45e8d41aaeae02e601646129063840de6ffa8f4ff
41
42 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
43 new file mode 100644
44 index 0000000..8376204
45 --- /dev/null
46 +++ b/dev-python/django-registration-redux/django-registration-redux-1.1.ebuild
47 @@ -0,0 +1,22 @@
48 +# Copyright 1999-2015 Gentoo Foundation
49 +# Distributed under the terms of the GNU General Public License v2
50 +# $Header: $
51 +
52 +EAPI=5
53 +PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 python3_4 )
54 +
55 +inherit distutils-r1
56 +
57 +DESCRIPTION="extensible user-registration application for Django"
58 +HOMEPAGE="https://github.com/macropin/django-registration http://django-registration-redux.readthedocs.org"
59 +SRC_URI="https://github.com/macropin/${PN/-redux}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
60 +
61 +LICENSE="BSD"
62 +SLOT="0"
63 +KEYWORDS="~amd64"
64 +IUSE=""
65 +
66 +RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
67 +DEPEND="${RDEPEND}"
68 +
69 +S=${WORKDIR}/${P/-redux}
70
71 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
72 new file mode 100644
73 index 0000000..8376204
74 --- /dev/null
75 +++ b/dev-python/django-registration-redux/django-registration-redux-1.2.ebuild
76 @@ -0,0 +1,22 @@
77 +# Copyright 1999-2015 Gentoo Foundation
78 +# Distributed under the terms of the GNU General Public License v2
79 +# $Header: $
80 +
81 +EAPI=5
82 +PYTHON_COMPAT=( python2_6 python2_7 python3_2 python3_3 python3_4 )
83 +
84 +inherit distutils-r1
85 +
86 +DESCRIPTION="extensible user-registration application for Django"
87 +HOMEPAGE="https://github.com/macropin/django-registration http://django-registration-redux.readthedocs.org"
88 +SRC_URI="https://github.com/macropin/${PN/-redux}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
89 +
90 +LICENSE="BSD"
91 +SLOT="0"
92 +KEYWORDS="~amd64"
93 +IUSE=""
94 +
95 +RDEPEND="dev-python/django[${PYTHON_USEDEP}]"
96 +DEPEND="${RDEPEND}"
97 +
98 +S=${WORKDIR}/${P/-redux}
99
100 diff --git a/dev-python/django-registration-redux/metadata.xml b/dev-python/django-registration-redux/metadata.xml
101 new file mode 100644
102 index 0000000..5b80fb9
103 --- /dev/null
104 +++ b/dev-python/django-registration-redux/metadata.xml
105 @@ -0,0 +1,8 @@
106 +<?xml version="1.0" encoding="UTF-8"?>
107 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
108 +<pkgmetadata>
109 +<maintainer>
110 +<email>xmw@g.o</email>
111 +<name>Michael Weber</name>
112 +</maintainer>
113 +</pkgmetadata>