commit: 6c007d7cee83ec0f2f650e2458608b3168ce9fc5
parent: 04e13070065ddb158dde4e675e794b34e50b0d95
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 29 Mar 2019 02:40:34 +0100
Merge branch 'newpkg/net-mail__public-inbox'
Diffstat:
3 files changed, 48 insertions(+), 3 deletions(-)
diff --git a/net-mail/public-inbox/Manifest b/net-mail/public-inbox/Manifest
@@ -0,0 +1 @@
+DIST public-inbox-1.0.0.tar.gz 180915 BLAKE2B 5556fba4cbf107014e35b61df43c815677ab724a74049c6d33fab252a9d0fcdce068319f10ea202e6f2509902d03c68505d6d238fa0ce89d97c63d831be088b2 SHA512 63c451340401413efd7cc023351ecd9ce44ae9da36cf275144e14aaa6441a764c539ab48d9b3d228895ade64f2bb95a6ae96cf7b2f9a79abd9fd3baad699a639
diff --git a/net-mail/public-inbox/public-inbox-1.0.0.ebuild b/net-mail/public-inbox/public-inbox-1.0.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+HOMEPAGE="https://public-inbox.org/"
+SRC_URI="https://public-inbox.org/releases/${P}.tar.gz"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+xapian gzip nntp inbox_watch daemon"
+
+DEPEND="
+ dev-vcs/git
+ dev-lang/perl
+ dev-db/sqlite
+ dev-perl/Time-ParseDate
+ dev-perl/Email-MIME
+ dev-perl/Email-MIME-ContentType
+ dev-perl/Plack
+ dev-perl/URI
+ xapian? (
+ dev-perl/Search-Xapian
+ )
+ gzip? (
+ dev-perl/PerlIO-gzip
+ dev-perl/DBI
+ dev-perl/DBD-SQLite
+ )
+ nntp? (
+ dev-perl/DBD-SQLite
+ )
+ inbox_watch? (
+ dev-perl/Filesys-Notify-Simple
+ )
+ daemon? (
+ dev-perl/Inline-C
+ )
+"
+
+src_prepare() {
+ default
+
+ perl Makefile.PL || die
+}
diff --git a/www-client/badwolf/badwolf-9999.ebuild b/www-client/badwolf/badwolf-9999.ebuild
@@ -36,9 +36,9 @@ src_configure() {
src_compile() {
emake \
- CC="$(CC)" \
- CFLAGS="$(CFLAGS)" \
- LDFLAGS="$(LDFLAGS)"
+ CC="${CC}" \
+ CFLAGS="${CFLAGS}" \
+ LDFLAGS="${LDFLAGS}"
}
src_install() {