[arch-commits] Commit in remind/repos (6 files)

Lukas Fleischer lfleischer at archlinux.org
Sat Nov 7 12:18:42 UTC 2015


    Date: Saturday, November 7, 2015 @ 13:18:41
  Author: lfleischer
Revision: 146367

archrelease: copy trunk to community-i686, community-x86_64

Added:
  remind/repos/community-x86_64/ChangeLog
    (from rev 146366, remind/trunk/ChangeLog)
  remind/repos/community-x86_64/PKGBUILD
    (from rev 146366, remind/trunk/PKGBUILD)
Deleted:
  remind/repos/community-i686/ChangeLog
  remind/repos/community-i686/PKGBUILD
  remind/repos/community-x86_64/ChangeLog
  remind/repos/community-x86_64/PKGBUILD

----------------------------+
 /ChangeLog                 |    3 +++
 /PKGBUILD                  |   33 +++++++++++++++++++++++++++++++++
 community-i686/ChangeLog   |    3 ---
 community-i686/PKGBUILD    |   33 ---------------------------------
 community-x86_64/ChangeLog |    3 ---
 community-x86_64/PKGBUILD  |   33 ---------------------------------
 6 files changed, 36 insertions(+), 72 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2015-11-07 12:18:24 UTC (rev 146366)
+++ community-i686/ChangeLog	2015-11-07 12:18:41 UTC (rev 146367)
@@ -1,3 +0,0 @@
-2007-06-27 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-* Fixed source url

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-11-07 12:18:24 UTC (rev 146366)
+++ community-i686/PKGBUILD	2015-11-07 12:18:41 UTC (rev 146367)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
-# Contributor: Sebastian Sontberg <ssontberg at h3c.de>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=remind
-pkgver=3.1.14
-_pkgver=03.01.14
-pkgrel=1
-pkgdesc='A sophisticated calendar and alarm program.'
-arch=('i686' 'x86_64')
-url='http://www.roaringpenguin.com/penguin/open_source_remind.php'
-license=('GPL')
-optdepends=('tk: for tkremind'
-            'tcllib: for tkremind'
-            'tcl: for cm2rem.tcl')
-source=("http://www.roaringpenguin.com/files/download/${pkgname}-${_pkgver}.tar.gz"{,.sig})
-options=('!emptydirs')
-md5sums=('a6c4677363d90fd279b52e3206955cba'
-         'SKIP')
-validpgpkeys=('FC2E9B645468698FD7B21655C1842E2A126F42E0') # David F. Skoll
-
-build() {
-  cd "${pkgname}-${_pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${_pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2015-11-07 12:18:24 UTC (rev 146366)
+++ community-x86_64/ChangeLog	2015-11-07 12:18:41 UTC (rev 146367)
@@ -1,3 +0,0 @@
-2007-06-27 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-* Fixed source url

Copied: remind/repos/community-x86_64/ChangeLog (from rev 146366, remind/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2015-11-07 12:18:41 UTC (rev 146367)
@@ -0,0 +1,3 @@
+2007-06-27 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+* Fixed source url

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-11-07 12:18:24 UTC (rev 146366)
+++ community-x86_64/PKGBUILD	2015-11-07 12:18:41 UTC (rev 146367)
@@ -1,33 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
-# Contributor: Sebastian Sontberg <ssontberg at h3c.de>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=remind
-pkgver=3.1.14
-_pkgver=03.01.14
-pkgrel=1
-pkgdesc='A sophisticated calendar and alarm program.'
-arch=('i686' 'x86_64')
-url='http://www.roaringpenguin.com/penguin/open_source_remind.php'
-license=('GPL')
-optdepends=('tk: for tkremind'
-            'tcllib: for tkremind'
-            'tcl: for cm2rem.tcl')
-source=("http://www.roaringpenguin.com/files/download/${pkgname}-${_pkgver}.tar.gz"{,.sig})
-options=('!emptydirs')
-md5sums=('a6c4677363d90fd279b52e3206955cba'
-         'SKIP')
-validpgpkeys=('FC2E9B645468698FD7B21655C1842E2A126F42E0') # David F. Skoll
-
-build() {
-  cd "${pkgname}-${_pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${_pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: remind/repos/community-x86_64/PKGBUILD (from rev 146366, remind/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-11-07 12:18:41 UTC (rev 146367)
@@ -0,0 +1,33 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Jeff 'codemac' Mickey <jeff at archlinux.org>
+# Contributor: Sebastian Sontberg <ssontberg at h3c.de>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=remind
+pkgver=3.1.15
+_pkgver=03.01.15
+pkgrel=1
+pkgdesc='A sophisticated calendar and alarm program.'
+arch=('i686' 'x86_64')
+url='http://www.roaringpenguin.com/penguin/open_source_remind.php'
+license=('GPL')
+optdepends=('tk: for tkremind'
+            'tcllib: for tkremind'
+            'tcl: for cm2rem.tcl')
+source=("http://www.roaringpenguin.com/files/download/${pkgname}-${_pkgver}.tar.gz"{,.sig})
+options=('!emptydirs')
+md5sums=('089c51c060fdda2357a833800a5bfe39'
+         'SKIP')
+validpgpkeys=('FC2E9B645468698FD7B21655C1842E2A126F42E0') # David F. Skoll
+
+build() {
+  cd "${pkgname}-${_pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${_pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list