summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-26 14:35:46 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-26 14:35:46 -0400
commit0c2bf8bec3ff0f558785b29980c193b054c3b529 (patch)
tree13b9885d67ede3e33863264cee8d46d22bed735c
parentd6801ddd960843ca9c503acb937e7b807852bcf8 (diff)
Rename everything from config-* to config-parabola-*
-rw-r--r--common.sh17
-rw-r--r--config-parabola-base-collectd.PKGBUILD (renamed from config-base-collectd.PKGBUILD)2
-rw-r--r--config-parabola-base-openresolv.PKGBUILD (renamed from config-base-openresolv.PKGBUILD)2
-rw-r--r--config-parabola-base-pacman.PKGBUILD (renamed from config-base-pacman.PKGBUILD)2
-rw-r--r--config-parabola-box-base.PKGBUILD (renamed from config-box-base.PKGBUILD)2
-rw-r--r--config-parabola-box-beefcake-base.PKGBUILD (renamed from config-box-beefcake-base.PKGBUILD)2
-rw-r--r--config-parabola-box-beefcake.PKGBUILD (renamed from config-box-beefcake.PKGBUILD)2
-rw-r--r--config-parabola-box-proton-base.PKGBUILD (renamed from config-box-proton-base.PKGBUILD)2
-rw-r--r--config-parabola-box-winston-base.PKGBUILD (renamed from config-box-winston-base.PKGBUILD)2
-rw-r--r--config-parabola-convenience.PKGBUILD (renamed from config-convenience.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-backup.PKGBUILD (renamed from config-mgmt-backup.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-certbot.PKGBUILD (renamed from config-mgmt-certbot.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-config.PKGBUILD (renamed from config-mgmt-config.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-etckeeper.PKGBUILD (renamed from config-mgmt-etckeeper.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-mdns.PKGBUILD (renamed from config-mgmt-mdns.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-nginx.PKGBUILD (renamed from config-mgmt-nginx.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-nshd-local.PKGBUILD (renamed from config-mgmt-nshd-local.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-nshd-remote.PKGBUILD (renamed from config-mgmt-nshd-remote.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-nshd.PKGBUILD (renamed from config-mgmt-nshd.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-pacman-mirrorlist-repomirror.PKGBUILD (renamed from config-mgmt-pacman-mirrorlist-repomirror.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-pacman-repo-config.PKGBUILD (renamed from config-mgmt-pacman-repo-config.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-pacman-repo-lukeshu.PKGBUILD (renamed from config-mgmt-pacman-repo-lukeshu.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-pacman.PKGBUILD (renamed from config-mgmt-pacman.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-ssh.PKGBUILD (renamed from config-mgmt-ssh.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-swap.PKGBUILD (renamed from config-mgmt-swap.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-users-base.PKGBUILD (renamed from config-mgmt-users-base.PKGBUILD)2
-rw-r--r--config-parabola-mgmt-uwsgi.PKGBUILD (renamed from config-mgmt-uwsgi.PKGBUILD)2
-rw-r--r--config-parabola-service-config.PKGBUILD (renamed from config-service-config.PKGBUILD)0
-rw-r--r--config-parabola-service-git.PKGBUILD (renamed from config-service-git.PKGBUILD)2
-rw-r--r--config-parabola-service-myhostname.PKGBUILD (renamed from config-service-myhostname.PKGBUILD)2
-rw-r--r--config-parabola-service-projects.PKGBUILD (renamed from config-service-projects.PKGBUILD)2
-rw-r--r--config-parabola-service-repo.PKGBUILD (renamed from config-service-repo.PKGBUILD)2
-rw-r--r--config-parabola-service-wiki.PKGBUILD (renamed from config-service-wiki.PKGBUILD)2
33 files changed, 38 insertions, 41 deletions
diff --git a/common.sh b/common.sh
index ac46c11..de27a54 100644
--- a/common.sh
+++ b/common.sh
@@ -1,17 +1,8 @@
+#!/hint/bash
pkgrel=1
options=('!debug')
arch=(any)
pkgname=$(basename "$BUILDFILE" .PKGBUILD)
-case "$pkgname" in
- config-mgmt-*)
- replaces=(${pkgname/-mgmt-/-})
- conflicts=(${pkgname/-mgmt-/-})
- ;;
- config-box-*)
- replaces=(${pkgname/-box-/-})
- conflicts=(${pkgname/-box-/-})
- ;;
-esac
netctl-enable() (
. "etc/netctl/$1"
@@ -63,6 +54,12 @@ add-file() {
}
preamble() {
+ case "$pkgname" in
+ config-parabola-*)
+ replaces+=(${pkgname/-parabola-/-})
+ conflicts+=(${pkgname/-parabola-/-})
+ ;;
+ esac
cd "$pkgdir"
}
diff --git a/config-base-collectd.PKGBUILD b/config-parabola-base-collectd.PKGBUILD
index 0583c78..4c0739c 100644
--- a/config-base-collectd.PKGBUILD
+++ b/config-parabola-base-collectd.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180126
+pkgver=20180826
package() {
preamble
diff --git a/config-base-openresolv.PKGBUILD b/config-parabola-base-openresolv.PKGBUILD
index 28ccac2..289f2a5 100644
--- a/config-base-openresolv.PKGBUILD
+++ b/config-parabola-base-openresolv.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180125.1
+pkgver=20180826
package() {
preamble
diff --git a/config-base-pacman.PKGBUILD b/config-parabola-base-pacman.PKGBUILD
index 644753d..b551bf2 100644
--- a/config-base-pacman.PKGBUILD
+++ b/config-parabola-base-pacman.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20170131
+pkgver=20180826
package() {
preamble
diff --git a/config-box-base.PKGBUILD b/config-parabola-box-base.PKGBUILD
index e9d8eea..00b0d80 100644
--- a/config-box-base.PKGBUILD
+++ b/config-parabola-box-base.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20171221.1
+pkgver=20180826
package() {
preamble
diff --git a/config-box-beefcake-base.PKGBUILD b/config-parabola-box-beefcake-base.PKGBUILD
index d058038..993a52d 100644
--- a/config-box-beefcake-base.PKGBUILD
+++ b/config-parabola-box-beefcake-base.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180131.1
+pkgver=20180826
package() {
preamble
diff --git a/config-box-beefcake.PKGBUILD b/config-parabola-box-beefcake.PKGBUILD
index 0587883..c0e64cf 100644
--- a/config-box-beefcake.PKGBUILD
+++ b/config-parabola-box-beefcake.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20171219
+pkgver=20180826
package() {
preamble
diff --git a/config-box-proton-base.PKGBUILD b/config-parabola-box-proton-base.PKGBUILD
index 7d4bbb4..952e01b 100644
--- a/config-box-proton-base.PKGBUILD
+++ b/config-parabola-box-proton-base.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180131.1
+pkgver=20180826
package() {
preamble
diff --git a/config-box-winston-base.PKGBUILD b/config-parabola-box-winston-base.PKGBUILD
index 193f923..f3c59a7 100644
--- a/config-box-winston-base.PKGBUILD
+++ b/config-parabola-box-winston-base.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180131.1
+pkgver=20180826
package() {
preamble
diff --git a/config-convenience.PKGBUILD b/config-parabola-convenience.PKGBUILD
index 9d07353..be9d007 100644
--- a/config-convenience.PKGBUILD
+++ b/config-parabola-convenience.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20171217
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-backup.PKGBUILD b/config-parabola-mgmt-backup.PKGBUILD
index 75aa6d0..9ce04dd 100644
--- a/config-mgmt-backup.PKGBUILD
+++ b/config-parabola-mgmt-backup.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180120
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-certbot.PKGBUILD b/config-parabola-mgmt-certbot.PKGBUILD
index 7a391a1..0573889 100644
--- a/config-mgmt-certbot.PKGBUILD
+++ b/config-parabola-mgmt-certbot.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20170816
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-config.PKGBUILD b/config-parabola-mgmt-config.PKGBUILD
index 053b907..51df921 100644
--- a/config-mgmt-config.PKGBUILD
+++ b/config-parabola-mgmt-config.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180129
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-etckeeper.PKGBUILD b/config-parabola-mgmt-etckeeper.PKGBUILD
index 13a3f9c..8ba8768 100644
--- a/config-mgmt-etckeeper.PKGBUILD
+++ b/config-parabola-mgmt-etckeeper.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180129.3
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-mdns.PKGBUILD b/config-parabola-mgmt-mdns.PKGBUILD
index 7a9dac6..4d66ef6 100644
--- a/config-mgmt-mdns.PKGBUILD
+++ b/config-parabola-mgmt-mdns.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180217
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-nginx.PKGBUILD b/config-parabola-mgmt-nginx.PKGBUILD
index e3090ac..d1bf998 100644
--- a/config-mgmt-nginx.PKGBUILD
+++ b/config-parabola-mgmt-nginx.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180426.1
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-nshd-local.PKGBUILD b/config-parabola-mgmt-nshd-local.PKGBUILD
index 7f9de35..c4c2d55 100644
--- a/config-mgmt-nshd-local.PKGBUILD
+++ b/config-parabola-mgmt-nshd-local.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20171216.1
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-nshd-remote.PKGBUILD b/config-parabola-mgmt-nshd-remote.PKGBUILD
index 161515c..dac4cb1 100644
--- a/config-mgmt-nshd-remote.PKGBUILD
+++ b/config-parabola-mgmt-nshd-remote.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20171216.1
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-nshd.PKGBUILD b/config-parabola-mgmt-nshd.PKGBUILD
index 2790093..3e918d0 100644
--- a/config-mgmt-nshd.PKGBUILD
+++ b/config-parabola-mgmt-nshd.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20171216.1
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-pacman-mirrorlist-repomirror.PKGBUILD b/config-parabola-mgmt-pacman-mirrorlist-repomirror.PKGBUILD
index 806d5d3..b92ccb2 100644
--- a/config-mgmt-pacman-mirrorlist-repomirror.PKGBUILD
+++ b/config-parabola-mgmt-pacman-mirrorlist-repomirror.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20161112
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-pacman-repo-config.PKGBUILD b/config-parabola-mgmt-pacman-repo-config.PKGBUILD
index 7af21aa..59086e1 100644
--- a/config-mgmt-pacman-repo-config.PKGBUILD
+++ b/config-parabola-mgmt-pacman-repo-config.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20170131
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-pacman-repo-lukeshu.PKGBUILD b/config-parabola-mgmt-pacman-repo-lukeshu.PKGBUILD
index 2d74b61..f1211a1 100644
--- a/config-mgmt-pacman-repo-lukeshu.PKGBUILD
+++ b/config-parabola-mgmt-pacman-repo-lukeshu.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20170131
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-pacman.PKGBUILD b/config-parabola-mgmt-pacman.PKGBUILD
index 7fa5d31..8e55903 100644
--- a/config-mgmt-pacman.PKGBUILD
+++ b/config-parabola-mgmt-pacman.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20170131.1
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-ssh.PKGBUILD b/config-parabola-mgmt-ssh.PKGBUILD
index bf21044..7e2be5a 100644
--- a/config-mgmt-ssh.PKGBUILD
+++ b/config-parabola-mgmt-ssh.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180126
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-swap.PKGBUILD b/config-parabola-mgmt-swap.PKGBUILD
index abd7197..9474e84 100644
--- a/config-mgmt-swap.PKGBUILD
+++ b/config-parabola-mgmt-swap.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20170327
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-users-base.PKGBUILD b/config-parabola-mgmt-users-base.PKGBUILD
index 7e08c4d..5059329 100644
--- a/config-mgmt-users-base.PKGBUILD
+++ b/config-parabola-mgmt-users-base.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20170407
+pkgver=20180826
package() {
preamble
diff --git a/config-mgmt-uwsgi.PKGBUILD b/config-parabola-mgmt-uwsgi.PKGBUILD
index e45ba09..b98c4f6 100644
--- a/config-mgmt-uwsgi.PKGBUILD
+++ b/config-parabola-mgmt-uwsgi.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20161112
+pkgver=20180826
package() {
preamble
diff --git a/config-service-config.PKGBUILD b/config-parabola-service-config.PKGBUILD
index ed59d8b..ed59d8b 100644
--- a/config-service-config.PKGBUILD
+++ b/config-parabola-service-config.PKGBUILD
diff --git a/config-service-git.PKGBUILD b/config-parabola-service-git.PKGBUILD
index 0d900a4..db66474 100644
--- a/config-service-git.PKGBUILD
+++ b/config-parabola-service-git.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20161112
+pkgver=20180826
package() {
preamble
diff --git a/config-service-myhostname.PKGBUILD b/config-parabola-service-myhostname.PKGBUILD
index cddb61d..fe1bbb3 100644
--- a/config-service-myhostname.PKGBUILD
+++ b/config-parabola-service-myhostname.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180720
+pkgver=20180826
package() {
preamble
diff --git a/config-service-projects.PKGBUILD b/config-parabola-service-projects.PKGBUILD
index 82b7c9c..a4362c0 100644
--- a/config-service-projects.PKGBUILD
+++ b/config-parabola-service-projects.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20161112
+pkgver=20180826
package() {
preamble
diff --git a/config-service-repo.PKGBUILD b/config-parabola-service-repo.PKGBUILD
index 7028fd5..bb82d9f 100644
--- a/config-service-repo.PKGBUILD
+++ b/config-parabola-service-repo.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20170204
+pkgver=20180826
package() {
preamble
diff --git a/config-service-wiki.PKGBUILD b/config-parabola-service-wiki.PKGBUILD
index c7807ce..20d10a8 100644
--- a/config-service-wiki.PKGBUILD
+++ b/config-parabola-service-wiki.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20161112
+pkgver=20180826
package() {
preamble