summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2011-03-19 00:21:05 +0000
committerMaciej Mrozowski <reavertm@gentoo.org>2011-03-19 00:21:05 +0000
commit60343d6137fe3d19218a941cfab4e48f9402a4a8 (patch)
treeefcb1081009fe6c6bc126ad0a19313eba8cf4ba8 /app-admin/system-config-printer-gnome
parentvb, ro (diff)
downloadgentoo-2-60343d6137fe3d19218a941cfab4e48f9402a4a8.tar.gz
gentoo-2-60343d6137fe3d19218a941cfab4e48f9402a4a8.tar.bz2
gentoo-2-60343d6137fe3d19218a941cfab4e48f9402a4a8.zip
Drop unneded patch
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/system-config-printer-gnome')
-rw-r--r--app-admin/system-config-printer-gnome/Manifest1
-rw-r--r--app-admin/system-config-printer-gnome/files/system-config-printer-gnome-1.2.3-split.patch143
2 files changed, 0 insertions, 144 deletions
diff --git a/app-admin/system-config-printer-gnome/Manifest b/app-admin/system-config-printer-gnome/Manifest
index 9e39524f5ac6..3ee7a444777f 100644
--- a/app-admin/system-config-printer-gnome/Manifest
+++ b/app-admin/system-config-printer-gnome/Manifest
@@ -1,6 +1,5 @@
AUX system-config-printer-gnome-1.2.2-cupspk-fileget-tmp.patch 1573 RMD160 cf90ad7e3ed86186aa4b60b8b5ec66e203e81251 SHA1 c66cf2a0b06f83c10d5eb923779bab13f40e337d SHA256 244fc71fdba0ca28f9c5e1db76579747eea9bef2a5d0e6690ec8fa4385d79e11
AUX system-config-printer-gnome-1.2.2-split.patch 3512 RMD160 906e2e0967b63e5891ba220cb71816fa62b4fa16 SHA1 43b1bf60f1a4f7668fdd1f58ec7ba0813d08723a SHA256 56d29c283a2f2e243bf6d19f6b6327fc06262e812e7306f8aa6e6e332044bc35
-AUX system-config-printer-gnome-1.2.3-split.patch 3967 RMD160 444988ae79f2cbb8fabad3634cb075b6c4bc20f1 SHA1 4dac4e401880a46b52e6f485a96b9ee6d306af72 SHA256 eaf0c3e9a344cc04c41656c4351a6fc42962ccef46ca1e68b74a918aca48838b
AUX system-config-printer-gnome-1.2.6-split.patch 4041 RMD160 9114af5a5969583fc9a14b94349591fa207ca9fd SHA1 7e60cc7aa738c065b4d1cf856f1f6f609a8e1172 SHA256 b4bc2a140a1f50a5fed68ba8ffe1bcd152ce81cb2322a2a71561870f7946e726
AUX system-config-printer-gnome-1.3.2-split.patch 4644 RMD160 8c75e799616ea375c428dc740f63b72f00ef7bca SHA1 119578859b46cdbadef1297738d9d9dad13f89a9 SHA256 72a55e2a0e6da4e6f484c544386c74e1a01dc72ce5261e431381a3dbedf152cb
DIST system-config-printer-1.2.2.tar.xz 904696 RMD160 48c3d4a08b936d8e33ab507fd2d6e817fc3204cc SHA1 dea6e56c190d8ae7a78ebf1e707ce4c31ffcfd74 SHA256 3d581c101cda47af92098378e4b3750144de8f5357675145866761aabad64377
diff --git a/app-admin/system-config-printer-gnome/files/system-config-printer-gnome-1.2.3-split.patch b/app-admin/system-config-printer-gnome/files/system-config-printer-gnome-1.2.3-split.patch
deleted file mode 100644
index 0bc5dbc6cbc7..000000000000
--- a/app-admin/system-config-printer-gnome/files/system-config-printer-gnome-1.2.3-split.patch
+++ /dev/null
@@ -1,143 +0,0 @@
-diff -ru ../system-config-printer-1.2.3/Makefile.am ./Makefile.am
---- ../system-config-printer-1.2.3/Makefile.am 2010-06-24 17:49:35.000000000 +0200
-+++ ./Makefile.am 2010-06-30 06:09:00.986506862 +0200
-@@ -2,76 +2,8 @@
-
- SUBDIRS=po
-
--EXPORT_MODULES= \
-- cupshelpers/__init__.py \
-- cupshelpers/cupshelpers.py \
-- cupshelpers/ppds.py \
-- cupshelpers/openprinting.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 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)|" \
-- $< > $@
--
--# Use distutils to build the module.
--all-local: .stamp-distutils-in-builddir 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); 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); do \
-- rm -f $$file*; \
-- done; \
-- fi
-- rm -f .stamp-distutils-in-builddir
--
- nobase_pkgdata_SCRIPTS= \
- check-device-ids.py \
-- pysmb.py \
- system-config-printer.py \
- troubleshoot/__init__.py \
- applet.py
-@@ -82,9 +14,7 @@
- asyncipp.py \
- asyncpk1.py \
- authconn.py \
-- config.py \
- cupspk.py \
-- debug.py \
- dnssdresolve.py \
- errordialogs.py \
- HIG.py \
-@@ -95,23 +25,14 @@
- gtkinklevel.py \
- gtkspinner.py \
- installdriver.py \
-- installpackage.py \
- jobviewer.py \
-- monitor.py \
- options.py \
- optionwidgets.py \
-- PhysicalDevice.py \
-- ppdippstr.py \
- ppdsloader.py \
-- probe_printer.py \
- gtk_label_autowrap.py \
-- SearchCriterion.py \
-- smburi.py \
-- statereason.py \
- timedops.py \
- ToolbarSearchEntry.py \
- userdefault.py \
-- XmlHelper.py \
- ui/AboutDialog.glade \
- ui/ConnectDialog.glade \
- ui/ConnectingDialog.glade \
-@@ -156,28 +77,10 @@
- system-config-printer \
- system-config-printer-applet
-
--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 -lusb $(GLIB_LIBS)
--udevhelperdir=$(sysconfdir)/udev
--udevhelper_PROGRAMS=\
-- udev/udev-configure-printer
--udevhelper_SCRIPTS=\
-- udev/udev-add-printer
--endif
--
- man_MANS= \
- man/system-config-printer.1 \
- man/system-config-printer-applet.1
-
--dbus_DATA = \
-- newprinternotification.conf \
-- printerdriversinstaller.conf
--dbusdir = $(sysconfdir)/dbus-1/system.d/
--
- desktop_DATA =\
- system-config-printer.desktop \
- print-applet.desktop \