summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-10-15 20:14:38 +0000
committerMike Frysinger <vapier@gentoo.org>2010-10-15 20:14:38 +0000
commit742545aa28f6eb48cda6642073fc2b7a74bef496 (patch)
tree65ba6957fedfd6fd34c59f714f45087cc43822cb /app-text
parentbump live version requirement (diff)
downloadgentoo-2-742545aa28f6eb48cda6642073fc2b7a74bef496.tar.gz
gentoo-2-742545aa28f6eb48cda6642073fc2b7a74bef496.tar.bz2
gentoo-2-742545aa28f6eb48cda6642073fc2b7a74bef496.zip
Version bump #341129 by Marco Paolone.
(Portage version: 2.2_rc96/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/nfoview/ChangeLog7
-rw-r--r--app-text/nfoview/nfoview-1.9.2.ebuild47
2 files changed, 53 insertions, 1 deletions
diff --git a/app-text/nfoview/ChangeLog b/app-text/nfoview/ChangeLog
index 453e9ba49da6..83bcee75c3e8 100644
--- a/app-text/nfoview/ChangeLog
+++ b/app-text/nfoview/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/nfoview
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/nfoview/ChangeLog,v 1.14 2010/08/09 11:13:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/nfoview/ChangeLog,v 1.15 2010/10/15 20:14:38 vapier Exp $
+
+*nfoview-1.9.2 (15 Oct 2010)
+
+ 15 Oct 2010; Mike Frysinger <vapier@gentoo.org> +nfoview-1.9.2.ebuild:
+ Version bump #341129 by Marco Paolone.
09 Aug 2010; Markos Chandras <hwoarang@gentoo.org> nfoview-1.9.1.ebuild:
Stable on amd64 wrt bug #331363
diff --git a/app-text/nfoview/nfoview-1.9.2.ebuild b/app-text/nfoview/nfoview-1.9.2.ebuild
new file mode 100644
index 000000000000..2a369658a656
--- /dev/null
+++ b/app-text/nfoview/nfoview-1.9.2.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/nfoview/nfoview-1.9.2.ebuild,v 1.1 2010/10/15 20:14:38 vapier Exp $
+
+EAPI=3
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit distutils fdo-mime gnome2-utils
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="git://gitorious.org/nfoview/mainline.git"
+ inherit git
+ SRC_URI=""
+ #KEYWORDS=""
+else
+ SRC_URI="http://download.gna.org/nfoview/1.9/${P}.tar.gz"
+ 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/pygtk"
+RDEPEND="${DEPEND}
+ media-fonts/terminus-font"
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ fdo-mime_desktop_database_update
+ gnome2_icon_cache_update
+ distutils_pkg_postinst
+}
+
+pkg_postrm() {
+ fdo-mime_desktop_database_update
+ gnome2_icon_cache_update
+ distutils_pkg_postrm
+}