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 32A991384B4 for ; Thu, 5 Nov 2015 12:35:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0501121C03B; 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 7701021C03A 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 9C2333409E2 for ; Thu, 5 Nov 2015 12:35:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4660420DD for ; Thu, 5 Nov 2015 12:35:17 +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: <1446727002.18f2b8837137218ca41e5cd3164b2c803d9f61d9.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-video/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/djangocms-video/Manifest dev-python/djangocms-video/djangocms-video-0.1.ebuild dev-python/djangocms-video/metadata.xml X-VCS-Directories: dev-python/djangocms-video/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 18f2b8837137218ca41e5cd3164b2c803d9f61d9 X-VCS-Branch: master Date: Thu, 5 Nov 2015 12:35:17 +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: 92786bb8-29bc-4d91-b12a-e118ee465b07 X-Archives-Hash: ae37129ae928ef221085e0b80d5fa2aa commit: 18f2b8837137218ca41e5cd3164b2c803d9f61d9 Author: Sławomir Lis gentoo org> AuthorDate: Thu Nov 5 12:33:22 2015 +0000 Commit: Slawek Lis gentoo org> CommitDate: Thu Nov 5 12:36:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f2b883 added djangocms-video Package-Manager: portage-2.2.23 dev-python/djangocms-video/Manifest | 1 + .../djangocms-video/djangocms-video-0.1.ebuild | 24 ++++++++++++++++++++++ dev-python/djangocms-video/metadata.xml | 7 +++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/djangocms-video/Manifest b/dev-python/djangocms-video/Manifest new file mode 100644 index 0000000..1d81837 --- /dev/null +++ b/dev-python/djangocms-video/Manifest @@ -0,0 +1 @@ +DIST djangocms-video-0.1.tar.gz 43680 SHA256 f9448651f4fad2136a03eafe5f64bf5d43a0ff96477d10287b35ecdb68187214 SHA512 0ec674e0b92c5a25ef48635eafc68b719a5d9c84d9d29fbb86ee09dedaa3701c20273b8e0fd3b735a23d087d85e5030c246cdc594ed64f9e0bfb5986b5342f2f WHIRLPOOL 051b7a9f359450c6a3a3b1ec161a7c1c5cd490f436b0d0a4bc4bce7a8de1a39ca29ad7503c806fec6119497edb91255d340c942d7c56167a069fb043f11df70d diff --git a/dev-python/djangocms-video/djangocms-video-0.1.ebuild b/dev-python/djangocms-video/djangocms-video-0.1.ebuild new file mode 100644 index 0000000..0c89ffe --- /dev/null +++ b/dev-python/djangocms-video/djangocms-video-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="Video plugin for django CMS" +HOMEPAGE="https://pypi.python.org/pypi/djangocms-video" +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-video/metadata.xml b/dev-python/djangocms-video/metadata.xml new file mode 100644 index 0000000..e3ff5b2 --- /dev/null +++ b/dev-python/djangocms-video/metadata.xml @@ -0,0 +1,7 @@ + + + + + slis@gentoo.org + + \ No newline at end of file