* [gentoo-commits] repo/gentoo:master commit in: net-print/c2esp/files/
@ 2017-01-26 22:37 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2017-01-26 22:37 UTC (permalink / raw
To: gentoo-commits
commit: 45094cee69371da6d82bec57eade6dc871622a98
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Jan 23 18:02:38 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 22:36:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45094cee
net-print/c2esp: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3608
.../c2esp/files/c2esp-24-ldflags-cppflags.patch | 32 ----------------------
1 file changed, 32 deletions(-)
diff --git a/net-print/c2esp/files/c2esp-24-ldflags-cppflags.patch b/net-print/c2esp/files/c2esp-24-ldflags-cppflags.patch
deleted file mode 100644
index f1059c4..00000000
--- a/net-print/c2esp/files/c2esp-24-ldflags-cppflags.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -166,16 +166,16 @@
- @echo
-
- c2esp: c2esp.o c2espcommon.o $(LIBJBG85)
-- $(CC) $(CFLAGS) -o $@ c2esp.o c2espcommon.o -lcupsimage -lcups -lcupsdriver $(LIBJBG85)
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ c2esp.o c2espcommon.o -lcupsimage -lcups -lcupsdriver $(LIBJBG85)
-
- c2espC: c2espC.o c2espcommon.o
-- $(CC) $(CFLAGS) -o $@ c2espC.o c2espcommon.o -lcupsimage -lcups -lcupsdriver -lz
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ c2espC.o c2espcommon.o -lcupsimage -lcups -lcupsdriver -lz
-
- command2esp: command2esp.o c2espcommon.o
-- $(CC) $(CFLAGS) -o $@ command2esp.o c2espcommon.o -lcups -lcupsdriver
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ command2esp.o c2espcommon.o -lcups -lcupsdriver
-
- myopldecode: myopldecode.o $(LIBJBG)
-- $(CC) $(CFLAGS) -o $@ $@.o $(LIBJBG) -lz
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $@.o $(LIBJBG) -lz
-
- #
- # Installation rules
-@@ -326,3 +326,8 @@
- #
- ppdc KodakESP_10.drv
- ppdc KodakESP_C_06.drv
-+
-+# Respect CPPFLAGS.
-+.SUFFIXES: .c .o
-+.c.o:
-+ $(CC) -c $(CFLAGS) $(CPPFLAGS) -o '$@' '$<'
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-print/c2esp/files/
@ 2021-01-18 11:36 David Seifert
0 siblings, 0 replies; 2+ messages in thread
From: David Seifert @ 2021-01-18 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 0222cb576431068f199cbe965ac30f3792ec9f4a
Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Jan 18 11:36:07 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 11:36:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0222cb57
net-print/c2esp: Remove unused patches
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../c2esp/files/c2esp-26-ldflags-cppflags.patch | 33 ----------------------
1 file changed, 33 deletions(-)
diff --git a/net-print/c2esp/files/c2esp-26-ldflags-cppflags.patch b/net-print/c2esp/files/c2esp-26-ldflags-cppflags.patch
deleted file mode 100644
index 1ea36482687..00000000000
--- a/net-print/c2esp/files/c2esp-26-ldflags-cppflags.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff -Naur a/Makefile b/Makefile
---- a/Makefile 2012-09-06 00:18:06.000000000 +0100
-+++ b/Makefile 2013-08-01 19:56:01.884969274 +0100
-@@ -234,16 +234,16 @@
- @echo
-
- c2esp: c2esp.o c2espcommon.o $(LIBJBG85)
-- $(CC) $(CFLAGS) -o $@ c2esp.o c2espcommon.o $(LIBCUPSDRIVER) $(LIBCUPSIMAGE) $(LIBJBG85)
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ c2esp.o c2espcommon.o $(LIBCUPSDRIVER) $(LIBCUPSIMAGE) $(LIBJBG85)
-
- c2espC: c2espC.o c2espcommon.o
-- $(CC) $(CFLAGS) -o $@ c2espC.o c2espcommon.o $(LIBCUPSDRIVER) $(LIBCUPSIMAGE) -lz
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ c2espC.o c2espcommon.o $(LIBCUPSDRIVER) $(LIBCUPSIMAGE) -lz
-
- command2esp: command2esp.o c2espcommon.o
-- $(CC) $(CFLAGS) -o $@ command2esp.o c2espcommon.o $(LIBCUPSDRIVER)
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ command2esp.o c2espcommon.o $(LIBCUPSDRIVER)
-
- myopldecode: myopldecode.o $(LIBJBG)
-- $(CC) $(CFLAGS) -o $@ $@.o $(LIBJBG) -lz
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $@.o $(LIBJBG) -lz
-
- #
- # Installation rules
-@@ -403,3 +403,8 @@
- command2esp.o: c2espcommon.h
- c2espcommon.o: c2espcommon.h
-
-+# Respect CPPFLAGS.
-+.SUFFIXES: .c .o
-+.c.o:
-+ $(CC) -c $(CFLAGS) $(CPPFLAGS) -o '$@' '$<'
-+
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-18 11:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-26 22:37 [gentoo-commits] repo/gentoo:master commit in: net-print/c2esp/files/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2021-01-18 11:36 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox