From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A7979138342 for ; Tue, 18 Oct 2016 19:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A1CAE0AAA; Tue, 18 Oct 2016 19:26:46 +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 E683BE0AAA for ; Tue, 18 Oct 2016 19:26:45 +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 E988A341644 for ; Tue, 18 Oct 2016 19:26:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1819F249D for ; Tue, 18 Oct 2016 19:26:42 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1476818755.88c01a6c2ff6c389dd0ec0820adf6911b00834dd.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/landslide/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/landslide/Manifest app-text/landslide/landslide-1.1.1.ebuild X-VCS-Directories: app-text/landslide/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 88c01a6c2ff6c389dd0ec0820adf6911b00834dd X-VCS-Branch: master Date: Tue, 18 Oct 2016 19:26:42 +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: 3e9e49c6-4df4-4f6f-9763-f17949598eac X-Archives-Hash: e19c51b9c0e71c7e5a04a6e6f4400daa commit: 88c01a6c2ff6c389dd0ec0820adf6911b00834dd Author: Pacho Ramos gentoo org> AuthorDate: Tue Oct 18 19:00:16 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Oct 18 19:25:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c01a6c app-text/landslide: Drop old Package-Manager: portage-2.3.1 app-text/landslide/Manifest | 1 - app-text/landslide/landslide-1.1.1.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/app-text/landslide/Manifest b/app-text/landslide/Manifest index bb85c13..5767680 100644 --- a/app-text/landslide/Manifest +++ b/app-text/landslide/Manifest @@ -1,2 +1 @@ -DIST landslide-1.1.1.tar.gz 156083 SHA256 b7860c6eef973b7deb286d8a32b95c4ccab0cb8460844299b36b0d48e9109b02 SHA512 de0ef010589150bf4fa31e9e7fc4b4261ac3cebe91cc8d02745f3ab1f723a811c8d2117cc61a95c5b21c7e34a0fd280640e13a649efb4bc0de7d15e9a2a1548b WHIRLPOOL e12706a23cff2c5785cd8c4192104c7c000c2eb342e58b110c24ad1eada720308a96ddcf94251fd93b4a42e8235ea3e52cbce075d744a8804a5c108fee49d967 DIST landslide-1.1.3.tar.gz 151003 SHA256 5b0d7c204fef6b06c0997c02c9cb4096b1e7c80fdb548e4ceea9f3b6fa11530f SHA512 2b29c416f8af04c0bf048060e0fe67b0b6a5e293485c5e3f68b9d1ce9d63ef66ca3bc58a96f65705c6918542932ef0a2fa6072b17c4c01cfc1975d283b417152 WHIRLPOOL 1e56326958f41b10e32168fe4b22bf9c383b626c30e58559769c05cf515d3d3395c71ded5acd7f6c49277b5e33ae479cd4fbd570b0cc6a5be32f92c3ff361416 diff --git a/app-text/landslide/landslide-1.1.1.ebuild b/app-text/landslide/landslide-1.1.1.ebuild deleted file mode 100644 index 90197af..00000000 --- a/app-text/landslide/landslide-1.1.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -PYTHON_DEPEND="2" - -inherit distutils python vcs-snapshot - -DESCRIPTION="Landslide generates a slideshow using the slides that power the html5-slides presentation" -HOMEPAGE="https://github.com/adamzap/landslide" -SRC_URI="https://github.com/adamzap/landslide/tarball/v${PV} -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -DEPEND="" -RDEPEND="dev-python/docutils - dev-python/jinja - dev-python/markdown - dev-python/pygments" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -}