vapier      15/03/26 23:38:57

  Modified:             nfoview-9999.ebuild ChangeLog
  Added:                nfoview-1.15.1.ebuild
  Log:
  Update to distutils-r1 #543960 by Andrew Udvare.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.13                 app-text/nfoview/nfoview-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/nfoview/nfoview-9999.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/nfoview/nfoview-9999.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/nfoview/nfoview-9999.ebuild?r1=1.12&r2=1.13

Index: nfoview-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/nfoview/nfoview-9999.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- nfoview-9999.ebuild 21 Apr 2013 03:22:48 -0000      1.12
+++ nfoview-9999.ebuild 26 Mar 2015 23:38:57 -0000      1.13
@@ -1,14 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/nfoview/nfoview-9999.ebuild,v 1.12 
2013/04/21 03:22:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/nfoview/nfoview-9999.ebuild,v 1.13 
2015/03/26 23:38:57 vapier Exp $
 
-EAPI=3
+EAPI="5"
 
-PYTHON_DEPEND="3:3.2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.*"
+PYTHON_COMPAT=( python{3_3,3_4} )
 
-inherit distutils fdo-mime gnome2-utils
+inherit distutils-r1 fdo-mime gnome2-utils
 if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="git://github.com/otsaloma/nfoview.git
                http://github.com/otsaloma/nfoview.git";
@@ -38,11 +36,9 @@
 pkg_postinst() {
        gnome2_icon_cache_update
        fdo-mime_desktop_database_update
-       distutils_pkg_postinst
 }
 
 pkg_postrm() {
        gnome2_icon_cache_update
        fdo-mime_desktop_database_update
-       distutils_pkg_postrm
 }



1.25                 app-text/nfoview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/nfoview/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog   21 Apr 2013 03:22:48 -0000      1.24
+++ ChangeLog   26 Mar 2015 23:38:57 -0000      1.25
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/nfoview
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/nfoview/ChangeLog,v 1.24 
2013/04/21 03:22:48 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/nfoview/ChangeLog,v 1.25 
2015/03/26 23:38:57 vapier Exp $
+
+*nfoview-1.15.1 (26 Mar 2015)
+
+  26 Mar 2015; Mike Frysinger <vap...@gentoo.org> +nfoview-1.15.1.ebuild,
+  nfoview-9999.ebuild:
+  Update to distutils-r1 #543960 by Andrew Udvare.
 
 *nfoview-1.12.1 (21 Apr 2013)
 



1.1                  app-text/nfoview/nfoview-1.15.1.ebuild

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

Index: nfoview-1.15.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/nfoview/nfoview-1.15.1.ebuild,v 1.1 
2015/03/26 23:38:57 vapier Exp $

EAPI="5"

PYTHON_COMPAT=( python{3_3,3_4} )

inherit distutils-r1 fdo-mime gnome2-utils
if [[ ${PV} == "9999" ]] ; then
        EGIT_REPO_URI="git://github.com/otsaloma/nfoview.git
                http://github.com/otsaloma/nfoview.git";
        inherit git-2
        SRC_URI=""
        #KEYWORDS=""
else
        SRC_URI="http://download.gna.org/nfoview/${PV:0:4}/${P}.tar.xz";
        KEYWORDS="~amd64 ~x86"
fi

DESCRIPTION="simple viewer for NFO files, which are ASCII art in the CP437 
codepage"
HOMEPAGE="http://home.gna.org/nfoview/";

LICENSE="GPL-3"
SLOT="0"
IUSE=""

DEPEND="dev-python/pygobject:3"
RDEPEND="${DEPEND}
        media-fonts/terminus-font"

pkg_preinst() {
        gnome2_icon_savelist
}

pkg_postinst() {
        gnome2_icon_cache_update
        fdo-mime_desktop_database_update
}

pkg_postrm() {
        gnome2_icon_cache_update
        fdo-mime_desktop_database_update
}




Reply via email to