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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu May 18 21:41:49 UTC 2017


    Date: Thursday, May 18, 2017 @ 21:41:49
  Author: jlichtblau
Revision: 228491

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

Added:
  castget/repos/community-i686/PKGBUILD
    (from rev 228490, castget/trunk/PKGBUILD)
  castget/repos/community-i686/castget.changelog
    (from rev 228490, castget/trunk/castget.changelog)
  castget/repos/community-x86_64/PKGBUILD
    (from rev 228490, castget/trunk/PKGBUILD)
  castget/repos/community-x86_64/castget.changelog
    (from rev 228490, 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                 |   34 +++++++++++++++++++++
 community-i686/PKGBUILD            |   28 -----------------
 community-i686/castget.changelog   |   14 --------
 community-x86_64/PKGBUILD          |   28 -----------------
 community-x86_64/castget.changelog |   14 --------
 6 files changed, 90 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-18 21:41:31 UTC (rev 228490)
+++ community-i686/PKGBUILD	2017-05-18 21:41:49 UTC (rev 228491)
@@ -1,28 +0,0 @@
-# $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
-}

Copied: castget/repos/community-i686/PKGBUILD (from rev 228490, castget/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-18 21:41:49 UTC (rev 228491)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+
+pkgname=castget
+pkgver=1.2.4
+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=('91ee310ced5386495eb56b09b3cb4b6660f9cea1a7050a94e9a30d7bc3ba692d')
+
+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-18 21:41:31 UTC (rev 228490)
+++ community-i686/castget.changelog	2017-05-18 21:41:49 UTC (rev 228491)
@@ -1,14 +0,0 @@
-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

Copied: castget/repos/community-i686/castget.changelog (from rev 228490, castget/trunk/castget.changelog)
===================================================================
--- community-i686/castget.changelog	                        (rev 0)
+++ community-i686/castget.changelog	2017-05-18 21:41:49 UTC (rev 228491)
@@ -0,0 +1,17 @@
+2017-05-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.2.4
+
+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-18 21:41:31 UTC (rev 228490)
+++ community-x86_64/PKGBUILD	2017-05-18 21:41:49 UTC (rev 228491)
@@ -1,28 +0,0 @@
-# $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
-}

Copied: castget/repos/community-x86_64/PKGBUILD (from rev 228490, castget/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-18 21:41:49 UTC (rev 228491)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+
+pkgname=castget
+pkgver=1.2.4
+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=('91ee310ced5386495eb56b09b3cb4b6660f9cea1a7050a94e9a30d7bc3ba692d')
+
+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-18 21:41:31 UTC (rev 228490)
+++ community-x86_64/castget.changelog	2017-05-18 21:41:49 UTC (rev 228491)
@@ -1,14 +0,0 @@
-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

Copied: castget/repos/community-x86_64/castget.changelog (from rev 228490, castget/trunk/castget.changelog)
===================================================================
--- community-x86_64/castget.changelog	                        (rev 0)
+++ community-x86_64/castget.changelog	2017-05-18 21:41:49 UTC (rev 228491)
@@ -0,0 +1,17 @@
+2017-05-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major release 1.2.4
+
+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