[arch-commits] Commit in tomoyo-tools/repos (8 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Fri Feb 15 10:11:37 UTC 2013
Date: Friday, February 15, 2013 @ 11:11:37
Author: spupykin
Revision: 84271
archrelease: copy trunk to community-i686, community-x86_64
Added:
tomoyo-tools/repos/community-i686/PKGBUILD
(from rev 84270, tomoyo-tools/trunk/PKGBUILD)
tomoyo-tools/repos/community-i686/tomoyo-tools.install
(from rev 84270, tomoyo-tools/trunk/tomoyo-tools.install)
tomoyo-tools/repos/community-x86_64/PKGBUILD
(from rev 84270, tomoyo-tools/trunk/PKGBUILD)
tomoyo-tools/repos/community-x86_64/tomoyo-tools.install
(from rev 84270, tomoyo-tools/trunk/tomoyo-tools.install)
Deleted:
tomoyo-tools/repos/community-i686/PKGBUILD
tomoyo-tools/repos/community-i686/tomoyo-tools.install
tomoyo-tools/repos/community-x86_64/PKGBUILD
tomoyo-tools/repos/community-x86_64/tomoyo-tools.install
---------------------------------------+
community-i686/PKGBUILD | 60 ++++++++++++++++----------------
community-i686/tomoyo-tools.install | 22 +++++------
community-x86_64/PKGBUILD | 60 ++++++++++++++++----------------
community-x86_64/tomoyo-tools.install | 22 +++++------
4 files changed, 82 insertions(+), 82 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-02-15 10:11:20 UTC (rev 84270)
+++ community-i686/PKGBUILD 2013-02-15 10:11:37 UTC (rev 84271)
@@ -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=20120805
-_file=53357
-pkgver=${_basever}.${_timestamp}
-pkgrel=1
-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')
-conflicts=('ccs-tools')
-install=tomoyo-tools.install
-source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/${_file}/${pkgname}-${_basever}-${_timestamp}.tar.gz")
-md5sums=('cccc7cb7f9492dc53063065f7ccf7b21')
-
-build() {
- cd "${srcdir}/${pkgname}"
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}"
- make INSTALLDIR="${pkgdir}" install
-}
Copied: tomoyo-tools/repos/community-i686/PKGBUILD (from rev 84270, tomoyo-tools/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-15 10:11:37 UTC (rev 84271)
@@ -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=1
+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')
+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: community-i686/tomoyo-tools.install
===================================================================
--- community-i686/tomoyo-tools.install 2013-02-15 10:11:20 UTC (rev 84270)
+++ community-i686/tomoyo-tools.install 2013-02-15 10:11:37 UTC (rev 84271)
@@ -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-i686/tomoyo-tools.install (from rev 84270, tomoyo-tools/trunk/tomoyo-tools.install)
===================================================================
--- community-i686/tomoyo-tools.install (rev 0)
+++ community-i686/tomoyo-tools.install 2013-02-15 10:11:37 UTC (rev 84271)
@@ -0,0 +1,11 @@
+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
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-02-15 10:11:20 UTC (rev 84270)
+++ community-x86_64/PKGBUILD 2013-02-15 10:11:37 UTC (rev 84271)
@@ -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=20120805
-_file=53357
-pkgver=${_basever}.${_timestamp}
-pkgrel=1
-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')
-conflicts=('ccs-tools')
-install=tomoyo-tools.install
-source=("http://sourceforge.jp/frs/redir.php?f=/tomoyo/${_file}/${pkgname}-${_basever}-${_timestamp}.tar.gz")
-md5sums=('cccc7cb7f9492dc53063065f7ccf7b21')
-
-build() {
- cd "${srcdir}/${pkgname}"
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}"
- make INSTALLDIR="${pkgdir}" install
-}
Copied: tomoyo-tools/repos/community-x86_64/PKGBUILD (from rev 84270, tomoyo-tools/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-02-15 10:11:37 UTC (rev 84271)
@@ -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=1
+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')
+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: community-x86_64/tomoyo-tools.install
===================================================================
--- community-x86_64/tomoyo-tools.install 2013-02-15 10:11:20 UTC (rev 84270)
+++ community-x86_64/tomoyo-tools.install 2013-02-15 10:11:37 UTC (rev 84271)
@@ -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 84270, tomoyo-tools/trunk/tomoyo-tools.install)
===================================================================
--- community-x86_64/tomoyo-tools.install (rev 0)
+++ community-x86_64/tomoyo-tools.install 2013-02-15 10:11:37 UTC (rev 84271)
@@ -0,0 +1,11 @@
+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
+}
More information about the arch-commits
mailing list