diff options
author | David Holm <dholm@gentoo.org> | 2004-06-05 17:24:43 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-06-05 17:24:43 +0000 |
commit | 212ce347e01438a453672a75b03285973cf121de (patch) | |
tree | c36fcde5a9481e5cb4296acdd415cb3339ea8ad1 /x11-wm/waimea | |
parent | Stable on alpha. (diff) | |
download | historical-212ce347e01438a453672a75b03285973cf121de.tar.gz historical-212ce347e01438a453672a75b03285973cf121de.tar.bz2 historical-212ce347e01438a453672a75b03285973cf121de.zip |
Updated cairo dependency to require version 0.1.22 or newer
Diffstat (limited to 'x11-wm/waimea')
-rw-r--r-- | x11-wm/waimea/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/waimea/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/waimea/waimea-0.5.0_pre040506.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-wm/waimea/ChangeLog b/x11-wm/waimea/ChangeLog index 7ee160499491..746fcd5862eb 100644 --- a/x11-wm/waimea/ChangeLog +++ b/x11-wm/waimea/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/waimea # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/waimea/ChangeLog,v 1.19 2004/06/05 00:31:44 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/waimea/ChangeLog,v 1.20 2004/06/05 17:24:43 dholm Exp $ + + 05 Jun 2004; David Holm <dholm@gentoo.org> waimea-0.5.0_pre040506.ebuild: + Updated cairo dependency to require version 0.1.22 or newer, pointed out by + pjp@gentoo.org. 04 Jun 2004; Jason Wever <weeve@gentoo.org> waimea-0.5.0_pre040506.ebuild: Added ~sparc keyword to resolve bug #52861. diff --git a/x11-wm/waimea/Manifest b/x11-wm/waimea/Manifest index d0537e11a865..60ace2b08169 100644 --- a/x11-wm/waimea/Manifest +++ b/x11-wm/waimea/Manifest @@ -1,9 +1,9 @@ -MD5 13c5faf97be5c22041415eda26c14511 ChangeLog 2433 MD5 e7307c1653035014c1e36a27ca8ccb45 metadata.xml 163 MD5 bce0b05642a198e3a69bd98969b81401 waimea-0.3.5.ebuild 1088 MD5 72029db8a3cb37f22ba1538925498c2e waimea-0.4.0-r1.ebuild 1227 MD5 49678552b134b779a7a4717c1d0f4ab7 waimea-0.4.0.ebuild 989 -MD5 b2896d95ce64c984123235a3a72c40a9 waimea-0.5.0_pre040506.ebuild 1293 +MD5 cba6809ea19683f2d2af1e2d1a2bae35 ChangeLog 2606 +MD5 981af768f1138ff12581f7d369a55bf9 waimea-0.5.0_pre040506.ebuild 1302 MD5 99a5f21810e1a4df6ae645f27a60203a files/digest-waimea-0.3.5 64 MD5 6c13fc081ff9fe081d3ac0b171118fd6 files/digest-waimea-0.4.0 65 MD5 5be07af92d4d63686b6950ce357c89f7 files/digest-waimea-0.4.0-r1 135 diff --git a/x11-wm/waimea/waimea-0.5.0_pre040506.ebuild b/x11-wm/waimea/waimea-0.5.0_pre040506.ebuild index 299652c10520..fd3923a34cde 100644 --- a/x11-wm/waimea/waimea-0.5.0_pre040506.ebuild +++ b/x11-wm/waimea/waimea-0.5.0_pre040506.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/waimea/waimea-0.5.0_pre040506.ebuild,v 1.3 2004/06/05 00:31:44 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/waimea/waimea-0.5.0_pre040506.ebuild,v 1.4 2004/06/05 17:24:43 dholm Exp $ inherit eutils 64-bit @@ -16,7 +16,7 @@ KEYWORDS="~x86 ~ppc ~amd64 ~sparc" IUSE="truetype xinerama" DEPEND="virtual/x11 - x11-libs/cairo + >=x11-libs/cairo-0.1.22 x11-libs/libsvg-cairo" PROVIDE="virtual/blackbox" |