[arch-commits] Commit in t-prot/repos (4 files)

Ivy Foster escondida at archlinux.org
Wed Mar 28 21:21:16 UTC 2018


    Date: Wednesday, March 28, 2018 @ 21:21:15
  Author: escondida
Revision: 313178

archrelease: copy trunk to community-any

Added:
  t-prot/repos/community-any/
  t-prot/repos/community-any/.SRCINFO
    (from rev 313177, t-prot/trunk/.SRCINFO)
  t-prot/repos/community-any/LICENSE
    (from rev 313177, t-prot/trunk/LICENSE)
  t-prot/repos/community-any/PKGBUILD
    (from rev 313177, t-prot/trunk/PKGBUILD)

----------+
 .SRCINFO |   17 +++++++++++++++++
 LICENSE  |   31 +++++++++++++++++++++++++++++++
 PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 3 files changed, 82 insertions(+)

Copied: t-prot/repos/community-any/.SRCINFO (from rev 313177, t-prot/trunk/.SRCINFO)
===================================================================
--- community-any/.SRCINFO	                        (rev 0)
+++ community-any/.SRCINFO	2018-03-28 21:21:15 UTC (rev 313178)
@@ -0,0 +1,17 @@
+pkgbase = t-prot
+	pkgdesc = Filter to improve readability of email/usenet by hiding annoyances
+	pkgver = 3.4
+	pkgrel = 2
+	url = http://www.escape.de/~tolot/mutt/
+	arch = any
+	license = BSD
+	depends = gettext
+	depends = perl
+	depends = perl-locale-gettext
+	source = http://www.escape.de/~tolot/mutt/t-prot/downloads/t-prot-3.4.tar.gz
+	source = LICENSE
+	md5sums = c075489f1bd7063d589dcfb2536989b9
+	md5sums = 712bd4102dde61b207be93a1f64d03bc
+
+pkgname = t-prot
+

Copied: t-prot/repos/community-any/LICENSE (from rev 313177, t-prot/trunk/LICENSE)
===================================================================
--- community-any/LICENSE	                        (rev 0)
+++ community-any/LICENSE	2018-03-28 21:21:15 UTC (rev 313178)
@@ -0,0 +1,31 @@
+COPYRIGHT
+       All of the documentation and software included in the t-prot releases  is  copy-
+       righted by Jochen Striepe (except when explicitly stated otherwise).
+
+       Copyright © 2001-2009 Jochen Striepe. All rights reserved.
+
+       Redistribution  and  use,  with  or without modification, are permitted provided
+       that the following conditions are met:
+
+       1. Redistributions of source code must retain the above copyright  notice,  this
+       list of conditions and the following disclaimer.
+
+       2.  All  advertising  materials mentioning features or use of this software must
+       display the following acknowledgement:
+
+         This product includes software developed by Jochen Striepe and others.
+
+       3. Neither the name of the author nor the names of any contributors may be  used
+       to endorse or promote products derived from this software without specific prior
+       written permission.
+
+       THIS SOFTWARE IS PROVIDED BY THE AUTHOR  AND  CONTRIBUTORS  ``AS  IS''  AND  ANY
+       EXPRESS  OR  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WAR-
+       RANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE  DISCLAIMED.
+       IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+       INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL  DAMAGES  (INCLUDING,  BUT  NOT
+       LIMITED  TO,  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+       PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY  OF  LIABIL-
+       ITY,  WHETHER  IN  CONTRACT,  STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+       OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN  IF  ADVISED
+       OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: t-prot/repos/community-any/PKGBUILD (from rev 313177, t-prot/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-03-28 21:21:15 UTC (rev 313178)
@@ -0,0 +1,34 @@
+# Maintainer: Ivy Foster <code at escondida.tk>
+# Contributor: Jan Fader <jan.fader at web.de>
+# Reference: PKGBUILD(5)
+
+pkgname=t-prot
+pkgver=3.4
+pkgrel=2
+pkgdesc='Filter to improve readability of email/usenet by hiding annoyances'
+url='http://www.escape.de/~tolot/mutt/'
+license=(BSD)
+
+depends=(gettext perl perl-locale-gettext)
+
+arch=(any)
+# LICENSE text from t-prot.1
+source=(
+	"http://www.escape.de/~tolot/mutt/t-prot/downloads/t-prot-$pkgver.tar.gz"
+	LICENSE
+)
+md5sums=(
+	c075489f1bd7063d589dcfb2536989b9
+	712bd4102dde61b207be93a1f64d03bc
+)
+
+package() {
+	install -D LICENSE "$pkgdir/usr/share/licenses/t-prot/LICENSE"
+
+	cd "t-prot-$pkgver"
+
+	install -D t-prot "$pkgdir/usr/bin/t-prot"
+	install -D t-prot.1 "$pkgdir/usr/share/man/man1/t-prot.1"
+	install -D README "$pkgdir/usr/share/doc/t-prot/README"
+	cp -a contrib "$pkgdir/usr/share/doc/t-prot/"
+}



More information about the arch-commits mailing list