jlec        15/07/28 14:00:30

  Modified:             polly-0.93.11.ebuild ChangeLog
  Added:                polly-0.93.12.ebuild
  Removed:              polly-0.93.9.ebuild polly-0.93.10.ebuild
  Log:
  Add missing gdbm to python dep, bug #554396; drop old; version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.3                  net-misc/polly/polly-0.93.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/polly/polly-0.93.11.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/polly/polly-0.93.11.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/polly/polly-0.93.11.ebuild?r1=1.2&r2=1.3

Index: polly-0.93.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/polly/polly-0.93.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- polly-0.93.11.ebuild        8 Apr 2015 18:04:50 -0000       1.2
+++ polly-0.93.11.ebuild        28 Jul 2015 14:00:30 -0000      1.3
@@ -1,10 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/polly/polly-0.93.11.ebuild,v 1.2 
2015/04/08 18:04:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/polly/polly-0.93.11.ebuild,v 1.3 
2015/07/28 14:00:30 jlec Exp $
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
+PYTON_REQ_USE=( gdbm )
 DISTUTILS_NO_PARALLEL_BUILD=1
 
 inherit distutils-r1 gnome2-utils vcs-snapshot
@@ -18,11 +19,10 @@
 KEYWORDS="~amd64"
 IUSE=""
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="${PYTHON_DEPS}
        dev-python/dbus-python[${PYTHON_USEDEP}]
-       dev-python/gconf-python
-       dev-python/gtkspell-python
+       dev-python/gconf-python[${PYTHON_USEDEP}]
+       dev-python/gtkspell-python[${PYTHON_USEDEP}]
        dev-python/httplib2[${PYTHON_USEDEP}]
        dev-python/keyring[${PYTHON_USEDEP}]
        dev-python/notify-python[${PYTHON_USEDEP}]
@@ -31,7 +31,7 @@
        dev-python/pycurl[${PYTHON_USEDEP}]
        dev-python/pyxdg[${PYTHON_USEDEP}]
        dev-python/socksipy[${PYTHON_USEDEP}]"
-DEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}"
 
 python_prepare_all() {
        rm -rf external/keyring || die



1.5                  net-misc/polly/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/polly/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/polly/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/polly/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/polly/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   8 Apr 2015 18:04:50 -0000       1.4
+++ ChangeLog   28 Jul 2015 14:00:30 -0000      1.5
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/polly
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/polly/ChangeLog,v 1.4 2015/04/08 
18:04:50 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/polly/ChangeLog,v 1.5 2015/07/28 
14:00:30 jlec Exp $
+
+*polly-0.93.12 (28 Jul 2015)
+
+  28 Jul 2015; Justin Lecher <[email protected]> +polly-0.93.12.ebuild,
+  -files/polly-0.93.10-desktop.patch, -polly-0.93.10.ebuild,
+  -polly-0.93.9.ebuild, polly-0.93.11.ebuild:
+  Add missing gdbm to python dep, bug #554396; drop old; version Bump
 
   08 Apr 2015; Michał Górny <[email protected]> polly-0.93.10.ebuild,
   polly-0.93.11.ebuild, polly-0.93.9.ebuild:



1.1                  net-misc/polly/polly-0.93.12.ebuild

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

Index: polly-0.93.12.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/polly/polly-0.93.12.ebuild,v 1.1 
2015/07/28 14:00:30 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTON_REQ_USE=( gdbm )
DISTUTILS_NO_PARALLEL_BUILD=1

inherit distutils-r1 gnome2-utils vcs-snapshot

DESCRIPTION="twitter client designed for multiple columns of multiple accounts"
HOMEPAGE="https://launchpad.net/polly";
SRC_URI="https://launchpad.net/${PN}/1.0/pre-alpha-2/+download/Polly-${PV}.tar.gz";

LICENSE="CC-BY-NC-SA-3.0 GPL-2 GPL-3+ MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

RDEPEND="${PYTHON_DEPS}
        dev-python/dbus-python[${PYTHON_USEDEP}]
        dev-python/gconf-python[${PYTHON_USEDEP}]
        dev-python/gtkspell-python[${PYTHON_USEDEP}]
        dev-python/httplib2[${PYTHON_USEDEP}]
        dev-python/keyring[${PYTHON_USEDEP}]
        dev-python/notify-python[${PYTHON_USEDEP}]
        dev-python/numpy[${PYTHON_USEDEP}]
        dev-python/oauth2[${PYTHON_USEDEP}]
        dev-python/pycurl[${PYTHON_USEDEP}]
        dev-python/pyxdg[${PYTHON_USEDEP}]
        dev-python/socksipy[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"

S="${WORKDIR}"/Polly-${PV}

python_prepare_all() {
        rm -rf external/keyring || die
        distutils-r1_python_prepare_all
}

pkg_preinst() {
        gnome2_gconf_savelist
}

pkg_postinst() {
        gnome2_gconf_install
}

pkg_postrm() {
        gnome2_gconf_uninstall
}




Reply via email to