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 362B4138334 for ; Sun, 21 Jul 2019 14:02:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A396E0822; Sun, 21 Jul 2019 14:02:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2DBD1E0822 for ; Sun, 21 Jul 2019 14:02:24 +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 763F0348378 for ; Sun, 21 Jul 2019 14:02:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A3402A5 for ; Sun, 21 Jul 2019 14:02:20 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1563717529.890bc1db14c0d4feec8eb831e51c6e2c5ddd21bb.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liblazy/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/liblazy/Manifest dev-libs/liblazy/liblazy-0.2-r1.ebuild dev-libs/liblazy/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-libs/liblazy/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 890bc1db14c0d4feec8eb831e51c6e2c5ddd21bb X-VCS-Branch: master Date: Sun, 21 Jul 2019 14:02:20 +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: b7dbcbf0-1e51-4e64-a4f3-4437be3d6940 X-Archives-Hash: a18135cc95f40fbdc83f1bbce31d5562 commit: 890bc1db14c0d4feec8eb831e51c6e2c5ddd21bb Author: James Le Cuirot gentoo org> AuthorDate: Sun Jul 21 13:58:49 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Jul 21 13:58:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=890bc1db dev-libs/liblazy: Remove last-rited package Signed-off-by: James Le Cuirot gentoo.org> dev-libs/liblazy/Manifest | 1 - dev-libs/liblazy/liblazy-0.2-r1.ebuild | 26 -------------------------- dev-libs/liblazy/metadata.xml | 5 ----- profiles/package.mask | 5 ----- 4 files changed, 37 deletions(-) diff --git a/dev-libs/liblazy/Manifest b/dev-libs/liblazy/Manifest deleted file mode 100644 index cbf12e5c97f..00000000000 --- a/dev-libs/liblazy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST liblazy-0.2.tar.bz2 232417 BLAKE2B 17484c7fc1bee7168c323259d6f15177ba67fd1830a045171fd025c1d26312bc68d02ea1d65dba8fe27f5428a5b2194e4f6be03809135aaac26a4dfbffce7493 SHA512 1b3977d297caa985d77c5be61af1853a96fb23beb4b340a21bc0bac3160a68147396dc677d029ffac170c63f631e28422903fcc08b9f1c7e363ce0e776c9652b diff --git a/dev-libs/liblazy/liblazy-0.2-r1.ebuild b/dev-libs/liblazy/liblazy-0.2-r1.ebuild deleted file mode 100644 index d6d1a51748e..00000000000 --- a/dev-libs/liblazy/liblazy-0.2-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="lib for D-Bus daemon messages, querying HAL or PolicyKit privileges" -HOMEPAGE="https://freedesktop.org/wiki/Software/liblazy" -SRC_URI="https://people.freedesktop.org/~homac/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="sys-apps/dbus" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - econf --disable-dependency-tracking -} - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS NEWS README -} diff --git a/dev-libs/liblazy/metadata.xml b/dev-libs/liblazy/metadata.xml deleted file mode 100644 index 6f49eba8f49..00000000000 --- a/dev-libs/liblazy/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/profiles/package.mask b/profiles/package.mask index 3db52a878e7..231baba33ff 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -229,11 +229,6 @@ dev-tex/quotchap >=dev-db/mysql-connector-c-8.0 ~virtual/libmysqlclient-21 -# James Le Cuirot (2019-06-09) -# Dead upstream, no release since 2008, not used by anything, possibly -# doesn't work any more. Removal in 30 days. -dev-libs/liblazy - # Zac Medico (2019-05-31) # Upstream is dead and there are multiple security vulnerabilities. # Removal in 30 days. Bug #687100.