Date: Tuesday, July 1, 2014 @ 16:53:00
  Author: spupykin
Revision: 114360

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

Added:
  python2-cheetah/repos/community-i686/Changelog
    (from rev 114359, python2-cheetah/trunk/Changelog)
  python2-cheetah/repos/community-i686/PKGBUILD
    (from rev 114359, python2-cheetah/trunk/PKGBUILD)
  python2-cheetah/repos/community-x86_64/Changelog
    (from rev 114359, python2-cheetah/trunk/Changelog)
  python2-cheetah/repos/community-x86_64/PKGBUILD
    (from rev 114359, python2-cheetah/trunk/PKGBUILD)
Deleted:
  python2-cheetah/repos/community-i686/Changelog
  python2-cheetah/repos/community-i686/PKGBUILD
  python2-cheetah/repos/community-x86_64/Changelog
  python2-cheetah/repos/community-x86_64/PKGBUILD

----------------------------+
 /Changelog                 |   24 +++++++++++++++
 /PKGBUILD                  |   66 +++++++++++++++++++++++++++++++++++++++++++
 community-i686/Changelog   |   12 -------
 community-i686/PKGBUILD    |   33 ---------------------
 community-x86_64/Changelog |   12 -------
 community-x86_64/PKGBUILD  |   33 ---------------------
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/Changelog
===================================================================
--- community-i686/Changelog    2014-07-01 14:52:48 UTC (rev 114359)
+++ community-i686/Changelog    2014-07-01 14:53:00 UTC (rev 114360)
@@ -1,12 +0,0 @@
-2012-03-25 Julien Nicoulaud <[email protected]>
-
-       * 2.4.4-5 :
-       Change dependency on 'python-markdown' to 'python2-markdown' since
-    FS#28265 is solved.
-
-2012-01-31 Julien Nicoulaud <[email protected]>
-
-       * 2.4.4-4 :
-       Add changelog.
-       Remove unneeded shebang modification.
-

