diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-19 15:42:18 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-19 15:42:18 +0000 |
commit | 063d5fdec85aa0677372121382556ee0e58da5f2 (patch) | |
tree | 6f51fa040ca1fa49679cc3d10d40f373eec0751f /xfce-extra/xfce4-indicator-plugin | |
parent | Version bump. (diff) | |
download | gentoo-2-063d5fdec85aa0677372121382556ee0e58da5f2.tar.gz gentoo-2-063d5fdec85aa0677372121382556ee0e58da5f2.tar.bz2 gentoo-2-063d5fdec85aa0677372121382556ee0e58da5f2.zip |
old
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-indicator-plugin')
3 files changed, 5 insertions, 59 deletions
diff --git a/xfce-extra/xfce4-indicator-plugin/ChangeLog b/xfce-extra/xfce4-indicator-plugin/ChangeLog index cb96e809cea3..d6fed16da26c 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.7 2011/11/19 15:41:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.8 2011/11/19 15:42:18 ssuominen Exp $ + + 19 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-indicator-plugin-0.2.1.ebuild, -xfce4-indicator-plugin-0.3.1.ebuild: + old *xfce4-indicator-plugin-0.4.0 (19 Nov 2011) diff --git a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild deleted file mode 100644 index abadffba9eec..000000000000 --- a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.2.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 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.2.1.ebuild,v 1.2 2011/05/08 07:30:34 ssuominen Exp $ - -EAPI=4 -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}/0.2/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=">=dev-libs/libindicator-0.3.0 - x11-libs/gtk+:2 - >=xfce-base/libxfce4util-4.3.99.2 - >=xfce-base/xfce4-panel-4.3.99.2" -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( --disable-static $(xfconf_use_debug) ) - DOCS=( AUTHORS ChangeLog NEWS README THANKS ) -} diff --git a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.3.1.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.3.1.ebuild deleted file mode 100644 index 75fb9fcef55d..000000000000 --- a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.3.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 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.3.1.ebuild,v 1.1 2011/07/16 15:23:41 angelos Exp $ - -EAPI=4 -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}/0.3/${P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=">=dev-libs/libindicator-0.3.0 - x11-libs/gtk+:2 - >=xfce-base/libxfce4util-4.3.99.2 - >=xfce-base/xfce4-panel-4.3.99.2" -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/pkgconfig - sys-devel/gettext" - -pkg_setup() { - XFCONF=( --disable-static $(xfconf_use_debug) ) - DOCS=( AUTHORS ChangeLog NEWS README THANKS ) -} |