summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Smith <smithj@gentoo.org>2005-08-17 03:29:55 +0000
committerJonathan Smith <smithj@gentoo.org>2005-08-17 03:29:55 +0000
commit50d32cc23ad67bd18199e237876ce81d01e62709 (patch)
tree7fc08f9978814a66d4a0dd45aac91443bae09c87
parentfixed things for upcomming modular-x (diff)
downloadhistorical-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
-rw-r--r--x11-themes/jimmac-xcursors/ChangeLog6
-rw-r--r--x11-themes/jimmac-xcursors/Manifest4
-rw-r--r--x11-themes/jimmac-xcursors/jimmac-xcursors-0.0.1.ebuild9
-rw-r--r--x11-themes/silver-xcursors/ChangeLog6
-rw-r--r--x11-themes/silver-xcursors/Manifest14
-rw-r--r--x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild9
-rw-r--r--x11-themes/ximian-artwork/ChangeLog6
-rw-r--r--x11-themes/ximian-artwork/Manifest20
-rw-r--r--x11-themes/ximian-artwork/ximian-artwork-0.2.29.0.6.3.ebuild9
9 files changed, 30 insertions, 53 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/
diff --git a/x11-themes/silver-xcursors/ChangeLog b/x11-themes/silver-xcursors/ChangeLog
index 209b086668bf..439ea6132c19 100644
--- a/x11-themes/silver-xcursors/ChangeLog
+++ b/x11-themes/silver-xcursors/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/silver-xcursors
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/ChangeLog,v 1.13 2005/06/17 03:17:15 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/ChangeLog,v 1.14 2005/08/17 03:29:55 smithj Exp $
+
+ 17 Aug 2005; Jonathan Smith <smithj@gentoo.org>
+ silver-xcursors-0.4.ebuild:
+ made xorg-x11 the x11 implementation... to help modular x
17 Jun 2005; Jonathan Smith <smithj@gentoo.org> +metadata.xml,
silver-xcursors-0.4.ebuild:
diff --git a/x11-themes/silver-xcursors/Manifest b/x11-themes/silver-xcursors/Manifest
index cacc1f2266b0..e69de29bb2d1 100644
--- a/x11-themes/silver-xcursors/Manifest
+++ b/x11-themes/silver-xcursors/Manifest
@@ -1,14 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 fd2a806ae0806a238ad7b0a3673d29d2 ChangeLog 1858
-MD5 93f02cf17e28c71ad2a43ecc2399b56f metadata.xml 279
-MD5 290cd53a81e7aea7744fedcca7bf5287 silver-xcursors-0.4.ebuild 1870
-MD5 d63fa85c7f2ec4a227617435dbc2f935 files/digest-silver-xcursors-0.4 80
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCskENl5AvwDPiUowRAoJMAJ0VquDtRfxPLsxiUKs2nRzHJDhIKQCeJKfC
-wE4Y36sIf+uZ8iLmzURPsDg=
-=JsQZ
------END PGP SIGNATURE-----
diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild b/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild
index f5ee48368056..ed5ec7801f52 100644
--- a/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild
+++ b/x11-themes/silver-xcursors/silver-xcursors-0.4.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/silver-xcursors/silver-xcursors-0.4.ebuild,v 1.14 2005/06/17 03:17:15 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/silver-xcursors/silver-xcursors-0.4.ebuild,v 1.15 2005/08/17 03:29:55 smithj Exp $
MY_P="5533-Silver-XCursors-3D-${PV}"
DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
@@ -16,9 +16,10 @@ DEPEND=""
RDEPEND="virtual/x11"
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}/Silver/cursors/
diff --git a/x11-themes/ximian-artwork/ChangeLog b/x11-themes/ximian-artwork/ChangeLog
index e3a467311eae..e0a8a7b5902b 100644
--- a/x11-themes/ximian-artwork/ChangeLog
+++ b/x11-themes/ximian-artwork/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/ximian-artwork
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/ximian-artwork/ChangeLog,v 1.22 2005/06/25 14:01:08 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/ximian-artwork/ChangeLog,v 1.23 2005/08/17 03:24:57 smithj Exp $
+
+ 17 Aug 2005; Jonathan Smith <smithj@gentoo.org>
+ ximian-artwork-0.2.29.0.6.3.ebuild:
+ made xorg-x11 the x11 implementation... to help modular x
*ximian-artwork-0.2.32.1 (25 Jun 2005)
diff --git a/x11-themes/ximian-artwork/Manifest b/x11-themes/ximian-artwork/Manifest
index 20c89bbd6cf7..e69de29bb2d1 100644
--- a/x11-themes/ximian-artwork/Manifest
+++ b/x11-themes/ximian-artwork/Manifest
@@ -1,20 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 e2122dd9e720d94c6c43565f37e09b7d ChangeLog 3469
-MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219
-MD5 46b0c7d616fcfbc7f7937000942d7e54 ximian-artwork-0.2.29.0.6.3.ebuild 1979
-MD5 0d8621d6895ec4b70a3d986e014ed27d ximian-artwork-0.2.32.1.ebuild 1947
-MD5 f3b6233f881db50604d1cceebc2c2b40 files/digest-ximian-artwork-0.2.29.0.6.3 88
-MD5 481c98be012989222f01734d8c6e43e4 files/ximian-artwork-0.2.26-corruption_fix.patch 716
-MD5 a733ce592710282d7d68dceedcf32d00 files/ximian-artwork-0.2.26-gdm.patch 520
-MD5 4f09d13cbbc85be041773d463dd83fc3 files/ximian-artwork-0.2.29-disable_industrial.patch 2313
-MD5 658478d0857190dcb5b10e815bf0c704 files/digest-ximian-artwork-0.2.32.1 80
-MD5 97a527cd1be3926af01ecbff0cc1311d files/ximian-artwork-0.2.32.1-disable_industrial_engine.patch 1374
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCvWO/TM53OX+9xmMRAvsfAKCCw6ISEhT5o/W+b8jjb1zsALvPzwCeN7r3
-xaOii5dvMxw5qHyxwZqkHnw=
-=bi6d
------END PGP SIGNATURE-----
diff --git a/x11-themes/ximian-artwork/ximian-artwork-0.2.29.0.6.3.ebuild b/x11-themes/ximian-artwork/ximian-artwork-0.2.29.0.6.3.ebuild
index 7359c2e9f680..f79f43c25eb1 100644
--- a/x11-themes/ximian-artwork/ximian-artwork-0.2.29.0.6.3.ebuild
+++ b/x11-themes/ximian-artwork/ximian-artwork-0.2.29.0.6.3.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/ximian-artwork/ximian-artwork-0.2.29.0.6.3.ebuild,v 1.13 2005/06/25 14:01:08 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/ximian-artwork/ximian-artwork-0.2.29.0.6.3.ebuild,v 1.14 2005/08/17 03:24:57 smithj Exp $
inherit rpm eutils
@@ -50,9 +50,10 @@ src_install () {
rm -f ${D}/usr/share/pixmaps/ximian-desktop-stripe.png
# Set up X11 implementation
- 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}."
# Moving cursors