diff options
author | Brandon Hale <tseng@gentoo.org> | 2003-12-04 16:54:58 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2003-12-04 16:54:58 +0000 |
commit | 4f71d0224fa2f063a091cdae693ddbb53dac7adc (patch) | |
tree | 7aadd649bb1acc4262be4c748a916f322cce8158 /x11-misc/fbpanel | |
parent | fixed bad DEPEND (diff) | |
download | gentoo-2-4f71d0224fa2f063a091cdae693ddbb53dac7adc.tar.gz gentoo-2-4f71d0224fa2f063a091cdae693ddbb53dac7adc.tar.bz2 gentoo-2-4f71d0224fa2f063a091cdae693ddbb53dac7adc.zip |
fixing bad DEPEND
Diffstat (limited to 'x11-misc/fbpanel')
-rw-r--r-- | x11-misc/fbpanel/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/fbpanel/Manifest | 8 | ||||
-rw-r--r-- | x11-misc/fbpanel/fbpanel-1.0.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/fbpanel/fbpanel-2.2.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/x11-misc/fbpanel/ChangeLog b/x11-misc/fbpanel/ChangeLog index e1c9e9547c62..90d9ca03714c 100644 --- a/x11-misc/fbpanel/ChangeLog +++ b/x11-misc/fbpanel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/fbpanel # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.3 2003/10/30 15:51:50 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/ChangeLog,v 1.4 2003/12/04 16:53:05 tseng Exp $ + + 04 Dec 2003; Brandon Hale <tseng@gentoo.org> fbpanel-1.0.ebuild, + fbpanel-2.2.ebuild: + fixing bad DEPEND 30 Oct 2003; Brandon Hale <tseng@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/fbpanel/Manifest b/x11-misc/fbpanel/Manifest index 0e228ec18457..a833ac95056d 100644 --- a/x11-misc/fbpanel/Manifest +++ b/x11-misc/fbpanel/Manifest @@ -1,6 +1,6 @@ +MD5 631e2043093e94ea5220de444f763a75 ChangeLog 745 +MD5 ba586bc93d340974223310b9d7600cd3 fbpanel-1.0.ebuild 597 +MD5 23825606decb74ebeb584411cdad168c fbpanel-2.2.ebuild 629 +MD5 380111f714c8f2ff062a821baf931f2f metadata.xml 252 MD5 609c521cff6f6110ae7e60489df594e1 files/digest-fbpanel-1.0 59 MD5 1af919db07346f446abc1b826c2ced49 files/digest-fbpanel-2.2 59 -MD5 b25520bc228ceaff5e298f3175c716b1 fbpanel-1.0.ebuild 599 -MD5 82ce19d33908de17146f765984a955c4 ChangeLog 635 -MD5 a1daa557b19dc43cdeb807fd9d1ee388 fbpanel-2.2.ebuild 631 -MD5 380111f714c8f2ff062a821baf931f2f metadata.xml 252 diff --git a/x11-misc/fbpanel/fbpanel-1.0.ebuild b/x11-misc/fbpanel/fbpanel-1.0.ebuild index e4ece8388c77..1b350fb12d2b 100644 --- a/x11-misc/fbpanel/fbpanel-1.0.ebuild +++ b/x11-misc/fbpanel/fbpanel-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-1.0.ebuild,v 1.2 2003/10/21 17:59:19 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-1.0.ebuild,v 1.3 2003/12/04 16:53:05 tseng Exp $ DESCRIPTION="fbpanel is a light-weight X11 desktop panel" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" @@ -10,7 +10,7 @@ IUSE="" SLOT="0" KEYWORDS="x86" LICENSE="as-is" -DEPEND=">=x11-libs/gtk+-1.2 +DEPEND="=x11-libs/gtk+-1.2* media-libs/gdk-pixbuf" RDEPEND="${DEPEND}" diff --git a/x11-misc/fbpanel/fbpanel-2.2.ebuild b/x11-misc/fbpanel/fbpanel-2.2.ebuild index c7109ae5034f..4db0bba58212 100644 --- a/x11-misc/fbpanel/fbpanel-2.2.ebuild +++ b/x11-misc/fbpanel/fbpanel-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-2.2.ebuild,v 1.3 2003/11/16 23:15:02 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbpanel/fbpanel-2.2.ebuild,v 1.4 2003/12/04 16:53:05 tseng Exp $ DESCRIPTION="fbpanel is a light-weight X11 desktop panel" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" @@ -10,7 +10,7 @@ IUSE="" SLOT="0" KEYWORDS="x86" LICENSE="as-is" -DEPEND=">=x11-libs/gtk+-1.2 +DEPEND="=x11-libs/gtk+-1.2* media-libs/gdk-pixbuf" RDEPEND="${DEPEND}" |