Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 484528 - app-misc/gourmet-0.16.1 version bump
Summary: app-misc/gourmet-0.16.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL: https://github.com/thinkle/gourmet/re...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 471492
  Show dependency tree
 
Reported: 2013-09-10 22:08 UTC by tastytea
Modified: 2013-09-17 03:23 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
gourmet-0.16.1 ebuild (gourmet-0.16.1.ebuild,1.46 KB, text/plain)
2013-09-10 22:09 UTC, tastytea
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tastytea 2013-09-10 22:08:21 UTC
I made an ebuild for version 0.16.1. It fixes bug #471492.

Reproducible: Always
Comment 1 tastytea 2013-09-10 22:09:58 UTC
Created attachment 358438 [details]
gourmet-0.16.1 ebuild
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-09-13 13:11:44 UTC
Comment on attachment 358438 [details]
gourmet-0.16.1 ebuild

--- gourmet-0.15.9.ebuild       2013-05-13 13:24:34.458687632 +0200
+++ -   2013-09-13 15:11:27.884636048 +0200
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gourmet/gourmet-0.15.9.ebuild,v 1.6 2013/05/12 18:29:40 floppym Exp $
+# $Header: $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -12,11 +12,11 @@
 
 DESCRIPTION="Recipe Organizer and Shopping List Generator for Gnome"
 HOMEPAGE="http://thinkle.github.com/gourmet/"
-SRC_URI="http://launchpad.net/gourmet/main/${PV}/+download/${P}.tar.gz"
+SRC_URI="https://github.com/thinkle/gourmet/archive/${PV}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="gnome-print pdf rtf"
 
 RDEPEND=">=dev-python/pygtk-2.3.93:2
@@ -25,8 +25,9 @@
        >=gnome-base/libglade-2
        dev-python/sqlalchemy
        !=dev-python/sqlalchemy-0.6.4
-       dev-python/imaging
+       virtual/python-imaging
        dev-python/gtkspell-python
+       dev-python/python-distutils-extra
        dev-db/metakit[python]
        pdf? ( dev-python/reportlab dev-python/python-poppler )
        rtf? ( dev-python/pyrtf )
@@ -40,9 +41,12 @@
 src_prepare() {
        distutils_src_prepare
        python_convert_shebangs -r --quiet 2 .
+       sed -i 's/Categories=GNOME;Application;Utility;/Categories=GNOME;Utility;/' gourmet.desktop.in
+       sed -i "s:base_dir = '..':base_dir = '/usr/share':" gourmet/settings.py
+       sed -i 's:data_dir = os.path.join(base_dir, "gourmet", "data"):data_dir = os.path.join(base_dir, "gourmet"):' gourmet/settings.py
 }
 
 src_install() {
-       distutils_src_install --disable-modules-check
+       distutils_src_install
        doman gourmet.1
 }
Comment 3 Patrick Lauer gentoo-dev 2013-09-17 03:23:43 UTC
+  17 Sep 2013; Patrick Lauer <patrick@gentoo.org> +gourmet-0.16.1.ebuild:
+  Bump for #484528 #471492