Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: games-board/infector/
Date: Thu, 03 May 2012 11:41:47
Message-Id: 1336041422.975a2a87916f0ff4bfcab69014237ea0f1295369.johu@gentoo
1 commit: 975a2a87916f0ff4bfcab69014237ea0f1295369
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 3 10:37:02 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu May 3 10:37:02 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=975a2a87
7
8 [games-board/infector] Migrate to virtual/pkgconfig. Fix repoman issues. Remove temp file.
9
10 (Portage version: 2.2.0_alpha101/git/Linux i686, signed Manifest commit with key F3CFD2BD)
11
12 ---
13 games-board/infector/infector-0.2-r1.ebuild | 6 ++--
14 games-board/infector/infector-0.2-r1.ebuild~ | 47 --------------------------
15 games-board/infector/metadata.xml | 5 +++
16 3 files changed, 8 insertions(+), 50 deletions(-)
17
18 diff --git a/games-board/infector/infector-0.2-r1.ebuild b/games-board/infector/infector-0.2-r1.ebuild
19 index 6509f0d..16d934b 100644
20 --- a/games-board/infector/infector-0.2-r1.ebuild
21 +++ b/games-board/infector/infector-0.2-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2009 Gentoo Foundation
24 +# Copyright 1999-2012 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Header: $
27
28 @@ -20,10 +20,10 @@ RDEPEND=">=dev-cpp/gtkmm-2.12
29 >=dev-cpp/libglademm-2.6"
30
31 DEPEND="${RDEPEND}
32 - dev-util/pkgconfig
33 - sys-devel/gettext
34 dev-util/intltool
35 gnome-base/librsvg
36 + sys-devel/gettext
37 + virtual/pkgconfig
38 x11-misc/xdg-utils"
39
40 copy_stuff() {
41
42 diff --git a/games-board/infector/infector-0.2-r1.ebuild~ b/games-board/infector/infector-0.2-r1.ebuild~
43 deleted file mode 100644
44 index 6509f0d..0000000
45 --- a/games-board/infector/infector-0.2-r1.ebuild~
46 +++ /dev/null
47 @@ -1,47 +0,0 @@
48 -# Copyright 1999-2009 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -# $Header: $
51 -
52 -EAPI="1"
53 -
54 -inherit games
55 -
56 -DESCRIPTION="Ataxx/Hexxagon clone."
57 -
58 -HOMEPAGE="http://infector.mangobrain.co.uk/"
59 -SRC_URI="http://infector.mangobrain.co.uk/downloads/${P}.tar.gz"
60 -
61 -LICENSE="GPL-3"
62 -SLOT="0"
63 -KEYWORDS="~x86"
64 -IUSE=""
65 -
66 -RDEPEND=">=dev-cpp/gtkmm-2.12
67 - >=dev-cpp/libglademm-2.6"
68 -
69 -DEPEND="${RDEPEND}
70 - dev-util/pkgconfig
71 - sys-devel/gettext
72 - dev-util/intltool
73 - gnome-base/librsvg
74 - x11-misc/xdg-utils"
75 -
76 -copy_stuff() {
77 - if [[ -d "$1" ]] ; then
78 - dodir "$2" || die "dodir failed"
79 - cp -LR "$1"/* "${D}"/"$2" || die "cp failed"
80 - fi
81 -}
82 -
83 -src_install() {
84 - XDG_UTILS_INSTALL_MODE=user \
85 - emake DESTDIR="${D}" install \
86 - || die "make install failed"
87 -
88 - # xdg-utils workaround
89 - cd "${PORTAGE_BUILDDIR}"/homedir/ || die "cd failed"
90 - chmod -R a+r . || die "chmod failed"
91 - copy_stuff .gnome/apps /usr/share/gnome/apps/
92 - copy_stuff .local/share /usr/share/
93 - copy_stuff .kde/share /usr/share/
94 -}
95
96 diff --git a/games-board/infector/metadata.xml b/games-board/infector/metadata.xml
97 new file mode 100644
98 index 0000000..31dc017
99 --- /dev/null
100 +++ b/games-board/infector/metadata.xml
101 @@ -0,0 +1,5 @@
102 +<?xml version="1.0" encoding="UTF-8"?>
103 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
104 +<pkgmetadata>
105 +<maintainer><email>maintainer-wanted@g.o</email></maintainer>
106 +</pkgmetadata>