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

Felix Yan fyan at archlinux.org
Tue Dec 16 05:13:09 UTC 2014


    Date: Tuesday, December 16, 2014 @ 06:13:08
  Author: fyan
Revision: 123941

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

Added:
  cgminer/repos/community-i686/PKGBUILD
    (from rev 123940, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-i686/cgminer.conf.d
    (from rev 123940, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-i686/cgminer.service
    (from rev 123940, cgminer/trunk/cgminer.service)
  cgminer/repos/community-x86_64/PKGBUILD
    (from rev 123940, cgminer/trunk/PKGBUILD)
  cgminer/repos/community-x86_64/cgminer.conf.d
    (from rev 123940, cgminer/trunk/cgminer.conf.d)
  cgminer/repos/community-x86_64/cgminer.service
    (from rev 123940, 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                        |  190 +++++++++++++++++++++++++++++++++++++
 /cgminer.conf.d                  |   22 ++++
 /cgminer.service                 |   16 +++
 community-i686/PKGBUILD          |   94 ------------------
 community-i686/cgminer.conf.d    |   11 --
 community-i686/cgminer.service   |    8 -
 community-x86_64/PKGBUILD        |   94 ------------------
 community-x86_64/cgminer.conf.d  |   11 --
 community-x86_64/cgminer.service |    8 -
 9 files changed, 228 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-12-16 05:12:28 UTC (rev 123940)
+++ community-i686/PKGBUILD	2014-12-16 05:13:08 UTC (rev 123941)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: monson <holymonson at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: David Manouchehri <david at davidmanouchehri.com>
-
-pkgname=cgminer
-pkgver=4.8.0
-#_pkgver=
-_pkgver=$pkgver
-pkgrel=1
-pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin"
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libusb' 'jansson')
-makedepends=('git')
-source=("git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver"
-        "$pkgname.conf.d"
-        "$pkgname.service")
-backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
-
-prepare() {
-  cd $pkgname
-  # We have latest jansson and libusb - just use them
-
-  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.6.*||' \
-      -e 's|JANSSON_LIBS="compat/jansson-2\.6/src/\.libs/libjansson\.a"|JANSSON_LIBS=-ljansson|' \
-      -e 's|compat/Makefile||' \
-      -i ./configure.ac
-
-  sed -e 's|^JANSSON_CPPFLAGS= .*||' \
-      -e 's|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = -I/usr/include/libusb-1.0|' \
-      -e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-      -i ./Makefile.am
-
-  #sed "s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'||" -i ./configure
-  #sed 's|subdirs="$subdirs compat/libusb\-1.0"||' -i ./configure
-  #sed 's|subdirs="$subdirs compat/jansson\-2.5"||' -i ./configure
-  #sed 's|LIBUSB_LIBS="compat/libusb-1.0/libusb/.libs/libusb-1.0.a"|LIBUSB_LIBS=-lusb-1.0|' -i ./configure
-  #sed 's|JANSSON_LIBS="compat/jansson-2.5/src/.libs/libjansson.a"|JANSSON_LIBS=-ljansson|' -i ./configure
-  #sed 's|compat/Makefile ||' -i ./configure
-
-  #sed 's|JANSSON_INCLUDES = .*||' -i ./Makefile.in
-  #sed 's|USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = -I/usr/include/libusb-1.0|' -i ./Makefile.in
-  #sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-}
-
-build() {
-  cd $pkgname
-  
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS="-O2 -march=native -mtune=native -msse2"
-  
-  # ./configure \
-
-  # Taken from README - Q: What should I build in for a generic distribution binary?
-  ./autogen.sh \
-    --prefix=/usr \
-    --enable-avalon \
-    --enable-avalon2 \
-    --enable-bflsc \
-    --enable-bitfury \
-    --enable-blockerupter \
-    --enable-cointerra \
-    --enable-drillbit \
-    --enable-hashfast \
-    --enable-hashratio \
-    --enable-icarus \
-    --enable-klondike \
-    --with-system-libusb
-  
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/$pkgname"
-  install -m755 miner.php api-example.* "$pkgdir/usr/share/$pkgname"
-
-  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=('SKIP'
-            '99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-            '3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Copied: cgminer/repos/community-i686/PKGBUILD (from rev 123940, cgminer/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-12-16 05:13:08 UTC (rev 123941)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: monson <holymonson at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: David Manouchehri <david at davidmanouchehri.com>
+
+pkgname=cgminer
+pkgver=4.9.0
+#_pkgver=
+_pkgver=$pkgver
+pkgrel=1
+pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin"
+url='http://forum.bitcoin.org/index.php?topic=28402.0'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('curl' 'libusb' 'jansson')
+makedepends=('git')
+source=("git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver"
+        "$pkgname.conf.d"
+        "$pkgname.service")
+backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
+
+prepare() {
+  cd $pkgname
+  # We have latest jansson and libusb - just use them
+
+  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.6.*||' \
+      -e 's|JANSSON_LIBS="compat/jansson-2\.6/src/\.libs/libjansson\.a"|JANSSON_LIBS=-ljansson|' \
+      -e 's|compat/Makefile||' \
+      -i ./configure.ac
+
+  sed -e 's|^JANSSON_CPPFLAGS= .*||' \
+      -e 's|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = -I/usr/include/libusb-1.0|' \
+      -e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
+      -i ./Makefile.am
+
+  #sed "s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'||" -i ./configure
+  #sed 's|subdirs="$subdirs compat/libusb\-1.0"||' -i ./configure
+  #sed 's|subdirs="$subdirs compat/jansson\-2.5"||' -i ./configure
+  #sed 's|LIBUSB_LIBS="compat/libusb-1.0/libusb/.libs/libusb-1.0.a"|LIBUSB_LIBS=-lusb-1.0|' -i ./configure
+  #sed 's|JANSSON_LIBS="compat/jansson-2.5/src/.libs/libjansson.a"|JANSSON_LIBS=-ljansson|' -i ./configure
+  #sed 's|compat/Makefile ||' -i ./configure
+
+  #sed 's|JANSSON_INCLUDES = .*||' -i ./Makefile.in
+  #sed 's|USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = -I/usr/include/libusb-1.0|' -i ./Makefile.in
+  #sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
+
+  rm -r compat
+}
+
+build() {
+  cd $pkgname
+  
+  # Here you may want to use custom CFLAGS
+  #export CFLAGS="-O2 -march=native -mtune=native -msse2"
+  
+  # ./configure \
+
+  # Taken from README - Q: What should I build in for a generic distribution binary?
+  ./autogen.sh \
+    --prefix=/usr \
+    --enable-avalon \
+    --enable-avalon2 \
+    --enable-avalon4 \
+    --enable-bflsc \
+    --enable-bitfury \
+    --enable-blockerupter \
+    --enable-cointerra \
+    --enable-drillbit \
+    --enable-hashfast \
+    --enable-hashratio \
+    --enable-icarus \
+    --enable-klondike \
+    --with-system-libusb
+  
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/usr/share/$pkgname"
+  install -m755 miner.php api-example.* "$pkgdir/usr/share/$pkgname"
+
+  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=('SKIP'
+            '99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
+            '3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Deleted: community-i686/cgminer.conf.d
===================================================================
--- community-i686/cgminer.conf.d	2014-12-16 05:12:28 UTC (rev 123940)
+++ community-i686/cgminer.conf.d	2014-12-16 05:13:08 UTC (rev 123941)
@@ -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 123940, cgminer/trunk/cgminer.conf.d)
===================================================================
--- community-i686/cgminer.conf.d	                        (rev 0)
+++ community-i686/cgminer.conf.d	2014-12-16 05:13:08 UTC (rev 123941)
@@ -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	2014-12-16 05:12:28 UTC (rev 123940)
+++ community-i686/cgminer.service	2014-12-16 05:13:08 UTC (rev 123941)
@@ -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 123940, cgminer/trunk/cgminer.service)
===================================================================
--- community-i686/cgminer.service	                        (rev 0)
+++ community-i686/cgminer.service	2014-12-16 05:13:08 UTC (rev 123941)
@@ -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	2014-12-16 05:12:28 UTC (rev 123940)
+++ community-x86_64/PKGBUILD	2014-12-16 05:13:08 UTC (rev 123941)
@@ -1,94 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: monson <holymonson at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: David Manouchehri <david at davidmanouchehri.com>
-
-pkgname=cgminer
-pkgver=4.8.0
-#_pkgver=
-_pkgver=$pkgver
-pkgrel=1
-pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin"
-url='http://forum.bitcoin.org/index.php?topic=28402.0'
-license=('GPL3')
-arch=('i686' 'x86_64')
-depends=('curl' 'libusb' 'jansson')
-makedepends=('git')
-source=("git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver"
-        "$pkgname.conf.d"
-        "$pkgname.service")
-backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
-
-prepare() {
-  cd $pkgname
-  # We have latest jansson and libusb - just use them
-
-  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.6.*||' \
-      -e 's|JANSSON_LIBS="compat/jansson-2\.6/src/\.libs/libjansson\.a"|JANSSON_LIBS=-ljansson|' \
-      -e 's|compat/Makefile||' \
-      -i ./configure.ac
-
-  sed -e 's|^JANSSON_CPPFLAGS= .*||' \
-      -e 's|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = -I/usr/include/libusb-1.0|' \
-      -e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
-      -i ./Makefile.am
-
-  #sed "s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'||" -i ./configure
-  #sed 's|subdirs="$subdirs compat/libusb\-1.0"||' -i ./configure
-  #sed 's|subdirs="$subdirs compat/jansson\-2.5"||' -i ./configure
-  #sed 's|LIBUSB_LIBS="compat/libusb-1.0/libusb/.libs/libusb-1.0.a"|LIBUSB_LIBS=-lusb-1.0|' -i ./configure
-  #sed 's|JANSSON_LIBS="compat/jansson-2.5/src/.libs/libjansson.a"|JANSSON_LIBS=-ljansson|' -i ./configure
-  #sed 's|compat/Makefile ||' -i ./configure
-
-  #sed 's|JANSSON_INCLUDES = .*||' -i ./Makefile.in
-  #sed 's|USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = -I/usr/include/libusb-1.0|' -i ./Makefile.in
-  #sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
-
-  rm -r compat
-}
-
-build() {
-  cd $pkgname
-  
-  # Here you may want to use custom CFLAGS
-  #export CFLAGS="-O2 -march=native -mtune=native -msse2"
-  
-  # ./configure \
-
-  # Taken from README - Q: What should I build in for a generic distribution binary?
-  ./autogen.sh \
-    --prefix=/usr \
-    --enable-avalon \
-    --enable-avalon2 \
-    --enable-bflsc \
-    --enable-bitfury \
-    --enable-blockerupter \
-    --enable-cointerra \
-    --enable-drillbit \
-    --enable-hashfast \
-    --enable-hashratio \
-    --enable-icarus \
-    --enable-klondike \
-    --with-system-libusb
-  
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  install -d "$pkgdir/usr/share/$pkgname"
-  install -m755 miner.php api-example.* "$pkgdir/usr/share/$pkgname"
-
-  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=('SKIP'
-            '99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
-            '3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Copied: cgminer/repos/community-x86_64/PKGBUILD (from rev 123940, cgminer/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-12-16 05:13:08 UTC (rev 123941)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: monson <holymonson at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: David Manouchehri <david at davidmanouchehri.com>
+
+pkgname=cgminer
+pkgver=4.9.0
+#_pkgver=
+_pkgver=$pkgver
+pkgrel=1
+pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin"
+url='http://forum.bitcoin.org/index.php?topic=28402.0'
+license=('GPL3')
+arch=('i686' 'x86_64')
+depends=('curl' 'libusb' 'jansson')
+makedepends=('git')
+source=("git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver"
+        "$pkgname.conf.d"
+        "$pkgname.service")
+backup=("etc/conf.d/$pkgname" "etc/$pkgname.conf")
+
+prepare() {
+  cd $pkgname
+  # We have latest jansson and libusb - just use them
+
+  sed -e 's|^AC_CONFIG_SUBDIRS.*compat/jansson-2\.6.*||' \
+      -e 's|JANSSON_LIBS="compat/jansson-2\.6/src/\.libs/libjansson\.a"|JANSSON_LIBS=-ljansson|' \
+      -e 's|compat/Makefile||' \
+      -i ./configure.ac
+
+  sed -e 's|^JANSSON_CPPFLAGS= .*||' \
+      -e 's|^USBUTILS_CPPFLAGS = .*|USBUTILS_CPPFLAGS = -I/usr/include/libusb-1.0|' \
+      -e 's|^SUBDIRS.*|SUBDIRS = lib ccan|' \
+      -i ./Makefile.am
+
+  #sed "s|ac_subdirs_all='compat/libusb\-1.0\ncompat/jansson-2.5'||" -i ./configure
+  #sed 's|subdirs="$subdirs compat/libusb\-1.0"||' -i ./configure
+  #sed 's|subdirs="$subdirs compat/jansson\-2.5"||' -i ./configure
+  #sed 's|LIBUSB_LIBS="compat/libusb-1.0/libusb/.libs/libusb-1.0.a"|LIBUSB_LIBS=-lusb-1.0|' -i ./configure
+  #sed 's|JANSSON_LIBS="compat/jansson-2.5/src/.libs/libjansson.a"|JANSSON_LIBS=-ljansson|' -i ./configure
+  #sed 's|compat/Makefile ||' -i ./configure
+
+  #sed 's|JANSSON_INCLUDES = .*||' -i ./Makefile.in
+  #sed 's|USBUTILS_INCLUDES = .*|USBUTILS_INCLUDES = -I/usr/include/libusb-1.0|' -i ./Makefile.in
+  #sed 's|SUBDIRS = lib compat ccan|SUBDIRS = lib ccan|' -i ./Makefile.in
+
+  rm -r compat
+}
+
+build() {
+  cd $pkgname
+  
+  # Here you may want to use custom CFLAGS
+  #export CFLAGS="-O2 -march=native -mtune=native -msse2"
+  
+  # ./configure \
+
+  # Taken from README - Q: What should I build in for a generic distribution binary?
+  ./autogen.sh \
+    --prefix=/usr \
+    --enable-avalon \
+    --enable-avalon2 \
+    --enable-avalon4 \
+    --enable-bflsc \
+    --enable-bitfury \
+    --enable-blockerupter \
+    --enable-cointerra \
+    --enable-drillbit \
+    --enable-hashfast \
+    --enable-hashratio \
+    --enable-icarus \
+    --enable-klondike \
+    --with-system-libusb
+  
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  install -d "$pkgdir/usr/share/$pkgname"
+  install -m755 miner.php api-example.* "$pkgdir/usr/share/$pkgname"
+
+  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=('SKIP'
+            '99c38bc395848f9712ce172343d31f5c60f5d8ac1cfe2f48df8f3ec6c488fc275763a79c5ef36b99f32faa465b5a65284b38e8a63ef9b144075ee13971313b41'
+            '3317b60c6b1f14c47d8ee636113ef40a4023ab14054129de80a37947b381fd2b647a7053f4e1bb639efa225a514e862fa531908714c34040dda2d6221dde7f5f')

Deleted: community-x86_64/cgminer.conf.d
===================================================================
--- community-x86_64/cgminer.conf.d	2014-12-16 05:12:28 UTC (rev 123940)
+++ community-x86_64/cgminer.conf.d	2014-12-16 05:13:08 UTC (rev 123941)
@@ -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 123940, cgminer/trunk/cgminer.conf.d)
===================================================================
--- community-x86_64/cgminer.conf.d	                        (rev 0)
+++ community-x86_64/cgminer.conf.d	2014-12-16 05:13:08 UTC (rev 123941)
@@ -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	2014-12-16 05:12:28 UTC (rev 123940)
+++ community-x86_64/cgminer.service	2014-12-16 05:13:08 UTC (rev 123941)
@@ -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 123940, cgminer/trunk/cgminer.service)
===================================================================
--- community-x86_64/cgminer.service	                        (rev 0)
+++ community-x86_64/cgminer.service	2014-12-16 05:13:08 UTC (rev 123941)
@@ -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