summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2006-06-25 14:11:33 -0400
committerGeorge Sherwood2006-06-25 14:11:33 -0400
commit6877646992df5966a29b5f812b20330800ae933c (patch)
treec98568a6db739ce422344e2265393ceabfa737e4
parentee29fb779e51fc9bb3899f60d3d900a8a52eca73 (diff)
Updated all to use CUPS vice cups. CUPS is cups or cups-old
-rwxr-xr-xdisk/netatalk/DEPENDS2
-rw-r--r--disk/netatalk/HISTORY3
-rwxr-xr-xeditors/openoffice/DEPENDS2
-rw-r--r--editors/openoffice/HISTORY3
-rwxr-xr-xgnome2-apps/gqueue/DEPENDS2
-rw-r--r--gnome2-apps/gqueue/HISTORY3
-rwxr-xr-xgnome2-libs/libgnomecups/DEPENDS2
-rw-r--r--gnome2-libs/libgnomecups/HISTORY3
-rwxr-xr-xgnustep-libs/gnustep-gui/DEPENDS2
-rw-r--r--gnustep-libs/gnustep-gui/HISTORY3
-rwxr-xr-xgraphics/flphoto/DEPENDS2
-rw-r--r--graphics/flphoto/HISTORY3
-rwxr-xr-xnet/samba/DEPENDS2
-rw-r--r--net/samba/HISTORY3
-rwxr-xr-xprinter/cups-drivers/DEPENDS2
-rw-r--r--printer/cups-drivers/HISTORY3
-rwxr-xr-xprinter/cupsddk/DEPENDS2
-rw-r--r--printer/cupsddk/HISTORY3
-rwxr-xr-xprinter/espgs/DEPENDS2
-rw-r--r--printer/espgs/HISTORY3
-rwxr-xr-xprinter/gimp-print/DEPENDS2
-rw-r--r--printer/gimp-print/HISTORY3
-rwxr-xr-xprinter/gnulpr/CONFLICTS3
-rw-r--r--printer/gnulpr/HISTORY3
-rwxr-xr-xprinter/gtklp/DEPENDS2
-rw-r--r--printer/gtklp/HISTORY3
-rwxr-xr-xprinter/gutenprint/DEPENDS2
-rw-r--r--printer/gutenprint/HISTORY3
-rwxr-xr-xprinter/hplip/DEPENDS2
-rw-r--r--printer/hplip/HISTORY3
-rwxr-xr-xprinter/pt/DEPENDS2
-rw-r--r--printer/pt/HISTORY3
-rwxr-xr-xprinter/xpp/DEPENDS2
-rw-r--r--printer/xpp/HISTORY3
-rwxr-xr-xutils/bluez-utils/DEPENDS2
-rw-r--r--utils/bluez-utils/HISTORY3
-rwxr-xr-xx11-libs/wine/DEPENDS2
-rw-r--r--x11-libs/wine/HISTORY3
-rwxr-xr-xx11-toolkits/fox/DEPENDS2
-rw-r--r--x11-toolkits/fox/HISTORY3
-rwxr-xr-xx11-toolkits/qt-embedded/DEPENDS2
-rw-r--r--x11-toolkits/qt-embedded/HISTORY3
-rwxr-xr-xx11-toolkits/qt-x11/DEPENDS2
-rw-r--r--x11-toolkits/qt-x11/HISTORY3
-rwxr-xr-xx11-toolkits/qt4/DEPENDS2
-rw-r--r--x11-toolkits/qt4/HISTORY3
-rwxr-xr-xxfce/xfprint/DEPENDS2
-rw-r--r--xfce/xfprint/HISTORY3
48 files changed, 97 insertions, 24 deletions
diff --git a/disk/netatalk/DEPENDS b/disk/netatalk/DEPENDS
index 69bd0e8b1c..f5a667de3a 100755
--- a/disk/netatalk/DEPENDS
+++ b/disk/netatalk/DEPENDS
@@ -33,7 +33,7 @@ optional_depends shadow \
# "--disable-pgp-uam" \
# "for PGP UAM module" &&
-optional_depends cups \
+optional_depends CUPS \
"--enable-cups" \
"--disable-cups" \
"for CUPS support"
diff --git a/disk/netatalk/HISTORY b/disk/netatalk/HISTORY
index 27071cbfd5..0307f7ef2f 100644
--- a/disk/netatalk/HISTORY
+++ b/disk/netatalk/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2005-01-23 Arjan Bouter <abouter@sourcemage.org>
* lowercase linux-pam
diff --git a/editors/openoffice/DEPENDS b/editors/openoffice/DEPENDS
index c66978020a..ee9ae66b65 100755
--- a/editors/openoffice/DEPENDS
+++ b/editors/openoffice/DEPENDS
@@ -126,7 +126,7 @@ optional_depends openldap \
"" \
"Enables the use of the OpenLDAP LDAP SDK instead of the Netscape/Mozilla one" &&
-optional_depends cups \
+optional_depends CUPS \
"--enable-cups" \
"" \
"enable cups support in the psprint project" &&
diff --git a/editors/openoffice/HISTORY b/editors/openoffice/HISTORY
index 22d5debf13..76908eadd9 100644
--- a/editors/openoffice/HISTORY
+++ b/editors/openoffice/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/gnome2-apps/gqueue/DEPENDS b/gnome2-apps/gqueue/DEPENDS
index 95d77e09c8..5f1afa9f38 100755
--- a/gnome2-apps/gqueue/DEPENDS
+++ b/gnome2-apps/gqueue/DEPENDS
@@ -1,2 +1,2 @@
depends libgnomeprintui &&
-depends cups
+depends CUPS
diff --git a/gnome2-apps/gqueue/HISTORY b/gnome2-apps/gqueue/HISTORY
index 70056131b2..c1d9ba65a6 100644
--- a/gnome2-apps/gqueue/HISTORY
+++ b/gnome2-apps/gqueue/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/gnome2-libs/libgnomecups/DEPENDS b/gnome2-libs/libgnomecups/DEPENDS
index 78abda00d3..ed8498f097 100755
--- a/gnome2-libs/libgnomecups/DEPENDS
+++ b/gnome2-libs/libgnomecups/DEPENDS
@@ -1,4 +1,4 @@
depends glib &&
-depends cups &&
+depends CUPS &&
depends openssl
diff --git a/gnome2-libs/libgnomecups/HISTORY b/gnome2-libs/libgnomecups/HISTORY
index 28717899b0..db51b87bed 100644
--- a/gnome2-libs/libgnomecups/HISTORY
+++ b/gnome2-libs/libgnomecups/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/gnustep-libs/gnustep-gui/DEPENDS b/gnustep-libs/gnustep-gui/DEPENDS
index d94808337a..a42e859a1b 100755
--- a/gnustep-libs/gnustep-gui/DEPENDS
+++ b/gnustep-libs/gnustep-gui/DEPENDS
@@ -4,7 +4,7 @@ depends tiff &&
depends libpng &&
optional_depends libungif "" "" "Add gif support." &&
optional_depends aspell "" "" "Add spell checking support." &&
-optional_depends cups "" "" "Add printing support. " &&
+optional_depends CUPS "" "" "Add printing support. " &&
optional_depends audiofile "" "" "Add sound support." &&
optional_depends portaudio "" "" "Add portable audio support." &&
diff --git a/gnustep-libs/gnustep-gui/HISTORY b/gnustep-libs/gnustep-gui/HISTORY
index e82c43f838..e48f599b0d 100644
--- a/gnustep-libs/gnustep-gui/HISTORY
+++ b/gnustep-libs/gnustep-gui/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-04-14 Maurizio Boriani <baux@sourcemage.org>
* Fix dummy concatenations stuff and others bugs.
diff --git a/graphics/flphoto/DEPENDS b/graphics/flphoto/DEPENDS
index e9d0b17616..c7814d7533 100755
--- a/graphics/flphoto/DEPENDS
+++ b/graphics/flphoto/DEPENDS
@@ -1,6 +1,6 @@
depends fltk &&
depends jpeg &&
optional_depends libgphoto2 "" "" "For Digital Cameras Support" &&
-optional_depends cups "" "" "For printing support" &&
+optional_depends CUPS "" "" "For printing support" &&
optional_depends libpng "" "" "For png format support" &&
optional_depends libungif "" "" "For gif format support"
diff --git a/graphics/flphoto/HISTORY b/graphics/flphoto/HISTORY
index 1b263ebd34..b1ddb6b799 100644
--- a/graphics/flphoto/HISTORY
+++ b/graphics/flphoto/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/net/samba/DEPENDS b/net/samba/DEPENDS
index 06941c3a7a..b885c73006 100755
--- a/net/samba/DEPENDS
+++ b/net/samba/DEPENDS
@@ -25,7 +25,7 @@ optional_depends linux-pam \
# "--without-ssl" \
# "for encrypted communication" &&
-optional_depends cups \
+optional_depends CUPS \
"--enable-cups" \
"--disable-cups" \
"for Samba support in CUPS" &&
diff --git a/net/samba/HISTORY b/net/samba/HISTORY
index 6db9919598..ccf75629be 100644
--- a/net/samba/HISTORY
+++ b/net/samba/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-06-09 Unet <unet@sourcemage.org>
* CONFIGURE, BUILD, DETAILS, INSTALL, PRE_BUILD: Added support
for samba-vscan
diff --git a/printer/cups-drivers/DEPENDS b/printer/cups-drivers/DEPENDS
index a3a350aa19..f195df054e 100755
--- a/printer/cups-drivers/DEPENDS
+++ b/printer/cups-drivers/DEPENDS
@@ -1 +1 @@
-depends cups
+depends CUPS
diff --git a/printer/cups-drivers/HISTORY b/printer/cups-drivers/HISTORY
index 8c4e415262..87d20b64eb 100644
--- a/printer/cups-drivers/HISTORY
+++ b/printer/cups-drivers/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/printer/cupsddk/DEPENDS b/printer/cupsddk/DEPENDS
index a3a350aa19..f195df054e 100755
--- a/printer/cupsddk/DEPENDS
+++ b/printer/cupsddk/DEPENDS
@@ -1 +1 @@
-depends cups
+depends CUPS
diff --git a/printer/cupsddk/HISTORY b/printer/cupsddk/HISTORY
index ab4950f844..2eaf90cafe 100644
--- a/printer/cupsddk/HISTORY
+++ b/printer/cupsddk/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/printer/espgs/DEPENDS b/printer/espgs/DEPENDS
index 9e5396fc57..92c2d75c04 100755
--- a/printer/espgs/DEPENDS
+++ b/printer/espgs/DEPENDS
@@ -11,7 +11,7 @@ if [ "${ESPGS_LIBGS}" == "y" ]; then
depends gtk+
fi &&
-optional_depends "cups" \
+optional_depends "CUPS" \
"--enable-cups" \
"--disable-cups" \
"CUPS print spooler support" &&
diff --git a/printer/espgs/HISTORY b/printer/espgs/HISTORY
index fa5b769ab4..18002b6769 100644
--- a/printer/espgs/HISTORY
+++ b/printer/espgs/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-06-24 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* PRE_BUILD, ghostscript-8.15-sharedlib.patch: removed, included in 8.15.2
diff --git a/printer/gimp-print/DEPENDS b/printer/gimp-print/DEPENDS
index 37330cbd6e..47b589d474 100755
--- a/printer/gimp-print/DEPENDS
+++ b/printer/gimp-print/DEPENDS
@@ -1 +1 @@
-optional_depends "cups" "--with-cups" "" "for cups support"
+optional_depends "CUPS" "--with-cups" "" "for cups support"
diff --git a/printer/gimp-print/HISTORY b/printer/gimp-print/HISTORY
index 3fc41a7f87..8ebdfaa0fa 100644
--- a/printer/gimp-print/HISTORY
+++ b/printer/gimp-print/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/printer/gnulpr/CONFLICTS b/printer/gnulpr/CONFLICTS
index 634c9aedd1..abb3d8b027 100755
--- a/printer/gnulpr/CONFLICTS
+++ b/printer/gnulpr/CONFLICTS
@@ -1 +1,2 @@
-conflicts cups
+conflicts cups &&
+conflicts cups-old
diff --git a/printer/gnulpr/HISTORY b/printer/gnulpr/HISTORY
index 5176810321..cfc5c2bbaf 100644
--- a/printer/gnulpr/HISTORY
+++ b/printer/gnulpr/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * CONFLICTS: Added conflicts cups-old
+
2006-06-16 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
* PRE_BUILD: removed
* CONFLICTS: readded
diff --git a/printer/gtklp/DEPENDS b/printer/gtklp/DEPENDS
index 7d74abaf20..bc740a7795 100755
--- a/printer/gtklp/DEPENDS
+++ b/printer/gtklp/DEPENDS
@@ -1,2 +1,2 @@
depends gtk+2 &&
-depends cups
+depends CUPS
diff --git a/printer/gtklp/HISTORY b/printer/gtklp/HISTORY
index 1197528a42..fb7b4207ad 100644
--- a/printer/gtklp/HISTORY
+++ b/printer/gtklp/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/printer/gutenprint/DEPENDS b/printer/gutenprint/DEPENDS
index 2bf3ac2960..5d82028231 100755
--- a/printer/gutenprint/DEPENDS
+++ b/printer/gutenprint/DEPENDS
@@ -1,4 +1,4 @@
optional_depends gtk+ "--enable-libgutenprintui" "--disable-libgutenprintui" "ui plugin" &&
optional_depends gtk+2 "--enable-libgutenprintui2" "--disable-libgutenprintui2" "ui plugin" &&
optional_depends gimp "--with-gimp2 " "--without-gimp2 " "print plugin for GIMP" &&
-optional_depends "cups" "--with-cups" "" "for cups support"
+optional_depends "CUPS" "--with-cups" "" "for cups support"
diff --git a/printer/gutenprint/HISTORY b/printer/gutenprint/HISTORY
index 550f679d1a..36367f8500 100644
--- a/printer/gutenprint/HISTORY
+++ b/printer/gutenprint/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-05-19 Treeve Jelbert <treeve01@pi.be>
* DETAILS: version 5.0.0-rc3
diff --git a/printer/hplip/DEPENDS b/printer/hplip/DEPENDS
index 71124fde0d..f2fa8ba868 100755
--- a/printer/hplip/DEPENDS
+++ b/printer/hplip/DEPENDS
@@ -1,4 +1,4 @@
-depends cups &&
+depends CUPS &&
depends pyqt &&
depends net-snmp &&
depends foomatic &&
diff --git a/printer/hplip/HISTORY b/printer/hplip/HISTORY
index b9cf3662a6..3b897ff1c3 100644
--- a/printer/hplip/HISTORY
+++ b/printer/hplip/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-05-22 Treeve Jelbert <treeve01@pi.be>
* DETAILS: version 0.9.11
new website and url
diff --git a/printer/pt/DEPENDS b/printer/pt/DEPENDS
index 0583cb67f5..0913c40f4d 100755
--- a/printer/pt/DEPENDS
+++ b/printer/pt/DEPENDS
@@ -1,4 +1,4 @@
-depends cups &&
+depends CUPS &&
depends gtk+ &&
optional_depends "openssl" \
diff --git a/printer/pt/HISTORY b/printer/pt/HISTORY
index 983263eb24..99969e1fca 100644
--- a/printer/pt/HISTORY
+++ b/printer/pt/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/printer/xpp/DEPENDS b/printer/xpp/DEPENDS
index fb750e8e3e..0909793a6a 100755
--- a/printer/xpp/DEPENDS
+++ b/printer/xpp/DEPENDS
@@ -1,2 +1,2 @@
-depends cups &&
+depends CUPS &&
depends fltk
diff --git a/printer/xpp/HISTORY b/printer/xpp/HISTORY
index a16cf14e5e..3192b22498 100644
--- a/printer/xpp/HISTORY
+++ b/printer/xpp/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/utils/bluez-utils/DEPENDS b/utils/bluez-utils/DEPENDS
index 5f83f9779c..0c1ad0bcb3 100755
--- a/utils/bluez-utils/DEPENDS
+++ b/utils/bluez-utils/DEPENDS
@@ -5,7 +5,7 @@ depends automake &&
optional_depends dbus "--enable-dbus" "--disable-dbus" "for dbus support" &&
optional_depends alsa-lib "--enable-alsa" "--disable-alsa" "for ALSA support" &&
-optional_depends cups "--enable-cups" "--disable-cups" "for CUPS support" &&
+optional_depends CUPS "--enable-cups" "--disable-cups" "for CUPS support" &&
optional_depends PCMCIA_TOOLS "--enable-pcmcia" "--disable-pcmcia" "for PCMCIA support" &&
optional_depends openobex "--enable-obex" "--disable-obex" "for openobex support" &&
optional_depends fuse "--enable-fuse" "--disable-fuse" "for FUSE support" &&
diff --git a/utils/bluez-utils/HISTORY b/utils/bluez-utils/HISTORY
index f5461c5e39..7a6a4d8a79 100644
--- a/utils/bluez-utils/HISTORY
+++ b/utils/bluez-utils/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-04-27 Jose Bernardo Silva <jbernardo@sourcemage.org>
* DEPENDS: added hid2hic build if libusb is used; replaced pcmcia-cs
with PCMCIA_TOOLS; added FUSE support
diff --git a/x11-libs/wine/DEPENDS b/x11-libs/wine/DEPENDS
index b829b41f77..ff539ef5ae 100755
--- a/x11-libs/wine/DEPENDS
+++ b/x11-libs/wine/DEPENDS
@@ -23,7 +23,7 @@ optional_depends ncurses \
"--without-curses" \
"curses gui?" &&
-optional_depends cups \
+optional_depends CUPS \
"" \
"" \
"printing support" &&
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 4f1d77b04d..6151943b98 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-06-21 Pol Vinogradov <vin.public@gmail.com>
* DETAILS: Updated to 0.9.16, removed BUILD_API=2 line
diff --git a/x11-toolkits/fox/DEPENDS b/x11-toolkits/fox/DEPENDS
index cc78e5d9da..42ee7767c3 100755
--- a/x11-toolkits/fox/DEPENDS
+++ b/x11-toolkits/fox/DEPENDS
@@ -7,5 +7,5 @@ depends libpng &&
depends zlib &&
optional_depends "X11-LIBS" "--with-opengl=opengl" "--disable-opengl" "for gui support" &&
-optional_depends "cups" "" "" "for printing support"
+optional_depends "CUPS" "" "" "for printing support"
diff --git a/x11-toolkits/fox/HISTORY b/x11-toolkits/fox/HISTORY
index 02669887bb..987997ee04 100644
--- a/x11-toolkits/fox/HISTORY
+++ b/x11-toolkits/fox/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-06-18 Treeve Jelbert <treeve01@pi.be>
* DETAILS: version 1.6.6 / 1.4.34
* PREPARE: change query, now defaults to 1.6.x
diff --git a/x11-toolkits/qt-embedded/DEPENDS b/x11-toolkits/qt-embedded/DEPENDS
index 36e1a5a7e3..4a291a3d77 100755
--- a/x11-toolkits/qt-embedded/DEPENDS
+++ b/x11-toolkits/qt-embedded/DEPENDS
@@ -58,7 +58,7 @@ optional_depends unixodbc \
"" \
"for ODBC database support" &&
-optional_depends cups \
+optional_depends CUPS \
"-cups" \
"-nocups" \
"for Common Unix Printing System support" &&
diff --git a/x11-toolkits/qt-embedded/HISTORY b/x11-toolkits/qt-embedded/HISTORY
index a180b12ac3..6c8478a75f 100644
--- a/x11-toolkits/qt-embedded/HISTORY
+++ b/x11-toolkits/qt-embedded/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
* DETAILS: (automated) Add KEYWORDS
diff --git a/x11-toolkits/qt-x11/DEPENDS b/x11-toolkits/qt-x11/DEPENDS
index 8c7f0b6e7e..9e1712aec7 100755
--- a/x11-toolkits/qt-x11/DEPENDS
+++ b/x11-toolkits/qt-x11/DEPENDS
@@ -54,7 +54,7 @@ optional_depends unixodbc \
"" \
"for ODBC database support" &&
-optional_depends cups \
+optional_depends CUPS \
"-cups" \
"-no-cups" \
"for Common Unix Printing System support" &&
diff --git a/x11-toolkits/qt-x11/HISTORY b/x11-toolkits/qt-x11/HISTORY
index 3d5ee9660a..68275dfa3f 100644
--- a/x11-toolkits/qt-x11/HISTORY
+++ b/x11-toolkits/qt-x11/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-06-04 Daniel Goller <morfic@sourcemage.org>
* DEPENDS: remove -stl/-no-stl flags from optional stlport depend to avoid turning off STL support
* BUILD: add -stl to configure to ensure building with STL support,
diff --git a/x11-toolkits/qt4/DEPENDS b/x11-toolkits/qt4/DEPENDS
index 4af1667526..a3953bbd37 100755
--- a/x11-toolkits/qt4/DEPENDS
+++ b/x11-toolkits/qt4/DEPENDS
@@ -63,7 +63,7 @@ optional_depends unixodbc \
'' \
'for ODBC database support' &&
-optional_depends cups \
+optional_depends CUPS \
'-cups' \
'-no-cups' \
'for Common Unix Printing System support' &&
diff --git a/x11-toolkits/qt4/HISTORY b/x11-toolkits/qt4/HISTORY
index d8cd4bdd17..29db6c0984 100644
--- a/x11-toolkits/qt4/HISTORY
+++ b/x11-toolkits/qt4/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-06-04 Daniel Goller <morfic@sourcemage.org>
* DEPENDS: remove -stl/-no-stl flags from optional stlport depend to avoid turning off STL support
* BUILD: add -stl to configure to ensure building with STL support,
diff --git a/xfce/xfprint/DEPENDS b/xfce/xfprint/DEPENDS
index e1622dc7a5..b47cf3df9f 100755
--- a/xfce/xfprint/DEPENDS
+++ b/xfce/xfprint/DEPENDS
@@ -4,4 +4,4 @@ depends libxfce4util &&
depends libxfce4mcs &&
depends xfce-mcs-manager &&
depends a2ps &&
-optional_depends "cups" "--enable-cups" "--disable-cups" "to print to cups printers"
+optional_depends "CUPS" "--enable-cups" "--disable-cups" "to print to cups printers"
diff --git a/xfce/xfprint/HISTORY b/xfce/xfprint/HISTORY
index bf137fc0db..f9495b7f5c 100644
--- a/xfce/xfprint/HISTORY
+++ b/xfce/xfprint/HISTORY
@@ -1,3 +1,6 @@
+2006-06-25 George Sherwood <george@beernabeer.com>
+ * DEPENDS: Changed to CUPS from cups
+
2006-04-24 Arwed v. Merkatz <v.merkatz@gmx.net>
* DEPENDS: added dependency on xfce-mcs-manager and libxfce4mcs
(bug #11521), explicitly depend on gtk+2 and libxfce4util