[gentoo-commits] gentoo-x86 commit in net-print/hplip: ChangeLog hplip-3.15.4.ebuild

2015-07-31 Thread Daniel Pielmeier (billie)
billie  15/07/31 14:34:33

  Modified: ChangeLog
  Removed:  hplip-3.15.4.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
215AD14D)

Revision  ChangesPath
1.329net-print/hplip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?rev=1.329view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?rev=1.329content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?r1=1.328r2=1.329

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -r1.328 -r1.329
--- ChangeLog   31 Jul 2015 14:27:45 -  1.328
+++ ChangeLog   31 Jul 2015 14:34:33 -  1.329
@@ -1,6 +1,9 @@
 # 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.328 
2015/07/31 14:27:45 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.329 
2015/07/31 14:34:33 billie Exp $
+
+  31 Jul 2015; Daniel Pielmeier bil...@gentoo.org -hplip-3.15.4.ebuild:
+  Remove old.
 
 *hplip-3.15.7 (31 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in net-print/hplip: ChangeLog hplip-3.15.4.ebuild

2015-04-26 Thread Daniel Pielmeier (billie)
billie  15/04/26 12:02:08

  Modified: ChangeLog hplip-3.15.4.ebuild
  Log:
  Remove redundant dependency on dbus-python. This fixes bug #547578. Thanks to 
S. Gilles for the report.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
215AD14D)

Revision  ChangesPath
1.326net-print/hplip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?rev=1.326view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?rev=1.326content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?r1=1.325r2=1.326

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -r1.325 -r1.326
--- ChangeLog   26 Apr 2015 11:58:45 -  1.325
+++ ChangeLog   26 Apr 2015 12:02:08 -  1.326
@@ -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.325 
2015/04/26 11:58:45 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.326 
2015/04/26 12:02:08 billie Exp $
+
+  26 Apr 2015; Daniel Pielmeier bil...@gentoo.org hplip-3.15.4.ebuild:
+  Remove redundant dependency on dbus-python. This fixes bug #547578. Thanks to
+  S. Gilles for the report.
 
   26 Apr 2015; Daniel Pielmeier bil...@gentoo.org -hplip-3.15.2.ebuild:
   Remove old.



1.2  net-print/hplip/hplip-3.15.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.15.4.ebuild?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.15.4.ebuild?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.15.4.ebuild?r1=1.1r2=1.2

Index: hplip-3.15.4.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.15.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hplip-3.15.4.ebuild 19 Apr 2015 15:29:03 -  1.1
+++ hplip-3.15.4.ebuild 26 Apr 2015 12:02:08 -  1.2
@@ -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.15.4.ebuild,v 1.1 
2015/04/19 15:29:03 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/hplip-3.15.4.ebuild,v 1.2 
2015/04/26 12:02:08 billie Exp $
 
 EAPI=5
 
@@ -61,7 +61,6 @@
)
fax? (
=dev-python/reportlab-2.6[${PYTHON_USEDEP}]
-   =dev-python/dbus-python-1.1.1-r1[${PYTHON_USEDEP}]
)
qt4? (
=dev-python/PyQt4-4.9.6-r2[dbus,X,${PYTHON_USEDEP}]






[gentoo-commits] gentoo-x86 commit in net-print/hplip: ChangeLog hplip-3.15.4.ebuild

2015-04-19 Thread Daniel Pielmeier (billie)
billie  15/04/19 15:29:03

  Modified: ChangeLog
  Added:hplip-3.15.4.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
215AD14D)

Revision  ChangesPath
1.324net-print/hplip/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?rev=1.324view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?rev=1.324content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/ChangeLog?r1=1.323r2=1.324

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v
retrieving revision 1.323
retrieving revision 1.324
diff -u -r1.323 -r1.324
--- ChangeLog   4 Apr 2015 09:39:03 -   1.323
+++ ChangeLog   19 Apr 2015 15:29:03 -  1.324
@@ -1,6 +1,11 @@
 # 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.323 
