xmw         15/06/09 17:38:24

  Modified:             ChangeLog
  Added:                golly-2.6.ebuild golly-2.7.ebuild
  Log:
  Version bump (thanks Maks Verver, bugs 494782).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.25                 app-misc/golly/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/golly/ChangeLog?rev=1.25&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/golly/ChangeLog?rev=1.25&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/golly/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/golly/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   9 Jun 2015 11:43:39 -0000       1.24
+++ ChangeLog   9 Jun 2015 17:38:24 -0000       1.25
@@ -1,6 +1,13 @@
 # ChangeLog for app-misc/golly
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/golly/ChangeLog,v 1.24 2015/06/09 
11:43:39 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/golly/ChangeLog,v 1.25 2015/06/09 
17:38:24 xmw Exp $
+
+*golly-2.6 (09 Jun 2015)
+*golly-2.7 (09 Jun 2015)
+
+  09 Jun 2015; Michael Weber <[email protected]> +golly-2.6.ebuild,
+  +golly-2.7.ebuild:
+  Version bump (thanks Maks Verver, bugs 494782).
 
   09 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   Updating remote-id in metadata.xml



1.1                  app-misc/golly/golly-2.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/golly/golly-2.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/golly/golly-2.6.ebuild?rev=1.1&content-type=text/plain

Index: golly-2.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/golly/golly-2.6.ebuild,v 1.1 
2015/06/09 17:38:24 xmw Exp $

EAPI=5
WX_GTK_VER=2.8
PYTHON_COMPAT=( python2_7 )

inherit eutils python-single-r1 gnome2-utils wxwidgets

DESCRIPTION="simulator for Conway's Game of Life and other cellular automata"
HOMEPAGE="http://golly.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"

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

DEPEND="dev-lang/perl
        sys-libs/zlib
        x11-libs/wxGTK:${WX_GTK_VER}[X]"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${P}-src
ECONF_SOURCE=gui-wx/configure

src_configure() {
        econf --with-perl-shlib="libperl.so"
}

src_install() {
        emake docdir= DESTDIR="${D}" install
        dodoc docs/ReadMe.html
        newicon --size 32 gui-wx/icons/appicon.xpm ${PN}.xpm
        make_desktop_entry ${PN} "Golly" ${PN} "Science"
}

pkg_preinst() {
        gnome2_icon_savelist
}

pkg_postinst() {
        gnome2_icon_cache_update
}

pkg_postrm() {
        gnome2_icon_cache_update
}



1.1                  app-misc/golly/golly-2.7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/golly/golly-2.7.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/golly/golly-2.7.ebuild?rev=1.1&content-type=text/plain

Index: golly-2.7.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/golly/golly-2.7.ebuild,v 1.1 
2015/06/09 17:38:24 xmw Exp $

EAPI=5
WX_GTK_VER=2.8
PYTHON_COMPAT=( python2_7 )

inherit eutils python-single-r1 gnome2-utils wxwidgets

DESCRIPTION="simulator for Conway's Game of Life and other cellular automata"
HOMEPAGE="http://golly.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"

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

DEPEND="dev-lang/perl
        sys-libs/zlib
        x11-libs/wxGTK:${WX_GTK_VER}[X]"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${P}-src
ECONF_SOURCE=gui-wx/configure

src_configure() {
        econf --with-perl-shlib="libperl.so"
}

src_install() {
        emake docdir= DESTDIR="${D}" install
        dodoc docs/ReadMe.html
        newicon --size 32 gui-wx/icons/appicon.xpm ${PN}.xpm
        make_desktop_entry ${PN} "Golly" ${PN} "Science"
}

pkg_preinst() {
        gnome2_icon_savelist
}

pkg_postinst() {
        gnome2_icon_cache_update
}

pkg_postrm() {
        gnome2_icon_cache_update
}




Reply via email to