Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/postgresql/eselect:master commit in: /
Date: Tue, 18 Apr 2017 19:44:00
Message-Id: 1470696806.cf8d18a608598ed63775ad44c423f7a8e0320399.titanofold@gentoo
1 commit: cf8d18a608598ed63775ad44c423f7a8e0320399
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 8 22:53:26 2016 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 8 22:53:26 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/postgresql/eselect.git/commit/?id=cf8d18a6
7
8 Remove TODO Refactor out finder
9
10 It’s been moved.
11
12 postgresql.eselect | 2 --
13 1 file changed, 2 deletions(-)
14
15 diff --git a/postgresql.eselect b/postgresql.eselect
16 index 93dc723..2d4b84c 100644
17 --- a/postgresql.eselect
18 +++ b/postgresql.eselect
19 @@ -71,8 +71,6 @@ finder() {
20 set +f
21 }
22
23 -### TODO: Refactor to move find into a separate function
24 -
25 ### Linker Function ###
26 # Takes four arguments:
27 # - Full source path (e.g. /usr/lib/postgresql-9.0/lib)