summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2011-03-19 00:14:04 +0000
committerMaciej Mrozowski <reavertm@gentoo.org>2011-03-19 00:14:04 +0000
commitecdf57c877dcffe05e29a76b600df77f40a5abe9 (patch)
tree3ee4abe0d3e29a2d5e78b18a121d01dc4c23665d /app-admin/system-config-printer-common
parentSome ebuild changes to be more in line with openoffice-bin (diff)
downloadgentoo-2-ecdf57c877dcffe05e29a76b600df77f40a5abe9.tar.gz
gentoo-2-ecdf57c877dcffe05e29a76b600df77f40a5abe9.tar.bz2
gentoo-2-ecdf57c877dcffe05e29a76b600df77f40a5abe9.zip
vb, ro
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/system-config-printer-common')
-rw-r--r--app-admin/system-config-printer-common/ChangeLog11
-rw-r--r--app-admin/system-config-printer-common/files/system-config-printer-common-1.3.2-split.patch (renamed from app-admin/system-config-printer-common/files/system-config-printer-common-1.3.0-split.patch)32
-rw-r--r--app-admin/system-config-printer-common/system-config-printer-common-1.3.2.ebuild (renamed from app-admin/system-config-printer-common/system-config-printer-common-1.3.1.ebuild)4
3 files changed, 28 insertions, 19 deletions
diff --git a/app-admin/system-config-printer-common/ChangeLog b/app-admin/system-config-printer-common/ChangeLog
index 5188d9190bb5..51d219fde62a 100644
--- a/app-admin/system-config-printer-common/ChangeLog
+++ b/app-admin/system-config-printer-common/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for app-admin/system-config-printer-common
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/ChangeLog,v 1.32 2011/02/23 17:04:46 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/ChangeLog,v 1.33 2011/03/19 00:14:04 reavertm Exp $
+
+*system-config-printer-common-1.3.2 (19 Mar 2011)
+
+ 19 Mar 2011; Maciej Mrozowski <reavertm@gentoo.org>
+ -files/system-config-printer-common-1.3.0-split.patch,
+ -system-config-printer-common-1.3.1.ebuild,
+ +system-config-printer-common-1.3.2.ebuild,
+ +files/system-config-printer-common-1.3.2-split.patch:
+ Version bump, remove old
23 Feb 2011; Maciej Mrozowski <reavertm@gentoo.org>
system-config-printer-common-1.2.2.ebuild,
diff --git a/app-admin/system-config-printer-common/files/system-config-printer-common-1.3.0-split.patch b/app-admin/system-config-printer-common/files/system-config-printer-common-1.3.2-split.patch
index c30b9b3ae538..9d470584daea 100644
--- a/app-admin/system-config-printer-common/files/system-config-printer-common-1.3.0-split.patch
+++ b/app-admin/system-config-printer-common/files/system-config-printer-common-1.3.2-split.patch
@@ -1,6 +1,6 @@
-diff -ruN system-config-printer-1.3.0/Makefile.am my/Makefile.am
---- system-config-printer-1.3.0/Makefile.am 2011-02-16 14:02:45.000000000 +0100
-+++ my/Makefile.am 2011-02-16 20:48:09.990000001 +0100
+diff -ruN system-config-printer-1.3.2/Makefile.am my/Makefile.am
+--- system-config-printer-1.3.2/Makefile.am 2011-03-16 17:44:41.000000000 +0100
++++ my/Makefile.am 2011-03-19 00:46:48.354000001 +0100
@@ -1,4 +1,4 @@
-AM_CFLAGS=-g -O2 -Wall $(GLIB_CFLAGS)
+AM_CFLAGS=-Wall $(GLIB_CFLAGS)
@@ -57,19 +57,19 @@ diff -ruN system-config-printer-1.3.0/Makefile.am my/Makefile.am
- ToolbarSearchEntry.py \
- userdefault.py \
- XmlHelper.py \
-- ui/AboutDialog.ui \
-- ui/ConnectDialog.ui \
-- ui/ConnectingDialog.ui \
-- ui/InstallDialog.ui \
-- ui/JobsWindow.ui \
-- ui/NewPrinterName.ui \
-- ui/NewPrinterWindow.ui \
-- ui/PrinterPropertiesDialog.ui \
-- ui/PrintersWindow.ui \
-- ui/ServerSettingsDialog.ui \
-- ui/SMBBrowseDialog.ui \
-- ui/statusicon_popupmenu.ui \
-- ui/WaitWindow.ui \
+- ui/AboutDialog.glade \
+- ui/ConnectDialog.glade \
+- ui/ConnectingDialog.glade \
+- ui/InstallDialog.glade \
+- ui/JobsWindow.glade \
+- ui/NewPrinterName.glade \
+- ui/NewPrinterWindow.glade \
+- ui/PrinterPropertiesDialog.glade \
+- ui/PrintersWindow.glade \
+- ui/ServerSettingsDialog.glade \
+- ui/SMBBrowseDialog.glade \
+- ui/statusicon_popupmenu.glade \
+- ui/WaitWindow.glade \
- icons/i-network-printer.png \
- troubleshoot/base.py \
- troubleshoot/CheckLocalServerPublishing.py \
diff --git a/app-admin/system-config-printer-common/system-config-printer-common-1.3.1.ebuild b/app-admin/system-config-printer-common/system-config-printer-common-1.3.2.ebuild
index ec64f694ad0d..cd3eebd9cea5 100644
--- a/app-admin/system-config-printer-common/system-config-printer-common-1.3.1.ebuild
+++ b/app-admin/system-config-printer-common/system-config-printer-common-1.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.3.1.ebuild,v 1.2 2011/02/23 17:04:46 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-printer-common/system-config-printer-common-1.3.2.ebuild,v 1.1 2011/03/19 00:14:04 reavertm Exp $
EAPI="3"
@@ -50,7 +50,7 @@ pkg_setup() {
}
src_prepare() {
- epatch "${FILESDIR}/${PN}-1.3.0-split.patch"
+ epatch "${FILESDIR}/${PN}-1.3.2-split.patch"
eautoreconf
}