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 29B1C13825A for ; Sun, 15 May 2016 11:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FAF6234001; Sun, 15 May 2016 11:52:33 +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 B2F9F234001 for ; Sun, 15 May 2016 11:52:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 49B69340BDD for ; Sun, 15 May 2016 11:52:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FC5787B for ; Sun, 15 May 2016 11:52:27 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1463313129.2d282594da93e76b3ce7a793378da7a630ae10e5.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/partitionmanager/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/partitionmanager/Manifest sys-block/partitionmanager/partitionmanager-1.1.1.ebuild X-VCS-Directories: sys-block/partitionmanager/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 2d282594da93e76b3ce7a793378da7a630ae10e5 X-VCS-Branch: master Date: Sun, 15 May 2016 11:52:27 +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: f8a4ac1f-c69d-450c-bd46-c822f2ecc93c X-Archives-Hash: e47a2807a25f2e1509e31d726d177d18 commit: 2d282594da93e76b3ce7a793378da7a630ae10e5 Author: Johannes Huber gentoo org> AuthorDate: Sun May 15 11:52:09 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun May 15 11:52:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d282594 sys-block/partitionmanager: Remove 1.1.1 Package-Manager: portage-2.2.28 sys-block/partitionmanager/Manifest | 1 - .../partitionmanager/partitionmanager-1.1.1.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) diff --git a/sys-block/partitionmanager/Manifest b/sys-block/partitionmanager/Manifest index 0fa357a..aa2e1e5 100644 --- a/sys-block/partitionmanager/Manifest +++ b/sys-block/partitionmanager/Manifest @@ -1,2 +1 @@ -DIST partitionmanager-1.1.1.tar.xz 1738132 SHA256 4cf3fa71bd20b06755d36bb9aa7692fa4770a1d84ec8eb72654cb58fdea563de SHA512 3cae1d0c34c2d8a245094ff85131def5c48e4247462104a84c4dcac2230e115df61cc72b6acdf735b1755f921b8f17adb1b2a5f97a9b3fa9a0628619e7e34117 WHIRLPOOL b4bb73a8d7c5f157c7bd95ba1f907b81955206c283a09cd84397f5db5ad33ec25e55a9a5a0cb8742008396bb574b05a5b9df04030b24c0b76aaf064a31031bb2 DIST partitionmanager-2.1.0.tar.xz 1638600 SHA256 65459a78a47b02c35f62e344e964494f7ffa84581036b193e7653e0835d3aec0 SHA512 5cbc267be8c1c2e674cc2da57c9fabb362989c0e95d138243fa477859046aa5807cee2c1c45763c713e025fcfb724f3f8a0b363bfc50d54a1899d33af38c750d WHIRLPOOL 57faf232491caf8862cebfe027d9a3ff98bea62ace6085cb0c7f8251600e374d51161b83ee6a8db48212e7c0551b653ba84c6a1cde3af39af36772d38e8fae57 diff --git a/sys-block/partitionmanager/partitionmanager-1.1.1.ebuild b/sys-block/partitionmanager/partitionmanager-1.1.1.ebuild deleted file mode 100644 index 29dca5d..0000000 --- a/sys-block/partitionmanager/partitionmanager-1.1.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="optional" -KDE_LINGUAS="ar bg bs ca ca@valencia cs da de el en_GB es et fi fr gl it lt nb -nds nl pa pl pt pt_BR ro ru sk sl sr sr@ijekavian sr@ijekavianlatin sr@latin sv -tr uk zh_CN zh_TW" -inherit kde4-base - -DESCRIPTION="KDE utility for management of partitions and file systems" -HOMEPAGE="https://www.kde.org/applications/system/kdepartitionmanager" -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -RDEPEND=" - dev-libs/libatasmart - sys-apps/util-linux - >=sys-block/parted-3 -" -DEPEND="${RDEPEND} - sys-devel/gettext -"