summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-05-08 09:44:24 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-05-08 09:44:24 +0000
commit2b9a835236c73133ef05ac4c17e4089e0aed791a (patch)
tree62ef61d7cf713009deb793b74de94f976f3217ad /xfce-extra/xfce4-datetime-plugin
parentDrop vulnerable versions (CVE-2011-0017) (diff)
downloadgentoo-2-2b9a835236c73133ef05ac4c17e4089e0aed791a.tar.gz
gentoo-2-2b9a835236c73133ef05ac4c17e4089e0aed791a.tar.bz2
gentoo-2-2b9a835236c73133ef05ac4c17e4089e0aed791a.zip
Remove USE="debug" wrt #366033 by CBke.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-datetime-plugin')
-rw-r--r--xfce-extra/xfce4-datetime-plugin/ChangeLog8
-rw-r--r--xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild19
2 files changed, 13 insertions, 14 deletions
diff --git a/xfce-extra/xfce4-datetime-plugin/ChangeLog b/xfce-extra/xfce4-datetime-plugin/ChangeLog
index f476767714fd..f33ecd75bc7b 100644
--- a/xfce-extra/xfce4-datetime-plugin/ChangeLog
+++ b/xfce-extra/xfce4-datetime-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-datetime-plugin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime-plugin/ChangeLog,v 1.4 2010/08/24 03:05:39 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime-plugin/ChangeLog,v 1.5 2011/05/08 09:44:24 ssuominen Exp $
+
+ 08 May 2011; Samuli Suominen <ssuominen@gentoo.org>
+ xfce4-datetime-plugin-0.6.1.ebuild:
+ Remove USE="debug" wrt #366033 by CBke.
24 Aug 2010; Samuli Suominen <ssuominen@gentoo.org>
xfce4-datetime-plugin-0.6.1.ebuild:
diff --git a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild
index 7b8b7b667fcb..64361b2e826d 100644
--- a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild
+++ b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild,v 1.6 2011/01/30 00:02:55 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.6.1.ebuild,v 1.7 2011/05/08 09:44:24 ssuominen Exp $
-EAPI=3
+EAPI=4
inherit xfconf
-DESCRIPTION="Panel plugin displaying date, time and small calendar"
-HOMEPAGE="http://www.xfce.org/"
+DESCRIPTION="A panel plug-in with date, time and embedded calender"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin"
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.6/${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="debug"
+IUSE=""
RDEPEND=">=x11-libs/gtk+-2.6:2
>=xfce-base/libxfce4util-4.3.99.2
@@ -23,13 +23,8 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
pkg_setup() {
- XFCONF=(
- --disable-dependency-tracking
- --disable-static
- $(xfconf_use_debug)
- )
-
- DOCS="AUTHORS ChangeLog NEWS THANKS"
+ XFCONF=( --disable-static )
+ DOCS=( AUTHORS ChangeLog NEWS THANKS )
}
src_prepare() {