summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cloos <cloos@jhcloos.com>2011-05-30 19:10:47 -0400
committerJames Cloos <cloos@jhcloos.com>2011-05-30 19:10:47 -0400
commit771950a01102a6dcdf6660df9bc8add954b30972 (patch)
tree8ba948ad119b03d51d34936083feb96103c094f9
parent80982728afa277e33022eba6cb47626e6d6c089d (diff)
Drop xprint support, matching portage
-rw-r--r--x11-apps/xdbedizzy/Manifest3
-rw-r--r--x11-apps/xdbedizzy/xdbedizzy-9999.ebuild10
-rw-r--r--x11-apps/xedit/Manifest3
-rw-r--r--x11-apps/xedit/xedit-9999.ebuild12
-rw-r--r--x11-apps/xlogo/Manifest3
-rw-r--r--x11-apps/xlogo/xlogo-9999.ebuild8
-rw-r--r--x11-apps/xman/Manifest2
-rw-r--r--x11-apps/xman/xman-9999.ebuild15
-rw-r--r--x11-apps/xmore/Manifest4
-rw-r--r--x11-apps/xmore/xmore-9999.ebuild7
-rw-r--r--x11-apps/xphelloworld/Manifest2
-rw-r--r--x11-apps/xphelloworld/xphelloworld-9999.ebuild19
-rw-r--r--x11-apps/xplsprinters/Manifest2
-rw-r--r--x11-apps/xplsprinters/xplsprinters-9999.ebuild13
14 files changed, 8 insertions, 95 deletions
diff --git a/x11-apps/xdbedizzy/Manifest b/x11-apps/xdbedizzy/Manifest
index 8b7007f..5409dfc 100644
--- a/x11-apps/xdbedizzy/Manifest
+++ b/x11-apps/xdbedizzy/Manifest
@@ -1,2 +1 @@
-EBUILD xdbedizzy-9999.ebuild 532 RMD160 d39d9341247eef55c13f082d1adffa22eb6d6dc8 SHA1 acd2ae1ae67411ab41a10435d3b7c4270ccde3fb SHA256 44d1db634e43d2e799d8d37f0f103775a68817aace13fa1435c5065344561596
-MISC xdbedizzy-9999.ebuild.~8~ 486 RMD160 0cd7158bf5f6bcfae42ed780a6e6ba5a0a7fa94c SHA1 be6622dece2947d22ec77bb2594a32e69c764d7f SHA256 3b432cbfccf17d4957a608512ca654083b07931cd0c9956cec2d8f280b530a91
+EBUILD xdbedizzy-9999.ebuild 316 RMD160 5642812311ad54c6f4d096ee67ca7b2942e347c4 SHA1 70bfb5f9eaf585fd1b76c5408a520ceddd373f41 SHA256 12dcd40291b0d864ef375d62b050121a44c9766ec2676086ab1a5c71117a4156
diff --git a/x11-apps/xdbedizzy/xdbedizzy-9999.ebuild b/x11-apps/xdbedizzy/xdbedizzy-9999.ebuild
index d36dc1a..1b835a3 100644
--- a/x11-apps/xdbedizzy/xdbedizzy-9999.ebuild
+++ b/x11-apps/xdbedizzy/xdbedizzy-9999.ebuild
@@ -7,13 +7,5 @@ inherit x-modular
DESCRIPTION="X.Org xdbedizzy application"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-# xprint support isn't optional, despite what configure says.
-#IUSE="xprint"
-RDEPEND="x11-libs/libXext
- x11-libs/libXprintUtil
- x11-libs/libXp"
-# xprint? ( x11-libs/libXprintUtil
-# x11-libs/libXp )"
+RDEPEND="x11-libs/libXext"
DEPEND="${RDEPEND}"
-
-#CONFIGURE_OPTIONS="$(use_enable xprint)"
diff --git a/x11-apps/xedit/Manifest b/x11-apps/xedit/Manifest
index 0328e8e..068ced1 100644
--- a/x11-apps/xedit/Manifest
+++ b/x11-apps/xedit/Manifest
@@ -1,2 +1 @@
-EBUILD xedit-9999.ebuild 640 RMD160 5355877fdf985820dcad347f00c01b0be4c6379a SHA1 33605e0e88ec04043c7dbdefc1a960f2f36a3e7a SHA256 efc09ea4a418db70c9fb67e9f5930f91e103aab7900768154f903c0ece69ead7
-MISC xedit-9999.ebuild.~8~ 589 RMD160 e250eab8d35558cc0a456d3b984e3c7fc6a95278 SHA1 504db874bbd85ecf41a332b0906d09b324291e16 SHA256 360b1e345e40c0106a3e441524adb84a6bdd6cc2218be074abe8cc428461ef00
+EBUILD xedit-9999.ebuild 393 RMD160 ee3ac17c979bb87d18ed5a19924643887448cc34 SHA1 f52fe4d707a9770177249bd05bd64f255dffcee9 SHA256 52a8cbc43a17f9dbdeb709687cda5538879737374efe8e3464a1f800496123b0
diff --git a/x11-apps/xedit/xedit-9999.ebuild b/x11-apps/xedit/xedit-9999.ebuild
index 71ab9af..2552550 100644
--- a/x11-apps/xedit/xedit-9999.ebuild
+++ b/x11-apps/xedit/xedit-9999.ebuild
@@ -6,19 +6,9 @@ inherit x-modular
DESCRIPTION="simple text editor for X"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="xprint"
-RDEPEND="x11-libs/libXprintUtil
- x11-libs/libXaw
- xprint? ( x11-libs/libXprintUtil )"
+RDEPEND="x11-libs/libXaw"
DEPEND="${RDEPEND}"
-CONFIGURE_OPTIONS="$(use_enable xprint)"
-
-pkg_setup() {
- if use xprint && ! built_with_use x11-libs/libXaw xprint; then
- die "Build x11-libs/libXaw with USE=xprint."
- fi
-}
#src_compile() {
# x-modular_src_configure
diff --git a/x11-apps/xlogo/Manifest b/x11-apps/xlogo/Manifest
index 610d74b..a4828c6 100644
--- a/x11-apps/xlogo/Manifest
+++ b/x11-apps/xlogo/Manifest
@@ -1,2 +1 @@
-EBUILD xlogo-9999.ebuild 474 RMD160 bb4ca5a85ae3064147863363b2f78986b3bfd3a3 SHA1 478b60ccdaadcee323d94fdbcead8637d7ae068e SHA256 7beb5291101aa8e37439a15142ea006503e45493070d6f9c828b67f12631bcc8
-MISC xlogo-9999.ebuild.~8~ 446 RMD160 62cbc35289fd41ff3f07ecce2aece3fd369fab83 SHA1 8d0952893a92205890090bc6635bb8ff5c78b427 SHA256 f70c4a59fdd6e9d88e9a1dfd2b57b759c1b45d6a44a7a821b6580eec4663976f
+EBUILD xlogo-9999.ebuild 330 RMD160 2764e052ac2b71e4d893cfcbe8d21181f55f07f2 SHA1 7a97a14b226f36152b4058f690cb3d59d289c643 SHA256 653b64c53bc16305c4ab2665b6ef2abab6c98f7240f5952ce7ff1f9212158870
diff --git a/x11-apps/xlogo/xlogo-9999.ebuild b/x11-apps/xlogo/xlogo-9999.ebuild
index cbf39dc..0e89397 100644
--- a/x11-apps/xlogo/xlogo-9999.ebuild
+++ b/x11-apps/xlogo/xlogo-9999.ebuild
@@ -7,13 +7,7 @@ inherit x-modular
DESCRIPTION="X Window System logo"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-# Broken without xprint
-#IUSE="xprint"
-
RDEPEND="x11-libs/libXrender
- x11-libs/libXaw
- x11-libs/libXprintUtil"
-# xprint? ( x11-libs/libXprintUtil )"
+ x11-libs/libXaw"
DEPEND="${RDEPEND}"
-#CONFIGURE_OPTIONS="$(use_enable xprint)"
diff --git a/x11-apps/xman/Manifest b/x11-apps/xman/Manifest
index 96a7da4..8bd6bf3 100644
--- a/x11-apps/xman/Manifest
+++ b/x11-apps/xman/Manifest
@@ -1 +1 @@
-EBUILD xman-9999.ebuild 595 RMD160 874dd5eab0cfeff2479aabad38235d48e686185e SHA1 1dca3365e6eea30917e8c3f5d7eecd5d111dce64 SHA256 babb0d1e27226e6232beb4d874b8c1be6f5567c8c998ab28c31e3faf03f804ae
+EBUILD xman-9999.ebuild 293 RMD160 3d43ecde84f7563d0070aafe1ff1ed18f2b0961b SHA1 4f5fba2263a2aa805e5662f3dc1ddf3cee2da129 SHA256 1ca8bf8c7bf612ab75d9b267f754dddd65410bf540ab2631cc7520812bb2baaa
diff --git a/x11-apps/xman/xman-9999.ebuild b/x11-apps/xman/xman-9999.ebuild
index 6ad1724..96ee7ab 100644
--- a/x11-apps/xman/xman-9999.ebuild
+++ b/x11-apps/xman/xman-9999.ebuild
@@ -6,19 +6,4 @@ inherit x-modular
DESCRIPTION="Manual page display program for the X Window System"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="xprint"
-RDEPEND="xprint? ( x11-libs/libXprintUtil )"
-DEPEND="${RDEPEND}"
-
-CONFIGURE_OPTIONS="$(use_enable xprint)"
-
-pkg_setup() {
- if use xprint; then
- if ! built_with_use x11-libs/libXaw xprint; then
- msg="You must build libXaw with xprint enabled."
- eerror ${msg}
- die ${msg}
- fi
- fi
-}
diff --git a/x11-apps/xmore/Manifest b/x11-apps/xmore/Manifest
index 8c79438..7f634cb 100644
--- a/x11-apps/xmore/Manifest
+++ b/x11-apps/xmore/Manifest
@@ -1,3 +1 @@
-AUX xmore-1.0.1-ifdef-xprint.patch 879 RMD160 df9c62aa6f42d131d4038b2615b431b074acb5d2 SHA1 de7cf22e6a529698f765f0f29551ad58835ebed8 SHA256 b1d9cd58ce7afdb4a266fb79e28c3ceec53fbb7ba8bbb62837e9afc14e8c19ef
-EBUILD xmore-9999.ebuild 461 RMD160 2fb5fd91d052fc0095c19d22354a0e189f0b7063 SHA1 8a884eeadeb63363da88d86fcddefa163e380728 SHA256 37d39b434a3ddac9f0ff7f92b0f1d75fc95a2ac7f790e2aa28ec9aab76545296
-MISC xmore-9999.ebuild.~8~ 422 RMD160 66b758efefbb8905c99de34ca6d1c44e5017387d SHA1 e1554d6cccc2c88bface28484e8c0a85acc09f30 SHA256 1b543cb839e3f7a75e742d59d0fb1f9d81de90a87abb33df9964d7d53a1244a9
+EBUILD xmore-9999.ebuild 291 RMD160 0d01f121e4318f93c7d59b75b167cd81617c0914 SHA1 11d9ffb0bf9d5263b993c07502b350a7147cdce8 SHA256 f2c0f36425477ff38eb4cb65695354b050285ce7feaaa831ee2e54f6e96e312e
diff --git a/x11-apps/xmore/xmore-9999.ebuild b/x11-apps/xmore/xmore-9999.ebuild
index 46ec3e7..026cb5d 100644
--- a/x11-apps/xmore/xmore-9999.ebuild
+++ b/x11-apps/xmore/xmore-9999.ebuild
@@ -6,10 +6,3 @@ inherit x-modular
DESCRIPTION="plain text display program for the X Window System"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-# Broken without xprint
-IUSE="xprint"
-RDEPEND="xprint? ( x11-libs/libXprintUtil )"
-#x11-libs/libXprintUtil"
-DEPEND="${RDEPEND}"
-
-CONFIGURE_OPTIONS="$(use_enable xprint)"
diff --git a/x11-apps/xphelloworld/Manifest b/x11-apps/xphelloworld/Manifest
deleted file mode 100644
index 67ef07c..0000000
--- a/x11-apps/xphelloworld/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD xphelloworld-9999.ebuild 502 RMD160 83a7a95c39e9c267cd34d3dc1b8bab56e11f5164 SHA1 893fc1ddb6ea55601a4f87b82700c3c4038cc3c4 SHA256 55fa3569aa8ad38c286379b66dd07c3cee623de1ac00d16c2a6b4f55b18f6e15
-MISC xphelloworld-9999.ebuild.~8~ 456 RMD160 122e8605b2504ea28ece2efde55f62bcf85860a8 SHA1 55c895e0ba9c8dae677ca8a0771c90d80b01de25 SHA256 730c6c9ed69dac8684a2b9117beee85a8ed79b0c196ac8e3ef6d9f0f44955a09
diff --git a/x11-apps/xphelloworld/xphelloworld-9999.ebuild b/x11-apps/xphelloworld/xphelloworld-9999.ebuild
deleted file mode 100644
index 0164577..0000000
--- a/x11-apps/xphelloworld/xphelloworld-9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-
-inherit x-modular
-
-DESCRIPTION="X.Org xphelloworld application"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-RDEPEND="x11-libs/libXaw
- x11-libs/libXprintUtil
- x11-libs/libXprintAppUtil
- x11-libs/libXt"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
- if ! built_with_use x11-libs/libXaw xprint; then
- die "Build x11-libs/libXaw with USE=xprint."
- fi
-}
diff --git a/x11-apps/xplsprinters/Manifest b/x11-apps/xplsprinters/Manifest
deleted file mode 100644
index 52643c8..0000000
--- a/x11-apps/xplsprinters/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD xplsprinters-9999.ebuild 379 RMD160 55675183de0ae08c2b56236942015bbbe68ae8a8 SHA1 7bd61fbcc16d97672567f68a7530fafd1b222e9e SHA256 562050fe9e2edf54a3919a82d67b036f5bbcefc46c1039215d885ab03920f743
-MISC xplsprinters-9999.ebuild.~8~ 361 RMD160 0bb6100c0f453d98c0de4edde23425401c969d33 SHA1 8675a2ca1e5a2afd537dc16566d556cb2bf790ce SHA256 6493a893ab774b0b487f29422c87d8322edc99f4eaa95b7c71c8e95c11322bb6
diff --git a/x11-apps/xplsprinters/xplsprinters-9999.ebuild b/x11-apps/xplsprinters/xplsprinters-9999.ebuild
deleted file mode 100644
index 7363ebf..0000000
--- a/x11-apps/xplsprinters/xplsprinters-9999.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-
-inherit x-modular
-
-DESCRIPTION="shows a list of Xprint printers and it's attributes"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-RDEPEND="x11-libs/libX11
- x11-libs/libXp
- x11-libs/libXprintUtil"
-DEPEND="${RDEPEND}"