mr_bones_ 14/12/17 00:43:33 Modified: ChangeLog Added: gtkatlantic-0.5.0.ebuild Log: version bump (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.24 games-board/gtkatlantic/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkatlantic/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkatlantic/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkatlantic/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 20 Mar 2014 20:36:00 -0000 1.23 +++ ChangeLog 17 Dec 2014 00:43:33 -0000 1.24 @@ -1,6 +1,12 @@ # ChangeLog for games-board/gtkatlantic # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.23 2014/03/20 20:36:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/ChangeLog,v 1.24 2014/12/17 00:43:33 mr_bones_ Exp $ + +*gtkatlantic-0.5.0 (17 Dec 2014) + + 17 Dec 2014; Michael Sterrett <mr_bon...@gentoo.org> + +gtkatlantic-0.5.0.ebuild: + version bump 20 Mar 2014; Michael Sterrett <mr_bon...@gentoo.org> -files/gtkatlantic-0.4.2-libpng14.patch, -gtkatlantic-0.4.2.ebuild: 1.1 games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild?rev=1.1&content-type=text/plain Index: gtkatlantic-0.5.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-board/gtkatlantic/gtkatlantic-0.5.0.ebuild,v 1.1 2014/12/17 00:43:33 mr_bones_ Exp $ EAPI=5 inherit eutils gnome2-utils games DESCRIPTION="Monopoly-like game that works with the monopd server" HOMEPAGE="http://gtkatlantic.gradator.net/" SRC_URI="http://download.tuxfamily.org/gtkatlantic/downloads/v0.5/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="x11-libs/gtk+:3 dev-libs/libxml2 media-libs/libpng:0" DEPEND="${RDEPEND} virtual/pkgconfig" src_install() { default newicon data/icon32x32.xpm ${PN}.xpm newicon -s 16 data/icon16x16.xpm ${PN}.xpm newicon -s 32 data/icon32x32.xpm ${PN}.xpm make_desktop_entry ${PN} GtkAtlantic prepgamesdirs } pkg_preinst() { games_pkg_preinst gnome2_icon_savelist } pkg_postinst() { games_pkg_postinst gnome2_icon_cache_update } pkg_postrm() { gnome2_icon_cache_update }