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 A09A313829C for ; Mon, 13 Jun 2016 06:50:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55DE5E09C9; Mon, 13 Jun 2016 06:50:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9134AE09C9 for ; Mon, 13 Jun 2016 06:50:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D1C434068A for ; Mon, 13 Jun 2016 06:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BA092418 for ; Mon, 13 Jun 2016 06:50:34 +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: <1465800663.7b1a53f23ae1e4fd91786d0e9e12ee1c51a29884.slis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-snippet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/djangocms-snippet/Manifest dev-python/djangocms-snippet/djangocms-snippet-1.8.1.ebuild X-VCS-Directories: dev-python/djangocms-snippet/ X-VCS-Committer: slis X-VCS-Committer-Name: Slawek Lis X-VCS-Revision: 7b1a53f23ae1e4fd91786d0e9e12ee1c51a29884 X-VCS-Branch: master Date: Mon, 13 Jun 2016 06:50:34 +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: 6facd812-d47b-49a5-86a5-eeff2c276adc X-Archives-Hash: 6abb4a711b8305b81c2607898dbfd563 commit: 7b1a53f23ae1e4fd91786d0e9e12ee1c51a29884 Author: Slawomir Lis gentoo org> AuthorDate: Mon Jun 13 06:47:07 2016 +0000 Commit: Slawek Lis gentoo org> CommitDate: Mon Jun 13 06:51:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b1a53f2 version bump Package-Manager: portage-2.3.0_rc1 dev-python/djangocms-snippet/Manifest | 1 + .../djangocms-snippet-1.8.1.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/dev-python/djangocms-snippet/Manifest b/dev-python/djangocms-snippet/Manifest index e5bbd3f..4b9637b 100644 --- a/dev-python/djangocms-snippet/Manifest +++ b/dev-python/djangocms-snippet/Manifest @@ -1 +1,2 @@ DIST djangocms-snippet-1.5.tar.gz 22818 SHA256 a9040a18481ec53db8e8d66142332ecae8adb5bac4d93cbdcac6f4b90945d5e0 SHA512 f911056eff97d66bca4c001ac33953d1146d818f3263f3641dc24aebeb650370a3a98bbdc2066a8b72705db20e3721ac08acd1f7cbe7196c22fbfbcd7506c079 WHIRLPOOL 7d620838ed949ff8c74e51d0203e89b7360b7fbdf1c20a493cfb71bc4d0ff866e965425f064e5310777a95b924ad2aae1dc448e2e7d0c0e1d67f08cca031fbbd +DIST djangocms-snippet-1.8.1.tar.gz 26519 SHA256 c5351f4827342db04debb37e383d5680c2b0338800743483f12e87a4cb555659 SHA512 ebd35905e45f337258150e700c1b13fb9f47f5a3d70b83027bf2158f16a2445ccc3dbb49fc672e0d9fcd638bd4a0b51e9dcdb3ca6d84709e2698a1ce447f4910 WHIRLPOOL 99456bcbdb93f986216fb0e5e24dd80e06487b15bb8f5a9b0ac09336622d55ebfd469b3011f87c0e54b12df48d0139d3c28fba6bf62d64e33e4ec36c64de67ae diff --git a/dev-python/djangocms-snippet/djangocms-snippet-1.8.1.ebuild b/dev-python/djangocms-snippet/djangocms-snippet-1.8.1.ebuild new file mode 100644 index 0000000..b4a3479 --- /dev/null +++ b/dev-python/djangocms-snippet/djangocms-snippet-1.8.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 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="Snippet plugin for django CMS" +HOMEPAGE="https://pypi.python.org/pypi/djangocms-snippet" +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 +"