mr_bones_    15/02/07 01:12:58

  Modified:             ChangeLog
  Added:                enigma-1.21.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.55                 games-puzzle/enigma/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   8 May 2013 19:44:45 -0000       1.54
+++ ChangeLog   7 Feb 2015 01:12:58 -0000       1.55
@@ -1,6 +1,12 @@
 # ChangeLog for games-puzzle/enigma
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v 1.54 
2013/05/08 19:44:45 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/ChangeLog,v 1.55 
2015/02/07 01:12:58 mr_bones_ Exp $
+
+*enigma-1.21 (07 Feb 2015)
+
+  07 Feb 2015; Michael Sterrett <[email protected]> +enigma-1.21.ebuild,
+  +files/enigma-1.21-build.patch:
+  version bump
 
   08 May 2013; Michael Sterrett <[email protected]> enigma-1.20.ebuild:
   whitespace



1.1                  games-puzzle/enigma/enigma-1.21.ebuild

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

Index: enigma-1.21.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/enigma/enigma-1.21.ebuild,v 1.1 
2015/02/07 01:12:58 mr_bones_ Exp $

EAPI=5
inherit autotools eutils gnome2-utils games

DESCRIPTION="puzzle game similar to Oxyd"
HOMEPAGE="http://www.nongnu.org/enigma/";
SRC_URI="mirror://sourceforge/enigma-game/${P}.tar.gz"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="nls"

COMMON_DEPS="media-libs/sdl-ttf
        media-libs/libsdl[video]
        media-libs/sdl-mixer
        media-libs/sdl-image[jpeg,png]
        media-libs/libpng:0=
        sys-libs/zlib
        net-misc/curl
        || ( >=dev-libs/xerces-c-3[icu] >=dev-libs/xerces-c-3[-icu,-iconv] )
        net-libs/enet:0
        nls? ( virtual/libintl )"
DEPEND="${COMMON_DEPS}
        sys-devel/gettext"
RDEPEND="${COMMON_DEPS}
        media-fonts/dejavu
        media-fonts/ttf-bitstream-vera
        x11-misc/xdg-utils"

src_prepare() {
        cp /usr/share/gettext/config.rpath .
        epatch "${FILESDIR}"/${P}-build.patch
        sed -i \
                -e "s:DOCDIR:\"/usr/share/doc/${P}/html\":" \
                src/main.cc || die
        eautoreconf
}

src_configure() {
        egamesconf \
                --with-system-enet \
                $(use_enable nls)
}

src_install() {
        DOCS="ACKNOWLEDGEMENTS AUTHORS CHANGES README doc/HACKING" \
                default
        dosym \
                /usr/share/fonts/dejavu/DejaVuSansCondensed.ttf \
                "${GAMES_DATADIR}"/${PN}/fonts/DejaVuSansCondensed.ttf
        dosym \
                /usr/share/fonts/ttf-bitstream-vera/Vera.ttf \
                "${GAMES_DATADIR}"/${PN}/fonts/vera_sans.ttf
        dohtml -r doc/*
        doman doc/enigma.6
        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