From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- dev-python/django-ldapdb/Manifest | 1 + dev-python/django-ldapdb/django-ldapdb-0.3.2.ebuild | 21 +++++++++++++++++++++ dev-python/django-ldapdb/metadata.xml | 13 +++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 dev-python/django-ldapdb/Manifest create mode 100644 dev-python/django-ldapdb/django-ldapdb-0.3.2.ebuild create mode 100644 dev-python/django-ldapdb/metadata.xml (limited to 'dev-python/django-ldapdb') diff --git a/dev-python/django-ldapdb/Manifest b/dev-python/django-ldapdb/Manifest new file mode 100644 index 000000000000..09b38739c327 --- /dev/null +++ b/dev-python/django-ldapdb/Manifest @@ -0,0 +1 @@ +DIST django-ldapdb-0.3.2.tar.gz 11029 SHA256 b6bab3a4501419ff9ba1e50076b67c5f92e1c0b3d4b2c8c40014aadb5c06cc6d SHA512 d1f88f754bebda53b5f51c5120b070ce93e229a1c31d59bcdb5cbffdfdc1d590479ae5a2024805705d8bcf51bad8787d578a348ec78ffc5565bdeedb9ffa7b96 WHIRLPOOL 013869787a85a822712ea2331272651d43462320319256d5e07355502a7392cd601b084492f03fb40b2f12fa733ca0e87ecc283a4fc7ba71fd37bbdc9d1b0eb3 diff --git a/dev-python/django-ldapdb/django-ldapdb-0.3.2.ebuild b/dev-python/django-ldapdb/django-ldapdb-0.3.2.ebuild new file mode 100644 index 000000000000..98fd200c73cc --- /dev/null +++ b/dev-python/django-ldapdb/django-ldapdb-0.3.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="An LDAP database backend for Django" +HOMEPAGE="https://github.com/jlaine/django-ldapdb" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="amd64 x86" +IUSE="test" +LICENSE="MIT" +SLOT="0" + +RDEPEND="dev-python/django[${PYTHON_USEDEP}] + >=dev-python/python-ldap-2.0[${PYTHON_USEDEP}]" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/django-ldapdb/metadata.xml b/dev-python/django-ldapdb/metadata.xml new file mode 100644 index 000000000000..185c5834bff8 --- /dev/null +++ b/dev-python/django-ldapdb/metadata.xml @@ -0,0 +1,13 @@ + + + + python + + idella4@gentoo.org + Ian Delaney + + + django-ldapdb + jlaine/django-ldapdb + + -- cgit v1.2.3-65-gdbad