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

Gaetan Bisson bisson at archlinux.org
Wed Mar 23 00:13:19 UTC 2016


    Date: Wednesday, March 23, 2016 @ 01:13:19
  Author: bisson
Revision: 167949

db-move: moved subsurface-libdc from [community-testing] to [community] (i686, x86_64)

Added:
  subsurface-libdc/repos/community-i686/PKGBUILD
    (from rev 167948, subsurface-libdc/repos/community-testing-i686/PKGBUILD)
  subsurface-libdc/repos/community-x86_64/PKGBUILD
    (from rev 167948, subsurface-libdc/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  subsurface-libdc/repos/community-i686/PKGBUILD
  subsurface-libdc/repos/community-testing-i686/
  subsurface-libdc/repos/community-testing-x86_64/
  subsurface-libdc/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   33 ---------------------
 community-x86_64/PKGBUILD |   33 ---------------------
 3 files changed, 68 insertions(+), 66 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-03-23 00:13:17 UTC (rev 167948)
+++ community-i686/PKGBUILD	2016-03-23 00:13:19 UTC (rev 167949)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.5.3
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='http://git.subsurface-divelog.org/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
-sha1sums=('71d00cc1d10b6b4026922a44707b05c1aba76343')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-build() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	autoreconf --install
-	./configure \
-		--prefix=/usr \
-		--program-prefix=libdc- \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-i686/PKGBUILD (from rev 167948, subsurface-libdc/repos/community-testing-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-23 00:13:19 UTC (rev 167949)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.5.4
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
+sha1sums=('fc9e7bee669b03475c2556797f640eea8fa7a3d0')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	autoreconf --install
+	./configure \
+		--prefix=/usr \
+		--program-prefix=libdc- \
+		--disable-examples # chokes on dctool_parse for now
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-03-23 00:13:17 UTC (rev 167948)
+++ community-x86_64/PKGBUILD	2016-03-23 00:13:19 UTC (rev 167949)
@@ -1,33 +0,0 @@
-# $Id$
-# Contributor: Francois Boulogne <fboulogne at april dot org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=subsurface-libdc
-_pkgname=libdivecomputer-subsurface-branch
-pkgver=4.5.3
-pkgrel=1
-pkgdesc='Library for communication with dive computers'
-url='http://git.subsurface-divelog.org/'
-license=('LGPL')
-arch=('i686' 'x86_64')
-source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
-sha1sums=('71d00cc1d10b6b4026922a44707b05c1aba76343')
-
-conflicts=('libdivecomputer')
-provides=('libdivecomputer')
-replaces=('libdivecomputer')
-
-build() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	autoreconf --install
-	./configure \
-		--prefix=/usr \
-		--program-prefix=libdc- \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${_pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: subsurface-libdc/repos/community-x86_64/PKGBUILD (from rev 167948, subsurface-libdc/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-23 00:13:19 UTC (rev 167949)
@@ -0,0 +1,34 @@
+# $Id$
+# Contributor: Francois Boulogne <fboulogne at april dot org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=subsurface-libdc
+_pkgname=libdivecomputer-subsurface-branch
+pkgver=4.5.4
+pkgrel=1
+pkgdesc='Library for communication with dive computers'
+url='http://git.subsurface-divelog.org/'
+license=('LGPL')
+arch=('i686' 'x86_64')
+source=("http://subsurface-divelog.org/downloads/${_pkgname}-${pkgver}.tgz")
+sha1sums=('fc9e7bee669b03475c2556797f640eea8fa7a3d0')
+
+conflicts=('libdivecomputer')
+provides=('libdivecomputer')
+replaces=('libdivecomputer')
+
+build() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	autoreconf --install
+	./configure \
+		--prefix=/usr \
+		--program-prefix=libdc- \
+		--disable-examples # chokes on dctool_parse for now
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${_pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list