public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/freedoko/
Date: Wed,  6 Jan 2016 16:40:42 +0000 (UTC)	[thread overview]
Message-ID: <1452098429.ff1ee324cbfb37543cc15ac79949cfa0bd3bd330.mr_bones_@gentoo> (raw)

commit:     ff1ee324cbfb37543cc15ac79949cfa0bd3bd330
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 16:22:28 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 16:40:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff1ee324

games-board/freedoko: clean old

Package-Manager: portage-2.2.26

 games-board/freedoko/freedoko-0.7.13.ebuild | 98 -----------------------------
 1 file changed, 98 deletions(-)

diff --git a/games-board/freedoko/freedoko-0.7.13.ebuild b/games-board/freedoko/freedoko-0.7.13.ebuild
deleted file mode 100644
index 9af95db..0000000
--- a/games-board/freedoko/freedoko-0.7.13.ebuild
+++ /dev/null
@@ -1,98 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils gnome2-utils games
-
-DESCRIPTION="FreeDoko is a Doppelkopf-game"
-HOMEPAGE="http://free-doko.sourceforge.net"
-SRC_URI="mirror://sourceforge/free-doko/FreeDoko_${PV}.src.zip
-	backgrounds? ( mirror://sourceforge/free-doko/backgrounds.zip -> ${PN}-backgrounds.zip )
-	kdecards? ( mirror://sourceforge/free-doko/kdecarddecks.zip )
-	xskatcards? ( mirror://sourceforge/free-doko/xskat.zip )
-	pysolcards? ( mirror://sourceforge/free-doko/pysol.zip )
-	gnomecards? ( mirror://sourceforge/free-doko/gnome-games.zip )
-	openclipartcards? ( mirror://sourceforge/free-doko/openclipart.zip )
-	!xskatcards? (
-		!kdecards? (
-			!gnomecards? (
-				!openclipartcards? (
-					!pysolcards? (
-						mirror://sourceforge/free-doko/xskat.zip ) ) ) ) )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="+xskatcards +gnomecards +kdecards +openclipartcards +pysolcards +backgrounds net"
-
-RDEPEND="net? ( net-libs/gnet dev-libs/glib:2 )
-	>=dev-cpp/gtkmm-2.4:2.4"
-DEPEND="${RDEPEND}
-	app-arch/unzip
-	virtual/pkgconfig"
-
-S=${WORKDIR}/FreeDoko_${PV}
-
-src_unpack() {
-	local cards=0
-
-	unpack_cards() {
-		use $1 && { unpack $2 ; cards=$(( $cards + 1 )); };
-	}
-	unpack FreeDoko_${PV}.src.zip
-	cp /dev/null "${S}"/src/Makefile.local
-
-	cd "${S}"/data/cardsets
-
-	unpack_cards xskatcards       xskat.zip
-	unpack_cards kdecards         kdecarddecks.zip
-	unpack_cards pysolcards       pysol.zip
-	unpack_cards gnomecards       gnome-games.zip
-	unpack_cards openclipartcards openclipart.zip
-	[ $cards ] || unpack xskat.zip # fall back to xskat
-
-	if use backgrounds ; then
-		cd "${S}"/data/backgrounds
-		unpack ${PN}-backgrounds.zip
-	fi
-}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_compile() {
-	export CPPFLAGS="-DPUBLIC_DATA_DIRECTORY_VALUE='\"${GAMES_DATADIR}/${PN}\"'"
-	export CPPFLAGS+=" -DMANUAL_DIRECTORY_VALUE='\"/usr/share/doc/${PF}/html\"'"
-	export OSTYPE=Linux
-	export USE_NETWORK=$(use net && echo true || echo false)
-	export USE_SOUND_ALUT=false # still marked experimental
-	emake Version
-	emake -C src FreeDoko
-}
-
-src_install() {
-	newgamesbin src/FreeDoko freedoko
-	insinto "${GAMES_DATADIR}"/${PN}/
-	doins -r data/{ai,cardsets,backgrounds,rules,sounds,translations,*png}
-	find "${D}${GAMES_DATADIR}"/${PN} -name Makefile -delete
-	dodoc AUTHORS README ChangeLog
-	newicon -s 32 src/FreeDoko.png ${PN}.png
-	make_desktop_entry ${PN} FreeDoko
-	prepgamesdirs
-}
-
-pkg_preinst() {
-	games_pkg_preinst
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	games_pkg_postinst
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}


             reply	other threads:[~2016-01-06 16:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-06 16:40 Michael Sterrett [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-22  5:33 [gentoo-commits] repo/gentoo:master commit in: games-board/freedoko/ Sam James
2024-03-22  5:33 Sam James
2021-06-15 20:02 Ionen Wolkens
2021-06-15 20:02 Ionen Wolkens
2021-06-15 20:02 Ionen Wolkens
2018-11-11 13:07 Pacho Ramos
2016-09-07 23:29 Austin English
2016-01-03 11:54 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1452098429.ff1ee324cbfb37543cc15ac79949cfa0bd3bd330.mr_bones_@gentoo \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox