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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Fri Jan 31 20:29:28 UTC 2014


    Date: Friday, January 31, 2014 @ 21:29:28
  Author: lfleischer
Revision: 105112

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

Added:
  libfaketime/repos/community-i686/PKGBUILD
    (from rev 105111, libfaketime/trunk/PKGBUILD)
  libfaketime/repos/community-i686/libfaketime-0.9.1-fix-README-NEWS.patch
    (from rev 105111, libfaketime/trunk/libfaketime-0.9.1-fix-README-NEWS.patch)
  libfaketime/repos/community-i686/libfaketime-0.9.1-fix-as-needed.patch
    (from rev 105111, libfaketime/trunk/libfaketime-0.9.1-fix-as-needed.patch)
  libfaketime/repos/community-x86_64/PKGBUILD
    (from rev 105111, libfaketime/trunk/PKGBUILD)
  libfaketime/repos/community-x86_64/libfaketime-0.9.1-fix-README-NEWS.patch
    (from rev 105111, libfaketime/trunk/libfaketime-0.9.1-fix-README-NEWS.patch)
  libfaketime/repos/community-x86_64/libfaketime-0.9.1-fix-as-needed.patch
    (from rev 105111, libfaketime/trunk/libfaketime-0.9.1-fix-as-needed.patch)
Deleted:
  libfaketime/repos/community-i686/PKGBUILD
  libfaketime/repos/community-i686/libfaketime-0.9.1-fix-README-NEWS.patch
  libfaketime/repos/community-i686/libfaketime-0.9.1-fix-as-needed.patch
  libfaketime/repos/community-x86_64/PKGBUILD
  libfaketime/repos/community-x86_64/libfaketime-0.9.1-fix-README-NEWS.patch
  libfaketime/repos/community-x86_64/libfaketime-0.9.1-fix-as-needed.patch

----------------------------------------------------------+
 /PKGBUILD                                                |   48 ++++++++
 /libfaketime-0.9.1-fix-README-NEWS.patch                 |   58 +++++++++
 /libfaketime-0.9.1-fix-as-needed.patch                   |   78 +++++++++++++
 community-i686/PKGBUILD                                  |   24 ----
 community-i686/libfaketime-0.9.1-fix-README-NEWS.patch   |   29 ----
 community-i686/libfaketime-0.9.1-fix-as-needed.patch     |   39 ------
 community-x86_64/PKGBUILD                                |   24 ----
 community-x86_64/libfaketime-0.9.1-fix-README-NEWS.patch |   29 ----
 community-x86_64/libfaketime-0.9.1-fix-as-needed.patch   |   39 ------
 9 files changed, 184 insertions(+), 184 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-31 20:29:11 UTC (rev 105111)
