diff options
author | Daniel Pielmeier <billie@gentoo.org> | 2012-06-29 15:52:45 +0000 |
---|---|---|
committer | Daniel Pielmeier <billie@gentoo.org> | 2012-06-29 15:52:45 +0000 |
commit | 1acecc9b5beec430e1533a25e6a8ac72fd15100d (patch) | |
tree | 4ec28b5cb30e07f385065da3f33a7381de64d1e2 /net-print | |
parent | Marked ~hppa (bug #420997). (diff) | |
download | gentoo-2-1acecc9b5beec430e1533a25e6a8ac72fd15100d.tar.gz gentoo-2-1acecc9b5beec430e1533a25e6a8ac72fd15100d.tar.bz2 gentoo-2-1acecc9b5beec430e1533a25e6a8ac72fd15100d.zip |
Version bump. Remove old.
(Portage version: 2.1.10.65/cvs/Linux i686)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/hplip/ChangeLog | 8 | ||||
-rw-r--r-- | net-print/hplip/hplip-3.12.6.ebuild (renamed from net-print/hplip/hplip-3.12.2-r2.ebuild) | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/net-print/hplip/ChangeLog b/net-print/hplip/ChangeLog index 3feea3161834..71a6ecceaa4a 100644 --- a/net-print/hplip/ChangeLog +++ b/net-print/hplip/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-print/hplip # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.228 2012/05/21 17:27:50 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.229 2012/06/29 15:52:45 billie Exp $ + +*hplip-3.12.6 (29 Jun 2012) + + 29 Jun 2012; Daniel Pielmeier <billie@gentoo.org> -hplip-3.12.2-r2.ebuild, + +hplip-3.12.6.ebuild: + Version bump. Remove old. 21 May 2012; Daniel Pielmeier <billie@gentoo.org> hplip-3.12.2-r2.ebuild, hplip-3.12.4.ebuild: diff --git a/net-print/hplip/hplip-3.12.2-r2.ebuild b/net-print/hplip/hplip-3.12.6.ebuild index 44fe2210be94..ea4e3f759342 100644 --- a/net-print/hplip/hplip-3.12.2-r2.ebuild +++ b/net-print/hplip/hplip-3.12.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.12.2-r2.ebuild,v 1.6 2012/05/21 17:27:50 billie Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.12.6.ebuild,v 1.1 2012/06/29 15:52:45 billie Exp $ EAPI=4 @@ -29,7 +29,7 @@ COMMON_DEPEND=" acl? ( || ( >=sys-auth/consolekit-0.4.5-r3[acl] >=sys-fs/udev-171-r5[acl] <sys-fs/udev-171-r5[extras] ) ) !minimal? ( >=net-print/cups-1.4.0 - virtual/libusb:0 + virtual/libusb:1 scanner? ( >=media-gfx/sane-backends-1.0.19-r1 ) fax? ( sys-apps/dbus ) snmp? ( @@ -185,6 +185,8 @@ src_configure() { --disable-foomatic-rip-hplip-install \ --disable-shadow-build \ --disable-qt3 \ + --disable-libusb01_build \ + --enable-udev_sysfs_rules \ --with-cupsbackenddir=$(cups-config --serverbin)/backend \ --with-cupsfilterdir=$(cups-config --serverbin)/filter \ --with-docdir=/usr/share/doc/${PF} \ @@ -227,7 +229,7 @@ pkg_postinst() { elog "a look at the hplip section of the gentoo printing guide:" elog "http://www.gentoo.org/doc/en/printing-howto.xml" elog - elog "Any user who want to print must be in the lp group." + elog "Any user who wants to print must be in the lp group." } pkg_postrm() { |