diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-06-07 19:12:16 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-06-07 19:12:16 +0000 |
commit | 5327ac9821082d7a61a40a220308737960573162 (patch) | |
tree | 98b753f9ce6a25c584ae3f3cee66bff1ca03f56e /net-print | |
parent | Make ssh-agent functionality optional, requested by chutzpah because gnome-ke... (diff) | |
download | gentoo-2-5327ac9821082d7a61a40a220308737960573162.tar.gz gentoo-2-5327ac9821082d7a61a40a220308737960573162.tar.bz2 gentoo-2-5327ac9821082d7a61a40a220308737960573162.zip |
Remove elog message about cups-filters, since it is not really new anymore
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/cups-filters/ChangeLog | 6 | ||||
-rw-r--r-- | net-print/cups-filters/cups-filters-1.0.54.ebuild | 6 | ||||
-rw-r--r-- | net-print/cups-filters/cups-filters-9999.ebuild | 6 |
3 files changed, 7 insertions, 11 deletions
diff --git a/net-print/cups-filters/ChangeLog b/net-print/cups-filters/ChangeLog index ce4158248657..db2c2f783146 100644 --- a/net-print/cups-filters/ChangeLog +++ b/net-print/cups-filters/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-print/cups-filters # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v 1.129 2014/06/06 22:46:13 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/ChangeLog,v 1.130 2014/06/07 19:12:16 dilfridge Exp $ + + 07 Jun 2014; Andreas K. Huettel <dilfridge@gentoo.org> + cups-filters-1.0.54.ebuild, cups-filters-9999.ebuild: + Remove elog message about cups-filters, since it is not really new anymore 06 Jun 2014; Andreas K. Huettel <dilfridge@gentoo.org> cups-filters-1.0.54.ebuild, cups-filters-9999.ebuild: diff --git a/net-print/cups-filters/cups-filters-1.0.54.ebuild b/net-print/cups-filters/cups-filters-1.0.54.ebuild index c28f42654298..f4d38984ad34 100644 --- a/net-print/cups-filters/cups-filters-1.0.54.ebuild +++ b/net-print/cups-filters/cups-filters-1.0.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-1.0.54.ebuild,v 1.2 2014/06/06 22:46:13 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-1.0.54.ebuild,v 1.3 2014/06/07 19:12:16 dilfridge Exp $ EAPI=5 @@ -114,10 +114,6 @@ src_install() { pkg_postinst() { perl-module_pkg_postinst - elog "This version of cups-filters includes cups-browsed, a daemon that autodiscovers" - elog "remote queues via avahi or cups-1.5 browsing protocol and adds them to your cups" - elog "configuration. You may want to add it to your default runlevel." - if ! use foomatic ; then ewarn "You are disabling the foomatic code in cups-filters. Please do that ONLY if absolutely." ewarn "necessary. net-print/foomatic-filters as replacement is deprecated and unmaintained." diff --git a/net-print/cups-filters/cups-filters-9999.ebuild b/net-print/cups-filters/cups-filters-9999.ebuild index dd2ac9f1a06f..bc8620dc0dae 100644 --- a/net-print/cups-filters/cups-filters-9999.ebuild +++ b/net-print/cups-filters/cups-filters-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-9999.ebuild,v 1.48 2014/06/06 22:46:13 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/cups-filters/cups-filters-9999.ebuild,v 1.49 2014/06/07 19:12:16 dilfridge Exp $ EAPI=5 @@ -114,10 +114,6 @@ src_install() { pkg_postinst() { perl-module_pkg_postinst - elog "This version of cups-filters includes cups-browsed, a daemon that autodiscovers" - elog "remote queues via avahi or cups-1.5 browsing protocol and adds them to your cups" - elog "configuration. You may want to add it to your default runlevel." - if ! use foomatic ; then ewarn "You are disabling the foomatic code in cups-filters. Please do that ONLY if absolutely." ewarn "necessary. net-print/foomatic-filters as replacement is deprecated and unmaintained." |