From 54cbddc6fd846cd96c53b183759f9ba2833dfce9 Mon Sep 17 00:00:00 2001 From: Christoph Mende Date: Thu, 22 Oct 2015 13:11:56 +0200 Subject: xfce-extra/thunar-dropbox: version bump to 0.2.1, migrate to python-r1 Package-Manager: portage-2.2.23 --- xfce-extra/thunar-dropbox/Manifest | 2 +- xfce-extra/thunar-dropbox/core | Bin 0 -> 348160 bytes .../thunar-dropbox/thunar-dropbox-0.2.0.ebuild | 38 --------------------- .../thunar-dropbox/thunar-dropbox-0.2.1.ebuild | 33 ++++++++++++++++++ 4 files changed, 34 insertions(+), 39 deletions(-) create mode 100644 xfce-extra/thunar-dropbox/core delete mode 100644 xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild create mode 100644 xfce-extra/thunar-dropbox/thunar-dropbox-0.2.1.ebuild diff --git a/xfce-extra/thunar-dropbox/Manifest b/xfce-extra/thunar-dropbox/Manifest index 6cfd1bb..5f9483e 100644 --- a/xfce-extra/thunar-dropbox/Manifest +++ b/xfce-extra/thunar-dropbox/Manifest @@ -1 +1 @@ -DIST thunar-dropbox-0.2.0.tar.bz2 109292 SHA256 1f3419bb50906874d6db1dfcfd002bc9d1edb91e7641de6826ac9f2ed9196700 SHA512 774f78f2afdd983f5cb81ee8cc425579b186d2ede81f26b94a6974e6f66d0c9831c6a9f8aeed3cc7b1e2587a4cb490786c1426bc90dfeeacfead693778d47a6e WHIRLPOOL 277f89c356ef8d0b52a12a47676d2cc36a3f3ecc61eee54ac505a06194d379142ab81c6e39cbc325918ae7c2fa11a9cf01d5064cdffb5f27200b172c34392b38 +DIST thunar-dropbox-0.2.1.tar.bz2 109878 SHA256 6eda9b3794696ca2761bb4cea2c786906d58a977df1deac319df43cdffff7023 SHA512 38bcb28a31439d1fad4b8515dd5719b3475652d9586186a056757c66e70d59acad994a5d6f7ab4adf1c11291415bd128f5a633de187e86dc7b552be9f4950dbe WHIRLPOOL 3005ebe52a2ae454bf23839419fe6866b93bdcdc32597d2f18c65d96bd4a7048bae930ac76700f9529d17f0ee2b7a25b4e4d34546705b81a5da004e3559dafdd diff --git a/xfce-extra/thunar-dropbox/core b/xfce-extra/thunar-dropbox/core new file mode 100644 index 0000000..b1e31e7 Binary files /dev/null and b/xfce-extra/thunar-dropbox/core differ diff --git a/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild b/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild deleted file mode 100644 index b2c4cc4..0000000 --- a/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 -PYTHON_DEPEND="2:2.6" - -inherit gnome2-utils multilib python waf-utils - -DESCRIPTION="Plugin for thunar that adds context-menu items for dropbox." -HOMEPAGE="http://www.softwarebakery.com/maato/thunar-dropbox.html" -SRC_URI="http://www.softwarebakery.com/maato/files/${PN}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="net-misc/dropbox - >=xfce-base/thunar-1.2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog ) - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - sed -e "s:gtk-update-icon-cache.*:/bin/true':" \ - -e "s:/lib/:/$(get_libdir)/:" -i wscript || die "sed failed" -} - -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update /usr/share/icons/hicolor; } -pkg_postrm() { gnome2_icon_cache_update /usr/share/icons/hicolor; } diff --git a/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.1.ebuild b/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.1.ebuild new file mode 100644 index 0000000..be81c98 --- /dev/null +++ b/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +PYTHON_COMPAT=( python2_7 ) + +inherit gnome2-utils multilib python-any-r1 waf-utils + +DESCRIPTION="Plugin for thunar that adds context-menu items for dropbox." +HOMEPAGE="http://www.softwarebakery.com/maato/thunar-dropbox.html" +SRC_URI="http://www.softwarebakery.com/maato/files/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="net-misc/dropbox + >=xfce-base/thunar-1.2" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +DOCS=( AUTHORS ChangeLog ) + +src_prepare() { + sed -e "s:gtk-update-icon-cache.*:/bin/true':" \ + -e "s:/lib/:/$(get_libdir)/:" -i wscript || die "sed failed" +} + +pkg_preinst() { gnome2_icon_savelist; } +pkg_postinst() { gnome2_icon_cache_update /usr/share/icons/hicolor; } +pkg_postrm() { gnome2_icon_cache_update /usr/share/icons/hicolor; } -- cgit v1.2.3-65-gdbad