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

Felix Yan felixonmars at archlinux.org
Mon May 25 13:05:06 UTC 2020


    Date: Monday, May 25, 2020 @ 13:05:05
  Author: felixonmars
Revision: 634215

archrelease: copy trunk to community-any

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

--------------------+
 PKGBUILD           |   81 +++++++++++++++++++++++++--------------------------
 bashburn.changelog |   38 +++++++++++------------
 2 files changed, 59 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 13:04:44 UTC (rev 634214)
+++ PKGBUILD	2020-05-25 13:05:05 UTC (rev 634215)
@@ -1,41 +0,0 @@
-# $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=4
-pkgdesc="CD burning shell script"
-arch=('any')
-url="http://bashburn.dose.se/"
-license=('GPL2')
-changelog=$pkgname.changelog
-depends=('bash' 'cdrdao' 'cdrtools')
-optdepends=('dvd+rw-tools: support for burning DVDs'
-            'cdparanoia: Ripping audio CDs'
-            'vorbis-tools: Vorbis-Support'
-            'flac: Flac-Support'
-            '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
-}

Copied: bashburn/repos/community-any/PKGBUILD (from rev 634214, bashburn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 13:05:05 UTC (rev 634215)
@@ -0,0 +1,40 @@
+# 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=5
+pkgdesc="CD burning shell script"
+arch=('any')
+url="http://bashburn.dose.se/"
+license=('GPL2')
+changelog=$pkgname.changelog
+depends=('bash' 'cdrdao' 'cdrtools')
+optdepends=('dvd+rw-tools: support for burning DVDs'
+            'cdparanoia: Ripping audio CDs'
+            'vorbis-tools: Vorbis-Support'
+            'flac: Flac-Support'
+            '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	2020-05-25 13:04:44 UTC (rev 634214)
+++ bashburn.changelog	2020-05-25 13:05:05 UTC (rev 634215)
@@ -1,19 +0,0 @@
-2018-01-15 Jaroslav Lichtblau <svetlemodry at archlinux.org>
-	* bashburn 3.1.0-4 dropped the normalize dependency
-
-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

Copied: bashburn/repos/community-any/bashburn.changelog (from rev 634214, bashburn/trunk/bashburn.changelog)
===================================================================
--- bashburn.changelog	                        (rev 0)
+++ bashburn.changelog	2020-05-25 13:05:05 UTC (rev 634215)
@@ -0,0 +1,19 @@
+2018-01-15 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* bashburn 3.1.0-4 dropped the normalize dependency
+
+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