[arch-commits] Commit in tt-rss/repos/community-any (6 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Dec 8 16:36:30 UTC 2014


    Date: Monday, December 8, 2014 @ 17:36:30
  Author: bpiotrowski
Revision: 123657

archrelease: copy trunk to community-any

Added:
  tt-rss/repos/community-any/PKGBUILD
    (from rev 123656, tt-rss/trunk/PKGBUILD)
  tt-rss/repos/community-any/service
    (from rev 123656, tt-rss/trunk/service)
  tt-rss/repos/community-any/tt-rss.install
    (from rev 123656, tt-rss/trunk/tt-rss.install)
Deleted:
  tt-rss/repos/community-any/PKGBUILD
  tt-rss/repos/community-any/service
  tt-rss/repos/community-any/tt-rss.install

----------------+
 PKGBUILD       |   86 +++++++++++++++++++++++++++----------------------------
 service        |   24 +++++++--------
 tt-rss.install |    8 ++---
 3 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-08 16:36:22 UTC (rev 123656)
+++ PKGBUILD	2014-12-08 16:36:30 UTC (rev 123657)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Clément Démoulins <clement at archivel.fr>
-# Contributor: David Rosenstrauch <darose at darose.net>
-# Contributor: Erik Mank <erik at braindisorder.org>
-
-pkgname=tt-rss
-pkgver=1.14
-pkgrel=1
-pkgdesc='Web-based news feed (RSS/Atom) aggregator'
-arch=('any')
-url='http://tt-rss.org/redmine/'
-license=('GPL')
-depends=('php')
-optdepends=('mysql' 'postgresql')
-install=tt-rss.install
-source=(https://github.com/gothfox/Tiny-Tiny-RSS/archive/$pkgver.tar.gz
-        service)
-md5sums=('4a03774b7ee0881f20de6e9baa16d05e'
-         'cb9900413dd53d44a5ed1116c962dbcb')
-
-package() {
-  cd Tiny-Tiny-RSS-$pkgver
-  _instdir="$pkgdir"/usr/share/webapps/$pkgname
-
-  install -d "$_instdir"
-  cp -ra * "$_instdir/"
-  rm -rf "$_instdir"/debian
-
-  install -d "$pkgdir"/etc/webapps/tt-rss
-  install -gm640 -g http config.php-dist "$pkgdir"/etc/webapps/tt-rss/config.php-dist
-  ln -s /etc/webapps/tt-rss/config.php "$_instdir"/config.php
-
-  install -d "$pkgdir"/var/lib/tt-rss
-  mv "$_instdir"/{lock,feed-icons,cache} "$pkgdir"/var/lib/tt-rss
-  ln -s /var/lib/tt-rss/lock "$_instdir"/lock
-  ln -s /var/lib/tt-rss/feed-icons "$_instdir"/feed-icons
-  ln -s /var/lib/tt-rss/cache "$_instdir"/cache
-  chown -R 33:33 "$pkgdir"/var/lib/tt-rss
-  chmod -R 777 "$pkgdir"/var/lib/tt-rss/*
-
-  install -Dm644 "$srcdir"/service "$pkgdir"/usr/lib/systemd/system/tt-rss.service
-}

Copied: tt-rss/repos/community-any/PKGBUILD (from rev 123656, tt-rss/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-08 16:36:30 UTC (rev 123657)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Clément Démoulins <clement at archivel.fr>
+# Contributor: David Rosenstrauch <darose at darose.net>
+# Contributor: Erik Mank <erik at braindisorder.org>
+
+pkgname=tt-rss
+pkgver=1.15
+pkgrel=1
+pkgdesc='Web-based news feed (RSS/Atom) aggregator'
+arch=('any')
+url='http://tt-rss.org/redmine/'
+license=('GPL')
+depends=('php')
+optdepends=('mysql' 'postgresql')
+install=tt-rss.install
+source=(https://github.com/gothfox/Tiny-Tiny-RSS/archive/$pkgver.tar.gz
+        service)
+md5sums=('af615636023c07c5c2bfa3e6fd97645b'
+         'cb9900413dd53d44a5ed1116c962dbcb')
+
+package() {
+  cd Tiny-Tiny-RSS-$pkgver
+  _instdir="$pkgdir"/usr/share/webapps/$pkgname
+
+  install -d "$_instdir"
+  cp -ra * "$_instdir/"
+  rm -rf "$_instdir"/debian
+
+  install -d "$pkgdir"/etc/webapps/tt-rss
+  install -gm640 -g http config.php-dist "$pkgdir"/etc/webapps/tt-rss/config.php-dist
+  ln -s /etc/webapps/tt-rss/config.php "$_instdir"/config.php
+
+  install -d "$pkgdir"/var/lib/tt-rss
+  mv "$_instdir"/{lock,feed-icons,cache} "$pkgdir"/var/lib/tt-rss
+  ln -s /var/lib/tt-rss/lock "$_instdir"/lock
+  ln -s /var/lib/tt-rss/feed-icons "$_instdir"/feed-icons
+  ln -s /var/lib/tt-rss/cache "$_instdir"/cache
+  chown -R 33:33 "$pkgdir"/var/lib/tt-rss
+  chmod -R 777 "$pkgdir"/var/lib/tt-rss/*
+
+  install -Dm644 "$srcdir"/service "$pkgdir"/usr/lib/systemd/system/tt-rss.service
+}

Deleted: service
===================================================================
--- service	2014-12-08 16:36:22 UTC (rev 123656)
+++ service	2014-12-08 16:36:30 UTC (rev 123657)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Tiny Tiny RSS feeds update daemon
-After=network.target mysqld.service postgresql.service
-
-[Service]
-ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
-User=http
-StandardOutput=null
-StandardError=syslog
-
-[Install]
-WantedBy=multi-user.target

Copied: tt-rss/repos/community-any/service (from rev 123656, tt-rss/trunk/service)
===================================================================
--- service	                        (rev 0)
+++ service	2014-12-08 16:36:30 UTC (rev 123657)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Tiny Tiny RSS feeds update daemon
+After=network.target mysqld.service postgresql.service
+
+[Service]
+ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
+User=http
+StandardOutput=null
+StandardError=syslog
+
+[Install]
+WantedBy=multi-user.target

Deleted: tt-rss.install
===================================================================
--- tt-rss.install	2014-12-08 16:36:22 UTC (rev 123656)
+++ tt-rss.install	2014-12-08 16:36:30 UTC (rev 123657)
@@ -1,4 +0,0 @@
-post_upgrade() {
-    echo "===> Update config.php with new configuration data from config.php-dist if necessary."
-    echo "     Update CONFIG_VERSION to the new version afterwards."
-}

Copied: tt-rss/repos/community-any/tt-rss.install (from rev 123656, tt-rss/trunk/tt-rss.install)
===================================================================
--- tt-rss.install	                        (rev 0)
+++ tt-rss.install	2014-12-08 16:36:30 UTC (rev 123657)
@@ -0,0 +1,4 @@
+post_upgrade() {
+    echo "===> Update config.php with new configuration data from config.php-dist if necessary."
+    echo "     Update CONFIG_VERSION to the new version afterwards."
+}



More information about the arch-commits mailing list