diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-12 19:26:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-12 19:26:40 +0000 |
commit | e398aac92b7a586d0fc4f3ab87734253e00bbce4 (patch) | |
tree | e657e6e85fa672dce494a9d7b717e0d3cc21299a /games-puzzle | |
parent | Version bump (bug 543078, thanks mrueg). (diff) | |
download | gentoo-2-e398aac92b7a586d0fc4f3ab87734253e00bbce4.tar.gz gentoo-2-e398aac92b7a586d0fc4f3ab87734253e00bbce4.tar.bz2 gentoo-2-e398aac92b7a586d0fc4f3ab87734253e00bbce4.zip |
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/cuyo/ChangeLog | 6 | ||||
-rw-r--r-- | games-puzzle/cuyo/cuyo-2.0.0.ebuild | 48 | ||||
-rw-r--r-- | games-puzzle/cuyo/files/cuyo-2.0.0-gentoo.patch | 32 |
3 files changed, 5 insertions, 81 deletions
diff --git a/games-puzzle/cuyo/ChangeLog b/games-puzzle/cuyo/ChangeLog index 24f48d898783..89e138c308ff 100644 --- a/games-puzzle/cuyo/ChangeLog +++ b/games-puzzle/cuyo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/cuyo # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.28 2015/02/18 22:31:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.29 2015/03/12 19:26:40 mr_bones_ Exp $ + + 12 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> -cuyo-2.0.0.ebuild, + -files/cuyo-2.0.0-gentoo.patch: + old *cuyo-2.0.0 (18 Feb 2015) diff --git a/games-puzzle/cuyo/cuyo-2.0.0.ebuild b/games-puzzle/cuyo/cuyo-2.0.0.ebuild deleted file mode 100644 index 5fab57f514e6..000000000000 --- a/games-puzzle/cuyo/cuyo-2.0.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/cuyo-2.0.0.ebuild,v 1.1 2015/02/18 22:31:39 mr_bones_ Exp $ - -EAPI=5 -inherit autotools eutils gnome2-utils games - -DESCRIPTION="highly addictive and remotely related to tetris" -HOMEPAGE="http://www.karimmi.de/cuyo/" -SRC_URI="http://savannah.nongnu.org/download/cuyo/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="+music" - -RDEPEND="sys-libs/zlib - media-libs/libsdl[sound,video] - media-libs/sdl-mixer - music? ( media-libs/sdl-mixer[mod] ) - media-libs/sdl-image - virtual/libintl" -DEPEND="${RDEPEND} - sys-devel/gettext" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch - eautoreconf -} - -src_install() { - default - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/games-puzzle/cuyo/files/cuyo-2.0.0-gentoo.patch b/games-puzzle/cuyo/files/cuyo-2.0.0-gentoo.patch deleted file mode 100644 index 473ef3209f29..000000000000 --- a/games-puzzle/cuyo/files/cuyo-2.0.0-gentoo.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -ru cuyo-2.0.0.orig/icons/Makefile.am cuyo-2.0.0/icons/Makefile.am ---- cuyo-2.0.0.orig/icons/Makefile.am 2012-01-12 12:51:05.000000000 -0500 -+++ cuyo-2.0.0/icons/Makefile.am 2015-02-18 17:19:55.320961943 -0500 -@@ -17,7 +17,7 @@ - # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - # - --desktopdir = $(datarootdir)/applications -+desktopdir = /usr/share/applications - desktop_DATA = cuyo.desktop - - -@@ -32,7 +32,7 @@ - # echo "Exec=$(bindir)/cuyo" >> cuyo.desktop - - --iconsdir = $(datarootdir)/icons/hicolor -+iconsdir = /usr/share/icons/hicolor - nobase_icons_DATA = 32x32/apps/cuyo.png 64x64/apps/cuyo.png - - EXTRA_DIST = $(nobase_icons_DATA) cuyo.desktop -diff -ru cuyo-2.0.0.orig/icons/cuyo.desktop cuyo-2.0.0/icons/cuyo.desktop ---- cuyo-2.0.0.orig/icons/cuyo.desktop 2011-03-26 11:20:01.000000000 -0400 -+++ cuyo-2.0.0/icons/cuyo.desktop 2015-02-18 17:19:26.506082349 -0500 -@@ -4,7 +4,6 @@ - Type=Application - Terminal=false - Categories=Game;BlocksGame; --Encoding=UTF-8 - Comment=Play a tetris like game with many levels - Comment[de]=Ein Tetris-artiges Spiel mit vielen Leveln spielen - Exec=cuyo |