[arch-commits] Commit in tomoyo-tools/repos/community-x86_64 (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Fri Apr 5 10:24:39 UTC 2013


    Date: Friday, April 5, 2013 @ 12:24:39
  Author: spupykin
Revision: 87706

archrelease: copy trunk to community-x86_64

Added:
  tomoyo-tools/repos/community-x86_64/PKGBUILD
    (from rev 87705, tomoyo-tools/trunk/PKGBUILD)
  tomoyo-tools/repos/community-x86_64/tomoyo-tools.install
    (from rev 87705, tomoyo-tools/trunk/tomoyo-tools.install)
Deleted:
  tomoyo-tools/repos/community-x86_64/PKGBUILD
  tomoyo-tools/repos/community-x86_64/tomoyo-tools.install

----------------------+
 PKGBUILD             |   60 ++++++++++++++++++++++++-------------------------
 tomoyo-tools.install |   22 ++++++++---------
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-05 10:24:29 UTC (rev 87705)
+++ PKGBUILD	2013-04-05 10:24:39 UTC (rev 87706)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Jamie Nguyen <jamie AT tomoyolinux.co.uk>
-
-pkgname=tomoyo-tools
-_basever=2.5.0
-_timestamp=20130214
-_file=53357
-pkgver=${_basever}.${_timestamp}
-pkgrel=2
-pkgdesc='TOMOYO Linux userspace tools for Linux kernels >=3.2'
-arch=('i686' 'x86_64')
-url='http://tomoyo.sourceforge.jp'
-#url='http://sourceforge.jp/projects/tomoyo/releases/?package_id=9818'
-license=('GPL')
-depends=('ncurses' 'linux>=3.2')
-conflicts=('ccs-tools')
-install=tomoyo-tools.install
-source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/${_file}/${pkgname}-${_basever}-${_timestamp}.tar.gz")
-md5sums=('ffff6b531ed9ac32b01722a9cd749a2f')
-
-build() {
-  cd "${srcdir}/${pkgname}"
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  make INSTALLDIR="${pkgdir}" install
-}

Copied: tomoyo-tools/repos/community-x86_64/PKGBUILD (from rev 87705, tomoyo-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-04-05 10:24:39 UTC (rev 87706)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jamie Nguyen <jamie AT tomoyolinux.co.uk>
+
+pkgname=tomoyo-tools
+_basever=2.5.0
+_timestamp=20130214
+_file=53357
+pkgver=${_basever}.${_timestamp}
+pkgrel=2
+pkgdesc='TOMOYO Linux userspace tools for Linux kernels >=3.2'
+arch=('i686' 'x86_64')
+url='http://tomoyo.sourceforge.jp'
+#url='http://sourceforge.jp/projects/tomoyo/releases/?package_id=9818'
+license=('GPL')
+depends=('ncurses' 'linux>=3.2')
+conflicts=('ccs-tools')
+install=tomoyo-tools.install
+source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/${_file}/${pkgname}-${_basever}-${_timestamp}.tar.gz")
+md5sums=('ffff6b531ed9ac32b01722a9cd749a2f')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  make INSTALLDIR="${pkgdir}" install
+}

Deleted: tomoyo-tools.install
===================================================================
--- tomoyo-tools.install	2013-04-05 10:24:29 UTC (rev 87705)
+++ tomoyo-tools.install	2013-04-05 10:24:39 UTC (rev 87706)
@@ -1,11 +0,0 @@
-post_install () {
-  echo
-  echo " * To enable TOMOYO Linux, append 'security=tomoyo' to the kernel"
-  echo "   boot options and initialize policy with this command:"
-  echo "     /usr/lib/tomoyo/init_policy"
-  echo
-}
-
-post_upgrade () {
-    post_install $1
-}

Copied: tomoyo-tools/repos/community-x86_64/tomoyo-tools.install (from rev 87705, tomoyo-tools/trunk/tomoyo-tools.install)
===================================================================
--- tomoyo-tools.install	                        (rev 0)
+++ tomoyo-tools.install	2013-04-05 10:24:39 UTC (rev 87706)
@@ -0,0 +1,11 @@
+post_install () {
+  echo
+  echo " * To enable TOMOYO Linux, append 'security=tomoyo TOMOYO_trigger=/sbin/init' to the kernel"
+  echo "   boot options and initialize policy with this command:"
+  echo "     /usr/lib/tomoyo/init_policy"
+  echo
+}
+
+post_upgrade () {
+    post_install $1
+}




More information about the arch-commits mailing list