diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-07-15 23:23:30 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-07-15 23:23:30 +0000 |
commit | aadb780984f7b7ebe9c443299f8a6bdd4e1ef51d (patch) | |
tree | d9c92e1b606f12d71f464a507a4c0663c520f5d5 | |
parent | Version bump. (diff) | |
download | gentoo-2-aadb780984f7b7ebe9c443299f8a6bdd4e1ef51d.tar.gz gentoo-2-aadb780984f7b7ebe9c443299f8a6bdd4e1ef51d.tar.bz2 gentoo-2-aadb780984f7b7ebe9c443299f8a6bdd4e1ef51d.zip |
old
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
-rw-r--r-- | xfce-extra/xfce4-indicator-plugin/ChangeLog | 7 | ||||
-rw-r--r-- | xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.5.0.ebuild | 36 |
2 files changed, 5 insertions, 38 deletions
diff --git a/xfce-extra/xfce4-indicator-plugin/ChangeLog b/xfce-extra/xfce4-indicator-plugin/ChangeLog index 018aa63c3efe..82ad901e53e5 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.17 2013/07/15 23:21:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.18 2013/07/15 23:23:30 ssuominen Exp $ + + 15 Jul 2013; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-indicator-plugin-0.5.0.ebuild: + old *xfce4-indicator-plugin-1.0.0 (15 Jul 2013) @@ -64,4 +68,3 @@ 07 May 2011; Christoph Mende <angelos@gentoo.org> +xfce4-indicator-plugin-0.2.1.ebuild, +metadata.xml: Initial import - diff --git a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.5.0.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.5.0.ebuild deleted file mode 100644 index 599374e7a069..000000000000 --- a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.5.0.ebuild +++ /dev/null @@ -1,36 +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-indicator-plugin/xfce4-indicator-plugin-0.5.0.ebuild,v 1.3 2012/11/28 12:22:59 ssuominen Exp $ - -EAPI=5 -inherit multilib 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-0.4:0 - >=x11-libs/gtk+-2.14:2 - x11-libs/libX11 - >=xfce-base/exo-0.6 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/xfce4-panel-4.8 - >=xfce-base/xfconf-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 ) -} |