summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-29 20:16:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-29 20:16:15 +0000
commit6938f25909a30f76a39e9a68900cc5063cffa320 (patch)
treed9d956f128095aa522b53ab3138348f25ecfb273 /xfce-extra
parentold (diff)
downloadhistorical-6938f25909a30f76a39e9a68900cc5063cffa320.tar.gz
historical-6938f25909a30f76a39e9a68900cc5063cffa320.tar.bz2
historical-6938f25909a30f76a39e9a68900cc5063cffa320.zip
old
Package-Manager: portage-2.2.0_alpha71_p73/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-radio-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild31
-rw-r--r--xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.0.ebuild26
-rw-r--r--xfce-extra/xfce4-wmdock-plugin/ChangeLog7
-rw-r--r--xfce-extra/xfce4-wmdock-plugin/files/xfce4-wmdock-plugin-0.3.2-libxfce4panel_h.patch29
-rw-r--r--xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.3.2.ebuild36
6 files changed, 11 insertions, 124 deletions
diff --git a/xfce-extra/xfce4-radio-plugin/ChangeLog b/xfce-extra/xfce4-radio-plugin/ChangeLog
index 2eeb5060cb6f..a65e4b38b3a1 100644
--- a/xfce-extra/xfce4-radio-plugin/ChangeLog
+++ b/xfce-extra/xfce4-radio-plugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for xfce-extra/xfce4-radio-plugin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/ChangeLog,v 1.17 2011/10/16 05:25:04 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-radio-plugin/ChangeLog,v 1.18 2011/10/29 20:16:15 ssuominen Exp $
+
+ 29 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-radio-plugin-0.4.4.ebuild, -xfce4-radio-plugin-0.5.0.ebuild:
+ old
16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
xfce4-radio-plugin-0.5.1.ebuild:
diff --git a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild
deleted file mode 100644
index 4a59e398d230..000000000000
--- a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild
+++ /dev/null
@@ -1,31 +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-radio-plugin/xfce4-radio-plugin-0.4.4.ebuild,v 1.5 2011/05/19 20:14:02 ssuominen Exp $
-
-EAPI=4
-inherit xfconf
-
-DESCRIPTION="Panel plugin to control V4L radio device"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-radio-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.4/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-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 NEWS README )
-}
-
-src_prepare() {
- sed -i -e '/ALL_LINGUAS/s:ug ::' configure || die #358421
- xfconf_src_prepare
-}
diff --git a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.0.ebuild b/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.0.ebuild
deleted file mode 100644
index 4e2b98c22b3e..000000000000
--- a/xfce-extra/xfce4-radio-plugin/xfce4-radio-plugin-0.5.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-radio-plugin/xfce4-radio-plugin-0.5.0.ebuild,v 1.1 2011/05/19 06:20:14 angelos Exp $
-
-EAPI=4
-inherit xfconf
-
-DESCRIPTION="V4L radio device control plug-in for the Xfce desktop environment"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-radio-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.5/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=xfce-base/libxfcegui4-4.3.22
- >=xfce-base/xfce4-panel-4.3.22"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- >=dev-util/intltool-0.40"
-
-pkg_setup() {
- XFCONF=( $(xfconf_use_debug) )
- DOCS=( AUTHORS NEWS README )
-}
diff --git a/xfce-extra/xfce4-wmdock-plugin/ChangeLog b/xfce-extra/xfce4-wmdock-plugin/ChangeLog
index de0bbf7f9911..2e61704a7024 100644
--- a/xfce-extra/xfce4-wmdock-plugin/ChangeLog
+++ b/xfce-extra/xfce4-wmdock-plugin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for xfce-extra/xfce4-wmdock-plugin
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 1.8 2011/10/16 05:25:54 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 1.9 2011/10/29 20:15:04 ssuominen Exp $
+
+ 29 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-wmdock-plugin-0.3.2.ebuild,
+ -files/xfce4-wmdock-plugin-0.3.2-libxfce4panel_h.patch:
+ old
16 Oct 2011; Samuli Suominen <ssuominen@gentoo.org>
xfce4-wmdock-plugin-0.3.4.ebuild:
diff --git a/xfce-extra/xfce4-wmdock-plugin/files/xfce4-wmdock-plugin-0.3.2-libxfce4panel_h.patch b/xfce-extra/xfce4-wmdock-plugin/files/xfce4-wmdock-plugin-0.3.2-libxfce4panel_h.patch
deleted file mode 100644
index c592c9787c2a..000000000000
--- a/xfce-extra/xfce4-wmdock-plugin/files/xfce4-wmdock-plugin-0.3.2-libxfce4panel_h.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=331491
-http://bugzilla.xfce.org/show_bug.cgi?id=6619
-
---- panel-plugin/wmdock.c
-+++ panel-plugin/wmdock.c
-@@ -34,11 +34,7 @@
- #include <gtk/gtk.h>
- #include <libxfce4util/libxfce4util.h>
- #include <libxfcegui4/libxfcegui4.h>
--#include <libxfce4panel/xfce-panel-plugin.h>
--#include <libxfce4panel/xfce-panel-window.h>
--#include <libxfce4panel/xfce-hvbox.h>
--#include <libxfce4panel/xfce-arrow-button.h>
--#include <libxfce4panel/xfce-panel-convenience.h>
-+#include <libxfce4panel/libxfce4panel.h>
-
- #include "wmdock.h"
- #include "xfce4-wmdock-plugin.xpm"
---- panel-plugin/wmdock.h
-+++ panel-plugin/wmdock.h
-@@ -25,7 +25,7 @@
- #define __WMDOCK_H__
-
- #include <gtk/gtk.h>
--#include <libxfce4panel/xfce-panel-plugin.h>
-+#include <libxfce4panel/libxfce4panel.h>
-
- #define WNCK_I_KNOW_THIS_IS_UNSTABLE
- #include <libwnck/libwnck.h>
diff --git a/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.3.2.ebuild b/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.3.2.ebuild
deleted file mode 100644
index 1b3410481468..000000000000
--- a/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.3.2.ebuild
+++ /dev/null
@@ -1,36 +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-wmdock-plugin/xfce4-wmdock-plugin-0.3.2.ebuild,v 1.7 2011/05/19 20:57:00 ssuominen Exp $
-
-EAPI=4
-inherit xfconf
-
-DESCRIPTION="a compatibility layer for running WindowMaker dockapps on Xfce4."
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wmdock-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.3/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-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
- >=x11-libs/libwnck-2.8.1:1"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- sys-devel/gettext
- dev-util/intltool"
-
-pkg_setup() {
- PATCHES=( "${FILESDIR}"/${P}-libxfce4panel_h.patch )
- XFCONF=( $(xfconf_use_debug) )
- DOCS=( AUTHORS ChangeLog README TODO )
-}
-
-src_prepare() {
- echo panel-plugin/wmdock.desktop.in.in >> po/POTFILES.skip
- xfconf_src_prepare
-}