diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-04-22 14:00:55 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-04-22 14:00:55 +0000 |
commit | 24b9f7e6964f6c29790890c9255325f8efeeae3d (patch) | |
tree | 1356c77103fb4e7bd9adbd41a65f2d90918524ab /xfce-extra | |
parent | old (diff) | |
download | gentoo-2-24b9f7e6964f6c29790890c9255325f8efeeae3d.tar.gz gentoo-2-24b9f7e6964f6c29790890c9255325f8efeeae3d.tar.bz2 gentoo-2-24b9f7e6964f6c29790890c9255325f8efeeae3d.zip |
old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-wmdock-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.3.4.ebuild | 39 |
2 files changed, 5 insertions, 40 deletions
diff --git a/xfce-extra/xfce4-wmdock-plugin/ChangeLog b/xfce-extra/xfce4-wmdock-plugin/ChangeLog index 6553e3924c97..d5fb774db928 100644 --- a/xfce-extra/xfce4-wmdock-plugin/ChangeLog +++ b/xfce-extra/xfce4-wmdock-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-wmdock-plugin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 1.15 2014/04/20 08:50:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wmdock-plugin/ChangeLog,v 1.16 2014/04/22 14:00:55 ssuominen Exp $ + + 22 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-wmdock-plugin-0.3.4.ebuild: + old 20 Apr 2014; Agostino Sarubbo <ago@gentoo.org> xfce4-wmdock-plugin-0.6.0.ebuild: diff --git a/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.3.4.ebuild b/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.3.4.ebuild deleted file mode 100644 index 858d328d1b65..000000000000 --- a/xfce-extra/xfce4-wmdock-plugin/xfce4-wmdock-plugin-0.3.4.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-wmdock-plugin/xfce4-wmdock-plugin-0.3.4.ebuild,v 1.7 2012/11/28 12:44:47 ssuominen Exp $ - -EAPI=5 -inherit multilib 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}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="debug" - -RDEPEND="x11-libs/gtk+:2 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/libxfcegui4-4.8 - >=xfce-base/xfce4-panel-4.8 - >=x11-libs/libwnck-2.8.1:1" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog README TODO ) -} - -src_prepare() { - echo panel-plugin/wmdock.desktop.in.in >> po/POTFILES.skip - xfconf_src_prepare -} |