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 2FF12139696 for ; Wed, 22 Feb 2017 08:01:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8278DE0C88; Wed, 22 Feb 2017 08:01:45 +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 58746E0C88 for ; Wed, 22 Feb 2017 08:01:45 +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 25F6234108B for ; Wed, 22 Feb 2017 08:01:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6158A5072 for ; Wed, 22 Feb 2017 08:01:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1487750494.914f708d48f333bdca26bfbee94ee15f0e6e0f67.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/eutils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 914f708d48f333bdca26bfbee94ee15f0e6e0f67 X-VCS-Branch: master Date: Wed, 22 Feb 2017 08:01:42 +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: fe67dd5f-fe8d-4c8d-8306-38937eea112b X-Archives-Hash: 90d64ff70d11a8e002564af0e2e2a957 commit: 914f708d48f333bdca26bfbee94ee15f0e6e0f67 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 22 07:52:36 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 22 08:01:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914f708d eutils.eclass: Remove retired co-maint eclass/eutils.eclass | 2 -- 1 file changed, 2 deletions(-) diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index b55f50613e..c513c69296 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -881,8 +881,6 @@ _eutils_eprefix_init() { # @FUNCTION: validate_desktop_entries # @USAGE: [directories] -# @MAINTAINER: -# Carsten Lohrke # @DESCRIPTION: # Validate desktop entries using desktop-file-utils validate_desktop_entries() {