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 C3D43138334 for ; Thu, 8 Aug 2019 21:46:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CE22E0788; Thu, 8 Aug 2019 21:46:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5814DE0788 for ; Thu, 8 Aug 2019 21:46:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 281433496DA for ; Thu, 8 Aug 2019 21:46:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F8F8759 for ; Thu, 8 Aug 2019 21:46:55 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1565297275.28b459c23488f4de9cb1150678a9886ce3f456cf.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-strategy/opendungeons-data/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-strategy/opendungeons-data/metadata.xml games-strategy/opendungeons-data/opendungeons-data-9999.ebuild X-VCS-Directories: games-strategy/opendungeons-data/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 28b459c23488f4de9cb1150678a9886ce3f456cf X-VCS-Branch: master Date: Thu, 8 Aug 2019 21:46:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7213fad7-8096-438a-aeb1-054b942d3ac6 X-Archives-Hash: 1da76864910de6d8fda10aceb2ddf195 commit: 28b459c23488f4de9cb1150678a9886ce3f456cf Author: Azamat H. Hackimov gmail com> AuthorDate: Thu Aug 8 20:47:55 2019 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Thu Aug 8 20:47:55 2019 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=28b459c2 games-strategy/opendungeons-data remove live ebuild games-strategy/opendungeons-data/metadata.xml | 9 -------- .../opendungeons-data-9999.ebuild | 24 ---------------------- 2 files changed, 33 deletions(-) diff --git a/games-strategy/opendungeons-data/metadata.xml b/games-strategy/opendungeons-data/metadata.xml deleted file mode 100644 index c58b187..0000000 --- a/games-strategy/opendungeons-data/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - hasufell@posteo.de - Julian Ospald - - - diff --git a/games-strategy/opendungeons-data/opendungeons-data-9999.ebuild b/games-strategy/opendungeons-data/opendungeons-data-9999.ebuild deleted file mode 100644 index 165e0dd..0000000 --- a/games-strategy/opendungeons-data/opendungeons-data-9999.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2014 Julian Ospald -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit git-r3 - -MY_PN=${PN%-data} - -DESCRIPTION="Data files for opendungeons" -HOMEPAGE="http://opendungeons.sourceforge.net" -EGIT_REPO_URI="https://github.com/OpenDungeons/OpenDungeons-media-source.git" - -LICENSE="GPL-3 CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="" -IUSE="" - -src_install() { - insinto /usr/share/OpenDungeons - doins -r * -} -