diff options
author | 2014-03-18 18:23:42 +0000 | |
---|---|---|
committer | 2014-03-18 18:23:42 +0000 | |
commit | acae15a2bb4e4e9b0bd2c5317541da4dfaea08eb (patch) | |
tree | 8af93eda9693bc8ef8bda01d1974a18753dc227f /xfce-extra | |
parent | old (diff) | |
download | gentoo-2-acae15a2bb4e4e9b0bd2c5317541da4dfaea08eb.tar.gz gentoo-2-acae15a2bb4e4e9b0bd2c5317541da4dfaea08eb.tar.bz2 gentoo-2-acae15a2bb4e4e9b0bd2c5317541da4dfaea08eb.zip |
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-indicator-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.1.ebuild | 37 |
2 files changed, 5 insertions, 38 deletions
diff --git a/xfce-extra/xfce4-indicator-plugin/ChangeLog b/xfce-extra/xfce4-indicator-plugin/ChangeLog index b61edb7e1370..d923b7b0951c 100644 --- a/xfce-extra/xfce4-indicator-plugin/ChangeLog +++ b/xfce-extra/xfce4-indicator-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-indicator-plugin # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.20 2014/03/16 08:17:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.21 2014/03/18 18:23:42 ssuominen Exp $ + + 18 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-indicator-plugin-2.3.1.ebuild: + old *xfce4-indicator-plugin-2.3.2 (16 Mar 2014) diff --git a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.1.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.1.ebuild deleted file mode 100644 index 85f25e17dd09..000000000000 --- a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-2.3.1.ebuild,v 1.1 2014/03/15 14:11:14 ssuominen Exp $ - -EAPI=5 -inherit xfconf - -DESCRIPTION="A panel plugin that uses indicator-applet to show new messages" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-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=">=dev-libs/libindicator-12.10.1:3 - >=x11-libs/gtk+-3.6:3 - x11-libs/libX11 - >=xfce-base/libxfce4ui-4.11 - >=xfce-base/libxfce4util-4.11 - >=xfce-base/xfce4-panel-4.11 - >=xfce-base/xfconf-4.10" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -pkg_setup() { - # TODO: libido3-13.10.0 needs ubuntu-private.h from Ubuntu's GTK+ 3.x - XFCONF=( - --disable-ido - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README THANKS ) -} |