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 8C9DA1384B4 for ; Thu, 5 Nov 2015 12:35:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30A2F21C039; Thu, 5 Nov 2015 12:35:21 +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 C66BE21C039 for ; Thu, 5 Nov 2015 12:35:19 +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 DB9ED340817 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 D109720D7 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: <1446726987.93a372c4c76937ee5bae64e44cd5d4b0038bd609.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-inherit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/djangocms-inherit/Manifest dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild dev-python/djangocms-inherit/metadata.xml X-VCS-Directories: dev-python/djangocms-inherit/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 93a372c4c76937ee5bae64e44cd5d4b0038bd609 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: f6be87d1-5c15-446b-8d94-72346488e4b4 X-Archives-Hash: 69e4035380a26c871f9a7e695d0fae63 commit: 93a372c4c76937ee5bae64e44cd5d4b0038bd609 Author: Sławomir Lis gentoo org> AuthorDate: Thu Nov 5 12:24:58 2015 +0000 Commit: Slawek Lis gentoo org> CommitDate: Thu Nov 5 12:36:27 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a372c4 Added djangocms-inherit Package-Manager: portage-2.2.23 dev-python/djangocms-inherit/Manifest | 1 + .../djangocms-inherit/djangocms-inherit-0.1.ebuild | 24 ++++++++++++++++++++++ dev-python/djangocms-inherit/metadata.xml | 7 +++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/djangocms-inherit/Manifest b/dev-python/djangocms-inherit/Manifest new file mode 100644 index 0000000..4e4f3ad --- /dev/null +++ b/dev-python/djangocms-inherit/Manifest @@ -0,0 +1 @@ +DIST djangocms-inherit-0.1.tar.gz 24859 SHA256 319bd002e90c11d1c8c33fb1fc4bf352fa8bba0f6ec8086874714be24efb1482 SHA512 5adc7bafb7eeec2376edf21b53fee48bf21833f8abbdcc52c00df1bd48d540673a3d4e9d887b5eed3320a6d7b095529f6a2363f031d1b3214377670feb493e66 WHIRLPOOL 453aa9f973f73a1abaf0785ac81a027aeb2e037836ee4486f4a9b8b18ceaac9c1500ced1541dc4bd1ed1b8465b16044186b756e108302c7f410ab2b7fb6cd98b diff --git a/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild b/dev-python/djangocms-inherit/djangocms-inherit-0.1.ebuild new file mode 100644 index 0000000..e507d09 --- /dev/null +++ b/dev-python/djangocms-inherit/djangocms-inherit-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="Inherit plugin for django CMS" +HOMEPAGE="https://pypi.python.org/pypi/djangocms-inherit" +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-inherit/metadata.xml b/dev-python/djangocms-inherit/metadata.xml new file mode 100644 index 0000000..e3ff5b2 --- /dev/null +++ b/dev-python/djangocms-inherit/metadata.xml @@ -0,0 +1,7 @@ + + + + + slis@gentoo.org + + \ No newline at end of file