aboutsummaryrefslogtreecommitdiffstats
path: root/community/abcde
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-29 00:25:35 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-29 00:31:53 +0100
commitd420552f02af2ad6a15cf3a70b76bf86b222c07e (patch)
tree8ab7137ed9264312aee69292d009509e70357ea7 /community/abcde
parent78a6ed13e4b5cd182f28be18694d543ae179446b (diff)
downloadaports-d420552f02af2ad6a15cf3a70b76bf86b222c07e.tar.bz2
aports-d420552f02af2ad6a15cf3a70b76bf86b222c07e.tar.xz
Remove more stale patches from community/
Diffstat (limited to 'community/abcde')
-rw-r--r--community/abcde/fix-mp3-tagging.patch20
-rw-r--r--community/abcde/less.patch11
2 files changed, 0 insertions, 31 deletions
diff --git a/community/abcde/fix-mp3-tagging.patch b/community/abcde/fix-mp3-tagging.patch
deleted file mode 100644
index e7650c9494..0000000000
--- a/community/abcde/fix-mp3-tagging.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-*** ./abcde 2010-02-15 16:04:40.000000000 -0600
---- ./abcde 2010-02-15 14:41:25.000000000 -0600
-***************
-*** 836,842 ****
- -A "$DALBUM" -a "$TRACKARTIST" -t "$TRACKNAME" \
- -y "$CDYEAR" -g "$GENREID" \
- -T "${TRACKNUM:-$1}/$TRACKS" \
-! ${TPE2:+--TPE2 "$TPE2"} \
- "$ABCDETEMPDIR/track$1.$OUTPUT"
- ;;
- esac
---- 836,842 ----
- -A "$DALBUM" -a "$TRACKARTIST" -t "$TRACKNAME" \
- -y "$CDYEAR" -g "$GENREID" \
- -T "${TRACKNUM:-$1}/$TRACKS" \
-! ${TPE2:+--TPE2 \"$TPE2\"} \
- "$ABCDETEMPDIR/track$1.$OUTPUT"
- ;;
- esac
-
diff --git a/community/abcde/less.patch b/community/abcde/less.patch
deleted file mode 100644
index 49321c6eb4..0000000000
--- a/community/abcde/less.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/abcde 2014-09-28 10:08:15.073608206 +0500
-+++ b/abcde 2014-09-28 10:07:50.817072949 +0500
-@@ -227,7 +227,7 @@
- $PAGER "$PAGEFILE"
- # If that fails, check for less
- elif [ -x /usr/bin/less ]; then
-- /usr/bin/less -f "$PAGEFILE"
-+ /usr/bin/less "$PAGEFILE"
- # more should be on all UNIX systems
- elif [ -x /bin/more ]; then
- /bin/more "$PAGEFILE"