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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Tue Jul 1 23:38:45 UTC 2014


    Date: Wednesday, July 2, 2014 @ 01:38:45
  Author: lfleischer
Revision: 114563

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

Added:
  jhead/repos/community-i686/LICENSE
    (from rev 114562, jhead/trunk/LICENSE)
  jhead/repos/community-i686/PKGBUILD
    (from rev 114562, jhead/trunk/PKGBUILD)
  jhead/repos/community-x86_64/LICENSE
    (from rev 114562, jhead/trunk/LICENSE)
  jhead/repos/community-x86_64/PKGBUILD
    (from rev 114562, jhead/trunk/PKGBUILD)
Deleted:
  jhead/repos/community-i686/LICENSE
  jhead/repos/community-i686/PKGBUILD
  jhead/repos/community-x86_64/LICENSE
  jhead/repos/community-x86_64/PKGBUILD

---------------------------+
 /LICENSE                  |   24 +++++++++++++++++
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/LICENSE    |   12 --------
 community-i686/PKGBUILD   |   31 ----------------------
 community-x86_64/LICENSE  |   12 --------
 community-x86_64/PKGBUILD |   31 ----------------------
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/LICENSE
===================================================================
--- community-i686/LICENSE	2014-07-01 23:38:33 UTC (rev 114562)
+++ community-i686/LICENSE	2014-07-01 23:38:45 UTC (rev 114563)
@@ -1,12 +0,0 @@
-License:
-
-    Jhead is public domain software - that is, you can do whatever you want
-    with it, and include it software that is licensesed under the GNU or the 
-    BSD license, or whatever other licence you chose, including proprietary
-    closed source licenses.  Although not part of the liscense, I do expect
-    common courtesy, please.
-
-    If you do integrate the code into some software of yours, I'd appreciate
-    knowing about it though. 
-
-Matthias Wandel

Copied: jhead/repos/community-i686/LICENSE (from rev 114562, jhead/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE	                        (rev 0)
+++ community-i686/LICENSE	2014-07-01 23:38:45 UTC (rev 114563)
@@ -0,0 +1,12 @@
+License:
+
+    Jhead is public domain software - that is, you can do whatever you want
+    with it, and include it software that is licensesed under the GNU or the 
+    BSD license, or whatever other licence you chose, including proprietary
+    closed source licenses.  Although not part of the liscense, I do expect
+    common courtesy, please.
+
+    If you do integrate the code into some software of yours, I'd appreciate
+    knowing about it though. 
+
+Matthias Wandel

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-01 23:38:33 UTC (rev 114562)
+++ community-i686/PKGBUILD	2014-07-01 23:38:45 UTC (rev 114563)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: François Charette <francois ατ archlinux δοτ org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=jhead
-pkgver=2.97
-pkgrel=1
-pkgdesc='EXIF JPEG info parser and thumbnail remover'
-url="http://www.sentex.net/~mwandel/jhead/"
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc')
-optdepends=('libjpeg: to up-right images according to rotation tag')
-source=("http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-        LICENSE)
-md5sums=('23b037d0c54211973a3951e41a97c924'
-         '1f0db611d2642a981719f45252762a45')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -Dm755 jhead "${pkgdir}/usr/bin/jhead"
-  install -Dm644 jhead.1 "${pkgdir}/usr/share/man/man1/jhead.1"
-  install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: jhead/repos/community-i686/PKGBUILD (from rev 114562, jhead/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-01 23:38:45 UTC (rev 114563)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: François Charette <francois ατ archlinux δοτ org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=jhead
+pkgver=2.97
+pkgrel=2
+pkgdesc='EXIF JPEG info parser and thumbnail remover'
+url="http://www.sentex.net/~mwandel/jhead/"
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+optdepends=('libjpeg: to up-right images according to rotation tag')
+source=("http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+        LICENSE)
+md5sums=('23b037d0c54211973a3951e41a97c924'
+         '1f0db611d2642a981719f45252762a45')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -Dm755 jhead "${pkgdir}/usr/bin/jhead"
+  install -Dm644 jhead.1 "${pkgdir}/usr/share/man/man1/jhead.1"
+  install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/LICENSE
===================================================================
--- community-x86_64/LICENSE	2014-07-01 23:38:33 UTC (rev 114562)
+++ community-x86_64/LICENSE	2014-07-01 23:38:45 UTC (rev 114563)
@@ -1,12 +0,0 @@
-License:
-
-    Jhead is public domain software - that is, you can do whatever you want
-    with it, and include it software that is licensesed under the GNU or the 
-    BSD license, or whatever other licence you chose, including proprietary
-    closed source licenses.  Although not part of the liscense, I do expect
-    common courtesy, please.
-
-    If you do integrate the code into some software of yours, I'd appreciate
-    knowing about it though. 
-
-Matthias Wandel

Copied: jhead/repos/community-x86_64/LICENSE (from rev 114562, jhead/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE	                        (rev 0)
+++ community-x86_64/LICENSE	2014-07-01 23:38:45 UTC (rev 114563)
@@ -0,0 +1,12 @@
+License:
+
+    Jhead is public domain software - that is, you can do whatever you want
+    with it, and include it software that is licensesed under the GNU or the 
+    BSD license, or whatever other licence you chose, including proprietary
+    closed source licenses.  Although not part of the liscense, I do expect
+    common courtesy, please.
+
+    If you do integrate the code into some software of yours, I'd appreciate
+    knowing about it though. 
+
+Matthias Wandel

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-01 23:38:33 UTC (rev 114562)
+++ community-x86_64/PKGBUILD	2014-07-01 23:38:45 UTC (rev 114563)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: François Charette <francois ατ archlinux δοτ org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=jhead
-pkgver=2.97
-pkgrel=1
-pkgdesc='EXIF JPEG info parser and thumbnail remover'
-url="http://www.sentex.net/~mwandel/jhead/"
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('glibc')
-optdepends=('libjpeg: to up-right images according to rotation tag')
-source=("http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz"
-        LICENSE)
-md5sums=('23b037d0c54211973a3951e41a97c924'
-         '1f0db611d2642a981719f45252762a45')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -Dm755 jhead "${pkgdir}/usr/bin/jhead"
-  install -Dm644 jhead.1 "${pkgdir}/usr/share/man/man1/jhead.1"
-  install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: jhead/repos/community-x86_64/PKGBUILD (from rev 114562, jhead/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-01 23:38:45 UTC (rev 114563)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: François Charette <francois ατ archlinux δοτ org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=jhead
+pkgver=2.97
+pkgrel=2
+pkgdesc='EXIF JPEG info parser and thumbnail remover'
+url="http://www.sentex.net/~mwandel/jhead/"
+arch=('i686' 'x86_64')
+license=('custom')
+depends=('glibc')
+optdepends=('libjpeg: to up-right images according to rotation tag')
+source=("http://www.sentex.net/~mwandel/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+        LICENSE)
+md5sums=('23b037d0c54211973a3951e41a97c924'
+         '1f0db611d2642a981719f45252762a45')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -Dm755 jhead "${pkgdir}/usr/bin/jhead"
+  install -Dm644 jhead.1 "${pkgdir}/usr/share/man/man1/jhead.1"
+  install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}




More information about the arch-commits mailing list