[arch-commits] Commit in cjc/repos/community-any (4 files)
Jaroslav Lichtblau
jlichtblau at nymeria.archlinux.org
Sat Jul 5 17:51:05 UTC 2014
Date: Saturday, July 5, 2014 @ 19:51:04
Author: jlichtblau
Revision: 115142
archrelease: copy trunk to community-any
Added:
cjc/repos/community-any/PKGBUILD
(from rev 115141, cjc/trunk/PKGBUILD)
cjc/repos/community-any/cjc.changelog
(from rev 115141, cjc/trunk/cjc.changelog)
Deleted:
cjc/repos/community-any/PKGBUILD
cjc/repos/community-any/cjc.changelog
---------------+
PKGBUILD | 58 ++++++++++++++++++++++++++++----------------------------
cjc.changelog | 29 +++++++++++++++-------------
2 files changed, 45 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-05 17:50:58 UTC (rev 115141)
+++ PKGBUILD 2014-07-05 17:51:04 UTC (rev 115142)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Jeff Mickey <j at codemac.net>
-
-pkgname=cjc
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="Jabber client with text-based user interface resembling those known from popular IRC clients"
-arch=('any')
-url="http://cjc.jajcus.net/"
-license=('GPL')
-depends=('python2-pyxmpp')
-changelog=$pkgname.changelog
-source=(http://cjc.jajcus.net/downloads/$pkgname-$pkgver.tar.gz)
-sha256sums=('8dcfb6969576b16d4ee6d8191751dea118dd9fd9efdba6ce524a6dcfb9196606')
-
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- # python2 fix
- sed -i 's_python_python2_' Makefile
- for file in $(find . -name '*.py' -print) cjc.in; do
- sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
- sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
- done
-
- sed -r 's@/usr/local@/usr at g' -i Makefile
- make DESTDIR=${pkgdir} install
-}
Copied: cjc/repos/community-any/PKGBUILD (from rev 115141, cjc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-07-05 17:51:04 UTC (rev 115142)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Jeff Mickey <j at codemac.net>
+
+pkgname=cjc
+pkgver=1.2.1
+pkgrel=3
+pkgdesc="Jabber client with text-based user interface resembling those known from popular IRC clients"
+arch=('any')
+url="http://cjc.jajcus.net/"
+license=('GPL')
+depends=('python2-pyxmpp')
+changelog=$pkgname.changelog
+source=(http://cjc.jajcus.net/downloads/$pkgname-$pkgver.tar.gz)
+sha256sums=('8dcfb6969576b16d4ee6d8191751dea118dd9fd9efdba6ce524a6dcfb9196606')
+
+package() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ # python2 fix
+ sed -i 's_python_python2_' Makefile
+ for file in $(find . -name '*.py' -print) cjc.in; do
+ sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+ sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+ done
+
+ sed -r 's@/usr/local@/usr at g' -i Makefile
+ make DESTDIR="${pkgdir}" install
+}
Deleted: cjc.changelog
===================================================================
--- cjc.changelog 2014-07-05 17:50:58 UTC (rev 115141)
+++ cjc.changelog 2014-07-05 17:51:04 UTC (rev 115142)
@@ -1,13 +0,0 @@
-2013-02-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * cjc 1.2.1-2 Clean-up $pkgdir usage rebuild
-
-2010-10-23 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * cjc 1.2.1-1
-
-2010-05-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
- * Update to major release 1.2.0
- * Change to 'any' architecture
-
-2007-07-02 tardo <tardo at nagi-fanboi.net>
- * Built for x86_64
-
Copied: cjc/repos/community-any/cjc.changelog (from rev 115141, cjc/trunk/cjc.changelog)
===================================================================
--- cjc.changelog (rev 0)
+++ cjc.changelog 2014-07-05 17:51:04 UTC (rev 115142)
@@ -0,0 +1,16 @@
+2014-07-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * cjc 1.2.1-3 mtree rebuild
+
+2013-02-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * cjc 1.2.1-2 Clean-up $pkgdir usage rebuild
+
+2010-10-23 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * cjc 1.2.1-1
+
+2010-05-15 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * Update to major release 1.2.0
+ * Change to 'any' architecture
+
+2007-07-02 tardo <tardo at nagi-fanboi.net>
+ * Built for x86_64
+
More information about the arch-commits
mailing list