summaryrefslogtreecommitdiffstats
path: root/main/abuild
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-06-30 15:02:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-06-30 15:02:59 +0000
commit90eebd4f441149269ee25703aea551fff6a0b6a0 (patch)
treef1aa2af6b3f2e9d29f5c7ad45d6a1288cb390392 /main/abuild
parent8fd608cc6e70c8307b90254a0612927968dfe720 (diff)
downloadaports-90eebd4f441149269ee25703aea551fff6a0b6a0.tar.bz2
aports-90eebd4f441149269ee25703aea551fff6a0b6a0.tar.xz
main/abuild: remove unused patch
Diffstat (limited to 'main/abuild')
-rw-r--r--main/abuild/0001-Revert-abuild-minor-cleanup.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/main/abuild/0001-Revert-abuild-minor-cleanup.patch b/main/abuild/0001-Revert-abuild-minor-cleanup.patch
deleted file mode 100644
index 25569b5b6..000000000
--- a/main/abuild/0001-Revert-abuild-minor-cleanup.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 19b2598f8a52ba8af07eb4904788d0843130b094 Mon Sep 17 00:00:00 2001
-From: Natanael Copa <ncopa@alpinelinux.org>
-Date: Tue, 27 Oct 2009 15:24:18 +0000
-Subject: [PATCH] Revert "abuild: minor cleanup"
-
-This commit seems to kill the entire repository
-
-This reverts commit 46aed95754ebeb17a3a367b3b41d0b6424fd18d9.
----
- buildrepo.in | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/buildrepo.in b/buildrepo.in
-index d719c34..c211789 100755
---- a/buildrepo.in
-+++ b/buildrepo.in
-@@ -22,9 +22,9 @@ usage() {
-
-
- listpackages() {
-+ cd "$aportsdir/$1"
- for i in */APKBUILD; do
-- cd "$aportsdir"/$1/${i%/*}
-- abuild listpkg
-+ APKBUILD=$i abuild listpkg
- done
- }
-
---
-1.6.5
-