[arch-commits] Commit in cromfs/repos (8 files)

Gaetan Bisson bisson at archlinux.org
Fri Aug 1 01:13:36 UTC 2014


    Date: Friday, August 1, 2014 @ 03:13:36
  Author: bisson
Revision: 116662

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

Added:
  cromfs/repos/community-i686/PKGBUILD
    (from rev 116661, cromfs/trunk/PKGBUILD)
  cromfs/repos/community-i686/make-generic.patch
    (from rev 116661, cromfs/trunk/make-generic.patch)
  cromfs/repos/community-x86_64/PKGBUILD
    (from rev 116661, cromfs/trunk/PKGBUILD)
  cromfs/repos/community-x86_64/make-generic.patch
    (from rev 116661, cromfs/trunk/make-generic.patch)
Deleted:
  cromfs/repos/community-i686/PKGBUILD
  cromfs/repos/community-i686/make-generic.patch
  cromfs/repos/community-x86_64/PKGBUILD
  cromfs/repos/community-x86_64/make-generic.patch

-------------------------------------+
 /PKGBUILD                           |   68 ++++++++++++++++++++++++++++++++++
 /make-generic.patch                 |   50 +++++++++++++++++++++++++
 community-i686/PKGBUILD             |   34 -----------------
 community-i686/make-generic.patch   |   25 ------------
 community-x86_64/PKGBUILD           |   34 -----------------
 community-x86_64/make-generic.patch |   25 ------------
 6 files changed, 118 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-08-01 01:13:02 UTC (rev 116661)
