From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 09D2559CA3 for ; Sun, 13 Mar 2016 13:41:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1126021C01D; Sun, 13 Mar 2016 13:41:34 +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 99AD821C01D for ; Sun, 13 Mar 2016 13:41:32 +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 5C98B340B3B for ; Sun, 13 Mar 2016 13:41:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F07E2098 for ; Sun, 13 Mar 2016 13:41:27 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1457876400.f75ccc001d55cd4d97fabdcfb6fa38b841661864.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-user-dirs-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild X-VCS-Directories: x11-misc/xdg-user-dirs-gtk/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: f75ccc001d55cd4d97fabdcfb6fa38b841661864 X-VCS-Branch: master Date: Sun, 13 Mar 2016 13:41:27 +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: db96717c-9e9f-4231-a470-647bb58e492c X-Archives-Hash: ef5666e0e948f4e6de56166b84c034da commit: f75ccc001d55cd4d97fabdcfb6fa38b841661864 Author: Manuel Rüger gentoo org> AuthorDate: Sun Mar 13 13:40:00 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Mar 13 13:40:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75ccc00 x11-misc/xdg-user-dirs-gtk: Fix description Package-Manager: portage-2.2.28 x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild index 04663ff..56bcc92 100644 --- a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild +++ b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 inherit gnome.org readme.gentoo -DESCRIPTION="xdg-user-dirs-gtk integrates xdg-user-dirs into the Gnome desktop and Gtk+ applications" +DESCRIPTION="Integrates xdg-user-dirs into the Gnome desktop and Gtk+ applications" HOMEPAGE="http://www.freedesktop.org/wiki/Software/xdg-user-dirs" LICENSE="GPL-2"