nixphoeni    14/04/06 21:45:15

  Modified:             ChangeLog
  Added:                gourmet-0.17.2.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
341D8825)

Revision  Changes    Path
1.41                 app-misc/gourmet/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/gourmet/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   8 Mar 2014 21:36:20 -0000       1.40
+++ ChangeLog   6 Apr 2014 21:45:15 -0000       1.41
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/gourmet
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gourmet/ChangeLog,v 1.40 
2014/03/08 21:36:20 nixphoeni Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gourmet/ChangeLog,v 1.41 
2014/04/06 21:45:15 nixphoeni Exp $
+
+*gourmet-0.17.2 (06 Apr 2014)
+
+  06 Apr 2014; Joe Sapp <nixpho...@gentoo.org> +gourmet-0.17.2.ebuild:
+  Version bump
 
 *gourmet-0.17.0 (08 Mar 2014)
 



1.1                  app-misc/gourmet/gourmet-0.17.2.ebuild

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

Index: gourmet-0.17.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/gourmet/gourmet-0.17.2.ebuild,v 1.1 
2014/04/06 21:45:15 nixphoeni Exp $

EAPI="5"
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="sqlite"
# Parallel builds fail when building translations
DISTUTILS_NO_PARALLEL_BUILD=1

inherit distutils-r1

DESCRIPTION="Recipe Organizer and Shopping List Generator for Gnome"
HOMEPAGE="http://thinkle.github.com/gourmet/";
SRC_URI="https://github.com/thinkle/gourmet/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="-i18n -ipython pdf print spell sound web"

RDEPEND=">=dev-python/pygtk-2.22.0:2[${PYTHON_USEDEP}]
        >=dev-python/sqlalchemy-0.7.9-r1[${PYTHON_USEDEP}]
        virtual/python-imaging[${PYTHON_USEDEP}]
        i18n? ( dev-python/elib-intl[${PYTHON_USEDEP}] )
        ipython? ( >=dev-python/ipython-0.13.2[${PYTHON_USEDEP}] )
        pdf? ( >=dev-python/reportlab-2.6[${PYTHON_USEDEP}]
               >=dev-python/python-poppler-0.12.1-r4[${PYTHON_USEDEP}] )
        print? ( >=dev-python/reportlab-2.6[${PYTHON_USEDEP}]
                 >=dev-python/python-poppler-0.12.1-r4[${PYTHON_USEDEP}] )
        spell? ( dev-python/gtkspell-python )
        sound? ( >=dev-python/gst-python-0.10.22-r1:0.10[${PYTHON_USEDEP}] )
        web? ( >=dev-python/beautifulsoup-3.2.1-r1:python-2[${PYTHON_USEDEP}] )"
DEPEND="${RDEPEND}
        dev-util/intltool
        >=dev-python/python-distutils-extra-2.37-r1[${PYTHON_USEDEP}]"

PATCHES=( ${FILESDIR}/no-docs-0.17.0.patch )
DOCS=( ChangeLog CODING.md FAQ README.md TESTS TODO.md )

python_prepare_all() {
        # Modify these lines before copying them out
        sed -i "s:base_dir = '..':base_dir = '/usr/share':" gourmet/settings.py 
|| die
        sed -i 's:data_dir = os.path.join(base_dir, "gourmet", "data"):data_dir 
= os.path.join(base_dir, "gourmet"):' gourmet/settings.py || die
        sed -i 's:\(icon_base = os.path.join(data_dir,\) "icons",:\1 
"gourmet",:' gourmet/settings.py || die
        sed -i 's:\(locale_base = os.path.join(base_dir, "gourmet",\) 
"build",:\1:' gourmet/settings.py || die
        sed -i 's:\(plugin_base = os.path.join(base_dir,\) "gourmet", "build", 
"share",:\1:' gourmet/settings.py || die
        distutils-r1_python_prepare_all
}

python_prepare() {
        distutils-r1_python_prepare
        sed -i "s:\(lib_dir = \)'../gourmet':\1'$(python_get_sitedir)':" 
gourmet/settings.py || die
}

src_install() {
        distutils-r1_src_install
        doman gourmet.1
}




Reply via email to