summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-25 02:58:31 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-25 02:58:31 -0300
commit49fb84c481b4eb4e1dd582a5a023b2542e5af423 (patch)
treef06c59aa21311c7f413f553e164c2b38d715368f
parentb81a8cefb76c83103ebbbfc3a18883093be0b2f2 (diff)
filesystem-parabola: add parabola suffix for the package
-rw-r--r--libre/filesystem-parabola/PKGBUILD (renamed from libre/filesystem/PKGBUILD)6
-rw-r--r--libre/filesystem-parabola/crypttab (renamed from libre/filesystem/crypttab)0
-rw-r--r--libre/filesystem-parabola/filesystem.install (renamed from libre/filesystem/filesystem.install)0
-rw-r--r--libre/filesystem-parabola/fstab (renamed from libre/filesystem/fstab)0
-rw-r--r--libre/filesystem-parabola/group (renamed from libre/filesystem/group)0
-rw-r--r--libre/filesystem-parabola/gshadow (renamed from libre/filesystem/gshadow)0
-rw-r--r--libre/filesystem-parabola/host.conf (renamed from libre/filesystem/host.conf)0
-rw-r--r--libre/filesystem-parabola/hosts (renamed from libre/filesystem/hosts)0
-rw-r--r--libre/filesystem-parabola/issue (renamed from libre/filesystem/issue)0
-rw-r--r--libre/filesystem-parabola/ld.so.conf (renamed from libre/filesystem/ld.so.conf)0
-rw-r--r--libre/filesystem-parabola/locale.sh (renamed from libre/filesystem/locale.sh)0
-rw-r--r--libre/filesystem-parabola/modprobe.d.usb-load-ehci-first (renamed from libre/filesystem/modprobe.d.usb-load-ehci-first)0
-rw-r--r--libre/filesystem-parabola/motd (renamed from libre/filesystem/motd)0
-rw-r--r--libre/filesystem-parabola/nsswitch.conf (renamed from libre/filesystem/nsswitch.conf)0
-rw-r--r--libre/filesystem-parabola/os-release (renamed from libre/filesystem/os-release)0
-rw-r--r--libre/filesystem-parabola/parabola.7.txt (renamed from libre/filesystem/parabola.7.txt)0
-rw-r--r--libre/filesystem-parabola/passwd (renamed from libre/filesystem/passwd)0
-rw-r--r--libre/filesystem-parabola/profile (renamed from libre/filesystem/profile)0
-rw-r--r--libre/filesystem-parabola/resolv.conf (renamed from libre/filesystem/resolv.conf)0
-rw-r--r--libre/filesystem-parabola/securetty (renamed from libre/filesystem/securetty)0
-rw-r--r--libre/filesystem-parabola/shadow (renamed from libre/filesystem/shadow)0
-rw-r--r--libre/filesystem-parabola/shells (renamed from libre/filesystem/shells)0
22 files changed, 5 insertions, 1 deletions
diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem-parabola/PKGBUILD
index 74e507fce..b4dba77c0 100644
--- a/libre/filesystem/PKGBUILD
+++ b/libre/filesystem-parabola/PKGBUILD
@@ -3,7 +3,8 @@
# Maintainer: Nicolás Reynolds <fauno@kiwwwi.com.ar>
# Maintainer: André Silva <emulatorman@parabola.nu>
-pkgname=filesystem
+_pkgname=filesystem
+pkgname=filesystem-parabola
pkgver=2014.07
pkgrel=1
pkgdesc='Base filesystem (Parabola rebranded)'
@@ -14,6 +15,9 @@ groups=('base')
install='filesystem.install'
makedepends=('asciidoc')
depends=('iana-etc')
+replaces=($_pkgname)
+conflicts=($_pkgname)
+provides=($_pkgname=$pkgver)
backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 'etc/passwd'
'etc/shadow' 'etc/gshadow' 'etc/resolv.conf' 'etc/motd' 'etc/nsswitch.conf'
'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue')
diff --git a/libre/filesystem/crypttab b/libre/filesystem-parabola/crypttab
index 195945a74..195945a74 100644
--- a/libre/filesystem/crypttab
+++ b/libre/filesystem-parabola/crypttab
diff --git a/libre/filesystem/filesystem.install b/libre/filesystem-parabola/filesystem.install
index 065a79d6c..065a79d6c 100644
--- a/libre/filesystem/filesystem.install
+++ b/libre/filesystem-parabola/filesystem.install
diff --git a/libre/filesystem/fstab b/libre/filesystem-parabola/fstab
index b6716c14a..b6716c14a 100644
--- a/libre/filesystem/fstab
+++ b/libre/filesystem-parabola/fstab
diff --git a/libre/filesystem/group b/libre/filesystem-parabola/group
index ebfb87169..ebfb87169 100644
--- a/libre/filesystem/group
+++ b/libre/filesystem-parabola/group
diff --git a/libre/filesystem/gshadow b/libre/filesystem-parabola/gshadow
index 1fcb075bc..1fcb075bc 100644
--- a/libre/filesystem/gshadow
+++ b/libre/filesystem-parabola/gshadow
diff --git a/libre/filesystem/host.conf b/libre/filesystem-parabola/host.conf
index cf52fe561..cf52fe561 100644
--- a/libre/filesystem/host.conf
+++ b/libre/filesystem-parabola/host.conf
diff --git a/libre/filesystem/hosts b/libre/filesystem-parabola/hosts
index 1747f9196..1747f9196 100644
--- a/libre/filesystem/hosts
+++ b/libre/filesystem-parabola/hosts
diff --git a/libre/filesystem/issue b/libre/filesystem-parabola/issue
index b001c55dd..b001c55dd 100644
--- a/libre/filesystem/issue
+++ b/libre/filesystem-parabola/issue
diff --git a/libre/filesystem/ld.so.conf b/libre/filesystem-parabola/ld.so.conf
index dfac45683..dfac45683 100644
--- a/libre/filesystem/ld.so.conf
+++ b/libre/filesystem-parabola/ld.so.conf
diff --git a/libre/filesystem/locale.sh b/libre/filesystem-parabola/locale.sh
index 3cfc89c1b..3cfc89c1b 100644
--- a/libre/filesystem/locale.sh
+++ b/libre/filesystem-parabola/locale.sh
diff --git a/libre/filesystem/modprobe.d.usb-load-ehci-first b/libre/filesystem-parabola/modprobe.d.usb-load-ehci-first
index 947379411..947379411 100644
--- a/libre/filesystem/modprobe.d.usb-load-ehci-first
+++ b/libre/filesystem-parabola/modprobe.d.usb-load-ehci-first
diff --git a/libre/filesystem/motd b/libre/filesystem-parabola/motd
index e69de29bb..e69de29bb 100644
--- a/libre/filesystem/motd
+++ b/libre/filesystem-parabola/motd
diff --git a/libre/filesystem/nsswitch.conf b/libre/filesystem-parabola/nsswitch.conf
index 4a4f5770d..4a4f5770d 100644
--- a/libre/filesystem/nsswitch.conf
+++ b/libre/filesystem-parabola/nsswitch.conf
diff --git a/libre/filesystem/os-release b/libre/filesystem-parabola/os-release
index fe5f20b4f..fe5f20b4f 100644
--- a/libre/filesystem/os-release
+++ b/libre/filesystem-parabola/os-release
diff --git a/libre/filesystem/parabola.7.txt b/libre/filesystem-parabola/parabola.7.txt
index 60e1121e0..60e1121e0 100644
--- a/libre/filesystem/parabola.7.txt
+++ b/libre/filesystem-parabola/parabola.7.txt
diff --git a/libre/filesystem/passwd b/libre/filesystem-parabola/passwd
index b3e79eb9d..b3e79eb9d 100644
--- a/libre/filesystem/passwd
+++ b/libre/filesystem-parabola/passwd
diff --git a/libre/filesystem/profile b/libre/filesystem-parabola/profile
index 59d0abc83..59d0abc83 100644
--- a/libre/filesystem/profile
+++ b/libre/filesystem-parabola/profile
diff --git a/libre/filesystem/resolv.conf b/libre/filesystem-parabola/resolv.conf
index cecafba03..cecafba03 100644
--- a/libre/filesystem/resolv.conf
+++ b/libre/filesystem-parabola/resolv.conf
diff --git a/libre/filesystem/securetty b/libre/filesystem-parabola/securetty
index 5a2235ce7..5a2235ce7 100644
--- a/libre/filesystem/securetty
+++ b/libre/filesystem-parabola/securetty
diff --git a/libre/filesystem/shadow b/libre/filesystem-parabola/shadow
index 4c6e3d18f..4c6e3d18f 100644
--- a/libre/filesystem/shadow
+++ b/libre/filesystem-parabola/shadow
diff --git a/libre/filesystem/shells b/libre/filesystem-parabola/shells
index 18c1aeffa..18c1aeffa 100644
--- a/libre/filesystem/shells
+++ b/libre/filesystem-parabola/shells