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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Dec 27 09:43:53 UTC 2015


    Date: Sunday, December 27, 2015 @ 10:43:53
  Author: jlichtblau
Revision: 154587

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

Added:
  castget/repos/community-i686/PKGBUILD
    (from rev 154586, castget/trunk/PKGBUILD)
  castget/repos/community-i686/castget.changelog
    (from rev 154586, castget/trunk/castget.changelog)
  castget/repos/community-x86_64/PKGBUILD
    (from rev 154586, castget/trunk/PKGBUILD)
  castget/repos/community-x86_64/castget.changelog
    (from rev 154586, 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                          |   54 +++++++++++++++++++++++++++++++++++
 /castget.changelog                 |   16 ++++++++++
 community-i686/PKGBUILD            |   27 -----------------
 community-i686/castget.changelog   |    6 ---
 community-x86_64/PKGBUILD          |   27 -----------------
 community-x86_64/castget.changelog |    6 ---
 6 files changed, 70 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-12-27 09:43:27 UTC (rev 154586)
+++ community-i686/PKGBUILD	2015-12-27 09:43:53 UTC (rev 154587)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-
-pkgname=castget
-pkgver=1.1.0
-pkgrel=4
-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=('88e62a826f93306635973e0a5bc2080060b70c85fc925af10db8ae75780577f5')
-
-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 154586, castget/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-12-27 09:43:53 UTC (rev 154587)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+
+pkgname=castget
+pkgver=1.2.0
+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=('7caa3a34f008fbf1e74607f6b0516d7a7c4bf44fbc1a3f29ed87400c51362606')
+
+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	2015-12-27 09:43:27 UTC (rev 154586)
+++ community-i686/castget.changelog	2015-12-27 09:43:53 UTC (rev 154587)
@@ -1,6 +0,0 @@
-2010-06-30 Jaroslav Lichtblau <dragonlord at aur.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 154586, castget/trunk/castget.changelog)
===================================================================
--- community-i686/castget.changelog	                        (rev 0)
+++ community-i686/castget.changelog	2015-12-27 09:43:53 UTC (rev 154587)
@@ -0,0 +1,8 @@
+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	2015-12-27 09:43:27 UTC (rev 154586)
+++ community-x86_64/PKGBUILD	2015-12-27 09:43:53 UTC (rev 154587)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-
-pkgname=castget
-pkgver=1.1.0
-pkgrel=4
-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=('88e62a826f93306635973e0a5bc2080060b70c85fc925af10db8ae75780577f5')
-
-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 154586, castget/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-12-27 09:43:53 UTC (rev 154587)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+
+pkgname=castget
+pkgver=1.2.0
+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=('7caa3a34f008fbf1e74607f6b0516d7a7c4bf44fbc1a3f29ed87400c51362606')
+
+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	2015-12-27 09:43:27 UTC (rev 154586)
+++ community-x86_64/castget.changelog	2015-12-27 09:43:53 UTC (rev 154587)
@@ -1,6 +0,0 @@
-2010-06-30 Jaroslav Lichtblau <dragonlord at aur.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 154586, castget/trunk/castget.changelog)
===================================================================
--- community-x86_64/castget.changelog	                        (rev 0)
+++ community-x86_64/castget.changelog	2015-12-27 09:43:53 UTC (rev 154587)
@@ -0,0 +1,8 @@
+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