From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1372921-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id CEEE815808B
	for <garchives@archives.gentoo.org>; Sun,  6 Mar 2022 20:43:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0DFADE0A8F;
	Sun,  6 Mar 2022 20:43:08 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E3226E0A8F
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Mar 2022 20:43:07 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C2F32342CE0
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Mar 2022 20:43:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 40D14209
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Mar 2022 20:43:05 +0000 (UTC)
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" <conikost@gentoo.org>
Message-ID: <1646599311.e5b0ae229cd2ae15c19556e5e71c777f0a021b1e.conikost@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/evolution/
X-VCS-Repository: repo/gentoo
X-VCS-Files: mail-client/evolution/evolution-3.40.4.ebuild mail-client/evolution/evolution-3.42.3.ebuild mail-client/evolution/evolution-3.42.4.ebuild
X-VCS-Directories: mail-client/evolution/
X-VCS-Committer: conikost
X-VCS-Committer-Name: Conrad Kostecki
X-VCS-Revision: e5b0ae229cd2ae15c19556e5e71c777f0a021b1e
X-VCS-Branch: master
Date: Sun,  6 Mar 2022 20:43:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e30b64f6-dd86-4204-98a9-339b3e4fee63
X-Archives-Hash: a815692c6b6138d592feafc55655c452

commit:     e5b0ae229cd2ae15c19556e5e71c777f0a021b1e
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 20:41:51 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 20:41:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b0ae22

mail-client/evolution: remove prelink files

Since prelink has been last-rited, removing all prelink related stuff,
which is being installed.

Closes: https://github.com/gentoo/gentoo/pull/24423
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 mail-client/evolution/evolution-3.40.4.ebuild | 7 -------
 mail-client/evolution/evolution-3.42.3.ebuild | 7 -------
 mail-client/evolution/evolution-3.42.4.ebuild | 7 -------
 3 files changed, 21 deletions(-)

diff --git a/mail-client/evolution/evolution-3.40.4.ebuild b/mail-client/evolution/evolution-3.40.4.ebuild
index a6f583eb1925..260cc93988cb 100644
--- a/mail-client/evolution/evolution-3.40.4.ebuild
+++ b/mail-client/evolution/evolution-3.40.4.ebuild
@@ -135,13 +135,6 @@ src_test() {
 src_install() {
 	cmake_src_install
 
-	# Problems with prelink:
-	# https://bugzilla.gnome.org/show_bug.cgi?id=731680
-	# https://bugzilla.gnome.org/show_bug.cgi?id=732148
-	# https://bugzilla.redhat.com/show_bug.cgi?id=1114538
-	echo PRELINK_PATH_MASK=/usr/bin/evolution > ${T}/99${PN}
-	doenvd "${T}"/99${PN}
-
 	readme.gentoo_create_doc
 }
 

diff --git a/mail-client/evolution/evolution-3.42.3.ebuild b/mail-client/evolution/evolution-3.42.3.ebuild
index 460604af5b5e..149bc1b2f2ef 100644
--- a/mail-client/evolution/evolution-3.42.3.ebuild
+++ b/mail-client/evolution/evolution-3.42.3.ebuild
@@ -135,13 +135,6 @@ src_test() {
 src_install() {
 	cmake_src_install
 
-	# Problems with prelink:
-	# https://bugzilla.gnome.org/show_bug.cgi?id=731680
-	# https://bugzilla.gnome.org/show_bug.cgi?id=732148
-	# https://bugzilla.redhat.com/show_bug.cgi?id=1114538
-	echo PRELINK_PATH_MASK=/usr/bin/evolution > ${T}/99${PN}
-	doenvd "${T}"/99${PN}
-
 	readme.gentoo_create_doc
 }
 

diff --git a/mail-client/evolution/evolution-3.42.4.ebuild b/mail-client/evolution/evolution-3.42.4.ebuild
index 460604af5b5e..149bc1b2f2ef 100644
--- a/mail-client/evolution/evolution-3.42.4.ebuild
+++ b/mail-client/evolution/evolution-3.42.4.ebuild
@@ -135,13 +135,6 @@ src_test() {
 src_install() {
 	cmake_src_install
 
-	# Problems with prelink:
-	# https://bugzilla.gnome.org/show_bug.cgi?id=731680
-	# https://bugzilla.gnome.org/show_bug.cgi?id=732148
-	# https://bugzilla.redhat.com/show_bug.cgi?id=1114538
-	echo PRELINK_PATH_MASK=/usr/bin/evolution > ${T}/99${PN}
-	doenvd "${T}"/99${PN}
-
 	readme.gentoo_create_doc
 }