[arch-commits] Commit in ruby2.7/repos/community-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at gemini.archlinux.org
Tue Apr 12 22:39:17 UTC 2022


    Date: Tuesday, April 12, 2022 @ 22:39:16
  Author: anatolik
Revision: 1186010

archrelease: copy trunk to community-x86_64

Added:
  ruby2.7/repos/community-x86_64/PKGBUILD
    (from rev 1186009, ruby2.7/trunk/PKGBUILD)
Deleted:
  ruby2.7/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-12 22:38:57 UTC (rev 1186009)
+++ PKGBUILD	2022-04-12 22:39:16 UTC (rev 1186010)
@@ -1,51 +0,0 @@
-# Contributor: Thomas Dziedzic <gostrc at gmail.com>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: John Proctor <jproctor at prium.net>
-# Contributor: Jeramy Rutley <jrutley at gmail.com>
-
-pkgname=ruby2.7
-pkgver=2.7.5
-pkgrel=1
-arch=(x86_64)
-pkgdesc='An object-oriented language for quick and easy programming, version 2.7'
-url='https://www.ruby-lang.org/en/'
-license=(BSD custom)
-depends=(libxcrypt gdbm openssl libffi libyaml gmp zlib)
-optdepends=(
-    'tk: for Ruby/TK'
-)
-makedepends=(tk)
-options=(!emptydirs)
-source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
-sha512sums=('21c8a713e3ce115fc4c405113ac691ddcefc3419f528b93ca1ac59e7052c1b6e9e241da0e570e291e567f28f3d840824dbcc5967b216cbe7d6ca7a05580fa311')
-
-build() {
-  cd ruby-${pkgver}
-
-  ./configure \
-    --prefix=/usr \
-    --program-suffix=-2.7 \
-    --with-soname=ruby-2.7 \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --sharedstatedir=/var/lib \
-    --libexecdir=/usr/lib/ruby \
-    --enable-shared \
-    --disable-rpath \
-    --with-dbm-type=gdbm_compat \
-    --disable-install-doc
-
-  make
-}
-
-package() {
-  cd ruby-${pkgver}
-
-  make DESTDIR="${pkgdir}" install-nodoc
-
-  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby2.7/LICENSE"
-  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby2.7/BSDL"
-
-  # remove files conflicting with 'ruby' package
-  rm -r "$pkgdir"/usr/share/man/
-}

Copied: ruby2.7/repos/community-x86_64/PKGBUILD (from rev 1186009, ruby2.7/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-12 22:39:16 UTC (rev 1186010)
@@ -0,0 +1,51 @@
+# Contributor: Thomas Dziedzic <gostrc at gmail.com>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: John Proctor <jproctor at prium.net>
+# Contributor: Jeramy Rutley <jrutley at gmail.com>
+
+pkgname=ruby2.7
+pkgver=2.7.6
+pkgrel=1
+arch=(x86_64)
+pkgdesc='An object-oriented language for quick and easy programming, version 2.7'
+url='https://www.ruby-lang.org/en/'
+license=(BSD custom)
+depends=(libxcrypt gdbm openssl libffi libyaml gmp zlib)
+optdepends=(
+    'tk: for Ruby/TK'
+)
+makedepends=(tk)
+options=(!emptydirs !lto) # Disable LTO until fixes for https://bugs.ruby-lang.org/issues/18062 released
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
+sha512sums=('e86410b59d5917786fe43b00fd75dedd0e7f84611286b9274c542d2e562088fcee6bcc6c2596c30ccf793280d2bac6bfbb2619ef0513b3ca31f10f88684c7b1f')
+
+build() {
+  cd ruby-${pkgver}
+
+  ./configure \
+    --prefix=/usr \
+    --program-suffix=-2.7 \
+    --with-soname=ruby-2.7 \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --sharedstatedir=/var/lib \
+    --libexecdir=/usr/lib/ruby \
+    --enable-shared \
+    --disable-rpath \
+    --with-dbm-type=gdbm_compat \
+    --disable-install-doc
+
+  make
+}
+
+package() {
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/ruby2.7/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/ruby2.7/BSDL"
+
+  # remove files conflicting with 'ruby' package
+  rm -r "$pkgdir"/usr/share/man/
+}



More information about the arch-commits mailing list