summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-03-18 18:35:01 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-03-18 18:35:01 +0000
commite22f66f0efe8009d1454fc048f98ae23a1ecfaed (patch)
treef137b70902e0758ca260c9475a68dfc3ffffe413 /x11-apps
parentUpdate ewarn to explicitly state what ebuild is broken (diff)
downloadhistorical-e22f66f0efe8009d1454fc048f98ae23a1ecfaed.tar.gz
historical-e22f66f0efe8009d1454fc048f98ae23a1ecfaed.tar.bz2
historical-e22f66f0efe8009d1454fc048f98ae23a1ecfaed.zip
Drop useless patch
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xmore/ChangeLog6
-rw-r--r--x11-apps/xmore/Manifest3
-rw-r--r--x11-apps/xmore/files/xmore-1.0.1-ifdef-xprint.patch27
3 files changed, 6 insertions, 30 deletions
diff --git a/x11-apps/xmore/ChangeLog b/x11-apps/xmore/ChangeLog
index e5141ae8a176..33115a42867a 100644
--- a/x11-apps/xmore/ChangeLog
+++ b/x11-apps/xmore/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xmore
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/ChangeLog,v 1.31 2011/02/14 23:41:00 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmore/ChangeLog,v 1.32 2011/03/18 18:35:01 scarabeus Exp $
+
+ 18 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org>
+ -files/xmore-1.0.1-ifdef-xprint.patch:
+ Drop useless patch
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xmore-1.0.2.ebuild:
ppc stable wrt #344827, #354237
diff --git a/x11-apps/xmore/Manifest b/x11-apps/xmore/Manifest
index b21be1545c63..5a32a8b3ab04 100644
--- a/x11-apps/xmore/Manifest
+++ b/x11-apps/xmore/Manifest
@@ -1,5 +1,4 @@
-AUX xmore-1.0.1-ifdef-xprint.patch 879 RMD160 df9c62aa6f42d131d4038b2615b431b074acb5d2 SHA1 de7cf22e6a529698f765f0f29551ad58835ebed8 SHA256 b1d9cd58ce7afdb4a266fb79e28c3ceec53fbb7ba8bbb62837e9afc14e8c19ef
DIST xmore-1.0.2.tar.bz2 107340 RMD160 d92615867445f60229c991d9dc59b8a99a60815d SHA1 7db4e5feb82d5d05038722d3af00d28e103bed18 SHA256 2a13f97891a3fd497074acc8ac8069f8583add5db4d3bf34a5da6a92bd61b9e2
EBUILD xmore-1.0.2.ebuild 445 RMD160 982da462f5869d3b6c4f6a53b7ed80edf6a44a1b SHA1 0aedf0a4a0773754cc9b6656f1155505c29ab9d4 SHA256 b4c4a73c94621f6f5baf9c315aa367407ebd3d30d5a7e119ec2be8b7451247de
-MISC ChangeLog 3659 RMD160 1fc06d2105aa100e076cd60a45c799ff71e0ca31 SHA1 ac860b26c044c5898ae5f31c74bd716f89c76daa SHA256 77601686219dd111b6b501daff64531a161a9b4a9ad426289244aa1e0f9cde8a
+MISC ChangeLog 3776 RMD160 5b7fc2b80ae3ad904eb7a567c1cdb0db47bfae79 SHA1 2bb537f390ba03d366b99d4717b063204d39c86f SHA256 8ce7f16721eed779e000b2468286b5211c19e367dc4eb4fee85fa641e20b4040
MISC metadata.xml 156 RMD160 c1274bdccf57603d580de0075ba07a35b7509560 SHA1 6f78f604e3d079d39189b40aaaa1ddb06182ad91 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055
diff --git a/x11-apps/xmore/files/xmore-1.0.1-ifdef-xprint.patch b/x11-apps/xmore/files/xmore-1.0.1-ifdef-xprint.patch
deleted file mode 100644
index af48f7f3005c..000000000000
--- a/x11-apps/xmore/files/xmore-1.0.1-ifdef-xprint.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-diff -ur xmore-1.0.1.orig/xmore.c xmore-1.0.1/xmore.c
---- xmore-1.0.1.orig/xmore.c 2005-07-06 01:51:11.000000000 +0300
-+++ xmore-1.0.1/xmore.c 2008-01-21 17:16:06.000000000 +0200
-@@ -150,7 +150,9 @@
- static void
- printshellDestroyXtProc(Widget w, XtPointer client_data, XtPointer callData)
- {
-+#ifdef USE_XPRINT
- XawPrintDialogClosePrinterConnection(printdialog, False);
-+#endif
- }
-
- #ifdef USE_XPRINT
-@@ -302,7 +304,12 @@
- #endif
-
- n = 0;
-- XtSetArg(args[n], XtNfromHoriz, printbutton); n++;
-+#ifdef USE_XPRINT
-+ XtSetArg(args[n], XtNfromHoriz, printbutton);
-+#else
-+ XtSetArg(args[n], XtNfromHoriz, NULL);
-+#endif
-+ n++;
- XtSetArg(args[n], XtNfromVert, text); n++;
- XtSetArg(args[n], XtNlabel, "Quit"); n++;
- quitbutton = XtCreateManagedWidget("quit", commandWidgetClass, form, args, n);