diff options
author | 2007-11-26 21:06:31 +0000 | |
---|---|---|
committer | 2007-11-26 21:06:31 +0000 | |
commit | aedbc1fce31ff89f77aa195143a61a6de045de39 (patch) | |
tree | 4b69ad9abd346832b4fa2d059fe9e233566c25eb /games-board/qgo | |
parent | Marked stable on amd64 for bug #200445 (diff) | |
download | gentoo-2-aedbc1fce31ff89f77aa195143a61a6de045de39.tar.gz gentoo-2-aedbc1fce31ff89f77aa195143a61a6de045de39.tar.bz2 gentoo-2-aedbc1fce31ff89f77aa195143a61a6de045de39.zip |
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-board/qgo')
-rw-r--r-- | games-board/qgo/files/digest-qgo-1.5.3 | 3 | ||||
-rw-r--r-- | games-board/qgo/files/qgo-1.5.3-parallel.patch | 22 | ||||
-rw-r--r-- | games-board/qgo/qgo-1.5.3.ebuild | 34 |
3 files changed, 0 insertions, 59 deletions
diff --git a/games-board/qgo/files/digest-qgo-1.5.3 b/games-board/qgo/files/digest-qgo-1.5.3 deleted file mode 100644 index dd8c96bc120b..000000000000 --- a/games-board/qgo/files/digest-qgo-1.5.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 61c69181e64040f68d539c475e1be6bd qgo-1.5.3.tar.gz 2303630 -RMD160 cce3dad470f69c75b53d148145ea0014abd7930a qgo-1.5.3.tar.gz 2303630 -SHA256 333141db45b83869d89e24bf7c336331304961c8f92ed7a1d4af89473faa465f qgo-1.5.3.tar.gz 2303630 diff --git a/games-board/qgo/files/qgo-1.5.3-parallel.patch b/games-board/qgo/files/qgo-1.5.3-parallel.patch deleted file mode 100644 index ed94161ea01a..000000000000 --- a/games-board/qgo/files/qgo-1.5.3-parallel.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- src/sounds/Makefile.in.bad 2007-06-02 11:24:44.000000000 +0200 -+++ src/sounds/Makefile.in 2007-06-02 11:25:08.000000000 +0200 -@@ -373,7 +353,7 @@ - - info-am: - --install-data-am: install-SoundsDATA install-data-local -+install-data-am: install-SoundsDATA - - install-exec-am: - ---- src/translations/Makefile.in.bad 2007-06-02 11:24:48.000000000 +0200 -+++ src/translations/Makefile.in 2007-06-02 11:25:08.000000000 +0200 -@@ -374,7 +353,7 @@ - - info-am: - --install-data-am: install-TranslationsDATA install-data-local -+install-data-am: install-TranslationsDATA - - install-exec-am: - diff --git a/games-board/qgo/qgo-1.5.3.ebuild b/games-board/qgo/qgo-1.5.3.ebuild deleted file mode 100644 index 63d8c1a9f09e..000000000000 --- a/games-board/qgo/qgo-1.5.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/qgo/qgo-1.5.3.ebuild,v 1.2 2007/06/02 10:00:02 tupone Exp $ - -inherit eutils autotools qt3 games - -DESCRIPTION="A Qt Go client and SGF editor" -HOMEPAGE="http://qgo.sourceforge.net/" -SRC_URI="mirror://sourceforge/qgo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="$(qt_min_version 3.3)" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-parallel.patch - sed -i 's:$(datadir):/usr/share:' \ - templates/Makefile.in \ - || die "sed Makefile.in failed" - sed -i "s:/usr/share:${GAMES_DATADIR}:" \ - templates/*.desktop \ - || die "sed .desktop failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README TODO - prepgamesdirs -} |