From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 437AA1384B4 for ; Thu, 5 Nov 2015 12:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7682C21C03A; Thu, 5 Nov 2015 12:35:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D1DA621C03A for ; Thu, 5 Nov 2015 12:35:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC38C340939 for ; Thu, 5 Nov 2015 12:35:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADD4720D3 for ; Thu, 5 Nov 2015 12:35:16 +0000 (UTC) From: "Slawek Lis" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Slawek Lis" Message-ID: <1446726982.a65306bf3a9dbcd18c33d1cbd86eaa218ea2704a.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-file/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/djangocms-file/Manifest dev-python/djangocms-file/djangocms-file-0.1.ebuild dev-python/djangocms-file/metadata.xml X-VCS-Directories: dev-python/djangocms-file/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: a65306bf3a9dbcd18c33d1cbd86eaa218ea2704a X-VCS-Branch: master Date: Thu, 5 Nov 2015 12:35:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d32dcd35-a928-45f3-8e51-f3877262fdfa X-Archives-Hash: a06c832082e917bec8515a7d5d00837c commit: a65306bf3a9dbcd18c33d1cbd86eaa218ea2704a Author: SÅ‚awomir Lis gentoo org> AuthorDate: Thu Nov 5 12:13:39 2015 +0000 Commit: Slawek Lis gentoo org> CommitDate: Thu Nov 5 12:36:22 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65306bf Added djangocms-file package Package-Manager: portage-2.2.23 dev-python/djangocms-file/Manifest | 1 + .../djangocms-file/djangocms-file-0.1.ebuild | 24 ++++++++++++++++++++++ dev-python/djangocms-file/metadata.xml | 7 +++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/djangocms-file/Manifest b/dev-python/djangocms-file/Manifest new file mode 100644 index 0000000..342475a --- /dev/null +++ b/dev-python/djangocms-file/Manifest @@ -0,0 +1 @@ +DIST djangocms-file-0.1.tar.gz 22634 SHA256 4e947a67782745be0454601cdb8a43311815bfb38aefd542470d989655a203d8 SHA512 14d7210e7341eeca275cba1ef0ba5f2461d11ec5e6f352f03c1cf458270938edc55f6600d00db58c5f0cfafac0d0cc2c4319dd9fae77656112cd58fea0b39584 WHIRLPOOL deaacab576ea5f6046cae2460071cbd87a4d570ca6f53fb1075b54da24ab82277643eb70a82416d632772a4f9a3647e41a106ec3e308e8491456a042cb884fa5 diff --git a/dev-python/djangocms-file/djangocms-file-0.1.ebuild b/dev-python/djangocms-file/djangocms-file-0.1.ebuild new file mode 100644 index 0000000..c503965 --- /dev/null +++ b/dev-python/djangocms-file/djangocms-file-0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} ) + +inherit distutils-r1 + +DESCRIPTION="File plugin for django CMS" +HOMEPAGE="https://pypi.python.org/pypi/djangocms-file" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64 ~x86" +SLOT="0" +IUSE="" + +RDEPEND="" +DEPEND=" + ${RDEPEND} + dev-python/setuptools +" \ No newline at end of file diff --git a/dev-python/djangocms-file/metadata.xml b/dev-python/djangocms-file/metadata.xml new file mode 100644 index 0000000..e3ff5b2 --- /dev/null +++ b/dev-python/djangocms-file/metadata.xml @@ -0,0 +1,7 @@ + + + + + slis@gentoo.org + + \ No newline at end of file