public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/angelos:master commit in: xfce-extra/thunar-dropbox/
@ 2013-01-02 17:53 Christoph Mende
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende @ 2013-01-02 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     771c8fca90279d544ab718fa8d9d7d74879692cd
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  5 16:15:19 2012 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Aug  5 16:15:19 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=771c8fca

thunar-dropbox: Initial import

(Portage version: 2.2.0_alpha120/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 xfce-extra/thunar-dropbox/Manifest                 |   13 +++++++
 xfce-extra/thunar-dropbox/metadata.xml             |    9 +++++
 .../thunar-dropbox/thunar-dropbox-0.2.0.ebuild     |   38 ++++++++++++++++++++
 3 files changed, 60 insertions(+), 0 deletions(-)

diff --git a/xfce-extra/thunar-dropbox/Manifest b/xfce-extra/thunar-dropbox/Manifest
new file mode 100644
index 0000000..18db832
--- /dev/null
+++ b/xfce-extra/thunar-dropbox/Manifest
@@ -0,0 +1,13 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST thunar-dropbox-0.2.0.tar.bz2 109292 SHA256 1f3419bb50906874d6db1dfcfd002bc9d1edb91e7641de6826ac9f2ed9196700 SHA512 774f78f2afdd983f5cb81ee8cc425579b186d2ede81f26b94a6974e6f66d0c9831c6a9f8aeed3cc7b1e2587a4cb490786c1426bc90dfeeacfead693778d47a6e WHIRLPOOL 277f89c356ef8d0b52a12a47676d2cc36a3f3ecc61eee54ac505a06194d379142ab81c6e39cbc325918ae7c2fa11a9cf01d5064cdffb5f27200b172c34392b38
+EBUILD thunar-dropbox-0.2.0.ebuild 962 SHA256 d712cc7bbe8163636c341f0b8c7e086e77675f0377da7f52b209c28a8f230c3c SHA512 b7f8ea620b7514eccd02cfffe64e0bd41a5c0a6e532fb6f9fc76ae0845c7302286122087ef614767c43728bc2fe7e42fa378410126f1089b59b0ad66491e6720 WHIRLPOOL 4faf95900bdcd0e94fc40ed5ad5c5593c74f1559c56672ce8c69034902f60a5c9527f633f01715786e7ad3f63051f629dc510373c7ba050e878d21513c386c96
+MISC metadata.xml 236 SHA256 3d0f545d018f4339358833ccd9c96f191d49a0ec57538a6555b1e8309950ffc4 SHA512 1b0218005e78814a9faddb69385f8c52c70735859380dd678148021c65ae7010fd045e14ce87945a01e6ec3a5114f060a6be64cde6ecc5d6e142179bcfffbd7b WHIRLPOOL 17efdd67f82ebefdaef81327ecff218d23085003b7c1eea0eef873ade2c2ea2a3de078e44a46290cb359212a1b62b48cc795c84219bb8fb05d71039996e3eeef
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.19 (GNU/Linux)
+
+iF4EAREIAAYFAlAenBcACgkQmWq1bYTyC0MjLgEAulafL+qYaQByPSq1kaqlb0X+
+EkRJQFAE9tyjvYTkW/cBAJAaHjBkXqhwU7HHl8sCh8LL2387pfEtNQGWnYSA2nli
+=XFkn
+-----END PGP SIGNATURE-----

diff --git a/xfce-extra/thunar-dropbox/metadata.xml b/xfce-extra/thunar-dropbox/metadata.xml
new file mode 100644
index 0000000..fb7ec4a
--- /dev/null
+++ b/xfce-extra/thunar-dropbox/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>angelos@gentoo.org</email>
+		<name>Christoph Mende</name>
+	</maintainer>
+</pkgmetadata>
+

diff --git a/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild b/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild
new file mode 100644
index 0000000..1bb9df5
--- /dev/null
+++ b/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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; }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] dev/angelos:master commit in: xfce-extra/thunar-dropbox/
@ 2015-10-22 11:40 Christoph Mende
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende @ 2015-10-22 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     54cbddc6fd846cd96c53b183759f9ba2833dfce9
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 11:11:56 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 11:11:56 2015 +0000
URL:        https://gitweb.gentoo.org/dev/angelos.git/commit/?id=54cbddc6

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
 ...ropbox-0.2.0.ebuild => thunar-dropbox-0.2.1.ebuild} |   9 ++-------
 3 files changed, 3 insertions(+), 8 deletions(-)

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.1.ebuild
similarity index 86%
rename from xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild
rename to xfce-extra/thunar-dropbox/thunar-dropbox-0.2.1.ebuild
index b2c4cc4..be81c98 100644
--- a/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.0.ebuild
+++ b/xfce-extra/thunar-dropbox/thunar-dropbox-0.2.1.ebuild
@@ -3,9 +3,9 @@
 # $Id$
 
 EAPI=4
-PYTHON_DEPEND="2:2.6"
+PYTHON_COMPAT=( python2_7 )
 
-inherit gnome2-utils multilib python waf-utils
+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"
@@ -23,11 +23,6 @@ DEPEND="${RDEPEND}
 
 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"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] dev/angelos:master commit in: xfce-extra/thunar-dropbox/
@ 2015-10-22 11:40 Christoph Mende
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Mende @ 2015-10-22 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     0f90ba9cb6bdee40fb96144ee69076844752c236
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 11:35:31 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 11:35:31 2015 +0000
URL:        https://gitweb.gentoo.org/dev/angelos.git/commit/?id=0f90ba9c

xfce-extra/thunar-dropbox: remove core file

 xfce-extra/thunar-dropbox/core | Bin 348160 -> 0 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/xfce-extra/thunar-dropbox/core b/xfce-extra/thunar-dropbox/core
deleted file mode 100644
index b1e31e7..0000000
Binary files a/xfce-extra/thunar-dropbox/core and /dev/null differ


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-10-22 11:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-02 17:53 [gentoo-commits] dev/angelos:master commit in: xfce-extra/thunar-dropbox/ Christoph Mende
  -- strict thread matches above, loose matches on Subject: below --
2015-10-22 11:40 Christoph Mende
2015-10-22 11:40 Christoph Mende

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox