summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-08-12 07:28:33 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-08-12 07:28:33 +0000
commit82766ed54a49681426aa5467d646a868125e28c0 (patch)
tree89e051f8ad8a9363879369244d1e1c42c812e051 /xfce-extra
parentRead udev.pc pkg-config file and install ift-load and 70-isight.rules to corr... (diff)
downloadgentoo-2-82766ed54a49681426aa5467d646a868125e28c0.tar.gz
gentoo-2-82766ed54a49681426aa5467d646a868125e28c0.tar.bz2
gentoo-2-82766ed54a49681426aa5467d646a868125e28c0.zip
old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-indicator-plugin/ChangeLog6
-rw-r--r--xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild34
2 files changed, 5 insertions, 35 deletions
diff --git a/xfce-extra/xfce4-indicator-plugin/ChangeLog b/xfce-extra/xfce4-indicator-plugin/ChangeLog
index 4de355c73e9d..e98828501f4c 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.14 2012/05/05 07:13:46 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.15 2012/08/12 07:28:33 ssuominen Exp $
+
+ 12 Aug 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-indicator-plugin-0.4.0.ebuild:
+ old
05 May 2012; Michał Górny <mgorny@gentoo.org>
xfce4-indicator-plugin-0.4.0.ebuild, xfce4-indicator-plugin-0.5.0.ebuild:
diff --git a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild
deleted file mode 100644
index 55df1cfb6d82..000000000000
--- a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.4.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-indicator-plugin/xfce4-indicator-plugin-0.4.0.ebuild,v 1.4 2012/05/05 07:13:46 mgorny Exp $
-
-EAPI=4
-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
- >=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)
- --disable-static
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README THANKS )
-}