summaryrefslogtreecommitdiff
path: root/yf
diff options
context:
space:
mode:
Diffstat (limited to 'yf')
-rw-r--r--yf/PKGBUILD28
-rw-r--r--yf/your-freedom.install32
2 files changed, 0 insertions, 60 deletions
diff --git a/yf/PKGBUILD b/yf/PKGBUILD
deleted file mode 100644
index e737482..0000000
--- a/yf/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Parabola Project <dev@list.parabolagnulinux.org>
-pkgname=your-freedom
-pkgver=$(LC_ALL=C date -u +%Y%m%d)
-pkgrel=1
-pkgdesc="This package conflicts with every nonfree package known to date."
-arch=('any')
-url="https://parabolagnulinux.org"
-license=('GPL')
-groups=('base')
-install=${pkgname}.install
-source=()
-md5sums=()
-noextract=()
-
-build() {
- cd ${srcdir}
- source ~/repm/local_config
- install -d ${pkgdir}/usr/share/doc/${pkgname}
- install -m644 $blacklist $whitelist ${pkgdir}/usr/share/doc/${pkgname}/
-}
-
-package() {
- conflicts=($(cut -d: -f1,2 ${pkgdir}/usr/share/doc/${pkgname}/blacklist.txt | \
- sed "s/:$//" | \
- grep -v ":" | \
- sort -u
- ))
-}
diff --git a/yf/your-freedom.install b/yf/your-freedom.install
deleted file mode 100644
index 731a575..0000000
--- a/yf/your-freedom.install
+++ /dev/null
@@ -1,32 +0,0 @@
-
-pre_install() {
- cat <<EOM
- == IMPORTANT NOTICE ==
-
- This package will help you identify nonfree packages that are installed
- on your system at the time of it's installation, as well as protecting
- you from (accidentally) installing them.
-
- Also, if any other nonfree package is identified, later updates will ask
- you for it's removal.
-
- Have in mind that, if you want to retain certain nonfree packages
- installed on your system, you'll have to remove your-freedom :)
-
- If you find out any of the following:
- * Cascade package removal due to nonfree dependencies,
- * Your-freedom conflicting with a *-libre package,
- * Etc.
-
- Please report back to the Parabola Project on the usual channels:
- * http://bugs.parabolagnulinux.org
- * irc://freenode.net/#parabola
- * mailto:dev@list.parabolagnulinux.org
-EOM
-}
-
-pre_upgrade() {
- pre_install
-}
-
-# vim:set ts=2 sw=2 et: