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 99EDD1382C5 for ; Sun, 15 Apr 2018 12:08:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7255E0929; Sun, 15 Apr 2018 12:08:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B02D6E0653 for ; Sun, 15 Apr 2018 12:08:08 +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 91F79335C79 for ; Sun, 15 Apr 2018 12:08:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10F3D288 for ; Sun, 15 Apr 2018 12:08:06 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1523794079.2a4f9ff2bfda0b6746434f33e8cee7106a495da0.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/berusky/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/berusky/berusky-1.7.1-r1.ebuild X-VCS-Directories: games-arcade/berusky/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 2a4f9ff2bfda0b6746434f33e8cee7106a495da0 X-VCS-Branch: master Date: Sun, 15 Apr 2018 12:08: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: b2d84dca-6286-44c0-abd5-a0ba67085d43 X-Archives-Hash: a233c8e342d32f9b129ccebd1df3a3b2 commit: 2a4f9ff2bfda0b6746434f33e8cee7106a495da0 Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 15 12:03:27 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 15 12:07:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a4f9ff2 games-arcade/berusky: Stop using games.eclass Package-Manager: Portage-2.3.28, Repoman-2.3.9 games-arcade/berusky/berusky-1.7.1-r1.ebuild | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/games-arcade/berusky/berusky-1.7.1-r1.ebuild b/games-arcade/berusky/berusky-1.7.1-r1.ebuild new file mode 100644 index 00000000000..d56b0203f7d --- /dev/null +++ b/games-arcade/berusky/berusky-1.7.1-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit desktop gnome2 + +DATAFILE="${PN}-data-1.7" +DESCRIPTION="Free logic game based on an ancient puzzle named Sokoban" +HOMEPAGE="http://anakreon.cz/?q=node/1" +SRC_URI="http://www.anakreon.cz/download/${P}.tar.gz + http://www.anakreon.cz/download/${DATAFILE}.tar.gz + https://dev.gentoo.org/~hasufell/distfiles/${PN}.png" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + media-libs/libsdl[X,video] + media-libs/sdl-image[png] + x11-libs/gtk+:2 +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +src_install() { + gnome2_src_install + rm -rf "${ED}"/usr/doc + doicon -s 32 "${DISTDIR}"/${PN}.png + make_desktop_entry ${PN} +}