diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-20 16:03:02 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-20 16:03:02 +0000 |
commit | 0dbaa794fa0cf57ddcb6b7344fb179603e6bf23c (patch) | |
tree | 1889c2f97784eec31af99eb90d4bc0cf5792b504 /xfce-extra | |
parent | games-util/loki_setupdb is gone (diff) | |
download | gentoo-2-0dbaa794fa0cf57ddcb6b7344fb179603e6bf23c.tar.gz gentoo-2-0dbaa794fa0cf57ddcb6b7344fb179603e6bf23c.tar.bz2 gentoo-2-0dbaa794fa0cf57ddcb6b7344fb179603e6bf23c.zip |
punt xfce4-indicator-plugin, masked, doesn't compile, ...
Diffstat (limited to 'xfce-extra')
4 files changed, 0 insertions, 56 deletions
diff --git a/xfce-extra/xfce4-indicator-plugin/ChangeLog b/xfce-extra/xfce4-indicator-plugin/ChangeLog deleted file mode 100644 index 06de6a467784..000000000000 --- a/xfce-extra/xfce4-indicator-plugin/ChangeLog +++ /dev/null @@ -1,18 +0,0 @@ -# ChangeLog for xfce-extra/xfce4-indicator-plugin -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-indicator-plugin/ChangeLog,v 1.2 2009/10/23 14:02:10 darkside Exp $ - -*xfce4-indicator-plugin-0.1.0 (23 Oct 2009) - - 23 Oct 2009; Jeremy Olexa <darkside@gentoo.org> - -xfce4-indicator-plugin-0.0.1.ebuild, - +xfce4-indicator-plugin-0.1.0.ebuild: - Version bump, - http://releases.xfce.org/feeds/project/xfce4-indicator-plugin - -*xfce4-indicator-plugin-0.0.1 (21 Sep 2009) - - 21 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> - +xfce4-indicator-plugin-0.0.1.ebuild: - Initial commit wrt #282544. - diff --git a/xfce-extra/xfce4-indicator-plugin/Manifest b/xfce-extra/xfce4-indicator-plugin/Manifest deleted file mode 100644 index ba4b2c27b724..000000000000 --- a/xfce-extra/xfce4-indicator-plugin/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST xfce4-indicator-plugin-0.1.0.tar.bz2 283399 RMD160 0fc676f63b6cd0289946c369bba00faa9eda8341 SHA1 8533fe845f274bdbd38d9a954b95f420e638339f SHA256 c397e26358eb899d807d75597bd9ea99db5008ddf374a55e19c282a5a2ef0a85 -EBUILD xfce4-indicator-plugin-0.1.0.ebuild 838 RMD160 b4a683b5dc8c48d32a8349e150a0b8203d9f095c SHA1 40ded587dffca0f0e33db868c15fb345ba959061 SHA256 2bd3c359cfec3ec101e395928c0dfeb4cd4d2a53c09ed5cc3555246dbe349f25 -MISC ChangeLog 667 RMD160 2135caa7dc9ace1efe2a7f58b47e4cd04e854ed6 SHA1 fdbdb8973dbd137425abbe06c359156b7ac7fdaa SHA256 bdfe6a6b4beb2657f8ed62636d7d7355e4e7d1afb1f1735d22301bf9bfb16469 -MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63 diff --git a/xfce-extra/xfce4-indicator-plugin/metadata.xml b/xfce-extra/xfce4-indicator-plugin/metadata.xml deleted file mode 100644 index d56729e92f8e..000000000000 --- a/xfce-extra/xfce4-indicator-plugin/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>xfce</herd> -</pkgmetadata> diff --git a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.1.0.ebuild b/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.1.0.ebuild deleted file mode 100644 index 45bdb83797ed..000000000000 --- a/xfce-extra/xfce4-indicator-plugin/xfce4-indicator-plugin-0.1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 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.1.0.ebuild,v 1.2 2009/10/25 13:50:30 ssuominen Exp $ - -EAPI=2 -inherit xfconf - -DESCRIPTION="a panel plugin that uses indicator-applet to show new messages" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.1/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="debug" - -RDEPEND=">=x11-libs/gtk+-2.6:2 - >=xfce-base/libxfcegui4-4.3.99.2 - >=xfce-base/libxfce4util-4.3.99.2 - >=xfce-base/xfce4-panel-4.3.99.2 - >=dev-libs/libindicator-0.2" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -pkg_setup() { - XFCONF="--disable-dependency-tracking - $(use_enable debug)" - DOCS="AUTHORS ChangeLog NEWS README THANKS" -} |