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 5B4D01385CB for ; Thu, 27 Aug 2015 22:17:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D0FF1432C; Thu, 27 Aug 2015 22:17:04 +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 CCAB01432C for ; Thu, 27 Aug 2015 22:17:03 +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 C4D0934092E for ; Thu, 27 Aug 2015 22:17:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6D2516B for ; Thu, 27 Aug 2015 22:16:59 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1440713802.0fefc8f63218960caaac303ac6d298957282cce4.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: dev-python/cookies/ X-VCS-Repository: dev/mrueg X-VCS-Files: dev-python/cookies/Manifest dev-python/cookies/cookies-2.2.1.ebuild dev-python/cookies/metadata.xml X-VCS-Directories: dev-python/cookies/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 0fefc8f63218960caaac303ac6d298957282cce4 X-VCS-Branch: master Date: Thu, 27 Aug 2015 22:16:59 +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: 3b3e23c3-1873-49fd-8c86-76bdd0f1b9a9 X-Archives-Hash: b85f724ecd16f9c1500512d7076086d9 commit: 0fefc8f63218960caaac303ac6d298957282cce4 Author: Manuel Rüger gentoo org> AuthorDate: Thu Aug 27 22:16:42 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Aug 27 22:16:42 2015 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=0fefc8f6 dev-python/cookies: Moved to the main tree dev-python/cookies/Manifest | 1 - dev-python/cookies/cookies-2.2.1.ebuild | 24 ------------------------ dev-python/cookies/metadata.xml | 8 -------- 3 files changed, 33 deletions(-) diff --git a/dev-python/cookies/Manifest b/dev-python/cookies/Manifest deleted file mode 100644 index acd9522..0000000 --- a/dev-python/cookies/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST cookies-2.2.1.tar.gz 40704 SHA256 d6b698788cae4cfa4e62ef8643a9ca332b79bd96cb314294b864ae8d7eb3ee8e SHA512 76f362a9a1d74b87c90c5b91ad806d872612d31f487e4067a627409316f6099602c9e5a429f85ce20adcb0a7b63dd131b9e1ecc5c0c6444d1569367432a719de WHIRLPOOL cbce32475c9496adb50519a147d41264c2bcc21005ff5e1d4566ea8475ac7c642349638104489b91d4a8264df1d0882f8d22100e6195841e4ef0f44fed1c68c1 diff --git a/dev-python/cookies/cookies-2.2.1.ebuild b/dev-python/cookies/cookies-2.2.1.ebuild deleted file mode 100644 index 5620b94..0000000 --- a/dev-python/cookies/cookies-2.2.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=(python{2_7,3_4}) - -inherit distutils-r1 - -DESCRIPTION="Friendlier RFC 6265-compliant cookie parser/renderer" -HOMEPAGE="https://gitlab.com/sashahart/cookies" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] ) - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_test() { - py.test || die -} diff --git a/dev-python/cookies/metadata.xml b/dev-python/cookies/metadata.xml deleted file mode 100644 index bfcb697..0000000 --- a/dev-python/cookies/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - mrueg@gentoo.org - Manuel Rüger - -