diff options
author | Kathryn Kulick <gothgirl@gentoo.org> | 2006-01-03 23:21:01 +0000 |
---|---|---|
committer | Kathryn Kulick <gothgirl@gentoo.org> | 2006-01-03 23:21:01 +0000 |
commit | 31ac85683e5b0b5cd1f4a40bdf852110498716c8 (patch) | |
tree | e46aff7b237e64ce7e44e315c6627441430dfbc4 /x11-themes | |
parent | sh love (diff) | |
download | gentoo-2-31ac85683e5b0b5cd1f4a40bdf852110498716c8.tar.gz gentoo-2-31ac85683e5b0b5cd1f4a40bdf852110498716c8.tar.bz2 gentoo-2-31ac85683e5b0b5cd1f4a40bdf852110498716c8.zip |
adjusted for modular X
(Portage version: 2.0.54)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/jimmac-xcursors/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/jimmac-xcursors/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild | 6 |
3 files changed, 9 insertions, 6 deletions
diff --git a/x11-themes/jimmac-xcursors/ChangeLog b/x11-themes/jimmac-xcursors/ChangeLog index e139b83d5565..124a51dc23e4 100644 --- a/x11-themes/jimmac-xcursors/ChangeLog +++ b/x11-themes/jimmac-xcursors/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/jimmac-xcursors -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/jimmac-xcursors/ChangeLog,v 1.8 2005/11/17 13:43:06 gothgirl Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/jimmac-xcursors/ChangeLog,v 1.9 2006/01/03 23:21:01 gothgirl Exp $ + + 03 Jan 2006; <gothgirl@gentoo.org> jimmac-xcursors-0.0.1.ebuild: + adjust for modular X 17 Nov 2005; Kathryn Kulick <gothgirl@gentoo.org> jimmac-xcursors-0.0.1.ebuild: diff --git a/x11-themes/jimmac-xcursors/Manifest b/x11-themes/jimmac-xcursors/Manifest index ca16f5073869..1c8df7f5ac90 100644 --- a/x11-themes/jimmac-xcursors/Manifest +++ b/x11-themes/jimmac-xcursors/Manifest @@ -1,4 +1,4 @@ MD5 c2cc72e1d673a46f069d5d44ac24a876 ChangeLog 1167 MD5 a1f0ae5fab146934b1dc2b47a25ab4f7 files/digest-jimmac-xcursors-0.0.1 62 -MD5 24c5321f4701123d519b2426ce233fab jimmac-xcursors-0.0.1.ebuild 1616 +MD5 b1b4df0bf2dfcefd3cfdb8cf06504c57 jimmac-xcursors-0.0.1.ebuild 1639 MD5 67480968255dfe131b5dbe20b934a2ab metadata.xml 322 diff --git a/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild b/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild index 19bde282a231..d8aa50b857a1 100644 --- a/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild +++ b/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild,v 1.8 2005/11/17 13:43:06 gothgirl Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild,v 1.9 2006/01/03 23:21:01 gothgirl Exp $ MY_P="6550-Jimmac.tar.gz" DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~ppc ppc64 x86" IUSE="" DEPEND="" -RDEPEND="virtual/x11" +RDEPEND="|| ( x11-libs/libX11 virtual/x11 )" S=${WORKDIR}/Jimmac |