Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 767778
Collapse All | Expand All

(-)a/net-print/cups/cups-2.3.3-r2.ebuild (-6 / +3 lines)
Lines 5-12 EAPI=7 Link Here
5
5
6
inherit autotools flag-o-matic linux-info xdg multilib-minimal pam systemd toolchain-funcs
6
inherit autotools flag-o-matic linux-info xdg multilib-minimal pam systemd toolchain-funcs
7
7
8
MY_PV="${PV/_rc/rc}"
9
MY_PV="${MY_PV/_beta/b}"
8
MY_PV="${MY_PV/_beta/b}"
9
MY_PV="${PV/_rc/rc}"
10
MY_PV="${MY_PV}op1"
10
MY_P="${PN}-${MY_PV}"
11
MY_P="${PN}-${MY_PV}"
11
12
12
if [[ ${PV} == *9999 ]]; then
13
if [[ ${PV} == *9999 ]]; then
Lines 16-23 if [[ ${PV} == *9999 ]]; then Link Here
16
		EGIT_BRANCH=branch-${PV/.9999}
17
		EGIT_BRANCH=branch-${PV/.9999}
17
	fi
18
	fi
18
else
19
else
19
	#SRC_URI="https://github.com/apple/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
	SRC_URI="https://github.com/OpenPrinting/cups/releases/download/v${MY_PV}/cups-${MY_PV}-source.tar.gz"
20
	SRC_URI="https://github.com/apple/cups/releases/download/v${MY_PV}/${MY_P}-source.tar.gz"
21
	if [[ "${PV}" != *_beta* ]] && [[ "${PV}" != *_rc* ]] ; then
21
	if [[ "${PV}" != *_beta* ]] && [[ "${PV}" != *_rc* ]] ; then
22
		KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
22
		KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
23
	fi
23
	fi
Lines 77-86 RESTRICT="test" Link Here
77
PATCHES=(
77
PATCHES=(
78
	"${FILESDIR}/${PN}-2.2.6-fix-install-perms.patch"
78
	"${FILESDIR}/${PN}-2.2.6-fix-install-perms.patch"
79
	"${FILESDIR}/${PN}-1.4.4-nostrip.patch"
79
	"${FILESDIR}/${PN}-1.4.4-nostrip.patch"
80
	"${FILESDIR}/${PN}-2.0.2-rename-systemd-service-files.patch"
81
	"${FILESDIR}/${PN}-2.0.1-xinetd-installation-fix.patch"
82
	"${FILESDIR}/${PN}-2.3.3-user-AR.patch"
80
	"${FILESDIR}/${PN}-2.3.3-user-AR.patch"
83
	"${FILESDIR}/${PN}-2.3.3-no-libtool.patch"
84
)
81
)
85
82
86
MULTILIB_CHOST_TOOLS=(
83
MULTILIB_CHOST_TOOLS=(

Return to bug 767778