[arch-commits] Commit in castget/repos (8 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed May 17 17:44:17 UTC 2017


    Date: Wednesday, May 17, 2017 @ 17:44:17
  Author: jlichtblau
Revision: 228377

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

Added:
  castget/repos/community-i686/PKGBUILD
    (from rev 228376, castget/trunk/PKGBUILD)
  castget/repos/community-i686/castget.changelog
    (from rev 228376, castget/trunk/castget.changelog)
  castget/repos/community-x86_64/PKGBUILD
    (from rev 228376, castget/trunk/PKGBUILD)
  castget/repos/community-x86_64/castget.changelog
    (from rev 228376, castget/trunk/castget.changelog)
Deleted:
  castget/repos/community-i686/PKGBUILD
  castget/repos/community-i686/castget.changelog
  castget/repos/community-x86_64/PKGBUILD
  castget/repos/community-x86_64/castget.changelog

------------------------------------+
 /PKGBUILD                          |   56 +++++++++++++++++++++++++++++++++++
 /castget.changelog                 |   28 +++++++++++++++++
 community-i686/PKGBUILD            |   27 ----------------
 community-i686/castget.changelog   |   11 ------
 community-x86_64/PKGBUILD          |   27 ----------------
 community-x86_64/castget.changelog |   11 ------
 6 files changed, 84 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-17 17:43:16 UTC (rev 228376)
+++ community-i686/PKGBUILD	2017-05-17 17:44:17 UTC (rev 228377)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-
-pkgname=castget
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="A simple, command-line based RSS enclosure downloader"
-arch=('i686' 'x86_64')
-url="http://johndal.com/castget/"
-license=('GPL')
-depends=('glib2' 'libxml2' 'curl' 'id3lib')
-changelog=$pkgname.changelog
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7e6a5030f7652a7ec2584f05818b66d0cb627664c813ef1b9229e6b5ad938971')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: castget/repos/community-i686/PKGBUILD (from rev 228376, castget/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-17 17:44:17 UTC (rev 228377)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+
+pkgname=castget
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="A simple, command-line based RSS enclosure downloader"
+arch=('i686' 'x86_64')
+url="http://johndal.com/castget/"
+license=('GPL')
+depends=('glib2' 'libxml2' 'curl' 'id3lib')
+makedepends=('ruby-ronn')
+changelog=$pkgname.changelog
+source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('70340db77f05f4f73325e282ccfbf58d0df756951577fa118035f8005886361f')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/castget.changelog
===================================================================
--- community-i686/castget.changelog	2017-05-17 17:43:16 UTC (rev 228376)
+++ community-i686/castget.changelog	2017-05-17 17:44:17 UTC (rev 228377)
@@ -1,11 +0,0 @@
-2016-03-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 1.2.2
-
-2015-12-27 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 1.2.0
-
-2010-06-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 1.1.0
-
-2007-07-02 tardo <tardo at nagi-fanboi.net>
-	* Built for x86_64

Copied: castget/repos/community-i686/castget.changelog (from rev 228376, castget/trunk/castget.changelog)
===================================================================
--- community-i686/castget.changelog	                        (rev 0)
+++ community-i686/castget.changelog	2017-05-17 17:44:17 UTC (rev 228377)
@@ -0,0 +1,14 @@
+2017-05-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.2.3
+
+2016-03-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.2.2
+
+2015-12-27 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.2.0
+
+2010-06-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.1.0
+
+2007-07-02 tardo <tardo at nagi-fanboi.net>
+	* Built for x86_64

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-05-17 17:43:16 UTC (rev 228376)
+++ community-x86_64/PKGBUILD	2017-05-17 17:44:17 UTC (rev 228377)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-
-pkgname=castget
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="A simple, command-line based RSS enclosure downloader"
-arch=('i686' 'x86_64')
-url="http://johndal.com/castget/"
-license=('GPL')
-depends=('glib2' 'libxml2' 'curl' 'id3lib')
-changelog=$pkgname.changelog
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7e6a5030f7652a7ec2584f05818b66d0cb627664c813ef1b9229e6b5ad938971')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: castget/repos/community-x86_64/PKGBUILD (from rev 228376, castget/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-17 17:44:17 UTC (rev 228377)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+
+pkgname=castget
+pkgver=1.2.3
+pkgrel=1
+pkgdesc="A simple, command-line based RSS enclosure downloader"
+arch=('i686' 'x86_64')
+url="http://johndal.com/castget/"
+license=('GPL')
+depends=('glib2' 'libxml2' 'curl' 'id3lib')
+makedepends=('ruby-ronn')
+changelog=$pkgname.changelog
+source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('70340db77f05f4f73325e282ccfbf58d0df756951577fa118035f8005886361f')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/castget.changelog
===================================================================
--- community-x86_64/castget.changelog	2017-05-17 17:43:16 UTC (rev 228376)
+++ community-x86_64/castget.changelog	2017-05-17 17:44:17 UTC (rev 228377)
@@ -1,11 +0,0 @@
-2016-03-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 1.2.2
-
-2015-12-27 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 1.2.0
-
-2010-06-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* Update to major release 1.1.0
-
-2007-07-02 tardo <tardo at nagi-fanboi.net>
-	* Built for x86_64

Copied: castget/repos/community-x86_64/castget.changelog (from rev 228376, castget/trunk/castget.changelog)
===================================================================
--- community-x86_64/castget.changelog	                        (rev 0)
+++ community-x86_64/castget.changelog	2017-05-17 17:44:17 UTC (rev 228377)
@@ -0,0 +1,14 @@
+2017-05-17 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.2.3
+
+2016-03-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.2.2
+
+2015-12-27 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.2.0
+
+2010-06-30 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.1.0
+
+2007-07-02 tardo <tardo at nagi-fanboi.net>
+	* Built for x86_64



More information about the arch-commits mailing list