2015/04/04 09:39:03 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/hplip/ChangeLog,v 1.324 
2015/04/19 15:29:03 billie Exp $
+
+*hplip-3.15.4 (19 Apr 2015)
+
+  19 Apr 2015; Daniel Pielmeier bil...@gentoo.org +hplip-3.15.4.ebuild:
+  Version bump.
 
   04 Apr 2015; Daniel Pielmeier bil...@gentoo.org -hplip-3.14.1.ebuild:
   Remove old. This time the correct version.



1.1  net-print/hplip/hplip-3.15.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.15.4.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/hplip/hplip-3.15.4.ebuild?rev=1.1content-type=text/plain

Index: hplip-3.15.4.ebuild
===
# 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.15.4.ebuild,v 1.1 
2015/04/19 15:29:03 billie Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE=threads,xml

inherit eutils fdo-mime linux-info python-single-r1 udev autotools 
toolchain-funcs

DESCRIPTION=HP Linux Imaging and Printing. Includes printer, scanner, fax 
drivers and service tools
HOMEPAGE=http://hplipopensource.com/hplip-web/index.html;
SRC_URI=mirror://sourceforge/hplip/${P}.tar.gz

http://dev.gentoo.org/~billie/distfiles/${PN}-3.14.10-patches-1.tar.xz;

LICENSE=GPL-2
SLOT=0
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86

IUSE=doc fax +hpcups hpijs kde libnotify -libusb0 minimal parport policykit 
qt4 scanner snmp static-ppds X

COMMON_DEPEND=
virtual/jpeg:0
hpijs? (
|| ( =net-print/cups-filters-1.0.43-r1[foomatic] 
=net-print/foomatic-filters-3.0.20080507[cups] )
)
!minimal? (
${PYTHON_DEPS}
=net-print/cups-1.4.0
!libusb0? ( virtual/libusb:1 )
libusb0? ( virtual/libusb:0 )
scanner? ( =media-gfx/sane-backends-1.0.19-r1 )
fax? ( =sys-apps/dbus-1.6.8-r1 )
snmp? (
net-analyzer/net-snmp
dev-libs/openssl:0
)
)

DEPEND=${COMMON_DEPEND}
virtual/pkgconfig

RDEPEND=${COMMON_DEPEND}
=app-text/ghostscript-gpl-8.71-r3
policykit? (
sys-auth/polkit
)
!minimal? (
=dev-python/dbus-python-1.1.1-r1[${PYTHON_USEDEP}]
=dev-python/pygobject-2.28.6-r53:2[${PYTHON_USEDEP}]
kernel_linux? ( virtual/udev )
scanner? (
=dev-python/reportlab-2.6[${PYTHON_USEDEP}]
=virtual/python-imaging-1[${PYTHON_USEDEP}]
X? ( || (
kde? ( kde-misc/skanlite )
media-gfx/xsane
media-gfx/sane-frontends
) )
)
fax? (
=dev-python/reportlab-2.6[${PYTHON_USEDEP}]
=dev-python/dbus-python-1.1.1-r1[${PYTHON_USEDEP}]
)
qt4? (
=dev-python/PyQt4-4.9.6-r2[dbus,X,${PYTHON_USEDEP}]
libnotify? (

=dev-python/notify-python-0.1.1-r3[${PYTHON_USEDEP}]
)
)
)

REQUIRED_USE=!minimal? ( ${PYTHON_REQUIRED_USE} )

CONFIG_CHECK=~PARPORT ~PPDEV
ERROR_PARPORT=Please make sure kernel parallel port support is enabled 
(PARPORT and PPDEV).

pkg_setup() {
use !minimal  python-single-r1_pkg_setup

! use qt4  ewarn You need USE=qt4 for the hplip GUI.

use scanner  ! use X  ewarn You need USE=X for the scanner GUI.

if !