dilfridge 14/09/07 20:48:21
Modified: cups-1.7.5.ebuild cups-9999.ebuild ChangeLog
cups-1.7.9999.ebuild
Log:
Undo the last change; as correctly pointed out by Arfrever it makes no sense.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key
84AD142F)
Revision Changes Path
1.3 net-print/cups/cups-1.7.5.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.7.5.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.7.5.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.7.5.ebuild?r1=1.2&r2=1.3
Index: cups-1.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.7.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cups-1.7.5.ebuild 6 Sep 2014 19:30:17 -0000 1.2
+++ cups-1.7.5.ebuild 7 Sep 2014 20:48:21 -0000 1.3
@@ -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/cups-1.7.5.ebuild,v 1.2
2014/09/06 19:30:17 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.7.5.ebuild,v 1.3
2014/09/07 20:48:21 dilfridge Exp $
EAPI=5
@@ -192,20 +192,6 @@
)
fi
- # the following is needed only because of bug 513552
- # and replaces a simpler
- # $(multilib_native_use_enable usb libusb)
- #
- if use usb && multilib_is_native_abi; then
- myconf+=(
- --enable-libusb=yes
- )
- else
- myconf+=(
- --enable-libusb=no
- )
- fi
-
# need to override KRB5CONFIG for proper flags
# https://www.cups.org/str.php?L4423
econf \
@@ -227,6 +213,7 @@
$(multilib_native_use_enable pam) \
$(use_enable static-libs static) \
$(use_enable threads) \
+ $(multilib_native_use_enable usb libusb) \
--disable-dnssd \
$(multilib_native_use_with java) \
--without-perl \
1.63 net-print/cups/cups-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-9999.ebuild?rev=1.63&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-9999.ebuild?rev=1.63&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-9999.ebuild?r1=1.62&r2=1.63
Index: cups-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-print/cups/cups-9999.ebuild,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- cups-9999.ebuild 6 Sep 2014 19:30:17 -0000 1.62
+++ cups-9999.ebuild 7 Sep 2014 20:48:21 -0000 1.63
@@ -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/cups-9999.ebuild,v 1.62
2014/09/06 19:30:17 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-9999.ebuild,v 1.63
2014/09/07 20:48:21 dilfridge Exp $
EAPI=5
@@ -192,20 +192,6 @@
)
fi
- # the following is needed only because of bug 513552
- # and replaces a simpler
- # $(multilib_native_use_enable usb libusb)
- #
- if use usb && multilib_is_native_abi; then
- myconf+=(
- --enable-libusb=yes
- )
- else
- myconf+=(
- --enable-libusb=no
- )
- fi
-
# need to override KRB5CONFIG for proper flags
# https://www.cups.org/str.php?L4423
econf \
@@ -227,6 +213,7 @@
$(multilib_native_use_enable pam) \
$(use_enable static-libs static) \
$(use_enable threads) \
+ $(multilib_native_use_enable usb libusb) \
--disable-dnssd \
$(multilib_native_use_with java) \
--without-perl \
1.629 net-print/cups/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?rev=1.629&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?rev=1.629&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/ChangeLog?r1=1.628&r2=1.629
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v
retrieving revision 1.628
retrieving revision 1.629
diff -u -r1.628 -r1.629
--- ChangeLog 6 Sep 2014 19:30:17 -0000 1.628
+++ ChangeLog 7 Sep 2014 20:48:21 -0000 1.629
@@ -1,6 +1,10 @@
# ChangeLog for net-print/cups
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.628 2014/09/06
19:30:17 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.629 2014/09/07
20:48:21 dilfridge Exp $
+
+ 07 Sep 2014; Andreas K. Huettel <[email protected]> cups-1.7.5.ebuild,
+ cups-1.7.9999.ebuild, cups-9999.ebuild:
+ Undo the last change; as correctly pointed out by Arfrever it makes no sense.
06 Sep 2014; Andreas K. Huettel <[email protected]> cups-1.7.5.ebuild,
cups-1.7.9999.ebuild, cups-9999.ebuild:
1.3 net-print/cups/cups-1.7.9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.7.9999.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.7.9999.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-print/cups/cups-1.7.9999.ebuild?r1=1.2&r2=1.3
Index: cups-1.7.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.7.9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cups-1.7.9999.ebuild 6 Sep 2014 19:30:17 -0000 1.2
+++ cups-1.7.9999.ebuild 7 Sep 2014 20:48:21 -0000 1.3
@@ -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/cups-1.7.9999.ebuild,v 1.2
2014/09/06 19:30:17 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.7.9999.ebuild,v 1.3
2014/09/07 20:48:21 dilfridge Exp $
EAPI=5
@@ -192,20 +192,6 @@
)
fi
- # the following is needed only because of bug 513552
- # and replaces a simpler
- # $(multilib_native_use_enable usb libusb)
- #
- if use usb && multilib_is_native_abi; then
- myconf+=(
- --enable-libusb=yes
- )
- else
- myconf+=(
- --enable-libusb=no
- )
- fi
-
# need to override KRB5CONFIG for proper flags
# https://www.cups.org/str.php?L4423
econf \
@@ -227,6 +213,7 @@
$(multilib_native_use_enable pam) \
$(use_enable static-libs static) \
$(use_enable threads) \
+ $(multilib_native_use_enable usb libusb) \
--disable-dnssd \
$(multilib_native_use_with java) \
--without-perl \