public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/pycadia/
Date: Mon, 23 Apr 2018 19:17:30 +0000 (UTC)	[thread overview]
Message-ID: <1524511028.a726bced142e6d3440f4fb6d925f76717226d477.pacho@gentoo> (raw)

commit:     a726bced142e6d3440f4fb6d925f76717226d477
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 18:26:07 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 19:17:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a726bced

games-arcade/pycadia: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/pycadia/pycadia-0.5.1-r1.ebuild | 46 ++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/games-arcade/pycadia/pycadia-0.5.1-r1.ebuild b/games-arcade/pycadia/pycadia-0.5.1-r1.ebuild
new file mode 100644
index 00000000000..4ddccdf135a
--- /dev/null
+++ b/games-arcade/pycadia/pycadia-0.5.1-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit desktop
+
+DESCRIPTION="Pycadia. Home to vector gaming, python style"
+HOMEPAGE="http://www.anti-particle.com/pycadia.shtml"
+SRC_URI="http://www.anti-particle.com/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+	>=dev-python/pygame-1.5.5
+	dev-python/pygtk:2
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}"
+
+src_unpack() {
+	unpack ${A}
+	{
+		echo "#!/bin/sh"
+		echo "cd /usr/share/${PN}"
+		echo "exec python2 ./pycadia.py \"\${@}\""
+	} > "${T}/pycadia"
+}
+
+src_install() {
+	dobin "${T}/pycadia"
+
+	insinto "/usr/share/${PN}"
+	doins -r {glade,pixmaps,sounds} *.py pycadia.conf
+
+	exeinto "/usr/share/${PN}"
+	doexe pycadia.py spacewarpy.py vektoroids.py
+
+	newicon pixmaps/pysteroids.png ${PN}.png
+	make_desktop_entry ${PN} Pycadia
+
+	dodoc doc/{TODO,CHANGELOG,README}
+}


             reply	other threads:[~2018-04-23 19:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-23 19:17 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-23 19:17 [gentoo-commits] repo/gentoo:master commit in: games-arcade/pycadia/ Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1524511028.a726bced142e6d3440f4fb6d925f76717226d477.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox