diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-07 13:26:45 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-07 13:26:45 +0000 |
commit | c385b615067fc4db561cbfe90c721e3c11931894 (patch) | |
tree | 36b328d7e20a911232c40e2edca38f85c934fe13 /xfce-extra | |
parent | mask baselayout-prefix-1.12.14-r1 for testing openrc. bug 415895. (diff) | |
download | historical-c385b615067fc4db561cbfe90c721e3c11931894.tar.gz historical-c385b615067fc4db561cbfe90c721e3c11931894.tar.bz2 historical-c385b615067fc4db561cbfe90c721e3c11931894.zip |
old
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra')
32 files changed, 67 insertions, 599 deletions
diff --git a/xfce-extra/tumbler/ChangeLog b/xfce-extra/tumbler/ChangeLog index 9932bc487c3e..e5cf606ed724 100644 --- a/xfce-extra/tumbler/ChangeLog +++ b/xfce-extra/tumbler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-extra/tumbler # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/ChangeLog,v 1.42 2012/07/14 13:00:04 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/ChangeLog,v 1.43 2012/08/07 13:20:51 ssuominen Exp $ + + 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> -tumbler-0.1.23.ebuild: + old 14 Jul 2012; Markus Meier <maekke@gentoo.org> tumbler-0.1.25.ebuild: arm stable, bug #416233 diff --git a/xfce-extra/tumbler/tumbler-0.1.23.ebuild b/xfce-extra/tumbler/tumbler-0.1.23.ebuild deleted file mode 100644 index 1d3ea939cd9f..000000000000 --- a/xfce-extra/tumbler/tumbler-0.1.23.ebuild +++ /dev/null @@ -1,49 +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/tumbler/tumbler-0.1.23.ebuild,v 1.5 2012/05/05 07:06:29 mgorny Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="A thumbnail service for the filemanager of Xfce desktop environment" -HOMEPAGE="http://www.xfce.org/projects/thunar/" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="debug ffmpeg gstreamer jpeg odf pdf raw" - -COMMON_DEPEND=">=dev-libs/dbus-glib-0.90 - >=dev-libs/glib-2.16 - media-libs/freetype:2 - >=media-libs/libpng-1.2:0 - >=sys-apps/dbus-1.4 - x11-libs/gdk-pixbuf:2 - ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.7 ) - gstreamer? ( media-libs/gstreamer:0.10 - media-libs/gst-plugins-base:0.10 ) - jpeg? ( virtual/jpeg ) - odf? ( >=gnome-extra/libgsf-1.14.20 ) - pdf? ( >=app-text/poppler-0.12.4[cairo] ) - raw? ( >=media-libs/libopenraw-0.0.8[gtk] )" -RDEPEND="${COMMON_DEPEND} - >=xfce-base/thunar-1.2" -DEPEND="${COMMON_DEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - $(use_enable jpeg jpeg-thumbnailer) - $(use_enable ffmpeg ffmpeg-thumbnailer) - $(use_enable gstreamer gstreamer-thumbnailer) - $(use_enable odf odf-thumbnailer) - $(use_enable pdf poppler-thumbnailer) - $(use_enable raw raw-thumbnailer) - $(xfconf_use_debug) - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} diff --git a/xfce-extra/xfce4-clipman-plugin/ChangeLog b/xfce-extra/xfce4-clipman-plugin/ChangeLog index 48472bfa86eb..a4c0f7a5ef3a 100644 --- a/xfce-extra/xfce4-clipman-plugin/ChangeLog +++ b/xfce-extra/xfce4-clipman-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-clipman-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.47 2012/07/14 13:02:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.48 2012/08/07 13:18:38 ssuominen Exp $ + + 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-clipman-plugin-1.2.2.ebuild: + old 14 Jul 2012; Markus Meier <maekke@gentoo.org> xfce4-clipman-plugin-1.2.3.ebuild: diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.2.ebuild b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.2.ebuild deleted file mode 100644 index 922c936bde15..000000000000 --- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.2.2.ebuild +++ /dev/null @@ -1,39 +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-clipman-plugin/xfce4-clipman-plugin-1.2.2.ebuild,v 1.6 2012/05/05 07:11:10 mgorny Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="A clipboard manager plug-in for the Xfce panel" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.2/${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" - -RDEPEND=">=dev-libs/glib-2.18 - dev-libs/libunique:1 - >=x11-libs/gtk+-2.14:2 - x11-libs/libXtst - >=xfce-base/exo-0.6 - >=xfce-base/libxfce4ui-4.8 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/xfce4-panel-4.8 - >=xfce-base/xfconf-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext - x11-proto/xproto" - -pkg_setup() { - XFCONF=( - --docdir="${EPREFIX}"/usr/share/doc/${PF} - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} diff --git a/xfce-extra/xfce4-cpugraph-plugin/ChangeLog b/xfce-extra/xfce4-cpugraph-plugin/ChangeLog index d1504f443878..3540ca92eff7 100644 --- a/xfce-extra/xfce4-cpugraph-plugin/ChangeLog +++ b/xfce-extra/xfce4-cpugraph-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-cpugraph-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.29 2012/07/14 13:05:38 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/ChangeLog,v 1.30 2012/08/07 13:22:05 ssuominen Exp $ + + 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-cpugraph-plugin-1.0.4.ebuild: + old 14 Jul 2012; Markus Meier <maekke@gentoo.org> xfce4-cpugraph-plugin-1.0.2.ebuild: diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.4.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.4.ebuild deleted file mode 100644 index c512c76960e0..000000000000 --- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.4.ebuild +++ /dev/null @@ -1,31 +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-cpugraph-plugin/xfce4-cpugraph-plugin-1.0.4.ebuild,v 1.1 2012/07/02 16:17:36 ssuominen Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="A system load plug-in for the Xfce panel" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="BSD-2 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" - -RDEPEND=">=x11-libs/gtk+-2.12:2 - >=xfce-base/libxfce4ui-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README ) -} diff --git a/xfce-extra/xfce4-diskperf-plugin/ChangeLog b/xfce-extra/xfce4-diskperf-plugin/ChangeLog index fa684cf27c52..95421cac77c4 100644 --- a/xfce-extra/xfce4-diskperf-plugin/ChangeLog +++ b/xfce-extra/xfce4-diskperf-plugin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfce4-diskperf-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/ChangeLog,v 1.24 2012/07/14 13:08:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-diskperf-plugin/ChangeLog,v 1.25 2012/08/07 13:26:45 ssuominen Exp $ + + 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-diskperf-plugin-2.3.0.ebuild, + -files/xfce4-diskperf-plugin-2.3.0-underlinking.patch: + old 14 Jul 2012; Markus Meier <maekke@gentoo.org> xfce4-diskperf-plugin-2.5.3.ebuild: diff --git a/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.3.0-underlinking.patch b/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.3.0-underlinking.patch deleted file mode 100644 index 35a1209c509e..000000000000 --- a/xfce-extra/xfce4-diskperf-plugin/files/xfce4-diskperf-plugin-2.3.0-underlinking.patch +++ /dev/null @@ -1,21 +0,0 @@ -http://bugzilla.xfce.org/show_bug.cgi?id=7982 - -panel-plugin/main.c is using function round, so explicitely link against -lm. see below. - -/path/to/ld: xfce4_diskperf_plugin-main.o: undefined reference to symbol 'round@@GLIBC_2.2.5' -/path/to/ld: note: 'round@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line -/lib64/libm.so.6: could not read symbols: Invalid operation -collect2: ld returned 1 exit status - ---- panel-plugin/Makefile.am -+++ panel-plugin/Makefile.am -@@ -25,7 +25,8 @@ - - xfce4_diskperf_plugin_LDADD= \ - $(LIBXFCE4PANEL_LIBS) \ -- $(LIBXFCEGUI4_LIBS) -+ $(LIBXFCEGUI4_LIBS) \ -+ -lm - - # - # Desktop file diff --git a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild b/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild deleted file mode 100644 index dcc7ad9fe0d7..000000000000 --- a/xfce-extra/xfce4-diskperf-plugin/xfce4-diskperf-plugin-2.3.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-diskperf-plugin/xfce4-diskperf-plugin-2.3.0.ebuild,v 1.10 2012/05/05 07:10:41 mgorny Exp $ - -EAPI=4 -EAUTORECONF=yes -inherit xfconf - -DESCRIPTION="Xfce's disk usage and performance panel plugin" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/2.3/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=xfce-base/libxfcegui4-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool" - -pkg_setup() { - PATCHES=( "${FILESDIR}"/${P}-underlinking.patch ) - DOCS=( AUTHORS ChangeLog NEWS README ) -} diff --git a/xfce-extra/xfce4-eyes-plugin/ChangeLog b/xfce-extra/xfce4-eyes-plugin/ChangeLog index dc725f015ae3..3fbce2a53a86 100644 --- a/xfce-extra/xfce4-eyes-plugin/ChangeLog +++ b/xfce-extra/xfce4-eyes-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-eyes-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-eyes-plugin/ChangeLog,v 1.16 2012/07/14 13:11:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-eyes-plugin/ChangeLog,v 1.17 2012/08/07 13:21:30 ssuominen Exp $ + + 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-eyes-plugin-4.4.1.ebuild: + old 14 Jul 2012; Markus Meier <maekke@gentoo.org> xfce4-eyes-plugin-4.4.1-r1.ebuild: diff --git a/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.1.ebuild b/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.1.ebuild deleted file mode 100644 index 80e11d39e9fa..000000000000 --- a/xfce-extra/xfce4-eyes-plugin/xfce4-eyes-plugin-4.4.1.ebuild +++ /dev/null @@ -1,28 +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-eyes-plugin/xfce4-eyes-plugin-4.4.1.ebuild,v 1.10 2012/05/20 20:02:30 ssuominen Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="panel plugin that adds eyes which watch your every step" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-eyes-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/4.4/${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" - -RDEPEND=">=x11-libs/gtk+-2.6: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() { - XFCONF=( $(xfconf_use_debug) ) - DOCS=( AUTHORS ChangeLog NEWS README ) -} diff --git a/xfce-extra/xfce4-genmon-plugin/ChangeLog b/xfce-extra/xfce4-genmon-plugin/ChangeLog index 68aee9d2e2a4..bed6e905e821 100644 --- a/xfce-extra/xfce4-genmon-plugin/ChangeLog +++ b/xfce-extra/xfce4-genmon-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-genmon-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.26 2012/07/14 13:25:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.27 2012/08/07 13:24:17 ssuominen Exp $ + + 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-genmon-plugin-3.3.1.ebuild: + old 14 Jul 2012; Markus Meier <maekke@gentoo.org> xfce4-genmon-plugin-3.4.0.ebuild: diff --git a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild deleted file mode 100644 index c0771f4a156e..000000000000 --- a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild +++ /dev/null @@ -1,29 +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-genmon-plugin/xfce4-genmon-plugin-3.3.1.ebuild,v 1.7 2012/05/05 07:14:44 mgorny Exp $ - -EAPI=4 -inherit multilib xfconf - -DESCRIPTION="Cyclically spawns the executable, captures its output and displays the result into the panel." -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="" - -RDEPEND=">=xfce-base/libxfcegui4-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - ) - - DOCS=( AUTHORS ChangeLog NEWS README ) -} diff --git a/xfce-extra/xfce4-mount-plugin/ChangeLog b/xfce-extra/xfce4-mount-plugin/ChangeLog index 30d46882b93d..3ff1ce65fea6 100644 --- a/xfce-extra/xfce4-mount-plugin/ChangeLog +++ b/xfce-extra/xfce4-mount-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-mount-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount-plugin/ChangeLog,v 1.16 2012/07/14 13:28:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-mount-plugin/ChangeLog,v 1.17 2012/08/07 13:17:55 ssuominen Exp $ + + 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-mount-plugin-0.5.5.ebuild, -xfce4-mount-plugin-0.6.3.ebuild: + old 14 Jul 2012; Markus Meier <maekke@gentoo.org> xfce4-mount-plugin-0.6.4.ebuild: diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild deleted file mode 100644 index 882d36532893..000000000000 --- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild +++ /dev/null @@ -1,30 +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-mount-plugin/xfce4-mount-plugin-0.5.5.ebuild,v 1.6 2012/05/05 07:17:20 mgorny Exp $ - -EAPI=4 -inherit multilib xfconf - -DESCRIPTION="Mount plugin for the Xfce panel" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-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 ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="debug" - -RDEPEND=">=xfce-base/libxfcegui4-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - $(use_enable debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.3.ebuild b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.3.ebuild deleted file mode 100644 index bca4954aa59b..000000000000 --- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.3.ebuild +++ /dev/null @@ -1,29 +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-mount-plugin/xfce4-mount-plugin-0.6.3.ebuild,v 1.2 2012/05/05 07:17:20 mgorny Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="An mount plug-in for the Xfce panel" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-mount-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 ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="debug" - -RDEPEND=">=xfce-base/libxfce4ui-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} diff --git a/xfce-extra/xfce4-places-plugin/ChangeLog b/xfce-extra/xfce4-places-plugin/ChangeLog index 47a57f9da3d8..ec018fdb02d2 100644 --- a/xfce-extra/xfce4-places-plugin/ChangeLog +++ b/xfce-extra/xfce4-places-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-places-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/ChangeLog,v 1.29 2012/07/14 13:30:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-places-plugin/ChangeLog,v 1.30 2012/08/07 13:19:05 ssuominen Exp $ + + 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-places-plugin-1.2.0-r1.ebuild: + old 14 Jul 2012; Markus Meier <maekke@gentoo.org> xfce4-places-plugin-1.3.0.ebuild: diff --git a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild deleted file mode 100644 index fcb93f074d6a..000000000000 --- a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild +++ /dev/null @@ -1,45 +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-places-plugin/xfce4-places-plugin-1.2.0-r1.ebuild,v 1.9 2012/05/24 05:03:01 vapier Exp $ - -EAPI=4 -EAUTORECONF=yes -inherit multilib xfconf eutils - -DEBIAN_REVISION=3 - -DESCRIPTION="A panel plug-in to provide quick access to files, folders and removable media" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2 - mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${DEBIAN_REVISION}.debian.tar.gz" - -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 libnotify" - -RDEPEND=">=dev-libs/glib-2.22 - >=x11-libs/gtk+-2.14:2 - >=xfce-base/exo-0.6 - >=xfce-base/libxfce4ui-4.8 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/xfce4-panel-4.8 - libnotify? ( >=x11-libs/libnotify-0.7 )" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - $(use_enable libnotify notifications) - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} - -src_prepare() { - EPATCH_FORCE=yes EPATCH_SUFFIX=patch EPATCH_SOURCE="${WORKDIR}"/debian/patches epatch - xfconf_src_prepare -} diff --git a/xfce-extra/xfce4-screenshooter/ChangeLog b/xfce-extra/xfce4-screenshooter/ChangeLog index cd42b24f07ed..beb17c7293c8 100644 --- a/xfce-extra/xfce4-screenshooter/ChangeLog +++ b/xfce-extra/xfce4-screenshooter/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for xfce-extra/xfce4-screenshooter # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/ChangeLog,v 1.99 2012/07/14 13:33:45 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/ChangeLog,v 1.100 2012/08/07 13:20:07 ssuominen Exp $ + + 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-screenshooter-1.8.0.ebuild, + -files/xfce4-screenshooter-1.8.0-underlinking.patch: + old 14 Jul 2012; Markus Meier <maekke@gentoo.org> xfce4-screenshooter-1.8.1.ebuild: diff --git a/xfce-extra/xfce4-screenshooter/files/xfce4-screenshooter-1.8.0-underlinking.patch b/xfce-extra/xfce4-screenshooter/files/xfce4-screenshooter-1.8.0-underlinking.patch deleted file mode 100644 index 03ff37d1e9ad..000000000000 --- a/xfce-extra/xfce4-screenshooter/files/xfce4-screenshooter-1.8.0-underlinking.patch +++ /dev/null @@ -1,16 +0,0 @@ -Function floor is required, so link to libmath to avoid linking failure (underlinking) - -http://bugzilla.xfce.org/show_bug.cgi?id=8230 - ---- Makefile.am -+++ Makefile.am -@@ -51,7 +51,8 @@ - @SOUP_LIBS@ \ - @LIBXEXT_LIBS@ \ - @LIBX11_LIBS@ \ -- @XFIXES_LIBS@ -+ @XFIXES_LIBS@ \ -+ -lm - - lib_libscreenshooter_built_sources = \ - lib/screenshooter-marshal.c lib/screenshooter-marshal.h diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.0.ebuild b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.0.ebuild deleted file mode 100644 index df8be16896b7..000000000000 --- a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.0.ebuild +++ /dev/null @@ -1,49 +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-screenshooter/xfce4-screenshooter-1.8.0.ebuild,v 1.11 2012/05/05 07:26:15 mgorny Exp $ - -EAPI=4 -EAUTORECONF=yes -inherit multilib xfconf - -DESCRIPTION="Xfce4 screenshooter application and panel plugin" -HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-screenshooter" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" -IUSE="debug" - -RDEPEND=">=dev-libs/glib-2.16 - >=net-libs/libsoup-2.26 - >=x11-libs/gdk-pixbuf-2.16 - >=x11-libs/gtk+-2.16:2 - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXfixes - >=xfce-base/exo-0.6 - >=xfce-base/xfce4-panel-4.8 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/libxfce4ui-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - PATCHES=( "${FILESDIR}"/${P}-underlinking.patch ) - - XFCONF=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - --docdir="${EPREFIX}"/usr/share/doc/${PF} - $(xfconf_use_debug) - --enable-xfixes - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} - -src_prepare() { - sed -i -e 's:$(datadir)/xfce4/doc:$(docdir)/html:' Makefile.am || die - xfconf_src_prepare -} diff --git a/xfce-extra/xfce4-systemload-plugin/ChangeLog b/xfce-extra/xfce4-systemload-plugin/ChangeLog index 9c54b479b159..3defafa24e5a 100644 --- a/xfce-extra/xfce4-systemload-plugin/ChangeLog +++ b/xfce-extra/xfce4-systemload-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-systemload-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog,v 1.26 2012/07/14 13:39:12 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-systemload-plugin/ChangeLog,v 1.27 2012/08/07 13:11:23 ssuominen Exp $ + + 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-systemload-plugin-1.0.0.ebuild: + old 14 Jul 2012; Markus Meier <maekke@gentoo.org> xfce4-systemload-plugin-1.1.0.ebuild: diff --git a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.0.0.ebuild b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.0.0.ebuild deleted file mode 100644 index 312a869fe79f..000000000000 --- a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.0.0.ebuild +++ /dev/null @@ -1,28 +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-systemload-plugin/xfce4-systemload-plugin-1.0.0.ebuild,v 1.9 2012/05/05 07:25:49 mgorny Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="System load plug-in for Xfce panel" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.0/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux" -IUSE="debug" - -RDEPEND=">=x11-libs/gtk+-2.6:2 - >=xfce-base/xfce4-panel-4.8 - >=xfce-base/libxfcegui4-4.8 - >=xfce-base/libxfce4util-4.8" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool" - -pkg_setup() { - XFCONF=( $(xfconf_use_debug) ) - DOCS=( AUTHORS ChangeLog NEWS README ) -} 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 ) -} diff --git a/xfce-extra/xfce4-timer-plugin/ChangeLog b/xfce-extra/xfce4-timer-plugin/ChangeLog index 625b9bb7fb87..f7ed29c280e3 100644 --- a/xfce-extra/xfce4-timer-plugin/ChangeLog +++ b/xfce-extra/xfce4-timer-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-timer-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.30 2012/07/14 13:44:47 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.31 2012/08/07 13:16:44 ssuominen Exp $ + + 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-timer-plugin-0.6.3.ebuild: + old 14 Jul 2012; Markus Meier <maekke@gentoo.org> xfce4-timer-plugin-0.6.4.ebuild: diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.3.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.3.ebuild deleted file mode 100644 index 4fe86b82cd11..000000000000 --- a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.3.ebuild +++ /dev/null @@ -1,26 +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-timer-plugin/xfce4-timer-plugin-0.6.3.ebuild,v 1.6 2012/05/05 07:25:41 mgorny Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="A simple timer plug-in for the Xfce desktop environment" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-timer-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=">=xfce-base/xfce4-panel-4.8 - >=xfce-base/libxfcegui4-4.8 - >=xfce-base/libxfce4util-4.8" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool" - -pkg_setup() { - DOCS=( AUTHORS ChangeLog README TODO ) -} diff --git a/xfce-extra/xfce4-weather-plugin/ChangeLog b/xfce-extra/xfce4-weather-plugin/ChangeLog index 5795fe00a02f..9ac9a838edb3 100644 --- a/xfce-extra/xfce4-weather-plugin/ChangeLog +++ b/xfce-extra/xfce4-weather-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-weather-plugin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.22 2012/08/06 11:54:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-weather-plugin/ChangeLog,v 1.23 2012/08/07 13:09:25 ssuominen Exp $ + + 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-weather-plugin-0.7.4-r2.ebuild, -xfce4-weather-plugin-0.8.0.ebuild: + old *xfce4-weather-plugin-0.8.1 (06 Aug 2012) diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r2.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r2.ebuild deleted file mode 100644 index 4b4e956be307..000000000000 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.7.4-r2.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-weather-plugin/xfce4-weather-plugin-0.7.4-r2.ebuild,v 1.1 2012/06/27 14:20:01 ssuominen Exp $ - -EAPI=4 -inherit multilib xfconf - -DESCRIPTION="A weather plug-in for the Xfce desktop environment" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND="dev-libs/libxml2 - 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() { - XFCONF=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.0.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.0.ebuild deleted file mode 100644 index e92464519dd1..000000000000 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.0.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-weather-plugin/xfce4-weather-plugin-0.8.0.ebuild,v 1.1 2012/07/23 10:37:32 angelos Exp $ - -EAPI=4 -inherit multilib xfconf - -DESCRIPTION="A weather plug-in for the Xfce desktop environment" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND="x11-libs/gtk+:2 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/libxfce4ui-4.8 - >=xfce-base/xfce4-panel-4.8 - dev-libs/libxml2" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} |