diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-11-13 11:11:08 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-11-13 11:11:08 +0000 |
commit | baf25605de1b1ceba676824404c086f5999a23ba (patch) | |
tree | 79811ca60ca1beacf719d4ecd3f2e8b89d777c15 /app-admin/system-config-printer-gnome | |
parent | Drop old (#508854) (diff) | |
download | gentoo-2-baf25605de1b1ceba676824404c086f5999a23ba.tar.gz gentoo-2-baf25605de1b1ceba676824404c086f5999a23ba.tar.bz2 gentoo-2-baf25605de1b1ceba676824404c086f5999a23ba.zip |
Drop old (#508854)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-admin/system-config-printer-gnome')
5 files changed, 8 insertions, 545 deletions
diff --git a/app-admin/system-config-printer-gnome/ChangeLog b/app-admin/system-config-printer-gnome/ChangeLog index 666ed8910130..6cb0b1e498d9 100644 --- a/app-admin/system-config-printer-gnome/ChangeLog +++ b/app-admin/system-config-printer-gnome/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-admin/system-config-printer-gnome # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-gnome/ChangeLog,v 1.87 2014/08/21 10:38:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-gnome/ChangeLog,v 1.88 2014/11/13 11:11:08 pacho Exp $ + + 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> + -files/system-config-printer-gnome-1.3.12-split.patch, + -files/system-config-printer-gnome-1.3.13-split.patch, + -system-config-printer-gnome-1.3.12.ebuild, + -system-config-printer-gnome-1.3.13.ebuild: + Drop old (#508854) 21 Aug 2014; Agostino Sarubbo <ago@gentoo.org> system-config-printer-gnome-1.4.3-r1.ebuild: diff --git a/app-admin/system-config-printer-gnome/files/system-config-printer-gnome-1.3.12-split.patch b/app-admin/system-config-printer-gnome/files/system-config-printer-gnome-1.3.12-split.patch deleted file mode 100644 index 864aecfb1c5b..000000000000 --- a/app-admin/system-config-printer-gnome/files/system-config-printer-gnome-1.3.12-split.patch +++ /dev/null @@ -1,183 +0,0 @@ -diff -ruN system-config-printer-1.3.12/Makefile.am my/Makefile.am ---- system-config-printer-1.3.12/Makefile.am 2012-10-04 15:51:04.000000000 +0200 -+++ my/Makefile.am 2012-11-06 04:05:52.745405001 +0100 -@@ -1,90 +1,8 @@ --CFLAGS=-g -O2 -Wall -+CFLAGS=-Wall - - SUBDIRS=po - --EXPORT_MODULES= \ -- cupshelpers/__init__.py \ -- cupshelpers/cupshelpers.py \ -- cupshelpers/installdriver.py \ -- cupshelpers/ppds.py \ -- cupshelpers/openprinting.py \ -- cupshelpers/xmldriverprefs.py -- --EXPORT_MODULES_GEN= \ -- cupshelpers/config.py -- --### Automake hooks for Distutils. --# The distutils module doesn't understand srcdir != builddir, --# so we copy in, along with the cupshelpers modules, into --# the builddir for 'all', 'install-exec', and 'clean' hooks. --.stamp-distutils-in-builddir: setup.py $(EXPORT_MODULES) -- if [ "$(top_srcdir)" != "$(top_builddir)" ]; then \ -- cp $(top_srcdir)/setup.py .; \ -- $(mkdir_p) cupshelpers; \ -- for file in $(EXPORT_MODULES); do \ -- cp $(top_srcdir)/$$file $$file; \ -- done; \ -- fi -- touch .stamp-distutils-in-builddir -- --dist-hook: mk-ChangeLog --.PHONE: mk-ChangeLog --mk-ChangeLog: -- if test -d .git; then \ -- $(top_srcdir)/gitlog-to-changelog \ -- --since=2009-05-01 -- --no-merges \ -- > $(distdir)/cl ; \ -- mv -f $(distdir)/cl $(distdir)/ChangeLog ; \ -- fi -- --config.py: config.py.in Makefile -- sed \ -- -e "s|\@prefix\@|$(prefix)|" \ -- -e "s|\@datadir\@|$(datadir)|" \ -- -e "s|\@localedir\@|$(localedir)|" \ -- -e "s|\@VERSION\@|$(VERSION)|" \ -- -e "s|\@PACKAGE\@|$(PACKAGE)|" \ -- $< > $@ -- --cupshelpers/config.py: cupshelpers/config.py.in Makefile -- $(mkdir_p) cupshelpers -- sed \ -- -e "s|\@prefix\@|$(prefix)|" \ -- -e "s|\@sysconfdir\@|$(sysconfdir)|" \ -- -e "s|\@cupsserverbindir\@|$(cupsserverbindir)|" \ -- $< > $@ -- --# Use distutils to build the module. --all-local: .stamp-distutils-in-builddir config.py cupshelpers/config.py -- $(PYTHON) setup.py build -- --# Use distutils to install the module. --install-exec-local: .stamp-distutils-in-builddir -- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix) -- --# Uninstall the module, crossing our fingers that we know enough --# about how distutils works to do this. Unfortunately, distutils --# doesn't provide a way to do this itself. --uninstall-local: -- rm -f $(DESTDIR)/$(pythondir)/cupshelpers*.egg-info -- for file in $(EXPORT_MODULES) $(EXPORT_MODULES_GEN); do \ -- rm -f $(DESTDIR)/$(pythondir)/$$file*; \ -- done -- --# Tell distutils to clean up. --clean-local: -- -$(PYTHON) setup.py clean --all -- if [ "$(top_srcdir)" != "$(top_builddir)" ]; then \ -- rm -f setup.py; \ -- for file in $(EXPORT_MODULES) \ -- $(EXPORT_MODULES_GEN); do \ -- rm -f $$file*; \ -- done; \ -- fi -- rm -f .stamp-distutils-in-builddir -- - nobase_pkgdata_SCRIPTS= \ -- check-device-ids.py \ - pysmb.py \ - scp-dbus-service.py \ - system-config-printer.py \ -@@ -96,33 +14,21 @@ - asyncipp.py \ - asyncpk1.py \ - authconn.py \ -- config.py \ - cupspk.py \ -- debug.py \ -- dnssdresolve.py \ - errordialogs.py \ - HIG.py \ -- firewall.py \ - gui.py \ - gtkinklevel.py \ - gtkspinner.py \ -- installpackage.py \ - jobviewer.py \ -- monitor.py \ - newprinter.py \ - options.py \ - optionwidgets.py \ -- PhysicalDevice.py \ - ppdcache.py \ -- ppdippstr.py \ - ppdsloader.py \ - printerproperties.py \ -- probe_printer.py \ - gtk_label_autowrap.py \ -- SearchCriterion.py \ - serversettings.py \ -- smburi.py \ -- statereason.py \ - timedops.py \ - ToolbarSearchEntry.py \ - userdefault.py \ -@@ -165,52 +71,17 @@ - troubleshoot/ServerFirewalled.py \ - troubleshoot/Shrug.py \ - troubleshoot/VerifyPackages.py \ -- troubleshoot/Welcome.py \ -- xml/preferreddrivers.rng \ -- xml/validate.py -- --cupshelpersdir=$(sysconfdir)/cupshelpers --cupshelpers_DATA=\ -- xml/preferreddrivers.xml -+ troubleshoot/Welcome.py - - bin_SCRIPTS= \ - system-config-printer \ - system-config-printer-applet \ - dbus/scp-dbus-service - --if UDEV_RULES --udevrulesdir=$(sysconfdir)/udev/rules.d --udevrules_DATA=udev/70-printers.rules --udev_udev_configure_printer_SOURCES=\ -- udev/udev-configure-printer.c --udev_udev_configure_printer_LDADD= -lcups -ludev $(libusb_LIBS) $(GLIB_LIBS) --udev_udev_configure_printer_CFLAGS= $(AM_CFLAGS) $(libusb_CFLAGS) $(GLIB_CFLAGS) --udevhelperdir=$(sysconfdir)/udev --udevhelper_PROGRAMS=\ -- udev/udev-configure-printer --udevhelper_SCRIPTS=\ -- udev/udev-add-printer -- --if HAVE_SYSTEMD --%.service: %.service.in -- $(AM_V_GEN)sed -e 's,@udevhelperdir\@,$(udevhelperdir),g' $< > $@ --systemdsystemunit_DATA = \ -- udev/configure-printer@.service --CLEANFILES = \ -- $(systemdsystemunit_DATA) --endif -- --endif -- - man_MANS= \ - man/system-config-printer.1 \ - man/system-config-printer-applet.1 - --dbus_DATA = \ -- dbus/com.redhat.NewPrinterNotification.conf \ -- dbus/com.redhat.PrinterDriversInstaller.conf --dbusdir = $(sysconfdir)/dbus-1/system.d/ -- - dbusinterfaces_DATA = \ - dbus/org.fedoraproject.Config.Printing.xml - dbusinterfacesdir = $(datadir)/dbus-1/interfaces/ diff --git a/app-admin/system-config-printer-gnome/files/system-config-printer-gnome-1.3.13-split.patch b/app-admin/system-config-printer-gnome/files/system-config-printer-gnome-1.3.13-split.patch deleted file mode 100644 index c3b79631ac2b..000000000000 --- a/app-admin/system-config-printer-gnome/files/system-config-printer-gnome-1.3.13-split.patch +++ /dev/null @@ -1,182 +0,0 @@ ---- system-config-printer-1.3.13/Makefile.am.org 2013-10-27 22:22:54.057495728 +0100 -+++ system-config-printer-1.3.13/Makefile.am 2013-10-27 22:36:30.230851350 +0100 -@@ -1,90 +1,6 @@ --CFLAGS=-g -O2 -Wall -- - SUBDIRS=po - --EXPORT_MODULES= \ -- cupshelpers/__init__.py \ -- cupshelpers/cupshelpers.py \ -- cupshelpers/installdriver.py \ -- cupshelpers/ppds.py \ -- cupshelpers/openprinting.py \ -- cupshelpers/xmldriverprefs.py -- --EXPORT_MODULES_GEN= \ -- cupshelpers/config.py -- --### Automake hooks for Distutils. --# The distutils module doesn't understand srcdir != builddir, --# so we copy in, along with the cupshelpers modules, into --# the builddir for 'all', 'install-exec', and 'clean' hooks. --.stamp-distutils-in-builddir: setup.py $(EXPORT_MODULES) -- if [ "$(top_srcdir)" != "$(top_builddir)" ]; then \ -- cp $(top_srcdir)/setup.py .; \ -- $(mkdir_p) cupshelpers; \ -- for file in $(EXPORT_MODULES); do \ -- cp $(top_srcdir)/$$file $$file; \ -- done; \ -- fi -- touch .stamp-distutils-in-builddir -- --dist-hook: mk-ChangeLog --.PHONE: mk-ChangeLog --mk-ChangeLog: -- if test -d .git; then \ -- $(top_srcdir)/gitlog-to-changelog \ -- --since=2009-05-01 -- --no-merges \ -- > $(distdir)/cl ; \ -- mv -f $(distdir)/cl $(distdir)/ChangeLog ; \ -- fi -- --config.py: config.py.in Makefile -- sed \ -- -e "s|\@prefix\@|$(prefix)|" \ -- -e "s|\@datadir\@|$(datadir)|" \ -- -e "s|\@localedir\@|$(localedir)|" \ -- -e "s|\@VERSION\@|$(VERSION)|" \ -- -e "s|\@PACKAGE\@|$(PACKAGE)|" \ -- $< > $@ -- --cupshelpers/config.py: cupshelpers/config.py.in Makefile -- $(mkdir_p) cupshelpers -- sed \ -- -e "s|\@prefix\@|$(prefix)|" \ -- -e "s|\@sysconfdir\@|$(sysconfdir)|" \ -- -e "s|\@cupsserverbindir\@|$(cupsserverbindir)|" \ -- $< > $@ -- --# Use distutils to build the module. --all-local: .stamp-distutils-in-builddir config.py cupshelpers/config.py -- $(PYTHON) setup.py build -- --# Use distutils to install the module. --install-exec-local: .stamp-distutils-in-builddir -- $(PYTHON) setup.py install --prefix=$(DESTDIR)$(prefix) -- --# Uninstall the module, crossing our fingers that we know enough --# about how distutils works to do this. Unfortunately, distutils --# doesn't provide a way to do this itself. --uninstall-local: -- rm -f $(DESTDIR)/$(pythondir)/cupshelpers*.egg-info -- for file in $(EXPORT_MODULES) $(EXPORT_MODULES_GEN); do \ -- rm -f $(DESTDIR)/$(pythondir)/$$file*; \ -- done -- --# Tell distutils to clean up. --clean-local: -- -$(PYTHON) setup.py clean --all -- if [ "$(top_srcdir)" != "$(top_builddir)" ]; then \ -- rm -f setup.py; \ -- for file in $(EXPORT_MODULES) \ -- $(EXPORT_MODULES_GEN); do \ -- rm -f $$file*; \ -- done; \ -- fi -- rm -f .stamp-distutils-in-builddir -- - nobase_pkgdata_SCRIPTS= \ -- check-device-ids.py \ - pysmb.py \ - scp-dbus-service.py \ - system-config-printer.py \ -@@ -97,33 +13,21 @@ - asyncipp.py \ - asyncpk1.py \ - authconn.py \ -- config.py \ - cupspk.py \ -- debug.py \ -- dnssdresolve.py \ - errordialogs.py \ - HIG.py \ -- firewall.py \ - gui.py \ - gtkinklevel.py \ - gtkspinner.py \ -- installpackage.py \ - jobviewer.py \ -- monitor.py \ - newprinter.py \ - options.py \ - optionwidgets.py \ -- PhysicalDevice.py \ - ppdcache.py \ -- ppdippstr.py \ - ppdsloader.py \ - printerproperties.py \ -- probe_printer.py \ - gtk_label_autowrap.py \ -- SearchCriterion.py \ - serversettings.py \ -- smburi.py \ -- statereason.py \ - timedops.py \ - ToolbarSearchEntry.py \ - userdefault.py \ -@@ -166,13 +70,7 @@ - troubleshoot/ServerFirewalled.py \ - troubleshoot/Shrug.py \ - troubleshoot/VerifyPackages.py \ -- troubleshoot/Welcome.py \ -- xml/preferreddrivers.rng \ -- xml/validate.py -- --cupshelpersdir=$(sysconfdir)/cupshelpers --cupshelpers_DATA=\ -- xml/preferreddrivers.xml -+ troubleshoot/Welcome.py - - bin_SCRIPTS= \ - system-config-printer \ -@@ -180,39 +78,10 @@ - system-config-printer-applet \ - dbus/scp-dbus-service - --if UDEV_RULES --udevrulesdir=$(sysconfdir)/udev/rules.d --udevrules_DATA=udev/70-printers.rules --udev_udev_configure_printer_SOURCES=\ -- udev/udev-configure-printer.c --udev_udev_configure_printer_LDADD= -lcups -ludev $(libusb_LIBS) $(GLIB_LIBS) --udev_udev_configure_printer_CFLAGS= $(AM_CFLAGS) $(libusb_CFLAGS) $(GLIB_CFLAGS) --udevhelperdir=$(sysconfdir)/udev --udevhelper_PROGRAMS=\ -- udev/udev-configure-printer --udevhelper_SCRIPTS=\ -- udev/udev-add-printer -- --if HAVE_SYSTEMD --%.service: %.service.in -- $(AM_V_GEN)sed -e 's,@udevhelperdir\@,$(udevhelperdir),g' $< > $@ --systemdsystemunit_DATA = \ -- udev/configure-printer@.service --CLEANFILES = \ -- $(systemdsystemunit_DATA) --endif -- --endif -- - man_MANS= \ - man/system-config-printer.1 \ - man/system-config-printer-applet.1 - --dbus_DATA = \ -- dbus/com.redhat.NewPrinterNotification.conf \ -- dbus/com.redhat.PrinterDriversInstaller.conf --dbusdir = $(sysconfdir)/dbus-1/system.d/ -- - dbusinterfaces_DATA = \ - dbus/org.fedoraproject.Config.Printing.xml - dbusinterfacesdir = $(datadir)/dbus-1/interfaces/ diff --git a/app-admin/system-config-printer-gnome/system-config-printer-gnome-1.3.12.ebuild b/app-admin/system-config-printer-gnome/system-config-printer-gnome-1.3.12.ebuild deleted file mode 100644 index 2d891c40c431..000000000000 --- a/app-admin/system-config-printer-gnome/system-config-printer-gnome-1.3.12.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# 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-gnome/system-config-printer-gnome-1.3.12.ebuild,v 1.12 2013/05/28 19:13:30 reavertm Exp $ - -EAPI="3" - -PYTHON_DEPEND="2" -PYTHON_USE_WITH="xml" -WANT_AUTOMAKE="1.11" -inherit eutils python autotools - -MY_P="${PN%-gnome}-${PV}" - -DESCRIPTION="GNOME frontend for a Red Hat's printer administration tool" -HOMEPAGE="http://cyberelk.net/tim/software/system-config-printer/" -SRC_URI="http://cyberelk.net/tim/data/system-config-printer/1.3/${MY_P}.tar.xz" - -LICENSE="GPL-2" -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86" -SLOT="0" -IUSE="gnome-keyring" - -# Needs cups running, bug 284005 -RESTRICT="test" - -RDEPEND=" - ~app-admin/system-config-printer-common-${PV} - dev-python/notify-python - >=dev-python/pycups-1.9.60 - >=dev-python/pygtk-2.4 - gnome-keyring? ( dev-python/gnome-keyring-python ) -" -DEPEND="${RDEPEND} - app-text/docbook-xml-dtd:4.1.2 - >=app-text/xmlto-0.0.22 - dev-util/desktop-file-utils - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext -" - -APP_LINGUAS="ar as bg bn_IN bn br bs ca cs cy da de el en_GB es et fa fi fr gu -he hi hr hu hy id is it ja ka kn ko lo lv mai mk ml mr ms nb nl nn or pa pl -pt_BR pt ro ru si sk sl sr@latin sr sv ta te th tr uk vi zh_CN zh_TW" -for X in ${APP_LINGUAS}; do - IUSE="${IUSE} linguas_${X}" -done - -S="${WORKDIR}/${MY_P}" - -# Bug 471472 -MAKEOPTS+=" -j1" - -pkg_setup() { - python_set_active_version 2 -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-1.3.12-split.patch" - eautoreconf -} - -src_configure() { - local myconf - - # Disable installation of translations when LINGUAS not chosen - if [[ -z "${LINGUAS}" ]]; then - myconf="${myconf} --disable-nls" - else - myconf="${myconf} --enable-nls" - fi - - econf \ - --with-desktop-vendor=Gentoo \ - --without-udev-rules \ - ${myconf} -} - -src_install() { - dodoc AUTHORS ChangeLog README || die "dodoc failed" - - emake DESTDIR="${ED}" install || die "emake install failed" - - python_convert_shebangs -q -r $(python_get_version) "${ED}" -} - -pkg_postrm() { - python_mod_cleanup /usr/share/system-config-printer -} diff --git a/app-admin/system-config-printer-gnome/system-config-printer-gnome-1.3.13.ebuild b/app-admin/system-config-printer-gnome/system-config-printer-gnome-1.3.13.ebuild deleted file mode 100644 index bf519543932c..000000000000 --- a/app-admin/system-config-printer-gnome/system-config-printer-gnome-1.3.13.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# 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-gnome/system-config-printer-gnome-1.3.13.ebuild,v 1.1 2013/10/30 18:05:19 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="no" -PYTHON_COMPAT=( python2_{6,7} ) -PYTHON_REQ_USE="xml" - -inherit autotools gnome2 eutils python-single-r1 versionator - -MY_P="${PN%-gnome}-${PV}" -MY_V="$(get_version_component_range 1-2)" - -DESCRIPTION="GNOME frontend for a Red Hat's printer administration tool" -HOMEPAGE="http://cyberelk.net/tim/software/system-config-printer/" -SRC_URI="http://cyberelk.net/tim/data/system-config-printer/${MY_V}/${MY_P}.tar.xz" - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" -SLOT="0" -IUSE="gnome-keyring" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -# Needs cups running, bug 284005 -RESTRICT="test" - -# Additional unhandled dependencies -# gnome-extra/gnome-packagekit[${PYTHON_USEDEP}] with pygobject:2 ? -# python samba client: smbc -# selinux: needed for troubleshooting -RDEPEND=" - ${PYTHON_DEPS} - ~app-admin/system-config-printer-common-${PV} - dev-python/notify-python - >=dev-python/pycups-1.9.60[${PYTHON_USEDEP}] - >=dev-python/pygtk-2.4 - gnome-keyring? ( gnome-base/libgnome-keyring ) -" -DEPEND="${RDEPEND} - app-text/docbook-xml-dtd:4.1.2 - >=app-text/xmlto-0.0.22 - dev-util/desktop-file-utils - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig -" - -APP_LINGUAS="ar as bg bn_IN bn br bs ca cs cy da de el en_GB es et fa fi fr gu -he hi hr hu hy id is it ja ka kn ko lo lv mai mk ml mr ms nb nl nn or pa pl -pt_BR pt ro ru si sk sl sr@latin sr sv ta te th tr uk vi zh_CN zh_TW" -for X in ${APP_LINGUAS}; do - IUSE="${IUSE} linguas_${X}" -done - -S="${WORKDIR}/${MY_P}" - -# Bug 471472 -MAKEOPTS+=" -j1" - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.3.13-split.patch - eautoreconf - gnome2_src_prepare -} - -src_configure() { - local myconf - - # Disable installation of translations when LINGUAS not chosen - if [[ -z "${LINGUAS}" ]]; then - myconf="${myconf} --disable-nls" - else - myconf="${myconf} --enable-nls" - fi - - gnome2_src_configure \ - --with-desktop-vendor=Gentoo \ - --without-udev-rules \ - ${myconf} -} - -src_install() { - gnome2_src_install - python_fix_shebang "${ED}" -} |