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 7127F138A1F for ; Wed, 24 Sep 2014 06:45:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70456E0848; Wed, 24 Sep 2014 06:45:10 +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 ABCC1E0852 for ; Wed, 24 Sep 2014 06:45:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9409340323 for ; Wed, 24 Sep 2014 06:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F06DC61AD for ; Wed, 24 Sep 2014 06:45:06 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1411153451.f63210e8ed0fbddc073eaf6ea712ba4bcd0f23fd.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: media-gfx/librecad/ X-VCS-Repository: proj/sci X-VCS-Files: media-gfx/librecad/ChangeLog media-gfx/librecad/librecad-9999.ebuild X-VCS-Directories: media-gfx/librecad/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f63210e8ed0fbddc073eaf6ea712ba4bcd0f23fd X-VCS-Branch: master Date: Wed, 24 Sep 2014 06:45:06 +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: 933cd9ee-1390-4b3c-8b6d-5f47ae940284 X-Archives-Hash: 22d1e2340b6d17f0e6bfebd9133cda71 commit: f63210e8ed0fbddc073eaf6ea712ba4bcd0f23fd Author: Dongxu Li tamaggo com> AuthorDate: Fri Sep 19 19:04:11 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Sep 19 19:04:11 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f63210e8 media-gfx/librecad: install appdata.xml --- media-gfx/librecad/ChangeLog | 2 ++ media-gfx/librecad/librecad-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/media-gfx/librecad/ChangeLog b/media-gfx/librecad/ChangeLog index 59eae43..a287d08 100644 --- a/media-gfx/librecad/ChangeLog +++ b/media-gfx/librecad/ChangeLog @@ -1,6 +1,8 @@ # ChangeLog for media-gfx/librecad # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header$ + 19 Sep 2014; Dongxu Li : librecad-9999.ebuild: + install appdata.xml 23 Mar 2014; Dongxu Li +librecad-2.0.3.ebuild: Version bump: 2.0.3 diff --git a/media-gfx/librecad/librecad-9999.ebuild b/media-gfx/librecad/librecad-9999.ebuild index ce6aa65..d226025 100644 --- a/media-gfx/librecad/librecad-9999.ebuild +++ b/media-gfx/librecad/librecad-9999.ebuild @@ -32,6 +32,8 @@ src_prepare() { src_install() { dobin unix/librecad + insinto /usr/share + doins -r unix/appdata insinto /usr/share/${PN} doins -r unix/resources/* use doc && dohtml -r librecad/support/doc/*