[arch-commits] Commit in pkgconf/repos (4 files)

Johannes Löthberg demize at archlinux.org
Sun Jan 1 15:17:48 UTC 2017


    Date: Sunday, January 1, 2017 @ 15:17:47
  Author: demize
Revision: 203498

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

Added:
  pkgconf/repos/community-i686/PKGBUILD
    (from rev 203497, pkgconf/trunk/PKGBUILD)
  pkgconf/repos/community-x86_64/PKGBUILD
    (from rev 203497, pkgconf/trunk/PKGBUILD)
Deleted:
  pkgconf/repos/community-i686/PKGBUILD
  pkgconf/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-01 15:15:06 UTC (rev 203497)
+++ community-i686/PKGBUILD	2017-01-01 15:17:47 UTC (rev 203498)
@@ -1,33 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Piotr Gorski <lucjan.lucjanov at gmail.com>
-# Contributor: Lucy <lucy at luz.lu>
-# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
-
-pkgname=pkgconf
-pkgver=1.0.2
-pkgrel=1
-
-pkgdesc='Light pkg-config replacement'
-url='https://github.com/pkgconf/pkgconf'
-arch=('i686' 'x86_64')
-license=('custom:ISC')
-
-conflicts=('pkg-config')
-provides=('pkg-config')
-
-source=("http://rabbit.dereferenced.org/~nenolod/distfiles/pkgconf-$pkgver.tar.gz")
-
-sha256sums=('fb62bd77a4e164c7dfa43fcbd30b68b52cc78b19a2a427cef1aed19070a3349a')
-
-build() {
-	cd pkgconf-$pkgver
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd pkgconf-$pkgver
-	make DESTDIR="$pkgdir" install
-	ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
-	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: pkgconf/repos/community-i686/PKGBUILD (from rev 203497, pkgconf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-01 15:17:47 UTC (rev 203498)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Piotr Gorski <lucjan.lucjanov at gmail.com>
+# Contributor: Lucy <lucy at luz.lu>
+# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
+
+pkgname=pkgconf
+pkgver=1.1.0
+pkgrel=1
+
+pkgdesc='Light pkg-config replacement'
+url='https://github.com/pkgconf/pkgconf'
+arch=('i686' 'x86_64')
+license=('custom:ISC')
+
+conflicts=('pkg-config')
+provides=('pkg-config')
+
+source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz")
+
+sha256sums=('5f1ef65d73a880fa5e7012102a17f7b32010e5e46139aed85851a541ba828a63')
+
+build() {
+	cd pkgconf-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd pkgconf-$pkgver
+	make DESTDIR="$pkgdir" install
+	ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
+	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-01 15:15:06 UTC (rev 203497)
+++ community-x86_64/PKGBUILD	2017-01-01 15:17:47 UTC (rev 203498)
@@ -1,33 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Piotr Gorski <lucjan.lucjanov at gmail.com>
-# Contributor: Lucy <lucy at luz.lu>
-# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
-
-pkgname=pkgconf
-pkgver=1.1.0
-pkgrel=1
-
-pkgdesc='Light pkg-config replacement'
-url='https://github.com/pkgconf/pkgconf'
-arch=('i686' 'x86_64')
-license=('custom:ISC')
-
-conflicts=('pkg-config')
-provides=('pkg-config')
-
-source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz")
-
-sha256sums=('5f1ef65d73a880fa5e7012102a17f7b32010e5e46139aed85851a541ba828a63')
-
-build() {
-	cd pkgconf-$pkgver
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd pkgconf-$pkgver
-	make DESTDIR="$pkgdir" install
-	ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
-	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
-}

Copied: pkgconf/repos/community-x86_64/PKGBUILD (from rev 203497, pkgconf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-01 15:17:47 UTC (rev 203498)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Piotr Gorski <lucjan.lucjanov at gmail.com>
+# Contributor: Lucy <lucy at luz.lu>
+# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
+
+pkgname=pkgconf
+pkgver=1.1.0
+pkgrel=1
+
+pkgdesc='Light pkg-config replacement'
+url='https://github.com/pkgconf/pkgconf'
+arch=('i686' 'x86_64')
+license=('custom:ISC')
+
+conflicts=('pkg-config')
+provides=('pkg-config')
+
+source=("https://distfiles.dereferenced.org/pkgconf/pkgconf-$pkgver.tar.xz")
+
+sha256sums=('5f1ef65d73a880fa5e7012102a17f7b32010e5e46139aed85851a541ba828a63')
+
+build() {
+	cd pkgconf-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd pkgconf-$pkgver
+	make DESTDIR="$pkgdir" install
+	ln -s /usr/bin/pkgconf "$pkgdir"/usr/bin/pkg-config
+	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}



More information about the arch-commits mailing list