summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-08-07 13:15:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-08-07 13:15:43 +0000
commitfd6bdbeafbf9ed2a3bb0a0f10c03d985e69cf06a (patch)
tree4ccac5b9353bed2fb4b0f0bce27a92b3a4e41264 /xfce-extra/xfce4-time-out-plugin
parentold (diff)
downloadgentoo-2-fd6bdbeafbf9ed2a3bb0a0f10c03d985e69cf06a.tar.gz
gentoo-2-fd6bdbeafbf9ed2a3bb0a0f10c03d985e69cf06a.tar.bz2
gentoo-2-fd6bdbeafbf9ed2a3bb0a0f10c03d985e69cf06a.zip
old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-time-out-plugin')
-rw-r--r--xfce-extra/xfce4-time-out-plugin/ChangeLog7
-rw-r--r--xfce-extra/xfce4-time-out-plugin/files/xfce4-time-out-plugin-1.0.0-assertion_percentage_failed.patch13
-rw-r--r--xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0-r1.ebuild33
-rw-r--r--xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0.ebuild27
4 files changed, 6 insertions, 74 deletions
diff --git a/xfce-extra/xfce4-time-out-plugin/ChangeLog b/xfce-extra/xfce4-time-out-plugin/ChangeLog
index 66c13f3692a7..2d78a79142da 100644
--- a/xfce-extra/xfce4-time-out-plugin/ChangeLog
+++ b/xfce-extra/xfce4-time-out-plugin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-extra/xfce4-time-out-plugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out-plugin/ChangeLog,v 1.19 2012/07/14 13:42:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out-plugin/ChangeLog,v 1.20 2012/08/07 13:15:42 ssuominen Exp $
+
+ 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-time-out-plugin-1.0.0.ebuild, -xfce4-time-out-plugin-1.0.0-r1.ebuild,
+ -files/xfce4-time-out-plugin-1.0.0-assertion_percentage_failed.patch:
+ old
14 Jul 2012; Markus Meier <maekke@gentoo.org>
xfce4-time-out-plugin-1.0.1.ebuild:
diff --git a/xfce-extra/xfce4-time-out-plugin/files/xfce4-time-out-plugin-1.0.0-assertion_percentage_failed.patch b/xfce-extra/xfce4-time-out-plugin/files/xfce4-time-out-plugin-1.0.0-assertion_percentage_failed.patch
deleted file mode 100644
index 14fa2a15adf6..000000000000
--- a/xfce-extra/xfce4-time-out-plugin/files/xfce4-time-out-plugin-1.0.0-assertion_percentage_failed.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=402859
-http://bugzilla.xfce.org/show_bug.cgi?id=7660
-
---- panel-plugin/time-out-lock-screen.c
-+++ panel-plugin/time-out-lock-screen.c
-@@ -313,6 +313,7 @@
- GString *time_string;
-
- g_return_if_fail (IS_TIME_OUT_LOCK_SCREEN (lock_screen));
-+ if (seconds < 0) return;
-
- /* Set remaining seconds attribute */
- lock_screen->remaining_seconds = seconds;
diff --git a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0-r1.ebuild b/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0-r1.ebuild
deleted file mode 100644
index 2955a011b9c1..000000000000
--- a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0-r1.ebuild,v 1.3 2012/05/05 07:25:41 mgorny Exp $
-
-EAPI=4
-inherit multilib xfconf
-
-DESCRIPTION="A panel plug-in to take periodical breaks from the computer"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/libxfcegui4-4.8
- >=xfce-base/xfce4-panel-4.8"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-pkg_setup() {
- PATCHES=( "${FILESDIR}"/${P}-assertion_percentage_failed.patch )
-
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-}
diff --git a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0.ebuild b/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0.ebuild
deleted file mode 100644
index 6708ae66d2af..000000000000
--- a/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-time-out-plugin/xfce4-time-out-plugin-1.0.0.ebuild,v 1.10 2012/05/05 07:25:41 mgorny Exp $
-
-EAPI=4
-inherit xfconf
-
-DESCRIPTION="A panel plug-in to take periodical breaks from the computer"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-time-out-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.0/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.8:2
- >=xfce-base/xfce4-panel-4.8
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/libxfcegui4-4.8"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- dev-util/intltool"
-
-pkg_setup() {
- DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-}