+++ community-i686/PKGBUILD	2014-08-01 01:13:36 UTC (rev 116662)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=cromfs
-pkgver=1.5.10.1
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc='Compressed read-only filesystem based on FUSE'
-url='http://bisqwit.iki.fi/source/cromfs.html'
-license=('GPL')
-depends=('fuse' 'lzo2')
-source=("http://bisqwit.iki.fi/src/arch/${pkgname}-${pkgver}.tar.gz"
-        'make-generic.patch')
-sha1sums=('3d591530ea3a6ed9b6b53b3fcccf9c7c021efd13'
-          'ae51f1d2446df20bcbaef6ac125b1756177725d4')
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	patch -p1 -i ../make-generic.patch
-}
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-	install -d "${pkgdir}"/usr/{bin,share/doc/cromfs}
-	install -m755 install/progs/* "${pkgdir}"/usr/bin/
-	install -m644 install/docs/* "${pkgdir}"/usr/share/doc/cromfs/
-}

Copied: cromfs/repos/community-i686/PKGBUILD (from rev 116661, cromfs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-01 01:13:36 UTC (rev 116662)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=cromfs
+pkgver=1.5.10.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Compressed read-only filesystem based on FUSE'
+url='http://bisqwit.iki.fi/source/cromfs.html'
+license=('GPL')
+depends=('fuse' 'lzo' 'gcc-libs')
+source=("http://bisqwit.iki.fi/src/arch/${pkgname}-${pkgver}.tar.gz"
+        'make-generic.patch')
+sha1sums=('11a337f7b8e5e875a72839cfe3506b5e070c409b'
+          'ae51f1d2446df20bcbaef6ac125b1756177725d4')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	patch -p1 -i ../make-generic.patch
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	install -d "${pkgdir}"/usr/{bin,share/doc/cromfs}
+	install -m755 install/progs/* "${pkgdir}"/usr/bin/
+	install -m644 install/docs/* "${pkgdir}"/usr/share/doc/cromfs/
+}

Deleted: community-i686/make-generic.patch
===================================================================
--- community-i686/make-generic.patch	2014-08-01 01:13:02 UTC (rev 116661)
+++ community-i686/make-generic.patch	2014-08-01 01:13:36 UTC (rev 116662)
@@ -1,25 +0,0 @@
-diff -Naur old/configure new/configure
---- old/configure	2012-04-11 09:33:55.000000000 +0200
-+++ new/configure	2012-04-11 12:05:07.098916602 +0200
-@@ -96,9 +96,9 @@
-   fi
- }
- 
--CFLAGS=""
--CPPFLAGS=""
--LDFLAGS=""
-+CFLAGS="$CFLAGS"
-+CPPFLAGS="$CXXFLAGS"
-+LDFLAGS="$LDFLAGS"
- OPTIM=""
- 
- do_echo -n "Determining compiler version to use... "
-@@ -451,6 +451,8 @@
-   OPTIM="$OPTIM_BACKUP $BEST_CPUFEATURE"
- fi
- 
-+OPTIM=""
-+
- do_echo "Updating Makefile.sets ..."
- 
- if [ "$DEBUG" = "1" ]; then

Copied: cromfs/repos/community-i686/make-generic.patch (from rev 116661, cromfs/trunk/make-generic.patch)
===================================================================
--- community-i686/make-generic.patch	                        (rev 0)
+++ community-i686/make-generic.patch	2014-08-01 01:13:36 UTC (rev 116662)
@@ -0,0 +1,25 @@
+diff -Naur old/configure new/configure
+--- old/configure	2012-04-11 09:33:55.000000000 +0200
++++ new/configure	2012-04-11 12:05:07.098916602 +0200
+@@ -96,9 +96,9 @@
+   fi
+ }
+ 
+-CFLAGS=""
+-CPPFLAGS=""
+-LDFLAGS=""
++CFLAGS="$CFLAGS"
++CPPFLAGS="$CXXFLAGS"
++LDFLAGS="$LDFLAGS"
+ OPTIM=""
+ 
+ do_echo -n "Determining compiler version to use... "
+@@ -451,6 +451,8 @@
+   OPTIM="$OPTIM_BACKUP $BEST_CPUFEATURE"
+ fi
+ 
++OPTIM=""
++
+ do_echo "Updating Makefile.sets ..."
+ 
+ if [ "$DEBUG" = "1" ]; then

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-08-01 01:13:02 UTC (rev 116661)
+++ community-x86_64/PKGBUILD	2014-08-01 01:13:36 UTC (rev 116662)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=cromfs
-pkgver=1.5.10.1
-pkgrel=2
-arch=('i686' 'x86_64')
-pkgdesc='Compressed read-only filesystem based on FUSE'
-url='http://bisqwit.iki.fi/source/cromfs.html'
-license=('GPL')
-depends=('fuse' 'lzo2')
-source=("http://bisqwit.iki.fi/src/arch/${pkgname}-${pkgver}.tar.gz"
-        'make-generic.patch')
-sha1sums=('3d591530ea3a6ed9b6b53b3fcccf9c7c021efd13'
-          'ae51f1d2446df20bcbaef6ac125b1756177725d4')
-
-prepare() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	patch -p1 -i ../make-generic.patch
-}
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-	install -d "${pkgdir}"/usr/{bin,share/doc/cromfs}
-	install -m755 install/progs/* "${pkgdir}"/usr/bin/
-	install -m644 install/docs/* "${pkgdir}"/usr/share/doc/cromfs/
-}

Copied: cromfs/repos/community-x86_64/PKGBUILD (from rev 116661, cromfs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-01 01:13:36 UTC (rev 116662)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=cromfs
+pkgver=1.5.10.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='Compressed read-only filesystem based on FUSE'
+url='http://bisqwit.iki.fi/source/cromfs.html'
+license=('GPL')
+depends=('fuse' 'lzo' 'gcc-libs')
+source=("http://bisqwit.iki.fi/src/arch/${pkgname}-${pkgver}.tar.gz"
+        'make-generic.patch')
+sha1sums=('11a337f7b8e5e875a72839cfe3506b5e070c409b'
+          'ae51f1d2446df20bcbaef6ac125b1756177725d4')
+
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	patch -p1 -i ../make-generic.patch
+}
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+	install -d "${pkgdir}"/usr/{bin,share/doc/cromfs}
+	install -m755 install/progs/* "${pkgdir}"/usr/bin/
+	install -m644 install/docs/* "${pkgdir}"/usr/share/doc/cromfs/
+}

Deleted: community-x86_64/make-generic.patch
===================================================================
--- community-x86_64/make-generic.patch	2014-08-01 01:13:02 UTC (rev 116661)
+++ community-x86_64/make-generic.patch	2014-08-01 01:13:36 UTC (rev 116662)
@@ -1,25 +0,0 @@
-diff -Naur old/configure new/configure
---- old/configure	2012-04-11 09:33:55.000000000 +0200
-+++ new/configure	2012-04-11 12:05:07.098916602 +0200
-@@ -96,9 +96,9 @@
-   fi
- }
- 
--CFLAGS=""
--CPPFLAGS=""
--LDFLAGS=""
-+CFLAGS="$CFLAGS"
-+CPPFLAGS="$CXXFLAGS"
-+LDFLAGS="$LDFLAGS"
- OPTIM=""
- 
- do_echo -n "Determining compiler version to use... "
-@@ -451,6 +451,8 @@
-   OPTIM="$OPTIM_BACKUP $BEST_CPUFEATURE"
- fi
- 
-+OPTIM=""
-+
- do_echo "Updating Makefile.sets ..."
- 
- if [ "$DEBUG" = "1" ]; then

Copied: cromfs/repos/community-x86_64/make-generic.patch (from rev 116661, cromfs/trunk/make-generic.patch)
===================================================================
--- community-x86_64/make-generic.patch	                        (rev 0)
+++ community-x86_64/make-generic.patch	2014-08-01 01:13:36 UTC (rev 116662)
@@ -0,0 +1,25 @@
+diff -Naur old/configure new/configure
+--- old/configure	2012-04-11 09:33:55.000000000 +0200
++++ new/configure	2012-04-11 12:05:07.098916602 +0200
+@@ -96,9 +96,9 @@
+   fi
+ }
+ 
+-CFLAGS=""
+-CPPFLAGS=""
+-LDFLAGS=""
++CFLAGS="$CFLAGS"
++CPPFLAGS="$CXXFLAGS"
++LDFLAGS="$LDFLAGS"
+ OPTIM=""
+ 
+ do_echo -n "Determining compiler version to use... "
+@@ -451,6 +451,8 @@
+   OPTIM="$OPTIM_BACKUP $BEST_CPUFEATURE"
+ fi
+ 
++OPTIM=""
++
+ do_echo "Updating Makefile.sets ..."
+ 
+ if [ "$DEBUG" = "1" ]; then




More information about the arch-commits mailing list