[arch-commits] Commit in rubiks/repos/community-x86_64 (10 files)
Antonio Rojas
arojas at archlinux.org
Wed May 30 21:55:08 UTC 2018
Date: Wednesday, May 30, 2018 @ 21:55:08
Author: arojas
Revision: 333540
archrelease: copy trunk to community-x86_64
Added:
rubiks/repos/community-x86_64/PKGBUILD
(from rev 333539, rubiks/trunk/PKGBUILD)
rubiks/repos/community-x86_64/dietz-cu2-Makefile
(from rev 333539, rubiks/trunk/dietz-cu2-Makefile)
rubiks/repos/community-x86_64/dietz-mcube-Makefile
(from rev 333539, rubiks/trunk/dietz-mcube-Makefile)
rubiks/repos/community-x86_64/dietz-solver-Makefile
(from rev 333539, rubiks/trunk/dietz-solver-Makefile)
rubiks/repos/community-x86_64/reid-Makefile
(from rev 333539, rubiks/trunk/reid-Makefile)
Deleted:
rubiks/repos/community-x86_64/PKGBUILD
rubiks/repos/community-x86_64/dietz-cu2-Makefile
rubiks/repos/community-x86_64/dietz-mcube-Makefile
rubiks/repos/community-x86_64/dietz-solver-Makefile
rubiks/repos/community-x86_64/reid-Makefile
-----------------------+
PKGBUILD | 67 ++++++++++++++++++-------------------
dietz-cu2-Makefile | 76 +++++++++++++++++++++---------------------
dietz-mcube-Makefile | 86 ++++++++++++++++++++++++------------------------
dietz-solver-Makefile | 66 ++++++++++++++++++------------------
reid-Makefile | 16 ++++----
5 files changed, 155 insertions(+), 156 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-30 21:54:43 UTC (rev 333539)
+++ PKGBUILD 2018-05-30 21:55:08 UTC (rev 333540)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=rubiks
-pkgver=20070912
-pkgrel=2
-pkgdesc="Several programs for working with Rubik's cubes"
-arch=('i686' 'x86_64')
-url="http://www.sagemath.org"
-license=('GPL')
-depends=('gcc-libs')
-makedepends=()
-#source=("http://www.sagemath.org/packages/upstream/$pkgname/$pkgname-$pkgver.tar.bz2"
-source=("http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2"
- 'dietz-mcube-Makefile' 'dietz-cu2-Makefile' 'dietz-solver-Makefile' 'reid-Makefile')
-md5sums=('af005309b248f0bba49673a0e5ba3ce8'
- '296780d7921fbdbefeef59e37770b8ce'
- '817c6fccae52a5f4c839153ef5d7419f'
- '8bd416351a0e1e80078832270e7c9690'
- '3a1f748d4a556c2d0440b52cf715b38b')
-
-prepare() {
- cd $pkgname-$pkgver
- cp $srcdir/dietz-mcube-Makefile dietz/mcube/Makefile
- cp $srcdir/dietz-solver-Makefile dietz/solver/Makefile
- cp $srcdir/dietz-cu2-Makefile dietz/cu2/Makefile
- cp $srcdir/reid-Makefile reid/Makefile
-
-}
-
-package() {
- cd $pkgname-$pkgver
- INSTALL=/usr/bin/install make PREFIX="$pkgdir"/usr install
-}
Copied: rubiks/repos/community-x86_64/PKGBUILD (from rev 333539, rubiks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-30 21:55:08 UTC (rev 333540)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=rubiks
+pkgver=20070912
+pkgrel=3
+pkgdesc="Several programs for working with Rubik's cubes"
+arch=(x86_64)
+url="http://www.sagemath.org"
+license=(GPL)
+depends=(gcc-libs)
+#source=("http://www.sagemath.org/packages/upstream/$pkgname/$pkgname-$pkgver.tar.bz2"
+source=("http://mirrors.mit.edu/sage/spkg/upstream/$pkgname/$pkgname-$pkgver.tar.bz2"
+ 'dietz-mcube-Makefile' 'dietz-cu2-Makefile' 'dietz-solver-Makefile' 'reid-Makefile')
+sha256sums=('d8f9f1bcf7a1c7e152eb0df429d391b1a723c614eb7fad6fbbdacf20c19ab57d'
+ '63346eb09bf104802a102ce82aea07469c9085ecdc74ab403945aac7f0a0a744'
+ '5ed64254799958aeaa2d6ae17a6d94e25a92260a7ae19cb1ca741c8a3514cc3a'
+ 'cf5f40e40f1dd77cba2ffa7cc83b74e338797c32cfb8c751560faa60cd2e63b1'
+ '0c97aac3b02f2dbd366af58de4e931b7764280fc733505742a11ae9ec4f424c6')
+
+prepare() {
+ cd $pkgname-$pkgver
+ cp ../dietz-mcube-Makefile dietz/mcube/Makefile
+ cp ../dietz-solver-Makefile dietz/solver/Makefile
+ cp ../dietz-cu2-Makefile dietz/cu2/Makefile
+ cp ../reid-Makefile reid/Makefile
+
+}
+
+package() {
+ cd $pkgname-$pkgver
+ INSTALL=/usr/bin/install make PREFIX="$pkgdir"/usr install
+}
Deleted: dietz-cu2-Makefile
===================================================================
--- dietz-cu2-Makefile 2018-05-30 21:54:43 UTC (rev 333539)
+++ dietz-cu2-Makefile 2018-05-30 21:55:08 UTC (rev 333540)
@@ -1,38 +0,0 @@
-RM=rm -f
-INCLUDES=cu2.h config.h
-OBJS=cu2.o main.o
-LIBS=
-DBGCFLAGS=
-DBGLFLAGS=
-DBGOBJS=cu2.o.dbg main.o.dbg
-DBGLIBS=
-
-all: build
-
-debug: build-debug
-
-build: $(OBJS)
- $(CXX) $(CXXFLAGS) -o cu2 $(OBJS) $(LIBS)
-
-build-debug: $(DBGOBJS)
- $(CXX) $(DBGLFLAGS) -o cu2 $(OBJS) $(DBGLIBS)
-
-clean:
- $(RM) $(OBJS)
-
-distclean: clean
- $(RM) cu2
-
-main.o: main.cpp $(INCLUDES)
- $(CXX) $(CXXFLAGS) -c main.cpp
-
-cu2.o: cu2.cpp $(INCLUDES)
- $(CXX) $(CXXFLAGS) -c cu2.cpp
-
-main.o.dbg: main.cpp $(INCLUDES)
- $(CXX) $(DBGCFLAGS) -c main.cpp
-
-cu2.o.dbg: cu2.cpp $(INCLUDES)
- $(CXX) $(DBGCFLAGS) -c cu2.cpp
-
-dummy:
\ No newline at end of file
Copied: rubiks/repos/community-x86_64/dietz-cu2-Makefile (from rev 333539, rubiks/trunk/dietz-cu2-Makefile)
===================================================================
--- dietz-cu2-Makefile (rev 0)
+++ dietz-cu2-Makefile 2018-05-30 21:55:08 UTC (rev 333540)
@@ -0,0 +1,38 @@
+RM=rm -f
+INCLUDES=cu2.h config.h
+OBJS=cu2.o main.o
+LIBS=
+DBGCFLAGS=
+DBGLFLAGS=
+DBGOBJS=cu2.o.dbg main.o.dbg
+DBGLIBS=
+
+all: build
+
+debug: build-debug
+
+build: $(OBJS)
+ $(CXX) $(CXXFLAGS) -o cu2 $(OBJS) $(LIBS)
+
+build-debug: $(DBGOBJS)
+ $(CXX) $(DBGLFLAGS) -o cu2 $(OBJS) $(DBGLIBS)
+
+clean:
+ $(RM) $(OBJS)
+
+distclean: clean
+ $(RM) cu2
+
+main.o: main.cpp $(INCLUDES)
+ $(CXX) $(CXXFLAGS) -c main.cpp
+
+cu2.o: cu2.cpp $(INCLUDES)
+ $(CXX) $(CXXFLAGS) -c cu2.cpp
+
+main.o.dbg: main.cpp $(INCLUDES)
+ $(CXX) $(DBGCFLAGS) -c main.cpp
+
+cu2.o.dbg: cu2.cpp $(INCLUDES)
+ $(CXX) $(DBGCFLAGS) -c cu2.cpp
+
+dummy:
\ No newline at end of file
Deleted: dietz-mcube-Makefile
===================================================================
--- dietz-mcube-Makefile 2018-05-30 21:54:43 UTC (rev 333539)
+++ dietz-mcube-Makefile 2018-05-30 21:55:08 UTC (rev 333540)
@@ -1,43 +0,0 @@
-# makefile for mcube with gcc on *nix by Eric
-# This makefile was seriously broken, using for example CPP for
-# the C++ compiler, CFLAGS for compiler flags for the C++ compiler
-# DBGCFLAGS was set to an empty value, but then used. Not a serious
-# issue, but as it was surpurflous, I removed it.
-# It was broken in other ways too numerous to mention.
-# Edited by David Kirkby, 29th Sept 2009
-
-RM=rm -f
-INCLUDES=mcube.h config.h
-OBJS=mcube.o main.o
-DBGOBJS=mcube.o.dbg main.o.dbg
-DBGLIBS=
-
-all: build
-
-debug: build-debug
-
-build: $(OBJS)
- $(CXX) $(CXXFLAGS) -o mcube $(OBJS) $(LIBS)
-
-build-debug: $(DBGOBJS)
- $(CXX) $(CXXFLAGS) -o mcube $(OBJS) $(DBGLIBS)
-
-clean:
- $(RM) $(OBJS)
-
-distclean: clean
- $(RM) mcube
-
-main.o: main.cpp $(INCLUDES)
- $(CXX) $(CXXFLAGS) -c main.cpp
-
-mcube.o: mcube.cpp $(INCLUDES)
- $(CXX) $(CXXFLAGS) -c mcube.cpp
-
-main.o.dbg: main.cpp $(INCLUDES)
- $(CXX) -c main.cpp
-
-mcube.o.dbg: mcube.cpp $(INCLUDES)
- $(CXX) -c mcube.cpp
-
-dummy:
\ No newline at end of file
Copied: rubiks/repos/community-x86_64/dietz-mcube-Makefile (from rev 333539, rubiks/trunk/dietz-mcube-Makefile)
===================================================================
--- dietz-mcube-Makefile (rev 0)
+++ dietz-mcube-Makefile 2018-05-30 21:55:08 UTC (rev 333540)
@@ -0,0 +1,43 @@
+# makefile for mcube with gcc on *nix by Eric
+# This makefile was seriously broken, using for example CPP for
+# the C++ compiler, CFLAGS for compiler flags for the C++ compiler
+# DBGCFLAGS was set to an empty value, but then used. Not a serious
+# issue, but as it was surpurflous, I removed it.
+# It was broken in other ways too numerous to mention.
+# Edited by David Kirkby, 29th Sept 2009
+
+RM=rm -f
+INCLUDES=mcube.h config.h
+OBJS=mcube.o main.o
+DBGOBJS=mcube.o.dbg main.o.dbg
+DBGLIBS=
+
+all: build
+
+debug: build-debug
+
+build: $(OBJS)
+ $(CXX) $(CXXFLAGS) -o mcube $(OBJS) $(LIBS)
+
+build-debug: $(DBGOBJS)
+ $(CXX) $(CXXFLAGS) -o mcube $(OBJS) $(DBGLIBS)
+
+clean:
+ $(RM) $(OBJS)
+
+distclean: clean
+ $(RM) mcube
+
+main.o: main.cpp $(INCLUDES)
+ $(CXX) $(CXXFLAGS) -c main.cpp
+
+mcube.o: mcube.cpp $(INCLUDES)
+ $(CXX) $(CXXFLAGS) -c mcube.cpp
+
+main.o.dbg: main.cpp $(INCLUDES)
+ $(CXX) -c main.cpp
+
+mcube.o.dbg: mcube.cpp $(INCLUDES)
+ $(CXX) -c mcube.cpp
+
+dummy:
\ No newline at end of file
Deleted: dietz-solver-Makefile
===================================================================
--- dietz-solver-Makefile 2018-05-30 21:54:43 UTC (rev 333539)
+++ dietz-solver-Makefile 2018-05-30 21:55:08 UTC (rev 333540)
@@ -1,33 +0,0 @@
-# Makefile for cubex by Eric
-# This Makefile was seriously broken.
-# CC was set to g++. Since it was compiling C++ files,
-# CXX should have been used.
-# LINK was set to g++, so I changed that to LD
-# CFLAGS was set to -O2. I've removed that, so it can be set
-# in spkg-install.
-# In any case, it should have been CXXFLAGS
-# LFLAGS and INCLUDES were both empty
-# David Kirkby, 29th Sept 2009
-
-INCLUDES=
-OBJS=cubex.o main.o
-RM=/bin/rm -f
-
-all: build
-
-build: $(OBJS)
- $(CXX) $(CXXFLAGS) -o cubex $(OBJS)
-
-clean:
- $(RM) $(OBJS)
-
-distclean: clean
- $(RM) cubex
-
-cubex.o: cubex.cpp $(INCLUDES) cubex.h
- $(CXX) $(CXXFLAGS) -c cubex.cpp
-
-main.o: main.cpp $(INCLUDES) cubex.h
- $(CXX) $(CXXFLAGS) -c main.cpp
-
-dummy:
\ No newline at end of file
Copied: rubiks/repos/community-x86_64/dietz-solver-Makefile (from rev 333539, rubiks/trunk/dietz-solver-Makefile)
===================================================================
--- dietz-solver-Makefile (rev 0)
+++ dietz-solver-Makefile 2018-05-30 21:55:08 UTC (rev 333540)
@@ -0,0 +1,33 @@
+# Makefile for cubex by Eric
+# This Makefile was seriously broken.
+# CC was set to g++. Since it was compiling C++ files,
+# CXX should have been used.
+# LINK was set to g++, so I changed that to LD
+# CFLAGS was set to -O2. I've removed that, so it can be set
+# in spkg-install.
+# In any case, it should have been CXXFLAGS
+# LFLAGS and INCLUDES were both empty
+# David Kirkby, 29th Sept 2009
+
+INCLUDES=
+OBJS=cubex.o main.o
+RM=/bin/rm -f
+
+all: build
+
+build: $(OBJS)
+ $(CXX) $(CXXFLAGS) -o cubex $(OBJS)
+
+clean:
+ $(RM) $(OBJS)
+
+distclean: clean
+ $(RM) cubex
+
+cubex.o: cubex.cpp $(INCLUDES) cubex.h
+ $(CXX) $(CXXFLAGS) -c cubex.cpp
+
+main.o: main.cpp $(INCLUDES) cubex.h
+ $(CXX) $(CXXFLAGS) -c main.cpp
+
+dummy:
\ No newline at end of file
Deleted: reid-Makefile
===================================================================
--- reid-Makefile 2018-05-30 21:54:43 UTC (rev 333539)
+++ reid-Makefile 2018-05-30 21:55:08 UTC (rev 333540)
@@ -1,8 +0,0 @@
-all: optimal twist
-
-
-clean:
- rm -f *.o
-
-distclean: clean
- rm -f optimal twist
\ No newline at end of file
Copied: rubiks/repos/community-x86_64/reid-Makefile (from rev 333539, rubiks/trunk/reid-Makefile)
===================================================================
--- reid-Makefile (rev 0)
+++ reid-Makefile 2018-05-30 21:55:08 UTC (rev 333540)
@@ -0,0 +1,8 @@
+all: optimal twist
+
+
+clean:
+ rm -f *.o
+
+distclean: clean
+ rm -f optimal twist
\ No newline at end of file
More information about the arch-commits
mailing list