diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-10-21 10:02:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-10-21 10:02:14 +0000 |
commit | 26798610b7d123f7574b7ff637585fb66342b9a9 (patch) | |
tree | a780de40133567cc0d443fb9a27d7eeb88114578 /xfce-extra | |
parent | old (diff) | |
download | historical-26798610b7d123f7574b7ff637585fb66342b9a9.tar.gz historical-26798610b7d123f7574b7ff637585fb66342b9a9.tar.bz2 historical-26798610b7d123f7574b7ff637585fb66342b9a9.zip |
old
Package-Manager: portage-2.2.0_alpha135/cvs/Linux x86_64
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-0.8.0.ebuild | 34 |
2 files changed, 5 insertions, 35 deletions
diff --git a/xfce-extra/xfce4-embed-plugin/ChangeLog b/xfce-extra/xfce4-embed-plugin/ChangeLog index 27b2d8e901df..e719cf715792 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v 1.6 2012/05/05 07:14:39 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-embed-plugin/ChangeLog,v 1.7 2012/10/21 10:02:13 ssuominen Exp $ + + 21 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-embed-plugin-0.8.0.ebuild: + old 05 May 2012; Michał Górny <mgorny@gentoo.org> xfce4-embed-plugin-0.8.0.ebuild, xfce4-embed-plugin-1.0.0.ebuild: diff --git a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.8.0.ebuild b/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.8.0.ebuild deleted file mode 100644 index 3407aa19682c..000000000000 --- a/xfce-extra/xfce4-embed-plugin/xfce4-embed-plugin-0.8.0.ebuild +++ /dev/null @@ -1,34 +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-0.8.0.ebuild,v 1.3 2012/05/05 07:14:39 mgorny Exp $ - -EAPI=4 -inherit multilib 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=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README THANKS ) -} |