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

Felix Yan fyan at nymeria.archlinux.org
Sat Jul 5 06:56:20 UTC 2014


    Date: Saturday, July 5, 2014 @ 08:56:20
  Author: fyan
Revision: 115073

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-05 06:55:13 UTC (rev 115072)
+++ community-i686/PKGBUILD	2014-07-05 06:56:20 UTC (rev 115073)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-
-pkgname=castget
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="A simple, command-line based RSS enclosure downloader"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/castget/"
-license=('GPL')
-depends=('glib2' 'libxml2' 'curl' 'id3lib')
-changelog=$pkgname.changelog
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('e80096715efc17d1d87de793871e0006')
-
-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	2014-07-05 06:55:13 UTC (rev 115072)
+++ community-i686/castget.changelog	2014-07-05 06:56:20 UTC (rev 115073)
@@ -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
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-05 06:55:13 UTC (rev 115072)
+++ community-x86_64/PKGBUILD	2014-07-05 06:56:20 UTC (rev 115073)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-
-pkgname=castget
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="A simple, command-line based RSS enclosure downloader"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/castget/"
-license=('GPL')
-depends=('glib2' 'libxml2' 'curl' 'id3lib')
-changelog=$pkgname.changelog
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('e80096715efc17d1d87de793871e0006')
-
-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 115072, castget/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-05 06:56:20 UTC (rev 115073)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+
+pkgname=castget
+pkgver=1.1.0
+pkgrel=3
+pkgdesc="A simple, command-line based RSS enclosure downloader"
+arch=('i686' 'x86_64')
+url="http://www.nongnu.org/castget/"
+license=('GPL')
+depends=('glib2' 'libxml2' 'curl' 'id3lib')
+changelog=$pkgname.changelog
+source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('e80096715efc17d1d87de793871e0006')
+
+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	2014-07-05 06:55:13 UTC (rev 115072)
+++ community-x86_64/castget.changelog	2014-07-05 06:56:20 UTC (rev 115073)
@@ -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 115072, castget/trunk/castget.changelog)
===================================================================
--- community-x86_64/castget.changelog	                        (rev 0)
+++ community-x86_64/castget.changelog	2014-07-05 06:56:20 UTC (rev 115073)
@@ -0,0 +1,6 @@
+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
+




More information about the arch-commits mailing list