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 7B2141388BF for ; Mon, 11 Jan 2016 00:20:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8482AE085B; Mon, 11 Jan 2016 00:20:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AC52E085B for ; Mon, 11 Jan 2016 00:20:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E335D34082B for ; Mon, 11 Jan 2016 00:19:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6C1CC79 for ; Mon, 11 Jan 2016 00:19:56 +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: <1452471586.c8932b0def3fe8f4fa65d5b88d8d05febe3536dc.mrueg@gentoo> Subject: [gentoo-commits] dev/mrueg:master commit in: net-misc/seafile-client/ X-VCS-Repository: dev/mrueg X-VCS-Files: net-misc/seafile-client/seafile-client-5.0.2.ebuild X-VCS-Directories: net-misc/seafile-client/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: c8932b0def3fe8f4fa65d5b88d8d05febe3536dc X-VCS-Branch: master Date: Mon, 11 Jan 2016 00:19:56 +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: 19f8aa84-9cc5-4816-859d-4dae5b3d90c8 X-Archives-Hash: dc9f32effb840db997e0eeaac9e6a556 commit: c8932b0def3fe8f4fa65d5b88d8d05febe3536dc Author: Manuel Rüger gentoo org> AuthorDate: Mon Jan 11 00:19:46 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Jan 11 00:19:46 2016 +0000 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=c8932b0d net-misc/seafile-client: Fix DESC Package-Manager: portage-2.2.26 net-misc/seafile-client/seafile-client-5.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/seafile-client/seafile-client-5.0.2.ebuild b/net-misc/seafile-client/seafile-client-5.0.2.ebuild index aaed0ad..2269bdc 100644 --- a/net-misc/seafile-client/seafile-client-5.0.2.ebuild +++ b/net-misc/seafile-client/seafile-client-5.0.2.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit cmake-utils -DESCRIPTION="Cloud storage system with features on privacy protection and teamwork" +DESCRIPTION="Desktop client for Seafile" HOMEPAGE="https://github.com/haiwen/seafile-client http://www.seafile.com" SRC_URI="https://github.com/haiwen/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"