[arch-commits] Commit in cgminer/repos (12 files)

Felix Yan fyan at nymeria.archlinux.org
Fri May 31 06:00:08 UTC 2013


    Date: Friday, May 31, 2013 @ 08:00:07
  Author: fyan
Revision: 92067

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

Added:
  cgminer/repos/community-i686/PKGBUILD
    (from rev 92066, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
    (from rev 92066, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
    (from rev 92066, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
    (from rev 92066, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
    (from rev 92066, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
    (from rev 92066, cgminer/trunk/cgminer.service)
Deleted:
  cgminer/repos/community-i686/PKGBUILD
  cgminer/repos/community-i686/cgminer.conf.d
  cgminer/repos/community-i686/cgminer.service
  cgminer/repos/community-x86_64/PKGBUILD
  cgminer/repos/community-x86_64/cgminer.conf.d
  cgminer/repos/community-x86_64/cgminer.service

----------------------------------+
 /PKGBUILD                        |  106 +++++++++++++++++++++++++++++++++++++
 /cgminer.conf.d                  |   22 +++++++
 /cgminer.service                 |   16 +++++
 community-i686/PKGBUILD          |   53 ------------------
 community-i686/cgminer.conf.d    |   11 ---
 community-i686/cgminer.service   |    8 --
 community-x86_64/PKGBUILD        |   53 ------------------
 community-x86_64/cgminer.conf.d  |   11 ---
 community-x86_64/cgminer.service |    8 --
 9 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-31 05:55:37 UTC (rev 92066)
+++ community-i686/PKGBUILD	2013-05-31 06:00:07 UTC (rev 92067)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: monson <holymonson at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: David Manouchehri <david at davidmanouchehri.com>
-
-pkgname=cgminer
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and derivative coins"
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
-            'opencl-catalyst: OpenCL implementation for AMD')
-source=("https://github.com/ckolivas/$pkgname/archive/v$pkgver.tar.gz"
-        "$pkgname.conf.d"
-        "$pkgname.service")
-backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
-
-[ "$CARCH" == "x86_64" ] && makedepends+=('yasm')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Use in-tree jansson since it is not compatible with jansson 2.0
-  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, request_jansson=true)$/request_jansson=true/' -i configure.ac
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS="-O2 -march=native -mtune=native -msse2"
-  
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-scrypt --disable-adl
-  
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname.service "$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 "$srcdir"/$pkgname.conf.d "$pkgdir"/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf
-  install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
-}
-
-sha512sums=('f95db6ab14fe35ed19c1af152c6eb979787e966afad250252053bf11abe8293dfe857a7a2abfd9e33b60a190b310193a03151eb67a9db255a2a929660278ad62'
-            '99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-            '3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Copied: cgminer/repos/community-i686/PKGBUILD (from rev 92066, cgminer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-31 06:00:07 UTC (rev 92067)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: monson <holymonson at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: David Manouchehri <david at davidmanouchehri.com>
+
+pkgname=cgminer
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and derivative coins"
+url='http://forum.bitcoin.org/index.php?topic=28402.0'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('curl' 'libcl')
+makedepends=('opencl-headers')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
+            'opencl-catalyst: OpenCL implementation for AMD')
+source=("http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2"
+        "$pkgname.conf.d"
+        "$pkgname.service")
+backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
+
+[ "$CARCH" == "x86_64" ] && makedepends+=('yasm')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Use in-tree jansson since it is not compatible with jansson 2.0
+  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, request_jansson=true)$/request_jansson=true/' -i configure.ac
+
+  # Here you may want to use custom CFLAGS
+  #export CFLAGS="-O2 -march=native -mtune=native -msse2"
+  
+  #./autogen.sh
+  ./configure --prefix=/usr --enable-scrypt --disable-adl
+  
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname.service "$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 "$srcdir"/$pkgname.conf.d "$pkgdir"/etc/conf.d/$pkgname
+  sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf
+  install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
+}
+
+sha512sums=('e96b874fd53c771535098c1077200b5ab88aa628383f7af56f861c952a534283942ce34647f279bf4229bfc3a0114f81a7ae3deca4e8e7931d7551fdb75c68c0'
+            '99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
+            '3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Deleted: community-i686/cgminer.conf.d
===================================================================
--- community-i686/cgminer.conf.d	2013-05-31 05:55:37 UTC (rev 92066)
+++ community-i686/cgminer.conf.d	2013-05-31 06:00:07 UTC (rev 92067)
@@ -1,11 +0,0 @@
-# Use JSON-format configuration. (recommended)
-CGMINER_CONF="/etc/cgminer.conf"
-
-# Uncommend this if you prefer simple command-line arguments.
-#CGMINER_CONF=""
-#CGMINER_PROTOCOL="http"
-#CGMINER_IP="127.0.0.1"
-#CGMINER_PORT="8332"
-#CGMINER_USER="username"
-#CGMINER_PASS="password"
-CGMINER_ARGS="--syslog"

Copied: cgminer/repos/community-i686/cgminer.conf.d (from rev 92066, cgminer/trunk/cgminer.conf.d)
===================================================================
--- community-i686/cgminer.conf.d	                        (rev 0)
+++ community-i686/cgminer.conf.d	2013-05-31 06:00:07 UTC (rev 92067)
@@ -0,0 +1,11 @@
+# Use JSON-format configuration. (recommended)
+CGMINER_CONF="/etc/cgminer.conf"
+
+# Uncommend this if you prefer simple command-line arguments.
+#CGMINER_CONF=""
+#CGMINER_PROTOCOL="http"
+#CGMINER_IP="127.0.0.1"
+#CGMINER_PORT="8332"
+#CGMINER_USER="username"
+#CGMINER_PASS="password"
+CGMINER_ARGS="--syslog"

Deleted: community-i686/cgminer.service
===================================================================
--- community-i686/cgminer.service	2013-05-31 05:55:37 UTC (rev 92066)
+++ community-i686/cgminer.service	2013-05-31 06:00:07 UTC (rev 92067)
@@ -1,8 +0,0 @@
-[Unit]
-Description=Multi-threaded multi-pool CPU and GPU miner for bitcoin
-
-[Service]
-ExecStart=/usr/bin/cgminer -T --config /etc/cgminer.conf --syslog
-
-[Install]
-WantedBy=multi-user.target

Copied: cgminer/repos/community-i686/cgminer.service (from rev 92066, cgminer/trunk/cgminer.service)
===================================================================
--- community-i686/cgminer.service	                        (rev 0)
+++ community-i686/cgminer.service	2013-05-31 06:00:07 UTC (rev 92067)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Multi-threaded multi-pool CPU and GPU miner for bitcoin
+
+[Service]
+ExecStart=/usr/bin/cgminer -T --config /etc/cgminer.conf --syslog
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-31 05:55:37 UTC (rev 92066)
+++ community-x86_64/PKGBUILD	2013-05-31 06:00:07 UTC (rev 92067)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: monson <holymonson at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: David Manouchehri <david at davidmanouchehri.com>
-
-pkgname=cgminer
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and derivative coins"
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libcl')
-makedepends=('opencl-headers')
-optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
-            'opencl-catalyst: OpenCL implementation for AMD')
-source=("https://github.com/ckolivas/$pkgname/archive/v$pkgver.tar.gz"
-        "$pkgname.conf.d"
-        "$pkgname.service")
-backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
-
-[ "$CARCH" == "x86_64" ] && makedepends+=('yasm')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Use in-tree jansson since it is not compatible with jansson 2.0
-  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, request_jansson=true)$/request_jansson=true/' -i configure.ac
-
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS="-O2 -march=native -mtune=native -msse2"
-  
-  ./autogen.sh
-  ./configure --prefix=/usr --enable-scrypt --disable-adl
-  
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/$pkgname.service "$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -Dm644 "$srcdir"/$pkgname.conf.d "$pkgdir"/etc/conf.d/$pkgname
-  sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf
-  install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
-}
-
-sha512sums=('f95db6ab14fe35ed19c1af152c6eb979787e966afad250252053bf11abe8293dfe857a7a2abfd9e33b60a190b310193a03151eb67a9db255a2a929660278ad62'
-            '99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-            '3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Copied: cgminer/repos/community-x86_64/PKGBUILD (from rev 92066, cgminer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-31 06:00:07 UTC (rev 92067)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: monson <holymonson at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: David Manouchehri <david at davidmanouchehri.com>
+
+pkgname=cgminer
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin and derivative coins"
+url='http://forum.bitcoin.org/index.php?topic=28402.0'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('curl' 'libcl')
+makedepends=('opencl-headers')
+optdepends=('opencl-nvidia: OpenCL implementation for NVIDIA'
+            'opencl-catalyst: OpenCL implementation for AMD')
+source=("http://ck.kolivas.org/apps/$pkgname/$pkgname-${pkgver}.tar.bz2"
+        "$pkgname.conf.d"
+        "$pkgname.service")
+backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
+
+[ "$CARCH" == "x86_64" ] && makedepends+=('yasm')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Use in-tree jansson since it is not compatible with jansson 2.0
+  #sed -e 's/^AC_CHECK_LIB(jansson, json_loads, request_jansson=false, request_jansson=true)$/request_jansson=true/' -i configure.ac
+
+  # Here you may want to use custom CFLAGS
+  #export CFLAGS="-O2 -march=native -mtune=native -msse2"
+  
+  #./autogen.sh
+  ./configure --prefix=/usr --enable-scrypt --disable-adl
+  
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/$pkgname.service "$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -Dm644 "$srcdir"/$pkgname.conf.d "$pkgdir"/etc/conf.d/$pkgname
+  sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf
+  install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
+}
+
+sha512sums=('e96b874fd53c771535098c1077200b5ab88aa628383f7af56f861c952a534283942ce34647f279bf4229bfc3a0114f81a7ae3deca4e8e7931d7551fdb75c68c0'
+            '99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
+            '3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Deleted: community-x86_64/cgminer.conf.d
===================================================================
--- community-x86_64/cgminer.conf.d	2013-05-31 05:55:37 UTC (rev 92066)
+++ community-x86_64/cgminer.conf.d	2013-05-31 06:00:07 UTC (rev 92067)
@@ -1,11 +0,0 @@
-# Use JSON-format configuration. (recommended)
-CGMINER_CONF="/etc/cgminer.conf"
-
-# Uncommend this if you prefer simple command-line arguments.
-#CGMINER_CONF=""
-#CGMINER_PROTOCOL="http"
-#CGMINER_IP="127.0.0.1"
-#CGMINER_PORT="8332"
-#CGMINER_USER="username"
-#CGMINER_PASS="password"
-CGMINER_ARGS="--syslog"

Copied: cgminer/repos/community-x86_64/cgminer.conf.d (from rev 92066, cgminer/trunk/cgminer.conf.d)
===================================================================
--- community-x86_64/cgminer.conf.d	                        (rev 0)
+++ community-x86_64/cgminer.conf.d	2013-05-31 06:00:07 UTC (rev 92067)
@@ -0,0 +1,11 @@
+# Use JSON-format configuration. (recommended)
+CGMINER_CONF="/etc/cgminer.conf"
+
+# Uncommend this if you prefer simple command-line arguments.
+#CGMINER_CONF=""
+#CGMINER_PROTOCOL="http"
+#CGMINER_IP="127.0.0.1"
+#CGMINER_PORT="8332"
+#CGMINER_USER="username"
+#CGMINER_PASS="password"
+CGMINER_ARGS="--syslog"

Deleted: community-x86_64/cgminer.service
===================================================================
--- community-x86_64/cgminer.service	2013-05-31 05:55:37 UTC (rev 92066)
+++ community-x86_64/cgminer.service	2013-05-31 06:00:07 UTC (rev 92067)
@@ -1,8 +0,0 @@
-[Unit]
-Description=Multi-threaded multi-pool CPU and GPU miner for bitcoin
-
-[Service]
-ExecStart=/usr/bin/cgminer -T --config /etc/cgminer.conf --syslog
-
-[Install]
-WantedBy=multi-user.target

Copied: cgminer/repos/community-x86_64/cgminer.service (from rev 92066, cgminer/trunk/cgminer.service)
===================================================================
--- community-x86_64/cgminer.service	                        (rev 0)
+++ community-x86_64/cgminer.service	2013-05-31 06:00:07 UTC (rev 92067)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Multi-threaded multi-pool CPU and GPU miner for bitcoin
+
+[Service]
+ExecStart=/usr/bin/cgminer -T --config /etc/cgminer.conf --syslog
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list