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 8225B1382C5 for ; Sun, 6 Dec 2020 05:13:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A6E3E0895; Sun, 6 Dec 2020 05:13:12 +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 3F747E0895 for ; Sun, 6 Dec 2020 05:13:12 +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 0DDB53410E1 for ; Sun, 6 Dec 2020 05:13:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EEE8474 for ; Sun, 6 Dec 2020 05:13:09 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1607231583.df78465090b82e4e58d8140dcaba269f94b54c6e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgee/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libgee/Manifest dev-libs/libgee/libgee-0.6.8.ebuild X-VCS-Directories: dev-libs/libgee/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: df78465090b82e4e58d8140dcaba269f94b54c6e X-VCS-Branch: master Date: Sun, 6 Dec 2020 05:13:09 +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: f49e8a45-c91c-447a-8c5e-a6081dbc986f X-Archives-Hash: 72e07abc3b145c1370e2c938e59bd8bd commit: df78465090b82e4e58d8140dcaba269f94b54c6e Author: Matt Turner gentoo org> AuthorDate: Sun Dec 6 05:12:31 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Dec 6 05:13:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df784650 dev-libs/libgee: Drop old versions Closes: https://bugs.gentoo.org/691522 Signed-off-by: Matt Turner gentoo.org> dev-libs/libgee/Manifest | 1 - dev-libs/libgee/libgee-0.6.8.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-libs/libgee/Manifest b/dev-libs/libgee/Manifest index 92b5249d665..733b3146de0 100644 --- a/dev-libs/libgee/Manifest +++ b/dev-libs/libgee/Manifest @@ -1,2 +1 @@ DIST libgee-0.20.3.tar.xz 678488 BLAKE2B b35dbad89ebac58ab382a1733d7add2e6fcf1e1ba3a194f20ceb6c33b5cd01d18251147af0e7879e12951bda308597ef64776a9ba4eb3d2b86309136fc709713 SHA512 c7dd32bc02ea9f0f70e7593bc5625139802a52674e5aa07fe6fc815a78517f25590419b2da00e194bf7bf5f1505a138ba133d6dba67c44f9cdcb38389825adf7 -DIST libgee-0.6.8.tar.xz 443060 BLAKE2B b11275dd27492c0ae80fc354f1167e96def9b7c126089509f83b6d291eb48155224f5449e1b22a2549c6e3f2cb5d5daf5daa3ccc425723b7a203762e09ada091 SHA512 b26d36ee9fc0c5c214521ad97bc20f11f1191a3dab72a5f1af2f6435f51ff2f28e81ccb26fac399939c1a7eaad519db98032d3bc593a4052463acd91bb12902a diff --git a/dev-libs/libgee/libgee-0.6.8.ebuild b/dev-libs/libgee/libgee-0.6.8.ebuild deleted file mode 100644 index 0054ba014ca..00000000000 --- a/dev-libs/libgee/libgee-0.6.8.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="GObject-based interfaces and classes for commonly used data structures" -HOMEPAGE="https://live.gnome.org/Libgee" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc x86 ~x86-linux" -IUSE="+introspection" - -RDEPEND=">=dev-libs/glib-2.12:2 - introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_configure() { - DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README" - gnome2_src_configure $(use_enable introspection) -}