From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1045166-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8E14138334 for <garchives@archives.gentoo.org>; Mon, 3 Sep 2018 13:33:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB1EAE084A; Mon, 3 Sep 2018 13:33:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2EEAE084A for <gentoo-commits@lists.gentoo.org>; Mon, 3 Sep 2018 13:33:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7ED2B335C9F for <gentoo-commits@lists.gentoo.org>; Mon, 3 Sep 2018 13:33:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE4D53C5 for <gentoo-commits@lists.gentoo.org>; Mon, 3 Sep 2018 13:33:39 +0000 (UTC) From: "Virgil Dupras" <vdupras@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" <vdupras@gentoo.org> Message-ID: <1535981592.630c0c57527ac4e3e0aac96eec0f26738a43d98a.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/jingo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/jingo/Manifest dev-python/jingo/jingo-0.9.0.ebuild dev-python/jingo/metadata.xml X-VCS-Directories: dev-python/jingo/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 630c0c57527ac4e3e0aac96eec0f26738a43d98a X-VCS-Branch: master Date: Mon, 3 Sep 2018 13:33:39 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8e38fc8e-8353-4bed-b01d-86d24d957912 X-Archives-Hash: d65551faeb7c034ec040f2275b4ec6e9 commit: 630c0c57527ac4e3e0aac96eec0f26738a43d98a Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org> AuthorDate: Mon Sep 3 13:25:58 2018 +0000 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org> CommitDate: Mon Sep 3 13:33:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630c0c57 dev-python/jingo: remove last-rited package Bug: https://bugs.gentoo.org/662632 dev-python/jingo/Manifest | 1 - dev-python/jingo/jingo-0.9.0.ebuild | 19 ------------------- dev-python/jingo/metadata.xml | 9 --------- 3 files changed, 29 deletions(-) diff --git a/dev-python/jingo/Manifest b/dev-python/jingo/Manifest deleted file mode 100644 index 139a1719fb1..00000000000 --- a/dev-python/jingo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST jingo-0.9.0.tar.gz 10536 BLAKE2B b7cf8cf544c44dc74d750f85e5abf43a0d58bbb13a814610b7dd970995ec8e2c4b94d6b46f20be7031a1755fa47e9c28aa98f17d08bacdb967373924302c7739 SHA512 ec064df61639a96dcd0f0b8383d93a650928035e8744f600bd55e42e2ca4b2436db9cff3d75780d2803e9a326fa17308c424c693e14553c9b9a3b45e4132989a diff --git a/dev-python/jingo/jingo-0.9.0.ebuild b/dev-python/jingo/jingo-0.9.0.ebuild deleted file mode 100644 index 77618d3706d..00000000000 --- a/dev-python/jingo/jingo-0.9.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) - -inherit distutils-r1 - -DESCRIPTION="An adapter for using Jinja2 templates with Django" -HOMEPAGE="https://github.com/jbalogh/jingo/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]" diff --git a/dev-python/jingo/metadata.xml b/dev-python/jingo/metadata.xml deleted file mode 100644 index a798b91934e..00000000000 --- a/dev-python/jingo/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="pypi">jingo</remote-id> - <remote-id type="github">jbalogh/jingo</remote-id> - </upstream> -</pkgmetadata>