summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-print/cups: drop old interface dirBrian Norris2016-03-241-1/+1
| | | | Interface scripts are no longer supported upstream for security reasons.
* net-print/cups-filters: add upstream fixes for pkg-config handlingBrian Norris2016-03-242-0/+108
|
* net-print/cups-filters: add --enable-ijs control tooMike Frysinger2016-03-232-14/+13
| | | | | | Was missed in previous commit here. Also sync the live git version.
* net-print/cups-filters: drop old <1.5.0 versionsMike Frysinger2016-03-235-242/+0
|
* net-print/cups-filters: add upstream fixes for USE=-postscriptBrian Norris2016-03-233-1/+141
| | | | | When ghostscript is disabled, make sure we still don't require features from it at configure & runtime.
* net-print/cups-filters: fix paths to cups runtime stateBrian Norris2016-03-232-0/+119
| | | | | This allows the cups browser to locate the cups server state and matches the flags used in the cups ebuild.
* net-print/cups-filters: drop old configure mungingMike Frysinger2016-03-236-26/+4
| | | | | The configure script was updated long ago, so drop the manual sed. In many cases, this also means we can drop the autotool regeneration.
* net-print/cups-filters: drop unused base eclassMike Frysinger2016-03-236-12/+6
|
* net-print/cups-filters: drop pointless copy of KEYWORDS which confuses ekeywordMike Frysinger2016-03-237-7/+0
|
* net-print/cups-filters: force newer poppler #546220Mike Frysinger2016-03-236-6/+6
|
* net-print/cups-filters: add missing glib dependency #543152Mike Frysinger2016-03-237-0/+7
|
* net-print/cups-filters: add USE=ldap to control openldap usage #574042Mike Frysinger2016-03-236-6/+18
|
* net-print/cups-filters: ia64 stable wrt bug #567286Agostino Sarubbo2016-03-201-2/+2
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-print/hplip-plugin: Remove useless </use> tag.Patrice Clement2016-03-191-2/+0
| | | | Package-Manager: portage-2.2.26
* net-print/hplip-plugin: Adding hplip-plugin ebuildsNicholas Vinson2016-03-195-0/+225
| | | | | | | | | | | | | | | Some HP printers need binary-only plugins to function. These ebuilds provided the needed binaries for all versions supported by hplip and are available in portage. Specifically the versison are: hplip-plugin-3.14.10.ebuild hplip-plugin-3.15.11.ebuild hplip-plugin-3.16.2.ebuild Gentoo-Bug: https://bugs.gentoo.org/352439 Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1087
* net-print/hplip: Version bump to 3.16.3Manuel Rüger2016-03-192-0/+261
| | | | Package-Manager: portage-2.2.28
* net-print/cups-filters: sparc stable wrt bug #567286Agostino Sarubbo2016-03-191-2/+2
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-print/cups: add debug printing for debug buildsBrian Norris2016-03-156-0/+6
|
* net-print/splix: fix URL for fetching, bug #577082Bernard Cafarelli2016-03-141-2/+2
| | | | Package-Manager: portage-2.2.28
* net-print/epson-inkjet-printer-escpr: Cleanup src_installMike Gilbert2016-03-121-2/+3
| | | | | | We only want to install the binaries and ppd files; skip the lib subdir. Package-Manager: portage-2.2.28_p57
* net-print/epson-inkjet-printer-escpr: Bump to 1.6.4Mike Gilbert2016-03-122-0/+37
| | | | Package-Manager: portage-2.2.28_p57
* net-print/cups-pk-helper: x86 stable wrt bug #566378Mikle Kolyada2016-03-061-1/+1
| | | | Package-Manager: portage-2.2.26
* metadata.xml: Add maintainer-needed comment to packages without maintainer.Ulrich Müller2016-02-283-0/+3
| | | | Bug: 575810
* net-print/cups-pk-helper: amd64 stable, bug 566378Pacho Ramos2016-02-221-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="amd64"
* net-print/cups-pk-helper: Version bumpPacho Ramos2016-02-212-0/+44
| | | | Package-Manager: portage-2.2.27
* net-print/cups-pk-helper: Drop oldPacho Ramos2016-02-213-95/+0
| | | | Package-Manager: portage-2.2.27
* net-print/cups-filters: Remove oldManuel Rüger2016-02-162-123/+0
| | | | Package-Manager: portage-2.2.27
* net-print/cups-filters: Version bumpManuel Rüger2016-02-162-0/+120
| | | | Package-Manager: portage-2.2.27
* net-print/hplip: Version bump.Daniel Pielmeier2016-02-132-0/+262
| | | | Package-Manager: portage-2.2.26
* net-print/hplip: Remove old.Daniel Pielmeier2016-02-132-261/+0
| | | | Package-Manager: portage-2.2.26
* net-print/cups-filters: update one more ghostscript->postscript usageMike Frysinger2016-02-101-1/+1
|
* net-print/cups-filters: add --disable-{foomatic,ghostscript} supportBrian Norris2016-02-102-12/+197
| | | | | | | | | | Support a new USE flag to allow disabling ghostscript-based filters in a CUPS installation. Requires patching in a new --disable-ghostscript option to the configure script. Patch supplied in upstream bug: https://bugs.linuxfoundation.org/show_bug.cgi?id=1342 Also support a proper configure flag for foomatic at the same time.
* net-print/cups{,-filters}: consolidate dependencies into cups-filters #573970Brian Norris2016-02-104-7/+478
| | | | | | | | | Currently, the CUPS ebuild is specifying the required USE flags and dependencies for ghostscript and poppler. However, these utilities are only required by the cups-filters ebuild, not CUPS proper. Let's move the dependencies to cups-filters and phase out those dependencies in the CUPS ebuild.
* net-print/cups: Bump to version 2.1.3Lars Wendler2016-02-075-8/+382
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-print/cups: drop pt_BR localeBrian Norris2016-02-054-4/+4
| | | | The source no longer supports this translation.
* net-print/cups: disable unused host tools for cross-compilingBrian Norris2016-02-055-0/+34
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-2437-46/+46
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-2430-32/+124
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Remove explicit notion of maintainer-needed, for GLEP 67Michał Górny2016-01-243-9/+0
| | | | | | GLEP 67 removes the explicit notion of maintainer-needed@g.o being used for packages lacking maintainers, in favor of assuming maintainer-needed whenever the package has no maintainers.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-243-5/+5
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* net-print/cups-filters: Version bumpManuel Rüger2016-01-232-0/+123
| | | | Package-Manager: portage-2.2.27
* net-print/cups-filters: Version bumpManuel Rüger2016-01-192-0/+123
| | | | Package-Manager: portage-2.2.27
* net-print/foomatic-db-engine: use pkg-config to locate libxml2 libsBrian Norris2016-01-192-3/+41
| | | | | This fixes up cross-compiling issues by utilizing standard pkg-config files to locate libxml2 settings rather than `libxml2-config`.
* net-print/foomatic-db-engine: switch to `default`Mike Frysinger2016-01-191-4/+4
| | | | No real changes here -- installed set of files is the same.
* net-print/cups-filters: 1.5.0 stable on x86, see bug 567286Andreas Schuerch2016-01-181-2/+2
| | | | Package-Manager: portage-2.2.26
* net-print/cups-filters: Stable for HPPA PPC64 (bug #567286).Jeroen Roovers2016-01-181-2/+2
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches
* net-print/cups-filters: ppc stable wrt bug #567286Agostino Sarubbo2016-01-171-2/+2
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-print/cups-filters: add alpha keywordTobias Klausmann2016-01-171-2/+2
| | | | | | Gentoo-Bug: 567286 Package-Manager: portage-2.2.26
* net-print/cups-filters: arm stable, bug #567286Markus Meier2016-01-171-2/+2
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm"
* net-print/cups-filters: amd64 stable wrt bug #567286Agostino Sarubbo2016-01-141-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>