summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-04-05 09:24:41 +0200
committerMichał Górny <mgorny@gentoo.org>2017-04-05 10:15:57 +0200
commit28f82e7cf599a04e4334ed05960b2d8866e0efef (patch)
tree066dc403372585e2f5c56b6bf883bc19cf97d1ba /app-admin/conkyguayadeque/files/time.patch
parentx11-misc/cairo-dock: Remove (revdep of cairo-dock-plugins, to be rmed) (diff)
downloadsunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.tar.gz
sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.tar.bz2
sunrise-28f82e7cf599a04e4334ed05960b2d8866e0efef.zip
Remove packages using old python eclasses
Diffstat (limited to 'app-admin/conkyguayadeque/files/time.patch')
-rw-r--r--app-admin/conkyguayadeque/files/time.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/app-admin/conkyguayadeque/files/time.patch b/app-admin/conkyguayadeque/files/time.patch
deleted file mode 100644
index fe1cce73a..000000000
--- a/app-admin/conkyguayadeque/files/time.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- conkyGuayadeque.py.old 2012-01-22 02:09:49.000000000 +0100
-+++ conkyGuayadeque.py 2012-01-22 02:59:08.000000000 +0100
-@@ -209,6 +209,7 @@
- length_seconds = 0
-
- current_seconds = int(iface_player.PositionGet() / 1000)
-+ length_seconds = int(length_seconds / 1000)
-
- if length_seconds > 0:
- current_position_percent = str(int((float(current_seconds) / float(length_seconds))*100))