[arch-commits] Commit in trac/repos/community-any (8 files)

Sergej Pupykin spupykin at archlinux.org
Wed Jun 21 09:54:01 UTC 2017


    Date: Wednesday, June 21, 2017 @ 09:54:00
  Author: spupykin
Revision: 239227

archrelease: copy trunk to community-any

Added:
  trac/repos/community-any/PKGBUILD
    (from rev 239226, trac/trunk/PKGBUILD)
  trac/repos/community-any/license.txt
    (from rev 239226, trac/trunk/license.txt)
  trac/repos/community-any/trac.install
    (from rev 239226, trac/trunk/trac.install)
  trac/repos/community-any/tracd.service
    (from rev 239226, trac/trunk/tracd.service)
Deleted:
  trac/repos/community-any/PKGBUILD
  trac/repos/community-any/license.txt
  trac/repos/community-any/trac.install
  trac/repos/community-any/tracd.service

---------------+
 PKGBUILD      |   54 ++++++++++++++++++++++++++--------------------------
 license.txt   |   58 ++++++++++++++++++++++++++++----------------------------
 trac.install  |   22 ++++++++++-----------
 tracd.service |   22 ++++++++++-----------
 4 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-21 09:53:44 UTC (rev 239226)
+++ PKGBUILD	2017-06-21 09:54:00 UTC (rev 239227)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Rubin Simons <rubin at xs4all.nl>
-
-pkgname=trac
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Trac Integrated SCM & Project Management using Apache & Subversion."
-arch=('any')
-url="http://trac.edgewall.org/"
-license=('BSD')
-depends=(python2 python2-genshi python2-babel python2-setuptools)
-makedepends=(clearsilver)
-install=trac.install
-source=(http://ftp.edgewall.com/pub/trac/Trac-$pkgver.tar.gz
-	license.txt
-	tracd.service)
-sha256sums=('0af71c555f4617849432bba1fc59c1654cd13d030ebbcdbef814d82d7a8bb0c3'
-            'a0936aa2fab3714eb6a3e8ff64b730576d8a5f81340a0601f006c847761607c4'
-            '3f050f1c9367b1b28e18a6ff0088f991676a9fbba3f5177859ce4db64f95ca42')
-
-package() {
-  cd "$srcdir"/Trac-$pkgver
-  python2 setup.py install --prefix=/usr --root="$pkgdir"
-  install -D -m644 "$srcdir"/license.txt "$pkgdir"/usr/share/licenses/trac/license.txt
-  install -Dm0644 "$srcdir"/tracd.service "$pkgdir"/usr/lib/systemd/system/tracd.service
-}

Copied: trac/repos/community-any/PKGBUILD (from rev 239226, trac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-06-21 09:54:00 UTC (rev 239227)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Rubin Simons <rubin at xs4all.nl>
+
+pkgname=trac
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Trac Integrated SCM & Project Management using Apache & Subversion."
+arch=('any')
+url="http://trac.edgewall.org/"
+license=('BSD')
+depends=(python2 python2-genshi python2-babel python2-setuptools)
+makedepends=(clearsilver)
+install=trac.install
+source=(http://ftp.edgewall.com/pub/trac/Trac-$pkgver.tar.gz
+	license.txt
+	tracd.service)
+sha256sums=('5ddeca9d2d47093f5791ef7e38ec9aff9c911258b8ba94c85a32ccd9274fc3b6'
+            'a0936aa2fab3714eb6a3e8ff64b730576d8a5f81340a0601f006c847761607c4'
+            '3f050f1c9367b1b28e18a6ff0088f991676a9fbba3f5177859ce4db64f95ca42')
+
+package() {
+  cd "$srcdir"/Trac-$pkgver
+  python2 setup.py install --prefix=/usr --root="$pkgdir"
+  install -D -m644 "$srcdir"/license.txt "$pkgdir"/usr/share/licenses/trac/license.txt
+  install -Dm0644 "$srcdir"/tracd.service "$pkgdir"/usr/lib/systemd/system/tracd.service
+}

Deleted: license.txt
===================================================================
--- license.txt	2017-06-21 09:53:44 UTC (rev 239226)
+++ license.txt	2017-06-21 09:54:00 UTC (rev 239227)
@@ -1,29 +0,0 @@
-Copyright (C) 2003-2005 Edgewall Software
-All rights reserved.
-
-Redistribution and use in source and binary forms, 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. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in
-   the documentation and/or other materials provided with the
-   distribution.
-3. The name of the author may not be used to endorse or promote
-   products derived from this software without specific prior
-   written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS
-OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 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 LIABILITY,
-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: trac/repos/community-any/license.txt (from rev 239226, trac/trunk/license.txt)
===================================================================
--- license.txt	                        (rev 0)
+++ license.txt	2017-06-21 09:54:00 UTC (rev 239227)
@@ -0,0 +1,29 @@
+Copyright (C) 2003-2005 Edgewall Software
+All rights reserved.
+
+Redistribution and use in source and binary forms, 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. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in
+   the documentation and/or other materials provided with the
+   distribution.
+3. The name of the author may not be used to endorse or promote
+   products derived from this software without specific prior
+   written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS
+OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 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 LIABILITY,
+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.
+

Deleted: trac.install
===================================================================
--- trac.install	2017-06-21 09:53:44 UTC (rev 239226)
+++ trac.install	2017-06-21 09:54:00 UTC (rev 239227)
@@ -1,11 +0,0 @@
-post_install() {
-  echo "-- tracd.service is an example. Copy it into /etc/systemd/... and edit"
-  echo "-- Please read http://trac.edgewall.org/wiki/TracInstall to install"
-  echo "-- additional requirements"
-  echo "--"
-  echo "-- DB engines are mandatory!!!"
-}
-
-post_upgrade() {
-  echo "-- tracd.service is an example. Copy it into /etc/systemd/... and edit"
-}

Copied: trac/repos/community-any/trac.install (from rev 239226, trac/trunk/trac.install)
===================================================================
--- trac.install	                        (rev 0)
+++ trac.install	2017-06-21 09:54:00 UTC (rev 239227)
@@ -0,0 +1,11 @@
+post_install() {
+  echo "-- tracd.service is an example. Copy it into /etc/systemd/... and edit"
+  echo "-- Please read http://trac.edgewall.org/wiki/TracInstall to install"
+  echo "-- additional requirements"
+  echo "--"
+  echo "-- DB engines are mandatory!!!"
+}
+
+post_upgrade() {
+  echo "-- tracd.service is an example. Copy it into /etc/systemd/... and edit"
+}

Deleted: tracd.service
===================================================================
--- tracd.service	2017-06-21 09:53:44 UTC (rev 239226)
+++ tracd.service	2017-06-21 09:54:00 UTC (rev 239227)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Trac service
-After=network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=simple
-# Example: copy it into /etc/systemd/ and edit.
-ExecStart=/usr/bin/tracd -b localhost -p 8080 --auth /tmp,/tmp/passwd,realm /tmp
-
-[Install]
-WantedBy=multi-user.target

Copied: trac/repos/community-any/tracd.service (from rev 239226, trac/trunk/tracd.service)
===================================================================
--- tracd.service	                        (rev 0)
+++ tracd.service	2017-06-21 09:54:00 UTC (rev 239227)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Trac service
+After=network.target remote-fs.target nss-lookup.target
+
+[Service]
+Type=simple
+# Example: copy it into /etc/systemd/ and edit.
+ExecStart=/usr/bin/tracd -b localhost -p 8080 --auth /tmp,/tmp/passwd,realm /tmp
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list