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 94A38138334 for ; Fri, 15 Feb 2019 19:24:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3B19E0207; Fri, 15 Feb 2019 19:24:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 84866E0207 for ; Fri, 15 Feb 2019 19:24:11 +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 EE747335CFB for ; Fri, 15 Feb 2019 19:24:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96A0C503 for ; Fri, 15 Feb 2019 19:24:08 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1550258638.b3aff0c8263d4a431122ec1e975347a19b272735.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ploop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/ploop/Manifest sys-cluster/ploop/ploop-1.13.2.ebuild X-VCS-Directories: sys-cluster/ploop/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b3aff0c8263d4a431122ec1e975347a19b272735 X-VCS-Branch: master Date: Fri, 15 Feb 2019 19:24:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 842de1d3-4c24-43f1-a84e-08eb644bed79 X-Archives-Hash: 41841e6124a776f0dd93d7292138c745 commit: b3aff0c8263d4a431122ec1e975347a19b272735 Author: Mikle Kolyada gentoo org> AuthorDate: Fri Feb 15 19:23:58 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Feb 15 19:23:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3aff0c8 sys-cluster/ploop: Drop old Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sys-cluster/ploop/Manifest | 1 - sys-cluster/ploop/ploop-1.13.2.ebuild | 58 ----------------------------------- 2 files changed, 59 deletions(-) diff --git a/sys-cluster/ploop/Manifest b/sys-cluster/ploop/Manifest index f1c194393c9..dee8217c2c4 100644 --- a/sys-cluster/ploop/Manifest +++ b/sys-cluster/ploop/Manifest @@ -1,2 +1 @@ -DIST ploop-1.13.2.tar.bz2 122821 BLAKE2B f71174ae9eba00c00714faa760abb356bf4fa5ede48cdb2366ef685f703f58950d0e49d65634eaca05529289666c548c93e7d526929e3ae51814b0ccc8736cdf SHA512 85a3314dc1114b692cd98290412fd2ea78c516964c712487dd72f8347fd583172d8836f997d63ccade89ee39be031669074d9bc957926b97175e659ec505ddfb DIST ploop-1.14.1.tar.bz2 123962 BLAKE2B d4f4f102d2ec0714d79901bd3193f85514e232dc18ffcab254becb954cf794f3598fe7b0f65d0bbb85766bff5ded9d816900b40b81cb6046c31d8b6459c67618 SHA512 7a235865f071de6e2762923d6591c8c6ee00d0d05ec80c6a2a1332f5b6881ccf827f7ddc40dfe1d663b8abf492a188a23f7d28a43dd553d6e37c8091cb3bc484 diff --git a/sys-cluster/ploop/ploop-1.13.2.ebuild b/sys-cluster/ploop/ploop-1.13.2.ebuild deleted file mode 100644 index e0953461d6c..00000000000 --- a/sys-cluster/ploop/ploop-1.13.2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs multilib systemd - -DESCRIPTION="openvz tool and a library to control ploop block devices" -HOMEPAGE="https://wiki.openvz.org/Download/ploop" -SRC_URI="https://download.openvz.org/utils/ploop/${PV}/src/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug static-libs" - -DEPEND=" - dev-libs/libxml2 - virtual/pkgconfig - " - -RDEPEND="dev-libs/libxml2 - !