diff options
author | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-10-06 18:32:39 +0000 |
---|---|---|
committer | Brad Teaford Cowan <bcowan@gentoo.org> | 2005-10-06 18:32:39 +0000 |
commit | 5eaf5399701193f6d991d55e272ffc5a4f78930e (patch) | |
tree | bc0155220de33ef7306cfa648770be17e071cfa9 /xfce-extra/xfce4-minicmd | |
parent | New upstream version. (diff) | |
download | historical-5eaf5399701193f6d991d55e272ffc5a4f78930e.tar.gz historical-5eaf5399701193f6d991d55e272ffc5a4f78930e.tar.bz2 historical-5eaf5399701193f6d991d55e272ffc5a4f78930e.zip |
add startup-notification to builds and remove from eclass
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'xfce-extra/xfce4-minicmd')
-rw-r--r-- | xfce-extra/xfce4-minicmd/Manifest | 4 | ||||
-rw-r--r-- | xfce-extra/xfce4-minicmd/xfce4-minicmd-0.3.0-r1.ebuild | 11 |
2 files changed, 9 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-minicmd/Manifest b/xfce-extra/xfce4-minicmd/Manifest index 5a7693dc2431..0c47bbc54cfb 100644 --- a/xfce-extra/xfce4-minicmd/Manifest +++ b/xfce-extra/xfce4-minicmd/Manifest @@ -1,4 +1,2 @@ -MD5 e5d8f8ade534c7d0b73f381a677a5ea3 xfce4-minicmd-0.3.0-r1.ebuild 380 -MD5 87550e637bd368552befebbbd51423ee ChangeLog 2059 -MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157 +MD5 f66da487892319a50fe3b14cf21ff60a xfce4-minicmd-0.3.0-r1.ebuild 380 MD5 0087842189b5cc0731ef9cdad52307df files/digest-xfce4-minicmd-0.3.0-r1 78 diff --git a/xfce-extra/xfce4-minicmd/xfce4-minicmd-0.3.0-r1.ebuild b/xfce-extra/xfce4-minicmd/xfce4-minicmd-0.3.0-r1.ebuild index bc0ddb8a73e5..52aa72b296b7 100644 --- a/xfce-extra/xfce4-minicmd/xfce4-minicmd-0.3.0-r1.ebuild +++ b/xfce-extra/xfce4-minicmd/xfce4-minicmd-0.3.0-r1.ebuild @@ -1,10 +1,15 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-minicmd/xfce4-minicmd-0.3.0-r1.ebuild,v 1.8 2005/06/18 18:49:36 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-minicmd/xfce4-minicmd-0.3.0-r1.ebuild,v 1.9 2005/10/06 18:32:39 bcowan Exp $ + +inherit xfce42 DESCRIPTION="Xfce4 panel command line plugin" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" +DEPEND="${RDEPEND} + || ( ( x11-proto/xproto + x11-libs/libX11 ) + virtual/x11 )" -GOODIES_PLUGIN=1 +goodies_plugin -inherit xfce4 |