diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2011-08-08 09:38:04 +0000 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2011-08-08 09:38:04 +0000 |
commit | 8ebe96d932b9dc52da6f9206e28b03d31befdce1 (patch) | |
tree | 1f72f0605ea7a2f6da11799b5de76fea6e8af2ed /dev-db/slony1/files | |
parent | Remove old versions. (diff) | |
download | gentoo-2-8ebe96d932b9dc52da6f9206e28b03d31befdce1.tar.gz gentoo-2-8ebe96d932b9dc52da6f9206e28b03d31befdce1.tar.bz2 gentoo-2-8ebe96d932b9dc52da6f9206e28b03d31befdce1.zip |
Fixes bug 376013 and bug 377839. Removed unnecessary patch and old ebuilds.
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'dev-db/slony1/files')
-rw-r--r-- | dev-db/slony1/files/slony1_remove_jave.patch | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/dev-db/slony1/files/slony1_remove_jave.patch b/dev-db/slony1/files/slony1_remove_jave.patch deleted file mode 100644 index a33568299466..000000000000 --- a/dev-db/slony1/files/slony1_remove_jave.patch +++ /dev/null @@ -1,50 +0,0 @@ -diff -Naru slony1-1.1.0.beta4.org/configure slony1-1.1.0.beta4/configure ---- slony1-1.1.0.beta4.org/configure 2005-04-06 20:00:54.000000000 +0100 -+++ slony1-1.1.0.beta4/configure 2005-05-11 20:44:49.000000000 +0100 -@@ -9563,46 +9563,6 @@ - test -n "$NSGMLS" && break - done - --for ac_prog in openjade jade --do -- # Extract the first word of "$ac_prog", so it can be a program name with args. --set dummy $ac_prog; ac_word=$2 --echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 --if test "${ac_cv_prog_JADE+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- if test -n "$JADE"; then -- ac_cv_prog_JADE="$JADE" # Let the user override the test. --else --as_save_IFS=$IFS; IFS=$PATH_SEPARATOR --for as_dir in $PATH --do -- IFS=$as_save_IFS -- test -z "$as_dir" && as_dir=. -- for ac_exec_ext in '' $ac_executable_extensions; do -- if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then -- ac_cv_prog_JADE="$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -- break 2 -- fi --done --done -- --fi --fi --JADE=$ac_cv_prog_JADE --if test -n "$JADE"; then -- echo "$as_me:$LINENO: result: $JADE" >&5 --echo "${ECHO_T}$JADE" >&6 --else -- echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6 --fi -- -- test -n "$JADE" && break --done -- - - echo "$as_me:$LINENO: checking for DocBook V4.2" >&5 - echo $ECHO_N "checking for DocBook V4.2... $ECHO_C" >&6 |