summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-04-17 07:42:16 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-04-17 07:42:16 +0000
commitbead10932798a628f637351321ea96f86fe662ad (patch)
tree658b73ebc9e25f729b5eddb391ac4b9bfb8ad694
parentold (diff)
downloadhistorical-bead10932798a628f637351321ea96f86fe662ad.tar.gz
historical-bead10932798a628f637351321ea96f86fe662ad.tar.bz2
historical-bead10932798a628f637351321ea96f86fe662ad.zip
old
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
-rw-r--r--xfce-extra/tumbler/ChangeLog5
-rw-r--r--xfce-extra/tumbler/tumbler-0.1.22.ebuild46
-rw-r--r--xfce-extra/xfce4-clipman-plugin/ChangeLog7
-rw-r--r--xfce-extra/xfce4-clipman-plugin/files/xfce4-clipman-plugin-1.1.1-exo.patch12
-rw-r--r--xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild45
-rw-r--r--xfce-extra/xfce4-genmon-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.0.ebuild26
-rw-r--r--xfce-extra/xfce4-netload-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.0.0.ebuild26
-rw-r--r--xfce-extra/xfce4-smartbookmark-plugin/ChangeLog8
-rw-r--r--xfce-extra/xfce4-smartbookmark-plugin/files/xfce4-smartbookmark-plugin-0.4.2-xfce48.patch25
-rw-r--r--xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.2.ebuild40
-rw-r--r--xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.4-r1.ebuild45
-rw-r--r--xfce-extra/xfce4-timer-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild39
15 files changed, 32 insertions, 310 deletions
diff --git a/xfce-extra/tumbler/ChangeLog b/xfce-extra/tumbler/ChangeLog
index 7c4ca9baaa3d..424c57d4052e 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.33 2012/03/30 14:07:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/ChangeLog,v 1.34 2012/04/17 07:42:16 ssuominen Exp $
+
+ 17 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> -tumbler-0.1.22.ebuild:
+ old
*tumbler-0.1.24 (30 Mar 2012)
diff --git a/xfce-extra/tumbler/tumbler-0.1.22.ebuild b/xfce-extra/tumbler/tumbler-0.1.22.ebuild
deleted file mode 100644
index e90f54a33871..000000000000
--- a/xfce-extra/tumbler/tumbler-0.1.22.ebuild
+++ /dev/null
@@ -1,46 +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.22.ebuild,v 1.6 2012/01/06 10:59:21 ssuominen 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}/0.1/${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 pdf"
-
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.88
- >=dev-libs/glib-2.16:2
- media-libs/freetype:2
- >=media-libs/libpng-1.4
- >=sys-apps/dbus-1.4.1
- || ( x11-libs/gdk-pixbuf:2 ( <x11-libs/gtk+-2.22:2 >=x11-libs/gtk+-2.14:2 ) )
- ffmpeg? ( >=media-video/ffmpegthumbnailer-2 )
- gstreamer? ( media-libs/gstreamer:0.10
- media-libs/gst-plugins-base:0.10 )
- jpeg? ( virtual/jpeg )
- pdf? ( >=app-text/poppler-0.12.4[cairo] )"
-RDEPEND="${COMMON_DEPEND}
- >=xfce-base/thunar-1.2"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- dev-util/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --disable-static
- $(use_enable jpeg jpeg-thumbnailer)
- $(use_enable ffmpeg ffmpeg-thumbnailer)
- $(use_enable pdf poppler-thumbnailer)
- $(use_enable gstreamer gstreamer-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 c5c653665738..17164e9ec16b 100644
--- a/xfce-extra/xfce4-clipman-plugin/ChangeLog
+++ b/xfce-extra/xfce4-clipman-plugin/ChangeLog
@@ -1,6 +1,11 @@
# 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.40 2012/04/10 01:36:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.41 2012/04/17 07:39:16 ssuominen Exp $
+
+ 17 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -files/xfce4-clipman-plugin-1.1.1-exo.patch,
+ -xfce4-clipman-plugin-1.1.3.ebuild:
+ old
*xfce4-clipman-plugin-1.2.3 (10 Apr 2012)
diff --git a/xfce-extra/xfce4-clipman-plugin/files/xfce4-clipman-plugin-1.1.1-exo.patch b/xfce-extra/xfce4-clipman-plugin/files/xfce4-clipman-plugin-1.1.1-exo.patch
deleted file mode 100644
index 1a2a012cf99b..000000000000
--- a/xfce-extra/xfce4-clipman-plugin/files/xfce4-clipman-plugin-1.1.1-exo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- configure.ac
-+++ configure.ac
-@@ -63,7 +63,8 @@
- dnl *** Check for required packages ***
- dnl ***********************************
- XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.16.0])
--XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.0])
-+XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.0], [],
-+ [XDT_CHECK_PACKAGE([EXO], [exo-1], [0.5.0])])
- XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.16.0])
- XDT_CHECK_PACKAGE([GDKX], [gdk-x11-2.0], [2.10.0])
- XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0])
diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild
deleted file mode 100644
index 198b38d9b374..000000000000
--- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 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.1.3.ebuild,v 1.11 2011/05/19 21:26:46 ssuominen Exp $
-
-EAPI=4
-EAUTORECONF=yes
-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.1/${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.16:2
- dev-libs/libunique:1
- >=gnome-base/libglade-2.6:2.0
- >=x11-libs/gtk+-2.10:2
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/libxfcegui4-4.8
- >=xfce-base/xfce4-panel-4.8
- >=xfce-base/xfconf-4.8
- >=xfce-base/exo-0.6"
-DEPEND="${RDEPEND}
- dev-util/intltool
- dev-util/pkgconfig
- sys-devel/gettext"
-
-pkg_setup() {
- PATCHES=( "${FILESDIR}"/${PN}-1.1.1-exo.patch )
- XFCONF=( $(use_enable debug) )
- DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}
-
-src_prepare() {
- sed -i \
- -e "/imagesdir/s:xfce4/doc:doc/${PF}/html:" \
- -e "/TARGET_DIR/s:xfce4/doc:doc/${PF}/html:" \
- docs/manual/*/{,images/}Makefile.am || die
-
- xfconf_src_prepare
-}
diff --git a/xfce-extra/xfce4-genmon-plugin/ChangeLog b/xfce-extra/xfce4-genmon-plugin/ChangeLog
index f75c35461d8a..27400fbef7a3 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.16 2012/02/13 21:55:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-genmon-plugin/ChangeLog,v 1.17 2012/04/17 07:37:34 ssuominen Exp $
+
+ 17 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-genmon-plugin-3.3.0.ebuild:
+ old
13 Feb 2012; Markus Meier <maekke@gentoo.org>
xfce4-genmon-plugin-3.3.1.ebuild:
diff --git a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.0.ebuild b/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.0.ebuild
deleted file mode 100644
index cebf05cbac45..000000000000
--- a/xfce-extra/xfce4-genmon-plugin/xfce4-genmon-plugin-3.3.0.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-genmon-plugin/xfce4-genmon-plugin-3.3.0.ebuild,v 1.9 2012/01/06 11:00:58 ssuominen Exp $
-
-EAPI=4
-inherit 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}/3.3/${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="debug"
-
-RDEPEND=">=xfce-base/libxfcegui4-4.8
- >=xfce-base/xfce4-panel-4.8"
-DEPEND="${RDEPEND}
- dev-util/intltool
- dev-util/pkgconfig"
-
-pkg_setup() {
- XFCONF=( $(xfconf_use_debug) )
- DOCS=( AUTHORS ChangeLog NEWS README )
-}
diff --git a/xfce-extra/xfce4-netload-plugin/ChangeLog b/xfce-extra/xfce4-netload-plugin/ChangeLog
index ad46bf31feb3..ddccea1398c1 100644
--- a/xfce-extra/xfce4-netload-plugin/ChangeLog
+++ b/xfce-extra/xfce4-netload-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-netload-plugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload-plugin/ChangeLog,v 1.24 2012/04/09 18:24:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload-plugin/ChangeLog,v 1.25 2012/04/17 07:38:35 ssuominen Exp $
+
+ 17 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-netload-plugin-1.0.0.ebuild:
+ old
09 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
xfce4-netload-plugin-1.1.0.ebuild:
diff --git a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.0.0.ebuild b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.0.0.ebuild
deleted file mode 100644
index ed03943254c2..000000000000
--- a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.0.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.0.0.ebuild,v 1.9 2011/05/19 20:31:37 ssuominen Exp $
-
-EAPI=4
-inherit xfconf
-
-DESCRIPTION="A network load plug-in for the Xfce panel"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-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="debug"
-
-RDEPEND=">=xfce-base/libxfcegui4-4.8
- >=xfce-base/xfce4-panel-4.8"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool"
-
-pkg_setup() {
- XFCONF=( $(xfconf_use_debug) )
- DOCS=( AUTHORS ChangeLog README )
-}
diff --git a/xfce-extra/xfce4-smartbookmark-plugin/ChangeLog b/xfce-extra/xfce4-smartbookmark-plugin/ChangeLog
index f206d895223c..d39cfec11349 100644
--- a/xfce-extra/xfce4-smartbookmark-plugin/ChangeLog
+++ b/xfce-extra/xfce4-smartbookmark-plugin/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/xfce4-smartbookmark-plugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-smartbookmark-plugin/ChangeLog,v 1.10 2012/04/17 07:15:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-smartbookmark-plugin/ChangeLog,v 1.11 2012/04/17 07:38:15 ssuominen Exp $
+
+ 17 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-smartbookmark-plugin-0.4.2.ebuild,
+ -files/xfce4-smartbookmark-plugin-0.4.2-xfce48.patch,
+ -xfce4-smartbookmark-plugin-0.4.4-r1.ebuild:
+ old
*xfce4-smartbookmark-plugin-0.4.4-r2 (17 Apr 2012)
diff --git a/xfce-extra/xfce4-smartbookmark-plugin/files/xfce4-smartbookmark-plugin-0.4.2-xfce48.patch b/xfce-extra/xfce4-smartbookmark-plugin/files/xfce4-smartbookmark-plugin-0.4.2-xfce48.patch
deleted file mode 100644
index 510e8f4c2096..000000000000
--- a/xfce-extra/xfce4-smartbookmark-plugin/files/xfce4-smartbookmark-plugin-0.4.2-xfce48.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-http://bugzilla.xfce.org/show_bug.cgi?id=6939
-
---- configure.ac
-+++ configure.ac
-@@ -25,7 +25,7 @@
- dnl Check for required packages
- XDT_CHECK_LIBX11_REQUIRE()
- XDT_CHECK_PACKAGE([GDK], [gdk-2.0], [2.0])
--XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfce4panel-1.0], [4.2])
-+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.2])
- XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
-
- XDT_FEATURE_DEBUG()
---- src/smartbookmark.desktop.in.in
-+++ src/smartbookmark.desktop.in.in
-@@ -1,8 +1,7 @@
- [Xfce Panel]
- Type=X-XFCE-PanelPlugin
--Encoding=UTF-8
- _Name=SmartBookmark
- _Comment=Query websites from the Xfce panel
- Icon=gtk-preferences
--X-XFCE-Module=@INTERNAL_PLUGIN_PATH@/libsmartbookmark.so
-+X-XFCE-Module=smartbookmark
- X-XFCE-Unique=false
diff --git a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.2.ebuild b/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.2.ebuild
deleted file mode 100644
index 4a8d7d5e9803..000000000000
--- a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.2.ebuild
+++ /dev/null
@@ -1,40 +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-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.2.ebuild,v 1.5 2012/04/02 11:57:35 ssuominen Exp $
-
-EAPI=4
-EAUTORECONF=yes
-inherit xfconf
-
-DESCRIPTION="Smart bookmark plug-in for the Xfce desktop environment"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.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"
-
-COMMON_DEPEND=">=xfce-base/libxfcegui4-4.8
- >=xfce-base/xfce4-panel-4.8"
-RDEPEND="${COMMON_DEPEND}
- xfce-base/xfce-utils"
-DEPEND="${COMMON_DEPEND}
- dev-util/pkgconfig
- dev-util/intltool"
-
-pkg_setup() {
- PATCHES=( "${FILESDIR}"/${P}-xfce48.patch )
-
- XFCONF=(
- --disable-static
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog README )
-}
-
-src_prepare() {
- sed -i -e 's:bugs.debian:bugs.gentoo:g' src/smartbookmark.c || die
- xfconf_src_prepare
-}
diff --git a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.4-r1.ebuild b/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.4-r1.ebuild
deleted file mode 100644
index 9b7701dd6d0c..000000000000
--- a/xfce-extra/xfce4-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.4-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-smartbookmark-plugin/xfce4-smartbookmark-plugin-0.4.4-r1.ebuild,v 1.3 2012/04/06 17:05:06 ssuominen Exp $
-
-EAPI=4
-inherit xfconf
-
-DESCRIPTION="Smart bookmark plug-in for the Xfce desktop environment"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-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="debug"
-
-COMMON_DEPEND="x11-libs/gtk+:2
- x11-libs/libX11
- >=xfce-base/libxfcegui4-4.8
- >=xfce-base/xfce4-panel-4.8"
-RDEPEND="${COMMON_DEPEND}
- >=xfce-base/exo-0.6"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- dev-util/pkgconfig
- sys-devel/gettext"
-
-pkg_setup() {
- XFCONF=(
- --disable-static
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README )
-}
-
-src_prepare() {
- # http://bugzilla.xfce.org/show_bug.cgi?id=8642
- sed -i \
- -e 's:xfbrowser4:exo-open --launch WebBrowser:' \
- -e 's:bugs.debian:bugs.gentoo:' \
- src/smartbookmark.c || die
-
- xfconf_src_prepare
-}
diff --git a/xfce-extra/xfce4-timer-plugin/ChangeLog b/xfce-extra/xfce4-timer-plugin/ChangeLog
index ea59e263cafe..d4f6d194d195 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.22 2012/03/21 06:13:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-timer-plugin/ChangeLog,v 1.23 2012/04/17 07:33:31 ssuominen Exp $
+
+ 17 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-timer-plugin-0.6.2.ebuild:
+ old
21 Mar 2012; Samuli Suominen <ssuominen@gentoo.org>
xfce4-timer-plugin-0.6.2.ebuild:
diff --git a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild b/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild
deleted file mode 100644
index 06b351d85293..000000000000
--- a/xfce-extra/xfce4-timer-plugin/xfce4-timer-plugin-0.6.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-timer-plugin/xfce4-timer-plugin-0.6.2.ebuild,v 1.12 2012/03/21 06:13:52 ssuominen 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
- mirror://gentoo/${P}-ca.po.bz2
- mirror://gentoo/${P}-hr.po.bz2
- mirror://gentoo/${P}-nl.po.bz2
- mirror://gentoo/${P}-sk.po.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}
- dev-util/pkgconfig
- dev-util/intltool"
-
-pkg_setup() {
- DOCS=( AUTHORS ChangeLog README TODO )
-}
-
-src_prepare() {
- local po
- for po in ca hr nl sk; do
- mv -vf "${WORKDIR}"/${P}-${po}.po po/${po}.po || die
- done
-
- xfconf_src_prepare
-}