www-apps/liquid_feedback_core: clean duplicate patches

Package-Manager: Portage-2.3.28, Repoman-2.3.9
This commit is contained in:
Marty E. Plummer
2018-04-08 16:44:27 -05:00
committed by Tupone Alfredo
parent b6ea20f346
commit 50864d4144
6 changed files with 10 additions and 34 deletions

View 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

View File

@@ -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

View 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

View 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() {

View 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() {

View 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() {