summaryrefslogtreecommitdiff
path: root/pcr/etckeeper
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/etckeeper')
-rw-r--r--pcr/etckeeper/.gitignore1
-rw-r--r--pcr/etckeeper/PKGBUILD42
-rw-r--r--pcr/etckeeper/etckeeper-archlinux.conf38
3 files changed, 0 insertions, 81 deletions
diff --git a/pcr/etckeeper/.gitignore b/pcr/etckeeper/.gitignore
deleted file mode 100644
index b4a9ca909..000000000
--- a/pcr/etckeeper/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-etckeeper-0.63/
diff --git a/pcr/etckeeper/PKGBUILD b/pcr/etckeeper/PKGBUILD
deleted file mode 100644
index 87341e195..000000000
--- a/pcr/etckeeper/PKGBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
-# Maintainer (AUR): Buce <dmbuce@gmail.com>
-# Contributor (Arch): Danie Roux <accounts@danieroux.com>
-# Contributor (Arch): Diogo Leal <estranho@diogoleal.com>
-
-pkgname=etckeeper
-pkgver=1.11
-pkgdesc="Collection of tools to let /etc be stored in a git, hg, bzr or darcs repository."
-url="http://joeyh.name/code/etckeeper/"
-license=('GPL2')
-
-pkgrel=1
-arch=('any')
-depends=('inetutils' 'python2')
-makedepends=('bzr' 'python2') # bzr must be there at compile time to have bzr support
-optdepends=('git' 'hg' 'bzr' 'darcs' 'python2: for bzr support')
-backup=(etc/etckeeper/etckeeper.conf)
-
-source=("https://repo.parabola.nu/other/$pkgname/$pkgname-$pkgver.tar.gz" $pkgname-archlinux.conf)
-md5sums=('75d13168ca79b9f53dfa6c9603924975'
- '99d8d2838f49fa0f2f21c9e37948100d')
-
-mkdepends=('git')
-mksource=("$pkgname-$pkgver::git://git.kitenet.net/$pkgname#tag=${pkgver}")
-mkmd5sums=('SKIP')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- # use python2
- sed -i 's@^#!/usr/bin/python$@&2@' etckeeper-bzr/__init__.py
-}
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make CONFFILE="${srcdir}/${pkgname}-archlinux.conf" build
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- make CONFFILE="${srcdir}/${pkgname}-archlinux.conf" DESTDIR="$pkgdir" install
-}
diff --git a/pcr/etckeeper/etckeeper-archlinux.conf b/pcr/etckeeper/etckeeper-archlinux.conf
deleted file mode 100644
index 83e2c577d..000000000
--- a/pcr/etckeeper/etckeeper-archlinux.conf
+++ /dev/null
@@ -1,38 +0,0 @@
-# The VCS to use.
-#VCS="hg"
-VCS="git"
-#VCS="bzr"
-#VCS="darcs"
-
-# Options passed to git commit when run by etckeeper.
-GIT_COMMIT_OPTIONS=""
-
-# Options passed to hg commit when run by etckeeper.
-HG_COMMIT_OPTIONS=""
-
-# Options passed to bzr commit when run by etckeeper.
-BZR_COMMIT_OPTIONS=""
-
-# Options passed to darcs record when run by etckeeper.
-DARCS_COMMIT_OPTIONS="-a"
-
-# Uncomment to avoid etckeeper committing existing changes
-# to /etc automatically once per day.
-#AVOID_DAILY_AUTOCOMMITS=1
-
-# Uncomment the following to avoid special file warning
-# (the option is enabled automatically by cronjob regardless).
-#AVOID_SPECIAL_FILE_WARNING=1
-
-# Uncomment to avoid etckeeper committing existing changes to
-# /etc before installation. It will cancel the installation,
-# so you can commit the changes by hand.
-#AVOID_COMMIT_BEFORE_INSTALL=1
-
-# The high-level package manager that's being used.
-# (apt, pacman-g2, yum etc)
-HIGHLEVEL_PACKAGE_MANAGER=pacman
-
-# The low-level package manager that's being used.
-# (dpkg, rpm, pacman-g2, etc)
-LOWLEVEL_PACKAGE_MANAGER=pacman