From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 180BF139694 for ; Sat, 8 Jul 2017 19:55:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF9FB274049; Sat, 8 Jul 2017 19:55:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3FCE274049 for ; Sat, 8 Jul 2017 19:55:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 74ACC341A0A for ; Sat, 8 Jul 2017 19:55:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF14B74A4 for ; Sat, 8 Jul 2017 19:55:42 +0000 (UTC) From: "Joe Sapp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Sapp" Message-ID: <1499543706.013e0991b60c9a44ff6d4dd39a79edaf5325e470.nixphoeni@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/gourmet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/gourmet/gourmet-0.17.4.ebuild X-VCS-Directories: app-misc/gourmet/ X-VCS-Committer: nixphoeni X-VCS-Committer-Name: Joe Sapp X-VCS-Revision: 013e0991b60c9a44ff6d4dd39a79edaf5325e470 X-VCS-Branch: master Date: Sat, 8 Jul 2017 19:55:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3a9a935b-295d-4ae8-8daf-1c7cccceaef5 X-Archives-Hash: f5be1a4c03ca46a1a8a083be9c7aec67 commit: 013e0991b60c9a44ff6d4dd39a79edaf5325e470 Author: Joe Sapp gentoo org> AuthorDate: Sat Jul 8 19:51:54 2017 +0000 Commit: Joe Sapp gentoo org> CommitDate: Sat Jul 8 19:55:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=013e0991 app-misc/gourmet: Remove old version Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-misc/gourmet/gourmet-0.17.4.ebuild | 60 ---------------------------------- 1 file changed, 60 deletions(-) diff --git a/app-misc/gourmet/gourmet-0.17.4.ebuild b/app-misc/gourmet/gourmet-0.17.4.ebuild deleted file mode 100644 index 0b7aac53c78..00000000000 --- a/app-misc/gourmet/gourmet-0.17.4.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="sqlite" - -inherit distutils-r1 - -DESCRIPTION="Recipe Organizer and Shopping List Generator for Gnome" -HOMEPAGE="https://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}] - dev-python/pillow[${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-2.25.3-r1[${PYTHON_USEDEP}] ) - 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 -} - -python_install_all() { - distutils-r1_python_install_all - doman gourmet.1 -}