diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-17 00:18:33 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-17 00:18:33 +0000 |
commit | 52bcdf66e9f74b0902591fe11f5b3865ac60d7db (patch) | |
tree | e098cd1a275fe1740c6e21097989697e36589f75 /app-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-52bcdf66e9f74b0902591fe11f5b3865ac60d7db.tar.gz gentoo-2-52bcdf66e9f74b0902591fe11f5b3865ac60d7db.tar.bz2 gentoo-2-52bcdf66e9f74b0902591fe11f5b3865ac60d7db.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/specto/ChangeLog | 9 | ||||
-rw-r--r-- | app-misc/specto/files/specto-0.3.1-icon-theme.patch | 30 | ||||
-rw-r--r-- | app-misc/specto/specto-0.3.1.ebuild | 42 | ||||
-rw-r--r-- | app-misc/specto/specto-0.4.1.ebuild | 43 |
4 files changed, 7 insertions, 117 deletions
diff --git a/app-misc/specto/ChangeLog b/app-misc/specto/ChangeLog index 26037b240fbc..7ebb540676d7 100644 --- a/app-misc/specto/ChangeLog +++ b/app-misc/specto/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/specto -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/specto/ChangeLog,v 1.8 2014/12/27 16:51:04 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/specto/ChangeLog,v 1.9 2015/04/17 00:18:33 mrueg Exp $ + + 17 Apr 2015; Manuel Rüger <mrueg@gentoo.org> + -files/specto-0.3.1-icon-theme.patch, -specto-0.3.1.ebuild, + -specto-0.4.1.ebuild: + Remove old. *specto-0.4.1-r1 (27 Dec 2014) diff --git a/app-misc/specto/files/specto-0.3.1-icon-theme.patch b/app-misc/specto/files/specto-0.3.1-icon-theme.patch deleted file mode 100644 index fcb7d1f0f241..000000000000 --- a/app-misc/specto/files/specto-0.3.1-icon-theme.patch +++ /dev/null @@ -1,30 +0,0 @@ -Replace some GNOME icons with their FreeDesktop equivalents -so that it works with oxygen as a theme. - ---- specto-0.3.1/spectlib/notifier.py -+++ specto-0.3.1/spectlib/notifier.py -@@ -194,11 +194,11 @@ - """ show the right icon for the status from the watch. """ - watch = self.specto.watch_db[id] - statusbar = self.wTree.get_widget("statusbar1") -- icon = self.get_icon("error", 50, False) -+ icon = self.get_icon("dialog-error", 50, False) - - try: - if status == "checking": -- icon = self.get_icon("reload", 0, False) -+ icon = self.get_icon("view-refresh", 0, False) - statusbar.push(0, (datetime.today().strftime("%H:%M") + " - " + _('The watch "%s" is checking.') % watch.name)) - - elif status == "idle": -@@ -220,8 +220,8 @@ - - elif status == "error": - statusbar.push(0, (datetime.today().strftime("%H:%M") + " - " + _('The watch "%s" has a problem.') % watch.name)) -- balloon_icon = self.get_icon("error", 0, True) -- icon = self.get_icon("error", 50, False) -+ balloon_icon = self.get_icon("dialog-error", 0, True) -+ icon = self.get_icon("dialog-error", 50, False) - if self.specto.specto_gconf.get_entry("pop_toast") == True: - self.balloon.show_toast(watch.error_message, balloon_icon, urgency="critical", summary=(_("%s encountered a problem") % watch.name)) - if self.specto.specto_gconf.get_entry("use_problem_sound"): diff --git a/app-misc/specto/specto-0.3.1.ebuild b/app-misc/specto/specto-0.3.1.ebuild deleted file mode 100644 index e01597decb98..000000000000 --- a/app-misc/specto/specto-0.3.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/specto/specto-0.3.1.ebuild,v 1.6 2011/01/12 14:23:24 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -PYTHON_MODNAME="spectlib" - -inherit distutils eutils - -DESCRIPTION="watch configurable events and trigger notifications" -HOMEPAGE="http://specto.sourceforge.net/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="linguas_cs linguas_de linguas_es linguas_fr linguas_it - linguas_pt_BR linguas_ro linguas_sv linguas_tr" - -RDEPEND="dev-python/gconf-python - dev-python/dbus-python - dev-python/libgnome-python - dev-python/notify-python - >=dev-python/pygtk-2.10" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-icon-theme.patch - - sed -e "s:share/doc/specto:share/doc/${PF}:" \ - -i setup.py spectlib/util.py || die - - if [ -n "${LINGUAS}" ] ; then - sed -e "/^i18n_languages = /s: = .*: = \"${LINGUAS}\":" \ - -i setup.py || die - fi -} diff --git a/app-misc/specto/specto-0.4.1.ebuild b/app-misc/specto/specto-0.4.1.ebuild deleted file mode 100644 index e3ab19b855b9..000000000000 --- a/app-misc/specto/specto-0.4.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/specto/specto-0.4.1.ebuild,v 1.1 2012/05/20 15:26:37 xmw Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -PYTHON_MODNAME="spectlib" - -inherit distutils eutils - -DESCRIPTION="watch configurable events and trigger notifications" -HOMEPAGE="http://specto.sourceforge.net/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="linguas_cs linguas_de linguas_es linguas_fr linguas_it - linguas_pt_BR linguas_ro linguas_sv linguas_tr" - -RDEPEND="dev-python/gconf-python - dev-python/dbus-python - dev-python/libgnome-python - dev-python/notify-python - >=dev-python/pygtk-2.10" -DEPEND="" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-icon-theme.patch - - sed -e "s:share/doc/specto:share/doc/${PF}:" \ - -i setup.py spectlib/util.py || die - - if [ -n "${LINGUAS}" ] ; then - sed -e "/^i18n_languages = /s: = .*: = \"${LINGUAS}\":" \ - -i setup.py || die - fi -} |