www-apps/liquid_feedback_core: clean duplicate patches
authorMarty E. Plummer <hanetzer@startmail.com>
Sun, 8 Apr 2018 21:44:27 +0000 (16:44 -0500)
committerTupone Alfredo <tupone@gentoo.org>
Sun, 15 Apr 2018 08:28:53 +0000 (10:28 +0200)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

www-apps/liquid_feedback_core/files/liquid_feedback_core-2.2.3-gentoo.patch
www-apps/liquid_feedback_core/files/liquid_feedback_core-2.2.6-gentoo.patch [deleted file]
www-apps/liquid_feedback_core/files/liquid_feedback_core-3.0.4-gentoo.patch
www-apps/liquid_feedback_core/liquid_feedback_core-2.2.3.ebuild
www-apps/liquid_feedback_core/liquid_feedback_core-2.2.6.ebuild
www-apps/liquid_feedback_core/liquid_feedback_core-3.0.4.ebuild

index f4d555121745cf7d2ae17c1068a3fcfc5c46fafb..bd5874583e3a0dcd073db1f4bcab3c7bf2c7b2e2 100644 (file)
@@ -1,5 +1,5 @@
---- Makefile.old       2013-03-22 15:26:23.340764442 +0100
-+++ Makefile   2013-03-22 15:36:50.838733773 +0100
+--- a/Makefile
++++ b/Makefile
 @@ -1,16 +1,10 @@
  all:: lf_update lf_update_suggestion_order
  
diff --git a/www-apps/liquid_feedback_core/files/liquid_feedback_core-2.2.6-gentoo.patch b/www-apps/liquid_feedback_core/files/liquid_feedback_core-2.2.6-gentoo.patch
deleted file mode 100644 (file)
index f4d5551..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.old       2013-03-22 15:26:23.340764442 +0100
-+++ Makefile   2013-03-22 15:36:50.838733773 +0100
-@@ -1,16 +1,10 @@
- all:: lf_update lf_update_suggestion_order
--lf_update: lf_update.c
--      cc      -Wall -O2 \
--              -I "`pg_config --includedir`" \
--              -L "`pg_config --libdir`" \
--              -o lf_update lf_update.c -lpq
--
--lf_update_suggestion_order: lf_update_suggestion_order.c
--      cc      -Wall -O2 \
--              -I "`pg_config --includedir`" \
--              -L "`pg_config --libdir`" \
--              -o lf_update_suggestion_order lf_update_suggestion_order.c -lpq
-+CPPFLAGS=-I `pg_config --includedir`
-+LDFLAGS=-L `pg_config --libdir`
-+CFLAGS=-Wall -O2
-+CC=cc
-+LDLIBS=-lpq
- clean::
-       rm -f lf_update lf_update_suggestion_order
index fbc91eff24672d21d1e1c7c8e5d3eefa2d81121a..44062adee918b51924c3ff6c349d74efb68cf5f3 100644 (file)
@@ -1,5 +1,5 @@
---- Makefile.old       2014-11-29 22:38:43.200509267 +0100
-+++ Makefile   2014-11-29 22:39:16.392199651 +0100
+--- a/Makefile
++++ b/Makefile
 @@ -1,22 +1,10 @@
  all:: lf_update lf_update_issue_order lf_update_suggestion_order
  
index a40a1a7ca93ace766c5d8dedc0924e356a56dbaa..e3b9b16d3f0ae91dd869d0c13f9e01c59fbda1c5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -22,7 +22,7 @@ DEPEND="${RDEPEND}"
 S=${WORKDIR}/${MY_P}
 
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-gentoo.patch
+       epatch "${FILESDIR}"/${PN}-2.2.3-gentoo.patch
 }
 
 src_compile() {
index 6310c163ce0908857e14243f20b728258ef336b3..a914251c479c33c888d45d3adce26dea8011acca 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -22,7 +22,7 @@ DEPEND="${RDEPEND}"
 S=${WORKDIR}/${MY_P}
 
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-gentoo.patch
+       epatch "${FILESDIR}"/${PN}-2.2.3-gentoo.patch
 }
 
 src_compile() {
index a40a1a7ca93ace766c5d8dedc0924e356a56dbaa..982f8b95469daff3750e792c8198ec2400c9623a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -22,7 +22,7 @@ DEPEND="${RDEPEND}"
 S=${WORKDIR}/${MY_P}
 
 src_prepare() {
-       epatch "${FILESDIR}"/${P}-gentoo.patch
+       epatch "${FILESDIR}"/${PN}-3.0.4-gentoo.patch
 }
 
 src_compile() {