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 | cf46f8f2d844b81d56783e2139629dce99b56474 (patch) | |
tree | ed75a03ad40be674e779662629b98a54188b30cf /x11-themes | |
parent | sh love (diff) | |
download | historical-cf46f8f2d844b81d56783e2139629dce99b56474.tar.gz historical-cf46f8f2d844b81d56783e2139629dce99b56474.tar.bz2 historical-cf46f8f2d844b81d56783e2139629dce99b56474.zip |
adjusted for modular X
Package-Manager: portage-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 | 4 | ||||
-rw-r--r-- | x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild | 6 |
3 files changed, 10 insertions, 7 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..92e427bb70d6 100644 --- a/x11-themes/jimmac-xcursors/Manifest +++ b/x11-themes/jimmac-xcursors/Manifest @@ -1,4 +1,4 @@ -MD5 c2cc72e1d673a46f069d5d44ac24a876 ChangeLog 1167 +MD5 32a63ada97285c0d352417cbde5c6feb ChangeLog 1258 MD5 a1f0ae5fab146934b1dc2b47a25ab4f7 files/digest-jimmac-xcursors-0.0.1 62 -MD5 24c5321f4701123d519b2426ce233fab jimmac-xcursors-0.0.1.ebuild 1616 +MD5 700649c5196b2df5f08f9b8fa4cc0d8c 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 |