From 619df6c7b2522b8384765ae54efac4f85131054b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 16 Jul 2021 17:41:02 +0300 Subject: notmuch, talloc: drop packages --- community/notmuch/build | 18 ------------------ community/notmuch/checksums | 1 - community/notmuch/depends | 4 ---- community/notmuch/sources | 1 - community/notmuch/version | 1 - community/talloc/build | 11 ----------- community/talloc/checksums | 1 - community/talloc/sources | 1 - community/talloc/version | 1 - 9 files changed, 39 deletions(-) delete mode 100755 community/notmuch/build delete mode 100644 community/notmuch/checksums delete mode 100644 community/notmuch/depends delete mode 100644 community/notmuch/sources delete mode 100644 community/notmuch/version delete mode 100755 community/talloc/build delete mode 100644 community/talloc/checksums delete mode 100644 community/talloc/sources delete mode 100644 community/talloc/version (limited to 'community') diff --git a/community/notmuch/build b/community/notmuch/build deleted file mode 100755 index dcb41b69..00000000 --- a/community/notmuch/build +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -e - -BASHCMD=$(command -v bash || command -v sh) -export BASHCMD - -./configure \ - --prefix=/usr \ - --without-docs \ - --without-api-docs \ - --without-ruby - -make -make DESTDIR="$1" install - -# For some reason, notmuch doesn't accept the --enable-static/shared options. -# It builds a static library when you run 'make', but it doesn't install the -# built library. Confusing. -install -Dm755 lib/libnotmuch.a "$1/usr/lib/libnotmuch.a" diff --git a/community/notmuch/checksums b/community/notmuch/checksums deleted file mode 100644 index 1cff3369..00000000 --- a/community/notmuch/checksums +++ /dev/null @@ -1 +0,0 @@ -8e0a7eb8ff2e6011ef48b2bf11d79b9c4bb74511cfe2987758b64898c2a2ded7 notmuch-0.32.2.tar.xz diff --git a/community/notmuch/depends b/community/notmuch/depends deleted file mode 100644 index 031c464e..00000000 --- a/community/notmuch/depends +++ /dev/null @@ -1,4 +0,0 @@ -gmime -talloc -xapian -zlib diff --git a/community/notmuch/sources b/community/notmuch/sources deleted file mode 100644 index 5b2ab9be..00000000 --- a/community/notmuch/sources +++ /dev/null @@ -1 +0,0 @@ -https://notmuchmail.org/releases/notmuch-0.32.2.tar.xz diff --git a/community/notmuch/version b/community/notmuch/version deleted file mode 100644 index 1bf4b602..00000000 --- a/community/notmuch/version +++ /dev/null @@ -1 +0,0 @@ -0.32.2 1 diff --git a/community/talloc/build b/community/talloc/build deleted file mode 100755 index 2634caa9..00000000 --- a/community/talloc/build +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --sbindir=/usr/bin \ - --disable-rpath \ - --without-gettext \ - --disable-python - -make -make DESTDIR="$1" install diff --git a/community/talloc/checksums b/community/talloc/checksums deleted file mode 100644 index ba07b259..00000000 --- a/community/talloc/checksums +++ /dev/null @@ -1 +0,0 @@ -27a03ef99e384d779124df755deb229cd1761f945eca6d200e8cfd9bf5297bd7 talloc-2.3.2.tar.gz diff --git a/community/talloc/sources b/community/talloc/sources deleted file mode 100644 index e001ba45..00000000 --- a/community/talloc/sources +++ /dev/null @@ -1 +0,0 @@ -https://www.samba.org/ftp/talloc/talloc-2.3.2.tar.gz diff --git a/community/talloc/version b/community/talloc/version deleted file mode 100644 index 56b3f3b0..00000000 --- a/community/talloc/version +++ /dev/null @@ -1 +0,0 @@ -2.3.2 1 -- cgit v1.2.3