mr_bones_    15/02/18 22:11:03

  Modified:             ChangeLog
  Added:                cuyo-2.1.2.ebuild
  Log:
  version bump (bug #395389) with work from kensington
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.27                 games-puzzle/cuyo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/ChangeLog?rev=1.27&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/ChangeLog?rev=1.27&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog   18 Feb 2015 20:37:41 -0000      1.26
+++ ChangeLog   18 Feb 2015 22:11:03 -0000      1.27
@@ -1,6 +1,13 @@
 # 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.26 
2015/02/18 20:37:41 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/cuyo/ChangeLog,v 1.27 
2015/02/18 22:11:03 mr_bones_ Exp $
+
+*cuyo-2.1.2 (18 Feb 2015)
+
+  18 Feb 2015; Michael Sterrett <[email protected]> +cuyo-2.1.2.ebuild,
+  +files/cuyo-2.1.2-gcc44.patch, +files/cuyo-2.1.2-gentoo.patch,
+  files/cuyo-2.1.1-gcc44.patch, files/cuyo-2.1.1-gentoo.patch:
+  version bump (bug #395389) with work from kensington
 
   18 Feb 2015; Tupone Alfredo <[email protected]> cuyo-2.1.1.ebuild:
   EAPI 5



1.1                  games-puzzle/cuyo/cuyo-2.1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/cuyo/cuyo-2.1.2.ebuild?rev=1.1&content-type=text/plain

Index: cuyo-2.1.2.ebuild
===================================================================
# 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.1.2.ebuild,v 1.1 
2015/02/18 22:11:03 mr_bones_ Exp $

EAPI=5
inherit autotools eutils gnome2-utils versionator games

MY_P=${PN}-$(get_version_component_range 1).~-$(get_version_component_range 2-3)
DESCRIPTION="highly addictive and remotely related to tetris"
HOMEPAGE="http://www.karimmi.de/cuyo/";
SRC_URI="http://savannah.nongnu.org/download/cuyo/${MY_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"

S=${WORKDIR}/${MY_P}

src_prepare() {
        epatch \
                "${FILESDIR}"/${P}-gcc44.patch \
                "${FILESDIR}"/${P}-gentoo.patch
        sed -i \
                -e '/^[[:space:]]*$/d' \
                icons/cuyo.desktop || die
        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
}




Reply via email to