Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/xpenguins/
Date: Tue, 11 Oct 2016 22:59:33
Message-Id: 1476226547.c3e6f3bec6baf0b49cf1be6b6806573ae39e62a8.wizardedit@gentoo
1 commit: c3e6f3bec6baf0b49cf1be6b6806573ae39e62a8
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 11 22:50:43 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 11 22:55:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e6f3be
7
8 games-misc/xpenguins: remove deprecated games eclass
9
10 Also update to EAPI 6
11
12 Gentoo-Bug: https://bugs.gentoo.org/574082
13
14 Package-Manager: portage-2.3.0
15
16 games-misc/xpenguins/xpenguins-2.2-r2.ebuild | 26 ++++++++++++++++++++++++++
17 1 file changed, 26 insertions(+)
18
19 diff --git a/games-misc/xpenguins/xpenguins-2.2-r2.ebuild b/games-misc/xpenguins/xpenguins-2.2-r2.ebuild
20 new file mode 100644
21 index 00000000..50cc42a
22 --- /dev/null
23 +++ b/games-misc/xpenguins/xpenguins-2.2-r2.ebuild
24 @@ -0,0 +1,26 @@
25 +# Copyright 1999-2016 Gentoo Foundation
26 +# Distributed under the terms of the GNU General Public License v2
27 +# $Id$
28 +
29 +EAPI=6
30 +
31 +THEMES_VERSION="1.0"
32 +DESCRIPTION="Cute little penguins invading your desktop"
33 +HOMEPAGE="http://xpenguins.seul.org/"
34 +SRC_URI="http://xpenguins.seul.org/${P}.tar.gz
35 + http://xpenguins.seul.org/xpenguins_themes-${THEMES_VERSION}.tar.gz"
36 +
37 +LICENSE="GPL-2"
38 +SLOT="0"
39 +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
40 +IUSE=""
41 +
42 +RDEPEND="x11-libs/libXpm"
43 +DEPEND="${RDEPEND}
44 + x11-proto/xextproto"
45 +
46 +src_install() {
47 + default
48 + insinto /usr/share/${PN}
49 + doins -r ../themes/
50 +}