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

Felix Yan fyan at nymeria.archlinux.org
Sun Jul 6 12:07:22 UTC 2014


    Date: Sunday, July 6, 2014 @ 14:07:21
  Author: fyan
Revision: 115179

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

Added:
  gpg-crypter/repos/community-i686/PKGBUILD
    (from rev 115178, gpg-crypter/trunk/PKGBUILD)
  gpg-crypter/repos/community-i686/gpg-crypter.changelog
    (from rev 115178, gpg-crypter/trunk/gpg-crypter.changelog)
  gpg-crypter/repos/community-x86_64/PKGBUILD
    (from rev 115178, gpg-crypter/trunk/PKGBUILD)
  gpg-crypter/repos/community-x86_64/gpg-crypter.changelog
    (from rev 115178, gpg-crypter/trunk/gpg-crypter.changelog)
Deleted:
  gpg-crypter/repos/community-i686/PKGBUILD
  gpg-crypter/repos/community-i686/gpg-crypter.changelog
  gpg-crypter/repos/community-x86_64/PKGBUILD
  gpg-crypter/repos/community-x86_64/gpg-crypter.changelog

----------------------------------------+
 /PKGBUILD                              |   60 +++++++++++++++++++++++++++++++
 /gpg-crypter.changelog                 |    4 ++
 community-i686/PKGBUILD                |   30 ---------------
 community-i686/gpg-crypter.changelog   |    2 -
 community-x86_64/PKGBUILD              |   30 ---------------
 community-x86_64/gpg-crypter.changelog |    2 -
 6 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-06 12:06:52 UTC (rev 115178)
+++ community-i686/PKGBUILD	2014-07-06 12:07:21 UTC (rev 115179)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
-# Contributor: lp76 <l.peduto at gmail.com>
-
-pkgname=gpg-crypter
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and libgpgme"
-arch=('i686' 'x86_64')
-url="http://gpg-crypter.sourceforge.net/"
-license=('GPL2')
-depends=('gtk3' 'gpgme')
-makedepends=('intltool')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('1f7e2b27bf4a27ecbb07bce9cd40d1c08477a3bd065ba7d1a75d1732e4bdc023')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: gpg-crypter/repos/community-i686/PKGBUILD (from rev 115178, gpg-crypter/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-06 12:07:21 UTC (rev 115179)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
+# Contributor: lp76 <l.peduto at gmail.com>
+
+pkgname=gpg-crypter
+pkgver=0.4.1
+pkgrel=2
+pkgdesc="A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and libgpgme"
+arch=('i686' 'x86_64')
+url="http://gpg-crypter.sourceforge.net/"
+license=('GPL2')
+depends=('gtk3' 'gpgme')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f7e2b27bf4a27ecbb07bce9cd40d1c08477a3bd065ba7d1a75d1732e4bdc023')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/gpg-crypter.changelog
===================================================================
--- community-i686/gpg-crypter.changelog	2014-07-06 12:06:52 UTC (rev 115178)
+++ community-i686/gpg-crypter.changelog	2014-07-06 12:07:21 UTC (rev 115179)
@@ -1,2 +0,0 @@
-2012-11-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* gpg-crypter 0.4.1-1

Copied: gpg-crypter/repos/community-i686/gpg-crypter.changelog (from rev 115178, gpg-crypter/trunk/gpg-crypter.changelog)
===================================================================
--- community-i686/gpg-crypter.changelog	                        (rev 0)
+++ community-i686/gpg-crypter.changelog	2014-07-06 12:07:21 UTC (rev 115179)
@@ -0,0 +1,2 @@
+2012-11-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* gpg-crypter 0.4.1-1

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-06 12:06:52 UTC (rev 115178)
+++ community-x86_64/PKGBUILD	2014-07-06 12:07:21 UTC (rev 115179)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
-# Contributor: lp76 <l.peduto at gmail.com>
-
-pkgname=gpg-crypter
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and libgpgme"
-arch=('i686' 'x86_64')
-url="http://gpg-crypter.sourceforge.net/"
-license=('GPL2')
-depends=('gtk3' 'gpgme')
-makedepends=('intltool')
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('1f7e2b27bf4a27ecbb07bce9cd40d1c08477a3bd065ba7d1a75d1732e4bdc023')
-
-build() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  make DESTDIR=${pkgdir} install
-}

Copied: gpg-crypter/repos/community-x86_64/PKGBUILD (from rev 115178, gpg-crypter/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-06 12:07:21 UTC (rev 115179)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
+# Contributor: lp76 <l.peduto at gmail.com>
+
+pkgname=gpg-crypter
+pkgver=0.4.1
+pkgrel=2
+pkgdesc="A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and libgpgme"
+arch=('i686' 'x86_64')
+url="http://gpg-crypter.sourceforge.net/"
+license=('GPL2')
+depends=('gtk3' 'gpgme')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('1f7e2b27bf4a27ecbb07bce9cd40d1c08477a3bd065ba7d1a75d1732e4bdc023')
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: community-x86_64/gpg-crypter.changelog
===================================================================
--- community-x86_64/gpg-crypter.changelog	2014-07-06 12:06:52 UTC (rev 115178)
+++ community-x86_64/gpg-crypter.changelog	2014-07-06 12:07:21 UTC (rev 115179)
@@ -1,2 +0,0 @@
-2012-11-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* gpg-crypter 0.4.1-1

Copied: gpg-crypter/repos/community-x86_64/gpg-crypter.changelog (from rev 115178, gpg-crypter/trunk/gpg-crypter.changelog)
===================================================================
--- community-x86_64/gpg-crypter.changelog	                        (rev 0)
+++ community-x86_64/gpg-crypter.changelog	2014-07-06 12:07:21 UTC (rev 115179)
@@ -0,0 +1,2 @@
+2012-11-14 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* gpg-crypter 0.4.1-1




More information about the arch-commits mailing list