[arch-commits] Commit in devtools/repos (5 files)

Sébastien Luttringer seblu at archlinux.org
Mon Sep 25 04:42:58 UTC 2017


    Date: Monday, September 25, 2017 @ 04:42:56
  Author: seblu
Revision: 306209

db-move: moved devtools from [testing] to [extra] (any)

Added:
  devtools/repos/extra-any/PKGBUILD
    (from rev 306208, devtools/repos/testing-any/PKGBUILD)
Deleted:
  devtools/repos/extra-any/0001-makechrootpkg-Delete-chroot-subvols-recursively-when.patch
  devtools/repos/extra-any/0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch
  devtools/repos/extra-any/PKGBUILD
  devtools/repos/testing-any/

---------------------------------------------------------------------------+
 /PKGBUILD                                                                 |   35 +++++++
 extra-any/0001-makechrootpkg-Delete-chroot-subvols-recursively-when.patch |   27 -----
 extra-any/0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch          |   47 ----------
 extra-any/PKGBUILD                                                        |   33 -------
 4 files changed, 35 insertions(+), 107 deletions(-)

Deleted: extra-any/0001-makechrootpkg-Delete-chroot-subvols-recursively-when.patch
===================================================================
--- extra-any/0001-makechrootpkg-Delete-chroot-subvols-recursively-when.patch	2017-09-25 04:42:47 UTC (rev 306208)
+++ extra-any/0001-makechrootpkg-Delete-chroot-subvols-recursively-when.patch	2017-09-25 04:42:56 UTC (rev 306209)
@@ -1,27 +0,0 @@
-From a1f8ac9c70494009554c08c1036351cb2b374828 Mon Sep 17 00:00:00 2001
-From: "Jan Alexander Steffens (heftig)" <jan.steffens at gmail.com>
-Date: Sun, 9 Apr 2017 02:36:01 +0200
-Subject: [PATCH] makechrootpkg: Delete chroot subvols recursively when using
- -T
-
-I overlooked this one. Fixes FS#53513.
----
- makechrootpkg.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/makechrootpkg.in b/makechrootpkg.in
-index f6764cb..20a1f50 100644
---- a/makechrootpkg.in
-+++ b/makechrootpkg.in
-@@ -143,7 +143,7 @@ delete_chroot() {
- 
- 	stat_busy "Removing chroot copy [%s]" "$copy"
- 	if is_btrfs "$chrootdir" && ! mountpoint -q "$copydir"; then
--		btrfs subvolume delete "$copydir" >/dev/null ||
-+		subvolume_delete_recursive "$copydir" ||
- 			die "Unable to delete subvolume %s" "$copydir"
- 	else
- 		# avoid change of filesystem in case of an umount failure
--- 
-2.12.2
-

Deleted: extra-any/0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch
===================================================================
--- extra-any/0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch	2017-09-25 04:42:47 UTC (rev 306208)
+++ extra-any/0002-Sync-makepkg.conf-files-with-pacman-5.0.2-2.patch	2017-09-25 04:42:56 UTC (rev 306209)
@@ -1,47 +0,0 @@
-From c9b1fc08b5f63c9f6bb1a992431c661129ab2db1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= <b at bpiotrowski.pl>
-Date: Tue, 4 Jul 2017 12:04:51 +0200
-Subject: [PATCH] Sync makepkg.conf files with pacman 5.0.2-2
-
----
- makepkg-i686.conf   | 6 +++---
- makepkg-x86_64.conf | 6 +++---
- 2 files changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/makepkg-i686.conf b/makepkg-i686.conf
-index c565795..e57988f 100644
---- a/makepkg-i686.conf
-+++ b/makepkg-i686.conf
-@@ -37,9 +37,9 @@ CHOST="i686-pc-linux-gnu"
- # -march (or -mcpu) builds exclusively for an architecture
- # -mtune optimizes for an architecture, but builds for whole processor family
- CPPFLAGS="-D_FORTIFY_SOURCE=2"
--CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong"
--CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong"
--LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
-+CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
-+CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
-+LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
- #-- Make Flags: change this for DistCC/SMP systems
- #MAKEFLAGS="-j2"
- #-- Debugging flags
-diff --git a/makepkg-x86_64.conf b/makepkg-x86_64.conf
-index 058da9b..7aa192e 100644
---- a/makepkg-x86_64.conf
-+++ b/makepkg-x86_64.conf
-@@ -37,9 +37,9 @@ CHOST="x86_64-pc-linux-gnu"
- # -march (or -mcpu) builds exclusively for an architecture
- # -mtune optimizes for an architecture, but builds for whole processor family
- CPPFLAGS="-D_FORTIFY_SOURCE=2"
--CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong"
--CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong"
--LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
-+CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
-+CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt"
-+LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
- #-- Make Flags: change this for DistCC/SMP systems
- #MAKEFLAGS="-j2"
- #-- Debugging flags
--- 
-2.13.2
-

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2017-09-25 04:42:47 UTC (rev 306208)
+++ extra-any/PKGBUILD	2017-09-25 04:42:56 UTC (rev 306209)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
-
-pkgname=devtools
-pkgver=20170813
-pkgrel=1
-pkgdesc='Tools for Arch Linux package maintainers'
-arch=('any')
-license=('GPL')
-url='https://git.archlinux.org/devtools.git/'
-depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts')
-source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'
-              '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'
-              '86CFFCA918CF3AF47147588051E8B148A9999C34'
-              '8FC15A064950A99DD1BD14DD39E4B877E62EB915'
-              '8218F88849AAC522E94CF470A5E9288C4FA415FA')
-md5sums=('647be84b2de716e071b85c39c32b3b2f'
-         'SKIP')
-
-prepare() {
-	cd "${pkgname}-${pkgver}"
-}
-
-build() {
-	cd "${pkgname}-${pkgver}"
-	make PREFIX=/usr
-}
-
-package() {
-	cd "${pkgname}-${pkgver}"
-	make PREFIX=/usr DESTDIR=${pkgdir} install
-}

Copied: devtools/repos/extra-any/PKGBUILD (from rev 306208, devtools/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2017-09-25 04:42:56 UTC (rev 306209)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=devtools
+pkgver=20170911
+pkgrel=2
+pkgdesc='Tools for Arch Linux package maintainers'
+arch=('any')
+license=('GPL')
+url='https://git.archlinux.org/devtools.git/'
+depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts'
+         'git' 'bzr' 'mercurial')
+source=("https://sources.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+validpgpkeys=('487EACC08557AD082088DABA1EB2638FF56C0C53'
+              '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC'
+              '86CFFCA918CF3AF47147588051E8B148A9999C34'
+              '8FC15A064950A99DD1BD14DD39E4B877E62EB915'
+              '8218F88849AAC522E94CF470A5E9288C4FA415FA'
+              'B81B051F2D7FC867AAFF35A58DBD63B82072D77A')
+md5sums=('45d4334ed90d9c41adc8c34eea93dcfa'
+         'SKIP')
+
+prepare() {
+	cd "${pkgname}-${pkgver}"
+}
+
+build() {
+	cd "${pkgname}-${pkgver}"
+	make PREFIX=/usr
+}
+
+package() {
+	cd "${pkgname}-${pkgver}"
+	make PREFIX=/usr DESTDIR=${pkgdir} install
+}



More information about the arch-commits mailing list