summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-05-01 15:46:23 +0200
committerPacho Ramos <pacho@gentoo.org>2018-05-01 21:33:56 +0200
commit735391138c866215eb4fa3e0ddf57112f9029071 (patch)
tree00bfef17cf05adbf24078ff4f6fa2459d822e1d5 /games-puzzle/picpuz
parentgames-puzzle/picpuz: Stop using games.eclass (diff)
downloadgentoo-735391138c866215eb4fa3e0ddf57112f9029071.tar.gz
gentoo-735391138c866215eb4fa3e0ddf57112f9029071.tar.bz2
gentoo-735391138c866215eb4fa3e0ddf57112f9029071.zip
games-puzzle/picpuz: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle/picpuz')
-rw-r--r--games-puzzle/picpuz/picpuz-2.5.ebuild57
1 files changed, 0 insertions, 57 deletions
diff --git a/games-puzzle/picpuz/picpuz-2.5.ebuild b/games-puzzle/picpuz/picpuz-2.5.ebuild
deleted file mode 100644
index 5d20e42bd953..000000000000
--- a/games-puzzle/picpuz/picpuz-2.5.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils games
-
-DESCRIPTION="A jigsaw puzzle program"
-HOMEPAGE="http://kornelix.squarespace.com/picpuz/"
-SRC_URI="http://kornelix.squarespace.com/storage/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-build.patch \
- "${FILESDIR}"/${P}-pthread-underlinking.patch
-}
-
-src_compile() {
- emake \
- BINDIR="${GAMES_BINDIR}" \
- DATADIR="${GAMES_DATADIR}"/${PN} \
- DOCDIR=/usr/share/doc/${PF}/html
-}
-
-src_install() {
- dogamesbin ${PN}
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r icons locales
- doicon -s 48 icons/${PN}.png
- make_desktop_entry ${PN} Picpuz
- dohtml -r doc/{userguide-en.html,images}
- dodoc doc/{changelog,README,translations}
- newman doc/${PN}.man ${PN}.1
- prepgamesdirs
-}
-
-pkg_preinst() {
- games_pkg_preinst
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- games_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}