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

Nicola Squartini tensor5 at archlinux.org
Sat Aug 12 19:05:44 UTC 2017


    Date: Saturday, August 12, 2017 @ 19:05:43
  Author: tensor5
Revision: 250009

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-12 19:05:22 UTC (rev 250008)
+++ community-i686/PKGBUILD	2017-08-12 19:05:43 UTC (rev 250009)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=solidity
-pkgver=0.4.14
-_commit=c2215d4605d1fbcef1366d6b822ec610fc031b3c
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('i686' 'x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('boost-libs' 'jsoncpp')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-prepare() {
-    cd ${pkgname}
-    
-    commithash=$(git rev-parse --short=8 HEAD)
-    echo -n ${commithash} > commit_hash.txt
-    echo -n > prerelease.txt
-
-    sed -e '/jsoncpp\.cmake/d' -i CMakeLists.txt
-    
-    # don't use -Werror, breaks build with GCC 7
-    sed -e '/Werror/d' -i cmake/EthCompilerSettings.cmake
-}
-
-build() {
-    cd ${pkgname}
-
-    mkdir build
-    cd build
-    cmake \
-        -DCMAKE_BUILD_TYPE=Release \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DTESTS=OFF \
-        ..
-    make
-}
-
-package() {
-    cd ${pkgname}/build
-
-    make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-i686/PKGBUILD (from rev 250008, solidity/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-12 19:05:43 UTC (rev 250009)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=solidity
+pkgver=0.4.15
+_commit=8b45bddb559d17250c8a5619efa1a21f296d4e03
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('i686' 'x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('boost-libs' 'jsoncpp')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+prepare() {
+    cd ${pkgname}
+    
+    commithash=$(git rev-parse --short=8 HEAD)
+    echo -n ${commithash} > commit_hash.txt
+    echo -n > prerelease.txt
+
+    sed -e '/jsoncpp\.cmake/d' -i CMakeLists.txt
+    
+    # don't use -Werror, breaks build with GCC 7
+    sed -e '/Werror/d' -i cmake/EthCompilerSettings.cmake
+}
+
+build() {
+    cd ${pkgname}
+
+    mkdir build
+    cd build
+    cmake \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DTESTS=OFF \
+        ..
+    make
+}
+
+package() {
+    cd ${pkgname}/build
+
+    make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-12 19:05:22 UTC (rev 250008)
+++ community-x86_64/PKGBUILD	2017-08-12 19:05:43 UTC (rev 250009)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini <tensor5 at gmail.com>
-
-pkgname=solidity
-pkgver=0.4.14
-_commit=c2215d4605d1fbcef1366d6b822ec610fc031b3c
-pkgrel=1
-pkgdesc='Contract-Oriented Programming Language'
-arch=('i686' 'x86_64')
-url='https://github.com/ethereum/solidity'
-license=('GPL3')
-depends=('boost-libs' 'jsoncpp')
-makedepends=('boost' 'cmake' 'git')
-source=("git+https://github.com/ethereum/solidity.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-prepare() {
-    cd ${pkgname}
-    
-    commithash=$(git rev-parse --short=8 HEAD)
-    echo -n ${commithash} > commit_hash.txt
-    echo -n > prerelease.txt
-
-    sed -e '/jsoncpp\.cmake/d' -i CMakeLists.txt
-    
-    # don't use -Werror, breaks build with GCC 7
-    sed -e '/Werror/d' -i cmake/EthCompilerSettings.cmake
-}
-
-build() {
-    cd ${pkgname}
-
-    mkdir build
-    cd build
-    cmake \
-        -DCMAKE_BUILD_TYPE=Release \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DTESTS=OFF \
-        ..
-    make
-}
-
-package() {
-    cd ${pkgname}/build
-
-    make DESTDIR="${pkgdir}" install
-}

Copied: solidity/repos/community-x86_64/PKGBUILD (from rev 250008, solidity/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-12 19:05:43 UTC (rev 250009)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Nicola Squartini <tensor5 at gmail.com>
+
+pkgname=solidity
+pkgver=0.4.15
+_commit=8b45bddb559d17250c8a5619efa1a21f296d4e03
+pkgrel=1
+pkgdesc='Contract-Oriented Programming Language'
+arch=('i686' 'x86_64')
+url='https://github.com/ethereum/solidity'
+license=('GPL3')
+depends=('boost-libs' 'jsoncpp')
+makedepends=('boost' 'cmake' 'git')
+source=("git+https://github.com/ethereum/solidity.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+prepare() {
+    cd ${pkgname}
+    
+    commithash=$(git rev-parse --short=8 HEAD)
+    echo -n ${commithash} > commit_hash.txt
+    echo -n > prerelease.txt
+
+    sed -e '/jsoncpp\.cmake/d' -i CMakeLists.txt
+    
+    # don't use -Werror, breaks build with GCC 7
+    sed -e '/Werror/d' -i cmake/EthCompilerSettings.cmake
+}
+
+build() {
+    cd ${pkgname}
+
+    mkdir build
+    cd build
+    cmake \
+        -DCMAKE_BUILD_TYPE=Release \
+        -DCMAKE_INSTALL_PREFIX=/usr \
+        -DTESTS=OFF \
+        ..
+    make
+}
+
+package() {
+    cd ${pkgname}/build
+
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list