summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2009-03-28 10:11:24 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2009-03-28 10:11:24 +0000
commit25fbaf5b97a3270f0d758e2ec8ecc2434eb1e631 (patch)
tree108da6f18d9a5aebade9460fe5c15497aeda111f
parent2ea272f408294b5d9be27c8a9033502f9531a861 (diff)
downloadaports-25fbaf5b97a3270f0d758e2ec8ecc2434eb1e631.tar.bz2
aports-25fbaf5b97a3270f0d758e2ec8ecc2434eb1e631.tar.xz
extra/eggdrop: moved from testing to extra
-rw-r--r--extra/eggdrop/APKBUILD (renamed from testing/eggdrop/APKBUILD)0
-rw-r--r--extra/eggdrop/eggdrop-installer (renamed from testing/eggdrop/eggdrop-installer)0
-rw-r--r--extra/eggdrop/eggdrop.post-install (renamed from testing/eggdrop/eggdrop.post-install)0
-rw-r--r--extra/eggdrop/gseen.mod.patch (renamed from testing/eggdrop/gseen.mod.patch)0
-rw-r--r--extra/eggdrop/logs2html.mod.patch (renamed from testing/eggdrop/logs2html.mod.patch)0
-rw-r--r--testing/eggdrop/eggdrop-install12
6 files changed, 0 insertions, 12 deletions
diff --git a/testing/eggdrop/APKBUILD b/extra/eggdrop/APKBUILD
index 59c21f2e..59c21f2e 100644
--- a/testing/eggdrop/APKBUILD
+++ b/extra/eggdrop/APKBUILD
diff --git a/testing/eggdrop/eggdrop-installer b/extra/eggdrop/eggdrop-installer
index 69faa00d..69faa00d 100644
--- a/testing/eggdrop/eggdrop-installer
+++ b/extra/eggdrop/eggdrop-installer
diff --git a/testing/eggdrop/eggdrop.post-install b/extra/eggdrop/eggdrop.post-install
index 44b43cf3..44b43cf3 100644
--- a/testing/eggdrop/eggdrop.post-install
+++ b/extra/eggdrop/eggdrop.post-install
diff --git a/testing/eggdrop/gseen.mod.patch b/extra/eggdrop/gseen.mod.patch
index e70aef88..e70aef88 100644
--- a/testing/eggdrop/gseen.mod.patch
+++ b/extra/eggdrop/gseen.mod.patch
diff --git a/testing/eggdrop/logs2html.mod.patch b/extra/eggdrop/logs2html.mod.patch
index 8ea2e94e..8ea2e94e 100644
--- a/testing/eggdrop/logs2html.mod.patch
+++ b/extra/eggdrop/logs2html.mod.patch
diff --git a/testing/eggdrop/eggdrop-install b/testing/eggdrop/eggdrop-install
deleted file mode 100644
index 9851aa56..00000000
--- a/testing/eggdrop/eggdrop-install
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-case "$1" in
- post_install)
-
- echo "*"
- echo "* Please run /usr/bin/eggdrop-installer to install your eggdrop bot."
- echo "*"
-
-esac
-exit 0
-