aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/audio/abcde/which.patch
diff options
context:
space:
mode:
authorMichael Ashton <data@gtf.org>2012-10-27 15:13:56 -0700
committerMichael Ashton <data@gtf.org>2012-10-29 17:14:39 -0700
commit78db9a8cb1db2dcac7ed14a657a74334733cfe76 (patch)
tree28389e46ee26e93fa435cfaa00f9fbc4478ab925 /pkgs/applications/audio/abcde/which.patch
parent472c5a5d77404831ea604f3bf76c1da64be1be01 (diff)
Updated version of abcde to 2.5.4
- Added support for MusicBrainz queries to abcde package - Added new dependencies to abcde: mkcue, eject, perl, MusicBrainz, MusicBrainzDiscID - libdiscid version in pkg-config was incorrect; patched libdiscid to fix - Added WebServices::MusicBrainz Perl module - Added MusicBrainz::DiscID Perl module - Commented out XSLoader Perl module since it was broken, no packages depend on it, and it has been incorporated into the Perl core
Diffstat (limited to '')
-rw-r--r--pkgs/applications/audio/abcde/which.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/applications/audio/abcde/which.patch b/pkgs/applications/audio/abcde/which.patch
deleted file mode 100644
index 70474000ddd..00000000000
--- a/pkgs/applications/audio/abcde/which.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Add an alias for `which'.
-
---- abcde-2.3.99.6/abcde 2006-08-05 21:14:00.000000000 +0200
-+++ abcde-2.3.99.6/abcde 2008-10-29 22:49:16.000000000 +0100
-@@ -15,6 +15,11 @@
-
- VERSION='2.3.99-$Revision: 222M $'
-
-+which ()
-+{
-+ type -P $1
-+}
-+
- usage ()
- {
- echo "This is abcde v$VERSION."