summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-05-21 23:19:17 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-05-21 23:19:17 +0000
commit8fe0f328908fc53fbcbd05275a2f237bd80533d8 (patch)
treecef0607cd8a60bd802ff92fa00cd0ab1ff81d639 /games-board/mahjongg3d
parentVersion bump, resolves bug #92386. (diff)
downloadgentoo-2-8fe0f328908fc53fbcbd05275a2f237bd80533d8.tar.gz
gentoo-2-8fe0f328908fc53fbcbd05275a2f237bd80533d8.tar.bz2
gentoo-2-8fe0f328908fc53fbcbd05275a2f237bd80533d8.zip
clean old ebuild; tidy
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-board/mahjongg3d')
-rw-r--r--games-board/mahjongg3d/ChangeLog8
-rw-r--r--games-board/mahjongg3d/files/digest-mahjongg3d-0.951
-rw-r--r--games-board/mahjongg3d/mahjongg3d-0.95.ebuild45
-rw-r--r--games-board/mahjongg3d/mahjongg3d-0.96.ebuild15
4 files changed, 13 insertions, 56 deletions
diff --git a/games-board/mahjongg3d/ChangeLog b/games-board/mahjongg3d/ChangeLog
index c79d9974da46..18d3e61bb14a 100644
--- a/games-board/mahjongg3d/ChangeLog
+++ b/games-board/mahjongg3d/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-board/mahjongg3d
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/ChangeLog,v 1.5 2004/11/30 21:54:09 swegener Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/ChangeLog,v 1.6 2005/05/21 23:19:17 mr_bones_ Exp $
+
+ 21 May 2005; Michael Sterrett <mr_bones_@gentoo.org>
+ -mahjongg3d-0.95.ebuild, mahjongg3d-0.96.ebuild:
+ clean old ebuild; tidy
30 Nov 2004; Sven Wegener <swegener@gentoo.org> mahjongg3d-0.95.ebuild,
mahjongg3d-0.96.ebuild:
diff --git a/games-board/mahjongg3d/files/digest-mahjongg3d-0.95 b/games-board/mahjongg3d/files/digest-mahjongg3d-0.95
deleted file mode 100644
index 397f208a53a9..000000000000
--- a/games-board/mahjongg3d/files/digest-mahjongg3d-0.95
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2c8b0793b6a2f74a0ce5915b8e71e9b4 mahjongg3d-0.95.tar.bz2 3674725
diff --git a/games-board/mahjongg3d/mahjongg3d-0.95.ebuild b/games-board/mahjongg3d/mahjongg3d-0.95.ebuild
deleted file mode 100644
index 74c7b6d0a7e7..000000000000
--- a/games-board/mahjongg3d/mahjongg3d-0.95.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/mahjongg3d-0.95.ebuild,v 1.3 2004/11/30 21:54:09 swegener Exp $
-
-inherit kde games
-
-DESCRIPTION="An implementation of the classical chinese game Mah Jongg with 3D OpenGL graphics"
-HOMEPAGE="http://www.reto-schoelly.de/mahjongg3d/"
-# No version upstream
-#SRC_URI="http://www.reto-schoelly.de/${PN}/${PN}.tar.bz2"
-SRC_URI="mirror:/gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/qt-3.2.0
- virtual/opengl"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-S="${WORKDIR}/${PN}.release"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i \
- -e "/GAMEDATA_BASE_PATH/ s:\.:${GAMES_DATADIR}/${PN}:" \
- src/gamedata_path.h || die "sed src/gamedata_path.h failed"
-}
-
-src_compile() {
- qmake -o Makefile mahjongg3d.pro
- kde_src_compile none
- emake || die "emake failed"
-}
-
-src_install () {
- dogamesbin bin/{mahjongg3d,mahjongg3d-install-*} || die "dogamesbin failed"
- dodir "${GAMES_DATADIR}/${PN}"
- cp -r bin/{[a-l]*,t*} "${D}${GAMES_DATADIR}/${PN}" || die "cp failed"
- dodoc README Changelog
- prepgamesdirs
-}
diff --git a/games-board/mahjongg3d/mahjongg3d-0.96.ebuild b/games-board/mahjongg3d/mahjongg3d-0.96.ebuild
index d1118b4468dc..cf5f43ed9ab4 100644
--- a/games-board/mahjongg3d/mahjongg3d-0.96.ebuild
+++ b/games-board/mahjongg3d/mahjongg3d-0.96.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/mahjongg3d-0.96.ebuild,v 1.4 2004/11/30 21:54:09 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/mahjongg3d/mahjongg3d-0.96.ebuild,v 1.5 2005/05/21 23:19:17 mr_bones_ Exp $
inherit kde games
@@ -13,19 +13,18 @@ SLOT="0"
KEYWORDS="x86"
IUSE=""
-RDEPEND=">=x11-libs/qt-3.2.0
+DEPEND=">=x11-libs/qt-3.2.0
virtual/opengl"
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-S="${WORKDIR}/${PN}.release"
+S=${WORKDIR}/${PN}.release
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i \
-e "/GAMEDATA_BASE_PATH/ s:\.:${GAMES_DATADIR}/${PN}:" \
- src/gamedata_path.h || die "sed src/gamedata_path.h failed"
+ src/gamedata_path.h \
+ || die "sed failed"
}
src_compile() {