[arch-commits] Commit in bashburn/repos/community-any (4 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Apr 27 20:06:43 UTC 2017


    Date: Thursday, April 27, 2017 @ 20:06:43
  Author: jlichtblau
Revision: 226124

archrelease: copy trunk to community-any

Added:
  bashburn/repos/community-any/PKGBUILD
    (from rev 226123, bashburn/trunk/PKGBUILD)
  bashburn/repos/community-any/bashburn.changelog
    (from rev 226123, bashburn/trunk/bashburn.changelog)
Deleted:
  bashburn/repos/community-any/PKGBUILD
  bashburn/repos/community-any/bashburn.changelog

--------------------+
 PKGBUILD           |   81 ++++++++++++++++++++++++++-------------------------
 bashburn.changelog |   29 ++++++++++--------
 2 files changed, 58 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-27 20:06:32 UTC (rev 226123)
+++ PKGBUILD	2017-04-27 20:06:43 UTC (rev 226124)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Ronald van Haren <ronald.archlinux.org>
-# Contributor: Andreas Wagner <A.Wagner at stud.uni-frankfurt.de>
-
-pkgname=bashburn
-pkgver=3.1.0
-pkgrel=2
-pkgdesc="A cd burning shell script"
-arch=('any')
-url="http://bashburn.dose.se/"
-license=('GPL2')
-changelog=$pkgname.changelog
-depends=('bash' 'cdrdao' 'cdrkit' 'eject')
-optdepends=('dvd+rw-tools: support for burning DVDs'
-            'cdparanoia: Ripping audio CDs'
-            'vorbis-tools: Vorbis-Support'
-            'flac: Flac-Support'
-            'normalize: Normalize audio'
-            'mpg123: MP3-Support'
-            'sudo: For missing permissions')
-source=("BashBurn-3.1.0.tar.gz::http://bashburn.dose.se/index.php?s=file_download&id=25")
-sha256sums=('b78d5de1ee1b6e19aeee5b2f37a12aa6d02c665fd7645cad626ae7267351bb3c')
-
-package() {
-  cd ${srcdir}/BashBurn-${pkgver}
-
-# let it install in the correct location
-  sed -i 's|bblib=${lib}/lib|bblib=${lib}|' Install.sh
-
-# install
-  ./Install.sh --prefix=${pkgdir}/usr
-
-# fix executable
-  sed -i 's|'$pkgdir'||' ${pkgdir}/usr/bin/$pkgname
-
-# remove useless docs (changelog and such)
-  rm -rf ${pkgdir}/usr/lib/Bashburn/docs
-}

Copied: bashburn/repos/community-any/PKGBUILD (from rev 226123, bashburn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-04-27 20:06:43 UTC (rev 226124)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Andreas Wagner <A.Wagner at stud.uni-frankfurt.de>
+
+pkgname=bashburn
+pkgver=3.1.0
+pkgrel=3
+pkgdesc="CD burning shell script"
+arch=('any')
+url="http://bashburn.dose.se/"
+license=('GPL2')
+changelog=$pkgname.changelog
+depends=('bash' 'cdrdao' 'cdrkit')
+optdepends=('dvd+rw-tools: support for burning DVDs'
+            'cdparanoia: Ripping audio CDs'
+            'vorbis-tools: Vorbis-Support'
+            'flac: Flac-Support'
+            'normalize: Normalize audio'
+            'mpg123: MP3-Support'
+            'sudo: For missing permissions')
+source=(http://bashburn.dose.se/files/BashBurn-${pkgver}.tar.gz)
+sha256sums=('b78d5de1ee1b6e19aeee5b2f37a12aa6d02c665fd7645cad626ae7267351bb3c')
+
+prepare() {
+  cd "${srcdir}"/BashBurn-${pkgver}
+
+# let it install in the correct location
+  sed -i 's|bblib=${lib}/lib|bblib=${lib}|' Install.sh
+}
+
+package() {
+  cd "${srcdir}"/BashBurn-${pkgver}
+
+  ./Install.sh --prefix="${pkgdir}"/usr
+
+# fix executable
+  sed -i 's|'$pkgdir'||' "${pkgdir}"/usr/bin/${pkgname}
+
+# remove useless docs (changelog and such)
+  rm -rf "${pkgdir}"/usr/lib/Bashburn/docs
+}

Deleted: bashburn.changelog
===================================================================
--- bashburn.changelog	2017-04-27 20:06:32 UTC (rev 226123)
+++ bashburn.changelog	2017-04-27 20:06:43 UTC (rev 226124)
@@ -1,13 +0,0 @@
-2011-12-08 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* bashburn 3.1.0-1
-
-2011-11-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* bashburn 3.0.1-3
-	* FS#26937 - [bashburn] cannot download sources fixed
-
-2011-07-20 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* bashburn 3.0.1-2
-	* added optdeps to the package 
-
-2009-12-29 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Update to major version 3.0.1

Copied: bashburn/repos/community-any/bashburn.changelog (from rev 226123, bashburn/trunk/bashburn.changelog)
===================================================================
--- bashburn.changelog	                        (rev 0)
+++ bashburn.changelog	2017-04-27 20:06:43 UTC (rev 226124)
@@ -0,0 +1,16 @@
+2017-04-27 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* bashburn 3.1.0-3 dropped the eject dependency
+
+2011-12-08 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* bashburn 3.1.0-1
+
+2011-11-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* bashburn 3.0.1-3
+	* FS#26937 - [bashburn] cannot download sources fixed
+
+2011-07-20 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* bashburn 3.0.1-2
+	* added optdeps to the package 
+
+2009-12-29 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to major version 3.0.1



More information about the arch-commits mailing list