summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2012-05-02 21:54:24 -0400
committerMike Gilbert <floppym@gentoo.org>2012-05-02 21:54:24 -0400
commitbacadeef43fbcb6874abddf2b7613dc5b4f5319b (patch)
treeedfc3d9d59ff614ee59ce78d01d02f7a22988d51
parentdev-python/django-debug-toolbar: Moved to the tree by tampakrap. (diff)
downloadsunrise-bacadeef43fbcb6874abddf2b7613dc5b4f5319b.tar.gz
sunrise-bacadeef43fbcb6874abddf2b7613dc5b4f5319b.tar.bz2
sunrise-bacadeef43fbcb6874abddf2b7613dc5b4f5319b.zip
dev-python/django-tastypie: Moved to gentoo-x86 by tampakrap.
-rw-r--r--dev-python/django-tastypie/ChangeLog11
-rw-r--r--dev-python/django-tastypie/Manifest4
-rw-r--r--dev-python/django-tastypie/django-tastypie-0.9.11.ebuild41
-rw-r--r--dev-python/django-tastypie/metadata.xml6
4 files changed, 0 insertions, 62 deletions
diff --git a/dev-python/django-tastypie/ChangeLog b/dev-python/django-tastypie/ChangeLog
deleted file mode 100644
index 52ef2e5cd..000000000
--- a/dev-python/django-tastypie/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-# ChangeLog for dev-python/django-tastypie
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 31 Dec 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> metadata.xml:
- Drop herd from metadata.xml, python herd does not maintain this package in
- sunrise
-
- 21 Dec 2011; <della5@iinet.com.au> ChangeLog:
- Changelog for django-tastypie
-
diff --git a/dev-python/django-tastypie/Manifest b/dev-python/django-tastypie/Manifest
deleted file mode 100644
index 580f6bb1f..000000000
--- a/dev-python/django-tastypie/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST django-tastypie-0.9.11.tar.gz 519484 RMD160 fcdf5dbc7b3eb1a88bea0635140669aa6b76ec87 SHA1 a64ae20b40addee15fcd83c7bf1bb7299c3981bb SHA256 6425f065aae6a6a3aecf6c83ed728efbd1f490ce32aabd16ddcdfb5826c74214
-EBUILD django-tastypie-0.9.11.ebuild 1120 RMD160 cc25b000d7253433b5f89f31b647d0c29ff10ad9 SHA1 1fdac7267f9949c8d6f66b125882a43f559ebba8 SHA256 c73af2d6d4390614a431aa64fc3a372c606a7029ddfb1d71b484cad31257ced0
-MISC ChangeLog 369 RMD160 a9c02860f3e97362fe189501d0281eb7ed91b80e SHA1 fd1a21ddedf3beb78dc9179206f3b015b460c954 SHA256 95d66996b329aff37b656767031bd768c62df9131cc5b88bfdad0aac28174779
-MISC metadata.xml 217 RMD160 c0b3ddf6addffc4aed61f983181d51e4466c8ae6 SHA1 49b4f62b8b1f25b92ab6c736540432b63c7c5fd0 SHA256 050458dc2414f8ad8e33c1389a2750609627ca19a8cda4fe9e5087849b70a139
diff --git a/dev-python/django-tastypie/django-tastypie-0.9.11.ebuild b/dev-python/django-tastypie/django-tastypie-0.9.11.ebuild
deleted file mode 100644
index 4d9dec1e4..000000000
--- a/dev-python/django-tastypie/django-tastypie-0.9.11.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="2.[4-5] 3.*"
-inherit distutils
-
-DESCRIPTION="A flexible and capable API layer for django"
-HOMEPAGE="http://pypi.python.org/pypi/django-tastypie/ https://github.com/toastdriven/django-tastypie"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-LICENSE="BSD"
-SLOT="0"
-PYTHON_MODNAME="tastypie"
-
-RDEPEND=">=dev-python/mimeparse-0.1.3
- dev-python/python-dateutil"
-DEPEND="${RDEPEND} >=dev-python/django-1.2.5
- dev-python/setuptools"
-
-src_install() {
- distutils_src_install
- if use doc; then
- rm -r docs/_build/html/_sources/ || die
- dohtml -A txt -r docs/_build/html/*
- fi
-}
-
-pkg_postinst() {
- distutils_pkg_postinst
- elog ""
- elog "django-tastypie offers the options of utilising the"
- elog "XML serializer, requiring package dev-python/lxml,"
- elog "the YAML serializer, requiring the package dev-python/pyyaml"
- elog "and a biplist serializer that is not in the gentoo portage package list"
-}
diff --git a/dev-python/django-tastypie/metadata.xml b/dev-python/django-tastypie/metadata.xml
deleted file mode 100644
index 2fcf653b0..000000000
--- a/dev-python/django-tastypie/metadata.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
-