diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-08-17 03:29:55 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-08-17 03:29:55 +0000 |
commit | 50d32cc23ad67bd18199e237876ce81d01e62709 (patch) | |
tree | 7fc08f9978814a66d4a0dd45aac91443bae09c87 /x11-themes/jimmac-xcursors | |
parent | fixed things for upcomming modular-x (diff) | |
download | historical-50d32cc23ad67bd18199e237876ce81d01e62709.tar.gz historical-50d32cc23ad67bd18199e237876ce81d01e62709.tar.bz2 historical-50d32cc23ad67bd18199e237876ce81d01e62709.zip |
made xorg-x11 the x11 implementation... to help modular x
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-themes/jimmac-xcursors')
-rw-r--r-- | x11-themes/jimmac-xcursors/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/jimmac-xcursors/Manifest | 4 | ||||
-rw-r--r-- | x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild | 9 |
3 files changed, 10 insertions, 9 deletions
diff --git a/x11-themes/jimmac-xcursors/ChangeLog b/x11-themes/jimmac-xcursors/ChangeLog index b7ae6e4556e7..d2f3cd7bd1bf 100644 --- a/x11-themes/jimmac-xcursors/ChangeLog +++ b/x11-themes/jimmac-xcursors/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2005/07/20 13:56:30 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/jimmac-xcursors/ChangeLog,v 1.4 2005/08/17 03:28:47 smithj Exp $ + + 17 Aug 2005; Jonathan Smith <smithj@gentoo.org> + jimmac-xcursors-0.0.1.ebuild: + made xorg-x11 the x11 implementation... to help modular x 20 Jul 2005; Markus Rothe <corsair@gentoo.org> jimmac-xcursors-0.0.1.ebuild: diff --git a/x11-themes/jimmac-xcursors/Manifest b/x11-themes/jimmac-xcursors/Manifest index 8353fa81a4fc..e69de29bb2d1 100644 --- a/x11-themes/jimmac-xcursors/Manifest +++ b/x11-themes/jimmac-xcursors/Manifest @@ -1,4 +0,0 @@ -MD5 9273c450e1499412ec9c61b5824d0be1 ChangeLog 581 -MD5 26eb28170c0bc011b6866ac508ed4bf3 jimmac-xcursors-0.0.1.ebuild 1654 -MD5 67480968255dfe131b5dbe20b934a2ab metadata.xml 322 -MD5 a1f0ae5fab146934b1dc2b47a25ab4f7 files/digest-jimmac-xcursors-0.0.1 62 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 6c21a00092f9..ca0d340129db 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 # 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.3 2005/07/20 13:56:30 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild,v 1.4 2005/08/17 03:28:47 smithj Exp $ MY_P="6550-Jimmac.tar.gz" DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors" @@ -18,9 +18,10 @@ RDEPEND="virtual/x11" S=${WORKDIR}/Jimmac src_install() { - X11_IMPLEM_P="$(best_version virtual/x11)" - X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}" - X11_IMPLEM="${X11_IMPLEM##*\/}" + #X11_IMPLEM_P="$(best_version virtual/x11)" + #X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}" + #X11_IMPLEM="${X11_IMPLEM##*\/}" + X11_IMPLEM="xorg-x11" einfo "X11 implementation is ${X11_IMPLEM}." dodir /usr/share/cursors/${X11_IMPLEM}/Jimmac/cursors/ |