+++ community-i686/PKGBUILD	2014-01-31 20:29:28 UTC (rev 105112)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Dan Serban
-# Contributor: Ross Melin <rdmelin at gmail.com>
-
-pkgname=libfaketime
-pkgver=0.9.5
-pkgrel=1
-pkgdesc='Report fake dates and times to programs without having to change the system-wide time.'
-arch=('i686' 'x86_64')
-url='http://www.code-wizards.com/projects/libfaketime/'
-license=('GPL2')
-source=("http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('89b5c71e6c6a93b1c6feba374ac37719')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}

Copied: libfaketime/repos/community-i686/PKGBUILD (from rev 105111, libfaketime/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-31 20:29:28 UTC (rev 105112)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Dan Serban
+# Contributor: Ross Melin <rdmelin at gmail.com>
+
+pkgname=libfaketime
+pkgver=0.9.5
+pkgrel=2
+pkgdesc='Report fake dates and times to programs without having to change the system-wide time.'
+arch=('i686' 'x86_64')
+url='http://www.code-wizards.com/projects/libfaketime/'
+license=('GPL2')
+source=("http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('89b5c71e6c6a93b1c6feba374ac37719')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/libfaketime-0.9.1-fix-README-NEWS.patch
===================================================================
--- community-i686/libfaketime-0.9.1-fix-README-NEWS.patch	2014-01-31 20:29:11 UTC (rev 105111)
+++ community-i686/libfaketime-0.9.1-fix-README-NEWS.patch	2014-01-31 20:29:28 UTC (rev 105112)
@@ -1,29 +0,0 @@
-From c0c19a71c5481f3082afee2ac7962bd7abfcf134 Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer <info at cryptocrack.de>
-Date: Sun, 22 Jan 2012 22:19:50 +0100
-Subject: [PATCH] Makefile: Fix installation of "README" and "NEWS"
-
-Initialize "INSTALL" in the top-level Makefile in order to avoid broken
-install(1) invocations such as:
-
-    dm0755 "/build/pkg/usr/share/doc/faketime/"
-    /bin/sh: dm0755: command not found
-
-Signed-off-by: Lukas Fleischer <info at cryptocrack.de>
----
- Makefile |    2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index f90e18e..d0225ba 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,3 +1,5 @@
-+INSTALL = install
-+
- all:
- 	$(MAKE) -C src all
- 	$(MAKE) -C test all
--- 
-1.7.8.4
-

Copied: libfaketime/repos/community-i686/libfaketime-0.9.1-fix-README-NEWS.patch (from rev 105111, libfaketime/trunk/libfaketime-0.9.1-fix-README-NEWS.patch)
===================================================================
--- community-i686/libfaketime-0.9.1-fix-README-NEWS.patch	                        (rev 0)
+++ community-i686/libfaketime-0.9.1-fix-README-NEWS.patch	2014-01-31 20:29:28 UTC (rev 105112)
@@ -0,0 +1,29 @@
+From c0c19a71c5481f3082afee2ac7962bd7abfcf134 Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer <info at cryptocrack.de>
+Date: Sun, 22 Jan 2012 22:19:50 +0100
+Subject: [PATCH] Makefile: Fix installation of "README" and "NEWS"
+
+Initialize "INSTALL" in the top-level Makefile in order to avoid broken
+install(1) invocations such as:
+
+    dm0755 "/build/pkg/usr/share/doc/faketime/"
+    /bin/sh: dm0755: command not found
+
+Signed-off-by: Lukas Fleischer <info at cryptocrack.de>
+---
+ Makefile |    2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index f90e18e..d0225ba 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,3 +1,5 @@
++INSTALL = install
++
+ all:
+ 	$(MAKE) -C src all
+ 	$(MAKE) -C test all
+-- 
+1.7.8.4
+

Deleted: community-i686/libfaketime-0.9.1-fix-as-needed.patch
===================================================================
--- community-i686/libfaketime-0.9.1-fix-as-needed.patch	2014-01-31 20:29:11 UTC (rev 105111)
+++ community-i686/libfaketime-0.9.1-fix-as-needed.patch	2014-01-31 20:29:28 UTC (rev 105112)
@@ -1,39 +0,0 @@
-From f0ee2ee1e0a2fa5f11614a55ab8543380faa9695 Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer <info at cryptocrack.de>
-Date: Sun, 22 Jan 2012 21:47:52 +0100
-Subject: [PATCH] Fix linking with "-Wl,--as-needed"
-
-Reorder linker flags in order to ensure proper linking when using
-"--Wl,--as-needed". Read http://www.gentoo.org/proj/en/qa/asneeded.xml,
-especially "Importance of linking order" for details:
-
-    Basically, what the linker does is look for the symbols missing in a
-    given file (either an object file, a static archive or a library)
-    only in the files coming after it. When using the normal linking,
-    without --as-needed, this is not a problem, although there might be
-    some internal drawbacks on the linking stage, the files are linked
-    together without considering ordering. But with the flag, the
-    libraries that aren't used for resolving symbols are discarded and
-    thus not linked.
-
-Signed-off-by: Lukas Fleischer <info at cryptocrack.de>
----
- src/Makefile |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/Makefile b/src/Makefile
-index 9118815..d4a04b5 100644
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -69,7 +69,7 @@ ${OBJ}: faketime.c
- 	${CC} -o $@ -c ${CFLAGS} ${EXTRA_FLAGS} $<
- 
- lib%.so.${SONAME}: %.o
--	${CC} -o $@ -Wl,-soname,$@ ${LDFLAGS} $<
-+	${CC} -o $@ -Wl,-soname,$@ $< ${LDFLAGS}
- 
- clean: 
- 	@rm -f ${OBJ} ${LIBS}
--- 
-1.7.8.4
-

Copied: libfaketime/repos/community-i686/libfaketime-0.9.1-fix-as-needed.patch (from rev 105111, libfaketime/trunk/libfaketime-0.9.1-fix-as-needed.patch)
===================================================================
--- community-i686/libfaketime-0.9.1-fix-as-needed.patch	                        (rev 0)
+++ community-i686/libfaketime-0.9.1-fix-as-needed.patch	2014-01-31 20:29:28 UTC (rev 105112)
@@ -0,0 +1,39 @@
+From f0ee2ee1e0a2fa5f11614a55ab8543380faa9695 Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer <info at cryptocrack.de>
+Date: Sun, 22 Jan 2012 21:47:52 +0100
+Subject: [PATCH] Fix linking with "-Wl,--as-needed"
+
+Reorder linker flags in order to ensure proper linking when using
+"--Wl,--as-needed". Read http://www.gentoo.org/proj/en/qa/asneeded.xml,
+especially "Importance of linking order" for details:
+
+    Basically, what the linker does is look for the symbols missing in a
+    given file (either an object file, a static archive or a library)
+    only in the files coming after it. When using the normal linking,
+    without --as-needed, this is not a problem, although there might be
+    some internal drawbacks on the linking stage, the files are linked
+    together without considering ordering. But with the flag, the
+    libraries that aren't used for resolving symbols are discarded and
+    thus not linked.
+
+Signed-off-by: Lukas Fleischer <info at cryptocrack.de>
+---
+ src/Makefile |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/Makefile b/src/Makefile
+index 9118815..d4a04b5 100644
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -69,7 +69,7 @@ ${OBJ}: faketime.c
+ 	${CC} -o $@ -c ${CFLAGS} ${EXTRA_FLAGS} $<
+ 
+ lib%.so.${SONAME}: %.o
+-	${CC} -o $@ -Wl,-soname,$@ ${LDFLAGS} $<
++	${CC} -o $@ -Wl,-soname,$@ $< ${LDFLAGS}
+ 
+ clean: 
+ 	@rm -f ${OBJ} ${LIBS}
+-- 
+1.7.8.4
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-31 20:29:11 UTC (rev 105111)
+++ community-x86_64/PKGBUILD	2014-01-31 20:29:28 UTC (rev 105112)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Dan Serban
-# Contributor: Ross Melin <rdmelin at gmail.com>
-
-pkgname=libfaketime
-pkgver=0.9.5
-pkgrel=1
-pkgdesc='Report fake dates and times to programs without having to change the system-wide time.'
-arch=('i686' 'x86_64')
-url='http://www.code-wizards.com/projects/libfaketime/'
-license=('GPL2')
-source=("http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('89b5c71e6c6a93b1c6feba374ac37719')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-}

Copied: libfaketime/repos/community-x86_64/PKGBUILD (from rev 105111, libfaketime/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-31 20:29:28 UTC (rev 105112)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Dan Serban
+# Contributor: Ross Melin <rdmelin at gmail.com>
+
+pkgname=libfaketime
+pkgver=0.9.5
+pkgrel=2
+pkgdesc='Report fake dates and times to programs without having to change the system-wide time.'
+arch=('i686' 'x86_64')
+url='http://www.code-wizards.com/projects/libfaketime/'
+license=('GPL2')
+source=("http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('89b5c71e6c6a93b1c6feba374ac37719')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/libfaketime-0.9.1-fix-README-NEWS.patch
===================================================================
--- community-x86_64/libfaketime-0.9.1-fix-README-NEWS.patch	2014-01-31 20:29:11 UTC (rev 105111)
+++ community-x86_64/libfaketime-0.9.1-fix-README-NEWS.patch	2014-01-31 20:29:28 UTC (rev 105112)
@@ -1,29 +0,0 @@
-From c0c19a71c5481f3082afee2ac7962bd7abfcf134 Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer <info at cryptocrack.de>
-Date: Sun, 22 Jan 2012 22:19:50 +0100
-Subject: [PATCH] Makefile: Fix installation of "README" and "NEWS"
-
-Initialize "INSTALL" in the top-level Makefile in order to avoid broken
-install(1) invocations such as:
-
-    dm0755 "/build/pkg/usr/share/doc/faketime/"
-    /bin/sh: dm0755: command not found
-
-Signed-off-by: Lukas Fleischer <info at cryptocrack.de>
----
- Makefile |    2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index f90e18e..d0225ba 100644
---- a/Makefile
-+++ b/Makefile
-@@ -1,3 +1,5 @@
-+INSTALL = install
-+
- all:
- 	$(MAKE) -C src all
- 	$(MAKE) -C test all
--- 
-1.7.8.4
-

Copied: libfaketime/repos/community-x86_64/libfaketime-0.9.1-fix-README-NEWS.patch (from rev 105111, libfaketime/trunk/libfaketime-0.9.1-fix-README-NEWS.patch)
===================================================================
--- community-x86_64/libfaketime-0.9.1-fix-README-NEWS.patch	                        (rev 0)
+++ community-x86_64/libfaketime-0.9.1-fix-README-NEWS.patch	2014-01-31 20:29:28 UTC (rev 105112)
@@ -0,0 +1,29 @@
+From c0c19a71c5481f3082afee2ac7962bd7abfcf134 Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer <info at cryptocrack.de>
+Date: Sun, 22 Jan 2012 22:19:50 +0100
+Subject: [PATCH] Makefile: Fix installation of "README" and "NEWS"
+
+Initialize "INSTALL" in the top-level Makefile in order to avoid broken
+install(1) invocations such as:
+
+    dm0755 "/build/pkg/usr/share/doc/faketime/"
+    /bin/sh: dm0755: command not found
+
+Signed-off-by: Lukas Fleischer <info at cryptocrack.de>
+---
+ Makefile |    2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index f90e18e..d0225ba 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,3 +1,5 @@
++INSTALL = install
++
+ all:
+ 	$(MAKE) -C src all
+ 	$(MAKE) -C test all
+-- 
+1.7.8.4
+

Deleted: community-x86_64/libfaketime-0.9.1-fix-as-needed.patch
===================================================================
--- community-x86_64/libfaketime-0.9.1-fix-as-needed.patch	2014-01-31 20:29:11 UTC (rev 105111)
+++ community-x86_64/libfaketime-0.9.1-fix-as-needed.patch	2014-01-31 20:29:28 UTC (rev 105112)
@@ -1,39 +0,0 @@
-From f0ee2ee1e0a2fa5f11614a55ab8543380faa9695 Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer <info at cryptocrack.de>
-Date: Sun, 22 Jan 2012 21:47:52 +0100
-Subject: [PATCH] Fix linking with "-Wl,--as-needed"
-
-Reorder linker flags in order to ensure proper linking when using
-"--Wl,--as-needed". Read http://www.gentoo.org/proj/en/qa/asneeded.xml,
-especially "Importance of linking order" for details:
-
-    Basically, what the linker does is look for the symbols missing in a
-    given file (either an object file, a static archive or a library)
-    only in the files coming after it. When using the normal linking,
-    without --as-needed, this is not a problem, although there might be
-    some internal drawbacks on the linking stage, the files are linked
-    together without considering ordering. But with the flag, the
-    libraries that aren't used for resolving symbols are discarded and
-    thus not linked.
-
-Signed-off-by: Lukas Fleischer <info at cryptocrack.de>
----
- src/Makefile |    2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/src/Makefile b/src/Makefile
-index 9118815..d4a04b5 100644
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -69,7 +69,7 @@ ${OBJ}: faketime.c
- 	${CC} -o $@ -c ${CFLAGS} ${EXTRA_FLAGS} $<
- 
- lib%.so.${SONAME}: %.o
--	${CC} -o $@ -Wl,-soname,$@ ${LDFLAGS} $<
-+	${CC} -o $@ -Wl,-soname,$@ $< ${LDFLAGS}
- 
- clean: 
- 	@rm -f ${OBJ} ${LIBS}
--- 
-1.7.8.4
-

Copied: libfaketime/repos/community-x86_64/libfaketime-0.9.1-fix-as-needed.patch (from rev 105111, libfaketime/trunk/libfaketime-0.9.1-fix-as-needed.patch)
===================================================================
--- community-x86_64/libfaketime-0.9.1-fix-as-needed.patch	                        (rev 0)
+++ community-x86_64/libfaketime-0.9.1-fix-as-needed.patch	2014-01-31 20:29:28 UTC (rev 105112)
@@ -0,0 +1,39 @@
+From f0ee2ee1e0a2fa5f11614a55ab8543380faa9695 Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer <info at cryptocrack.de>
+Date: Sun, 22 Jan 2012 21:47:52 +0100
+Subject: [PATCH] Fix linking with "-Wl,--as-needed"
+
+Reorder linker flags in order to ensure proper linking when using
+"--Wl,--as-needed". Read http://www.gentoo.org/proj/en/qa/asneeded.xml,
+especially "Importance of linking order" for details:
+
+    Basically, what the linker does is look for the symbols missing in a
+    given file (either an object file, a static archive or a library)
+    only in the files coming after it. When using the normal linking,
+    without --as-needed, this is not a problem, although there might be
+    some internal drawbacks on the linking stage, the files are linked
+    together without considering ordering. But with the flag, the
+    libraries that aren't used for resolving symbols are discarded and
+    thus not linked.
+
+Signed-off-by: Lukas Fleischer <info at cryptocrack.de>
+---
+ src/Makefile |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/src/Makefile b/src/Makefile
+index 9118815..d4a04b5 100644
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -69,7 +69,7 @@ ${OBJ}: faketime.c
+ 	${CC} -o $@ -c ${CFLAGS} ${EXTRA_FLAGS} $<
+ 
+ lib%.so.${SONAME}: %.o
+-	${CC} -o $@ -Wl,-soname,$@ ${LDFLAGS} $<
++	${CC} -o $@ -Wl,-soname,$@ $< ${LDFLAGS}
+ 
+ clean: 
+ 	@rm -f ${OBJ} ${LIBS}
+-- 
+1.7.8.4
+




More information about the arch-commits mailing list