summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-04-30 01:21:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-04-30 01:21:09 +0000
commitfbdb3d67ffb9b09b309cc91137a2936cf281eaf3 (patch)
treedfa5bff30a5605d6967d3e8afc8d493988e6aac6 /games-board
parentwhitespace (diff)
downloadgentoo-2-fbdb3d67ffb9b09b309cc91137a2936cf281eaf3.tar.gz
gentoo-2-fbdb3d67ffb9b09b309cc91137a2936cf281eaf3.tar.bz2
gentoo-2-fbdb3d67ffb9b09b309cc91137a2936cf281eaf3.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/openyahtzee/openyahtzee-1.7.ebuild42
-rw-r--r--games-board/openyahtzee/openyahtzee-1.8.ebuild42
2 files changed, 0 insertions, 84 deletions
diff --git a/games-board/openyahtzee/openyahtzee-1.7.ebuild b/games-board/openyahtzee/openyahtzee-1.7.ebuild
deleted file mode 100644
index ee847ce51acb..000000000000
--- a/games-board/openyahtzee/openyahtzee-1.7.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/openyahtzee-1.7.ebuild,v 1.4 2008/02/29 19:01:35 carlo Exp $
-
-inherit eutils wxwidgets games
-
-MY_PN=OpenYahtzee
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="A full-featured wxWidgets version of the classic dice game Yahtzee"
-HOMEPAGE="http://openyahtzee.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="=x11-libs/wxGTK-2.6*
- =dev-db/sqlite-3*"
-
-S=${WORKDIR}/${MY_PN}
-
-pkg_setup() {
- games_pkg_setup
- WX_GTK_VER=2.6 need-wxwidgets unicode
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i "s:wx-config:${WX_CONFIG}:" src/Makefile.in || die "sed failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog TODO
- newicon src/five.xpm ${PN}.xpm
- make_desktop_entry ${PN} "OpenYahtzee" ${PN}
-
- prepgamesdirs
-}
diff --git a/games-board/openyahtzee/openyahtzee-1.8.ebuild b/games-board/openyahtzee/openyahtzee-1.8.ebuild
deleted file mode 100644
index a7aa32cb949b..000000000000
--- a/games-board/openyahtzee/openyahtzee-1.8.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/openyahtzee/openyahtzee-1.8.ebuild,v 1.2 2008/02/29 19:01:35 carlo Exp $
-
-inherit eutils wxwidgets games
-
-MY_PN=OpenYahtzee
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="A full-featured wxWidgets version of the classic dice game Yahtzee"
-HOMEPAGE="http://openyahtzee.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="=x11-libs/wxGTK-2.6*
- =dev-db/sqlite-3*"
-
-S=${WORKDIR}/${MY_PN}
-
-pkg_setup() {
- games_pkg_setup
- WX_GTK_VER=2.6 need-wxwidgets unicode
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i "s:wx-config:${WX_CONFIG}:" src/Makefile.in || die "sed failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog TODO
- newicon src/five.xpm ${PN}.xpm
- make_desktop_entry ${PN} "OpenYahtzee" ${PN}
-
- prepgamesdirs
-}