diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2015-01-30 12:48:55 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2015-01-30 12:48:55 +0000 |
commit | 510d6107b1dd946dc79ab10454fa881136368282 (patch) | |
tree | 8af9665149deeba0435abc130ad667198973f5fe /net-print | |
parent | sys-kernel/aufs-sources: Bump to latest aufs3, genpatches and linux release (diff) | |
download | gentoo-2-510d6107b1dd946dc79ab10454fa881136368282.tar.gz gentoo-2-510d6107b1dd946dc79ab10454fa881136368282.tar.bz2 gentoo-2-510d6107b1dd946dc79ab10454fa881136368282.zip |
Add message about unsupported binary plugins.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 215AD14D)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.14.1.ebuild | 7 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.14.10.ebuild | 7 |
3 files changed, 17 insertions, 3 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index 69b94064aae0..5fe40b18cd45 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/hplip # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.316 2015/01/30 11:34:05 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.317 2015/01/30 12:48:55 billie Exp $ + + 30 Jan 2015; Daniel Pielmeier <billie@gentoo.org> hplip-3.14.1.ebuild, + hplip-3.14.10.ebuild: + Add message about unsupported binary plugins. 30 Jan 2015; Daniel Pielmeier <billie@gentoo.org> -hplip-3.14.6.ebuild: Remove old. diff --git a/net-print/hplip/hplip-3.14.1.ebuild b/net-print/hplip/hplip-3.14.1.ebuild index d319386c16ca..dfdd9113d649 100644 --- a/net-print/hplip/hplip-3.14.1.ebuild +++ b/net-print/hplip/hplip-3.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.14.1.ebuild,v 1.11 2015/01/03 20:03:37 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.14.1.ebuild,v 1.12 2015/01/30 12:48:55 billie Exp $ EAPI=5 @@ -258,5 +258,10 @@ pkg_postinst() { elog "https://wiki.gentoo.org/wiki/Printing" elog elog "Any user who wants to print must be in the lp group." + elog + elog "Please note: Printers requiring a binary plugin are currently" + elog "not supported. All bugs regarding the plugin are most likely" + elog "closed. A bug about including the plugin package to gentoo is" + elog "available here: https://bugs.gentoo.org/352439" fi } diff --git a/net-print/hplip/hplip-3.14.10.ebuild b/net-print/hplip/hplip-3.14.10.ebuild index 0da523909e45..e1e0459f69c3 100644 --- a/net-print/hplip/hplip-3.14.10.ebuild +++ b/net-print/hplip/hplip-3.14.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.14.10.ebuild,v 1.6 2015/01/03 20:03:37 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.14.10.ebuild,v 1.7 2015/01/30 12:48:55 billie Exp $ EAPI=5 @@ -257,5 +257,10 @@ pkg_postinst() { elog "https://wiki.gentoo.org/wiki/Printing" elog elog "Any user who wants to print must be in the lp group." + elog + elog "Please note: Printers requiring a binary plugin are currently" + elog "not supported. All bugs regarding the plugin are most likely" + elog "closed. A bug about including the plugin package to gentoo is" + elog "available here: https://bugs.gentoo.org/352439" fi } |