idella4 15/02/26 15:18:56 Modified: ChangeLog Added: griffith-0.13-r1.ebuild Log: revbump; convert -> python-single-r1 and upgrade EAPI, consent by maintainer hwoarang (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.69 media-video/griffith/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/ChangeLog?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/ChangeLog?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/ChangeLog?r1=1.68&r2=1.69 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 14 Feb 2015 11:30:10 -0000 1.68 +++ ChangeLog 26 Feb 2015 15:18:56 -0000 1.69 @@ -1,6 +1,12 @@ # ChangeLog for media-video/griffith # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.68 2015/02/14 11:30:10 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.69 2015/02/26 15:18:56 idella4 Exp $ + +*griffith-0.13-r1 (26 Feb 2015) + + 26 Feb 2015; Ian Delaney <[email protected]> +griffith-0.13-r1.ebuild: + revbump; convert -> python-single-r1 and upgrade EAPI, consent by maintainer + hwoarang 14 Feb 2015; Markos Chandras <[email protected]> griffith-0.13.ebuild: Fix URL for artwork files 1.1 media-video/griffith/griffith-0.13-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-0.13-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-0.13-r1.ebuild?rev=1.1&content-type=text/plain Index: griffith-0.13-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.13-r1.ebuild,v 1.1 2015/02/26 15:18:56 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE='sqlite' inherit versionator python-single-r1 multilib ARTWORK_PV="0.9.4" DESCRIPTION="Movie collection manager" HOMEPAGE="http://www.griffith.cc/" SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz http://dev.gentoo.org/~hwoarang/distfiles/${PN}-extra-artwork-${ARTWORK_PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="doc" RDEPEND="virtual/python-imaging gnome-base/libglade dev-python/pyxml[${PYTHON_USEDEP}] >=dev-python/pygtk-2.6.1:2[${PYTHON_USEDEP}] dev-python/pygobject:2[${PYTHON_USEDEP}] >=dev-python/sqlalchemy-0.5.2[${PYTHON_USEDEP}] >=dev-python/reportlab-1.19[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} doc? ( app-text/docbook2X )" pkg_setup() { python-single-r1_pkg_setup } src_prepare() { use doc || { sed -i -e '/docs/d' Makefile || die ; } sed -i \ -e 's#/pl/#/pl.UTF-8/#' \ "${S}"/docs/pl/Makefile || die "sed failed" sed -i \ -e 's/ISO-8859-1/UTF-8/' \ "${S}"/lib/gconsole.py || die "sed failed" epatch "${FILESDIR}/0.10-fix_lib_path.patch" } src_compile() { # Nothing to compile and default `emake` spews an error message true } src_install() { use doc || { sed -i -e '/docs/d' Makefile || die ; } emake \ LIBDIR="${D}/usr/$(get_libdir)/griffith" \ DESTDIR="${D}" DOC2MAN=docbook2man.pl install dodoc AUTHORS ChangeLog README THANKS TODO NEWS TRANSLATORS cd "${WORKDIR}/${PN}-extra-artwork-${ARTWORK_PV}/" emake DESTDIR="${D}" install # This carries over from -0.13 but appears to have no effect. python_optimize "${D}"usr/share/${PN} } pkg_postinst() { einfo einfo "${PN} can make use of the following optional dependencies" einfo "dev-python/chardet: CSV file encoding detections" einfo "dev-python/mysql-python: Python interface for MySQL connectivity" einfo ">=dev-python/psycopg-2.4: Python interface for PostgreSQL connectivity" einfo }
