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 E171413832E for ; Sat, 6 Aug 2016 02:12:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1453421C0AB; Sat, 6 Aug 2016 02:12:47 +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 0E39321C097 for ; Sat, 6 Aug 2016 02:12:44 +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 E5CB5340C02 for ; Sat, 6 Aug 2016 02:12:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F99A2454 for ; Sat, 6 Aug 2016 02:12:40 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1470449528.0660e4cf40a39f1e96921b660d68c2b0220930d8.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mate-extra/mate-polkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: mate-extra/mate-polkit/Manifest mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild X-VCS-Directories: mate-extra/mate-polkit/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 0660e4cf40a39f1e96921b660d68c2b0220930d8 X-VCS-Branch: master Date: Sat, 6 Aug 2016 02:12:40 +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: ae7317e9-3244-4e5c-af99-9e1d490cb637 X-Archives-Hash: dc4e115d6167002e3df1b0f72e976899 commit: 0660e4cf40a39f1e96921b660d68c2b0220930d8 Author: NP-Hardass gentoo org> AuthorDate: Sat Mar 26 02:03:39 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Sat Aug 6 02:12:08 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0660e4cf mate-extra/mate-polkit: Drop 1.8.x Package-Manager: portage-2.2.26 mate-extra/mate-polkit/Manifest | 1 - mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild | 48 ------------------------- 2 files changed, 49 deletions(-) diff --git a/mate-extra/mate-polkit/Manifest b/mate-extra/mate-polkit/Manifest index da477ac..a47e58e 100644 --- a/mate-extra/mate-polkit/Manifest +++ b/mate-extra/mate-polkit/Manifest @@ -1,2 +1 @@ DIST mate-polkit-1.10.3.tar.xz 324732 SHA256 fb829c28da0ba99eddfe3c9440852a301462e95377d064bce9a68a5d2314b20d SHA512 39d5af5d8f1f1db1f45bbbba3b1a21754fb59f1f2682e46008cd3cfedacf22dcb0bca5175d59897206c5a2a17c6a6b4daa132ce8a96462504651884afba25ce6 WHIRLPOOL 08e614fbfd5fab0717b4a981d246127a68ae43d0827e0bc0bec83ed742a7ca35e824e3aaa4daa1756587433ceb5d5d323732310edac9dde381ff56881552ca70 -DIST mate-polkit-1.8.0.tar.xz 324960 SHA256 bc01640c63f6248497ca78c3d8df8ff608d8bf1fbfce7c11416b014a109aeccd SHA512 6e7324c539f86a906cd192f8e6a17c417717ae80c0b9d8d46907f1e911f364f73933365520469bbed3201287ae897d8055a7fa14b103ade8e6c7cee9e30912cf WHIRLPOOL b3243bd5814e2d156fd85a376294f1c102dd8661e8716e2007291a9513429202b11ff15bbb53a5b33ea5a9cabac559836374778b99627767973f935a05617d6f diff --git a/mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild b/mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild deleted file mode 100644 index 4eca4fc..0000000 --- a/mate-extra/mate-polkit/mate-polkit-1.8.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -GCONF_DEBUG="no" - -inherit gnome2 versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="A MATE specific DBUS service that is used to bring up authentication dialogs" -HOMEPAGE="https://github.com/mate-desktop/mate-polkit" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="+introspection" - -RDEPEND=">=dev-libs/glib-2.28:2 - >=sys-auth/polkit-0.102:0[introspection?] - >=x11-libs/gtk+-2.24:2[introspection?] - x11-libs/gdk-pixbuf:2[introspection?] - virtual/libintl:0 - introspection? ( >=dev-libs/gobject-introspection-0.6.2:0 )" - -# We call gtkdocize so we need to depend on gtk-doc. -DEPEND="${RDEPEND} - >=dev-util/gtk-doc-1.3:0 - >=dev-util/intltool-0.35:* - >=mate-base/mate-common-1.8:0 - sys-devel/gettext:* - virtual/pkgconfig:* - !