diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-05 17:07:23 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-05 17:07:23 +0000 |
commit | aeb784b85e9fd0f6719b6bc66068355e15b84a55 (patch) | |
tree | b1397b2bc89cf9a2b88af66cbe14f9ef0944d05d /xfce-extra | |
parent | old (diff) | |
download | gentoo-2-aeb784b85e9fd0f6719b6bc66068355e15b84a55.tar.gz gentoo-2-aeb784b85e9fd0f6719b6bc66068355e15b84a55.tar.bz2 gentoo-2-aeb784b85e9fd0f6719b6bc66068355e15b84a55.zip |
old
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-embed-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.0.0.ebuild | 33 |
2 files changed, 5 insertions, 34 deletions
diff --git a/xfce-extra/xfce4-embed-plugin/ChangeLog b/xfce-extra/xfce4-embed-plugin/ChangeLog index cb88a102b89b..3ffcee572913 100644 --- a/xfce-extra/xfce4-embed-plugin/ChangeLog +++ b/xfce-extra/xfce4-embed-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-embed-plugin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v 1.13 2013/04/11 18:07:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v 1.14 2013/05/05 17:07:23 ssuominen Exp $ + + 05 May 2013; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-embed-plugin-1.0.0.ebuild: + old 11 Apr 2013; Agostino Sarubbo <ago@gentoo.org> xfce4-embed-plugin-1.2.0.ebuild: diff --git a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.0.0.ebuild b/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.0.0.ebuild deleted file mode 100644 index 2f3926f06d0c..000000000000 --- a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-1.0.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-embed-plugin/xfce4-embed-plugin-1.0.0.ebuild,v 1.5 2012/11/28 12:26:38 ssuominen Exp $ - -EAPI=5 -inherit xfconf - -DESCRIPTION="A plug-in for embedding arbitrary application windows into the Xfce panel" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -RDEPEND=">=x11-libs/gtk+-2.20:2 - x11-libs/libX11 - >=xfce-base/libxfce4ui-4.8 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/xfce4-panel-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README THANKS ) -} |