Copied: python2-cheetah/repos/community-i686/Changelog (from rev 114359, 
python2-cheetah/trunk/Changelog)
===================================================================
--- community-i686/Changelog                            (rev 0)
+++ community-i686/Changelog    2014-07-01 14:53:00 UTC (rev 114360)
@@ -0,0 +1,12 @@
+2012-03-25 Julien Nicoulaud <[email protected]>
+
+       * 2.4.4-5 :
+       Change dependency on 'python-markdown' to 'python2-markdown' since
+    FS#28265 is solved.
+
+2012-01-31 Julien Nicoulaud <[email protected]>
+
+       * 2.4.4-4 :
+       Add changelog.
+       Remove unneeded shebang modification.
+

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2014-07-01 14:52:48 UTC (rev 114359)
+++ community-i686/PKGBUILD     2014-07-01 14:53:00 UTC (rev 114360)
@@ -1,33 +0,0 @@
-# Maintainer: Julien Nicoulaud <[email protected]>
-# Contributor: James Rayner <[email protected]>
-# Contributor: Todd Maynard <[email protected]>
-# Source: https://github.com/nicoulaj/archlinux-packages
-pkgname=python2-cheetah
-pkgver=2.4.4
-pkgrel=5
-pkgdesc="A Python-powered template engine and code generator"
-arch=(i686 x86_64)
-url="http://www.cheetahtemplate.org";
-license=(custom)
-depends=(python2 python2-markdown)
-makedepends=(python2-distribute)
-optdepends=('python2-pygments: for the CodeHighlighter filter')
-provides=(cheetah python-cheetah)
-conflicts=(cheetah python-cheetah)
-changelog=Changelog
-source=(http://pypi.python.org/packages/source/C/Cheetah/Cheetah-${pkgver}.tar.gz)
-md5sums=('853917116e731afbc8c8a43c37e6ddba')
-
-build() {
-  cd "${srcdir}/Cheetah-${pkgver}"
-  python2 setup.py build
-}
-
-package() {
-  msg "Install..."
-  cd "${srcdir}/Cheetah-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" || return 1
-
-  msg2 "Install copyright resources in /usr/share/licenses/${pkgname}..."
-  install -Dm644 "${srcdir}/Cheetah-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python2-cheetah/repos/community-i686/PKGBUILD (from rev 114359, 
python2-cheetah/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-07-01 14:53:00 UTC (rev 114360)
@@ -0,0 +1,33 @@
+# Maintainer: Julien Nicoulaud <[email protected]>
+# Contributor: James Rayner <[email protected]>
+# Contributor: Todd Maynard <[email protected]>
+# Source: https://github.com/nicoulaj/archlinux-packages
+pkgname=python2-cheetah
+pkgver=2.4.4
+pkgrel=6
+pkgdesc="A Python-powered template engine and code generator"
+arch=(i686 x86_64)
+url="http://www.cheetahtemplate.org";
+license=(custom)
+depends=(python2 python2-markdown)
+makedepends=(python2-distribute)
+optdepends=('python2-pygments: for the CodeHighlighter filter')
+provides=(cheetah python-cheetah)
+conflicts=(cheetah python-cheetah)
+changelog=Changelog
+source=(http://pypi.python.org/packages/source/C/Cheetah/Cheetah-${pkgver}.tar.gz)
+md5sums=('853917116e731afbc8c8a43c37e6ddba')
+
+build() {
+  cd "${srcdir}/Cheetah-${pkgver}"
+  python2 setup.py build
+}
+
+package() {
+  msg "Install..."
+  cd "${srcdir}/Cheetah-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" || return 1
+
+  msg2 "Install copyright resources in /usr/share/licenses/${pkgname}..."
+  install -Dm644 "${srcdir}/Cheetah-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/Changelog
===================================================================
--- community-x86_64/Changelog  2014-07-01 14:52:48 UTC (rev 114359)
+++ community-x86_64/Changelog  2014-07-01 14:53:00 UTC (rev 114360)
@@ -1,12 +0,0 @@
-2012-03-25 Julien Nicoulaud <[email protected]>
-
-       * 2.4.4-5 :
-       Change dependency on 'python-markdown' to 'python2-markdown' since
-    FS#28265 is solved.
-
-2012-01-31 Julien Nicoulaud <[email protected]>
-
-       * 2.4.4-4 :
-       Add changelog.
-       Remove unneeded shebang modification.
-

Copied: python2-cheetah/repos/community-x86_64/Changelog (from rev 114359, 
python2-cheetah/trunk/Changelog)
===================================================================
--- community-x86_64/Changelog                          (rev 0)
+++ community-x86_64/Changelog  2014-07-01 14:53:00 UTC (rev 114360)
@@ -0,0 +1,12 @@
+2012-03-25 Julien Nicoulaud <[email protected]>
+
+       * 2.4.4-5 :
+       Change dependency on 'python-markdown' to 'python2-markdown' since
+    FS#28265 is solved.
+
+2012-01-31 Julien Nicoulaud <[email protected]>
+
+       * 2.4.4-4 :
+       Add changelog.
+       Remove unneeded shebang modification.
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2014-07-01 14:52:48 UTC (rev 114359)
+++ community-x86_64/PKGBUILD   2014-07-01 14:53:00 UTC (rev 114360)
@@ -1,33 +0,0 @@
-# Maintainer: Julien Nicoulaud <[email protected]>
-# Contributor: James Rayner <[email protected]>
-# Contributor: Todd Maynard <[email protected]>
-# Source: https://github.com/nicoulaj/archlinux-packages
-pkgname=python2-cheetah
-pkgver=2.4.4
-pkgrel=5
-pkgdesc="A Python-powered template engine and code generator"
-arch=(i686 x86_64)
-url="http://www.cheetahtemplate.org";
-license=(custom)
-depends=(python2 python2-markdown)
-makedepends=(python2-distribute)
-optdepends=('python2-pygments: for the CodeHighlighter filter')
-provides=(cheetah python-cheetah)
-conflicts=(cheetah python-cheetah)
-changelog=Changelog
-source=(http://pypi.python.org/packages/source/C/Cheetah/Cheetah-${pkgver}.tar.gz)
-md5sums=('853917116e731afbc8c8a43c37e6ddba')
-
-build() {
-  cd "${srcdir}/Cheetah-${pkgver}"
-  python2 setup.py build
-}
-
-package() {
-  msg "Install..."
-  cd "${srcdir}/Cheetah-${pkgver}"
-  python2 setup.py install --root="${pkgdir}" || return 1
-
-  msg2 "Install copyright resources in /usr/share/licenses/${pkgname}..."
-  install -Dm644 "${srcdir}/Cheetah-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python2-cheetah/repos/community-x86_64/PKGBUILD (from rev 114359, 
python2-cheetah/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-01 14:53:00 UTC (rev 114360)
@@ -0,0 +1,33 @@
+# Maintainer: Julien Nicoulaud <[email protected]>
+# Contributor: James Rayner <[email protected]>
+# Contributor: Todd Maynard <[email protected]>
+# Source: https://github.com/nicoulaj/archlinux-packages
+pkgname=python2-cheetah
+pkgver=2.4.4
+pkgrel=6
+pkgdesc="A Python-powered template engine and code generator"
+arch=(i686 x86_64)
+url="http://www.cheetahtemplate.org";
+license=(custom)
+depends=(python2 python2-markdown)
+makedepends=(python2-distribute)
+optdepends=('python2-pygments: for the CodeHighlighter filter')
+provides=(cheetah python-cheetah)
+conflicts=(cheetah python-cheetah)
+changelog=Changelog
+source=(http://pypi.python.org/packages/source/C/Cheetah/Cheetah-${pkgver}.tar.gz)
+md5sums=('853917116e731afbc8c8a43c37e6ddba')
+
+build() {
+  cd "${srcdir}/Cheetah-${pkgver}"
+  python2 setup.py build
+}
+
+package() {
+  msg "Install..."
+  cd "${srcdir}/Cheetah-${pkgver}"
+  python2 setup.py install --root="${pkgdir}" || return 1
+
+  msg2 "Install copyright resources in /usr/share/licenses/${pkgname}..."
+  install -Dm644 "${srcdir}/Cheetah-${pkgver}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Reply via email to