public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Austin English" <wizardedit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/tuxtype/
Date: Mon, 18 Jul 2016 20:01:51 +0000 (UTC)	[thread overview]
Message-ID: <1468872105.0b5fc6d4d3b4dd1ed50cccdb766a980716b946f0.wizardedit@gentoo> (raw)

commit:     0b5fc6d4d3b4dd1ed50cccdb766a980716b946f0
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 20:01:12 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 20:01:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b5fc6d4

games-kids/tuxtype: remove deprecated games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild | 47 ++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild b/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild
new file mode 100644
index 0000000..3348657
--- /dev/null
+++ b/games-kids/tuxtype/tuxtype-1.8.1-r1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils user
+
+DESCRIPTION="Typing tutorial with lots of eye-candy"
+HOMEPAGE="http://alioth.debian.org/projects/tux4kids/"
+SRC_URI="http://alioth.debian.org/frs/download.php/3270/tuxtype_w_fonts-${PV}.tar.gz"
+
+LICENSE="GPL-2 OFL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="svg"
+
+DEPEND="media-libs/libsdl[video]
+	media-libs/sdl-image
+	media-libs/sdl-mixer
+	media-libs/sdl-pango
+	media-libs/sdl-ttf
+	svg? ( gnome-base/librsvg )"
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}/tuxtype_w_fonts-${PV}
+
+pkg_setup(){
+	enewgroup gamestat 36
+}
+
+src_configure() {
+	econf \
+		--localedir=/usr/share/locale \
+		$(use_with svg rsvg)
+}
+
+src_install() {
+	default
+	rm -f "${D}"/usr/share/doc/${PF}/{COPYING,INSTALL,ABOUT-NLS}*
+	doicon ${PN}.ico
+	make_desktop_entry ${PN} TuxTyping /usr/share/pixmaps/${PN}.ico
+	keepdir /etc/${PN} /var/games/${PN}/words
+
+	fowners root:gamestat /var/games/${PN} /usr/bin/${PN}
+	fperms 660 /var/games/${PN}
+	fperms 2755 /usr/bin/${PN}
+}


             reply	other threads:[~2016-07-18 20:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-18 20:01 Austin English [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-10 11:52 [gentoo-commits] repo/gentoo:master commit in: games-kids/tuxtype/ Ionen Wolkens
2019-11-27 22:57 James Le Cuirot
2019-11-27 22:57 James Le Cuirot
2019-11-26 21:24 James Le Cuirot
2019-07-17 20:04 James Le Cuirot
2019-04-19 12:33 James Le Cuirot
2018-05-11 20:39 James Le Cuirot
2016-05-06  2:50 Michael Sterrett

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=1468872105.0b5fc6d4d3b4dd1ed50cccdb766a980716b946f0.wizardedit@gentoo \
    --to=wizardedit@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