Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 362098 Details for
Bug 488284
app-admin/system-config-printer-{common,gnome}-1.3.13 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
system-config-printer-common-1.3.13
system-config-printer-common-1.3.13.ebuild (text/plain), 2.06 KB, created by
Joakim Tjernlund
on 2013-10-27 22:31:17 UTC
(
hide
)
Description:
system-config-printer-common-1.3.13
Filename:
MIME Type:
Creator:
Joakim Tjernlund
Created:
2013-10-27 22:31:17 UTC
Size:
2.06 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.4.2.ebuild,v 1.1 2013/10/20 08:27:13 pacho Exp $ > >EAPI="5" >PYTHON_COMPAT=( python2_{6,7} ) >PYTHON_REQ_USE="xml" > >inherit autotools eutils python-single-r1 udev systemd > >MY_P=${PN%-common}-${PV} > >DESCRIPTION="Common modules of Red Hat's printer administration tool" >HOMEPAGE="http://cyberelk.net/tim/software/system-config-printer/" >SRC_URI="http://cyberelk.net/tim/data/${PN/-common}/${PV%.*}/${MY_P}.tar.xz" > >LICENSE="GPL-2" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" >SLOT="0" >IUSE="doc policykit" >REQUIRED_USE="${PYTHON_REQUIRED_USE}" > ># Needs cups running, bug 284005 >RESTRICT="test" > ># system-config-printer split since 1.1.3 ># ># Additional unhandled dependencies: ># net-firewall/firewalld[${PYTHON_USEDEP}] ># gnome-extra/gnome-packagekit[${PYTHON_USEDEP}] with pygobject:2 ? >COMMON_DEPEND=" > ${PYTHON_DEPS} > >=dev-libs/glib-2 > dev-libs/libxml2[python,${PYTHON_USEDEP}] > dev-python/dbus-python[${PYTHON_USEDEP}] > >=dev-python/pycups-1.9.60[${PYTHON_USEDEP}] > dev-python/pycurl[${PYTHON_USEDEP}] > >=dev-python/pygobject-2.21.5:2[${PYTHON_USEDEP}] > net-print/cups[dbus] > virtual/libusb:1 > >=virtual/udev-172 >" >DEPEND="${COMMON_DEPEND} > dev-util/intltool > virtual/pkgconfig > doc? ( dev-python/epydoc[${PYTHON_USEDEP}] ) >" >RDEPEND="${COMMON_DEPEND} > !<app-admin/system-config-printer-gnome-${PV} > policykit? ( >=sys-auth/polkit-0.104-r1 ) >" > >S=${WORKDIR}/${MY_P} > >pkg_setup() { > python-single-r1_pkg_setup >} > >src_prepare() { > epatch "${FILESDIR}"/${PN}-1.3.13-split.patch > eautoreconf >} > >src_configure() { > econf \ > --disable-nls \ > --with-udev-rules \ > $(systemd_with_unitdir) >} > >src_compile() { > emake > use doc && emake html >} > >src_install() { > emake \ > DESTDIR="${D}" \ > udevhelperdir="$(udev_get_udevdir)" \ > udevrulesdir="$(udev_get_udevdir)/rules.d" \ > install > > dodoc AUTHORS ChangeLog README > use doc && dohtml -r html/ > > python_fix_shebang "${ED}" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 488284
: 362098 |
362100
|
362102
|
362104