[arch-commits] Commit in delegate/repos (12 files)
Sergej Pupykin
spupykin at archlinux.org
Thu Feb 12 12:14:02 UTC 2015
Date: Thursday, February 12, 2015 @ 13:14:02
Author: spupykin
Revision: 127604
archrelease: copy trunk to community-i686, community-x86_64
Added:
delegate/repos/community-i686/ChangeLog
(from rev 127603, delegate/trunk/ChangeLog)
delegate/repos/community-i686/PKGBUILD
(from rev 127603, delegate/trunk/PKGBUILD)
delegate/repos/community-i686/delegate.install
(from rev 127603, delegate/trunk/delegate.install)
delegate/repos/community-x86_64/ChangeLog
(from rev 127603, delegate/trunk/ChangeLog)
delegate/repos/community-x86_64/PKGBUILD
(from rev 127603, delegate/trunk/PKGBUILD)
delegate/repos/community-x86_64/delegate.install
(from rev 127603, delegate/trunk/delegate.install)
Deleted:
delegate/repos/community-i686/ChangeLog
delegate/repos/community-i686/PKGBUILD
delegate/repos/community-i686/delegate.install
delegate/repos/community-x86_64/ChangeLog
delegate/repos/community-x86_64/PKGBUILD
delegate/repos/community-x86_64/delegate.install
-----------------------------------+
/ChangeLog | 6 +++
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++++++
/delegate.install | 12 ++++++
community-i686/ChangeLog | 3 -
community-i686/PKGBUILD | 35 ------------------
community-i686/delegate.install | 6 ---
community-x86_64/ChangeLog | 3 -
community-x86_64/PKGBUILD | 35 ------------------
community-x86_64/delegate.install | 6 ---
9 files changed, 88 insertions(+), 88 deletions(-)
Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog 2015-02-12 12:13:43 UTC (rev 127603)
+++ community-i686/ChangeLog 2015-02-12 12:14:02 UTC (rev 127604)
@@ -1,3 +0,0 @@
-2007-07-02 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-
Copied: delegate/repos/community-i686/ChangeLog (from rev 127603, delegate/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog (rev 0)
+++ community-i686/ChangeLog 2015-02-12 12:14:02 UTC (rev 127604)
@@ -0,0 +1,3 @@
+2007-07-02 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-02-12 12:13:43 UTC (rev 127603)
+++ community-i686/PKGBUILD 2015-02-12 12:14:02 UTC (rev 127604)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=delegate
-pkgver=9.9.8
-pkgrel=1
-pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface"
-arch=('i686' 'x86_64')
-url="http://www.delegate.org/"
-license=('GPL')
-depends=('pam')
-options=(!strip)
-install=delegate.install
-source=(ftp://ftp:ps790809%40inbox%2Eru@ftp.delegate.org/pub/DeleGate/delegate$pkgver.tar.gz)
-md5sums=('db78957f3a8183a4df6cd047984d5900')
-
-build() {
- cd $srcdir/$pkgname$pkgver
- make ADMIN="root at localhost"
-}
-
-package() {
- cd $srcdir/$pkgname$pkgver
-
- install -D -m0755 src/delegated $pkgdir/usr/bin/delegated
-
- install -D -m0755 subin/dgbind $pkgdir/usr/bin/dgbind
- install -D -m0755 subin/dgchroot $pkgdir/usr/bin/dgchroot
- install -D -m0755 subin/dgcpnod $pkgdir/usr/bin/dgcpnod
- install -D -m0755 subin/dgpam $pkgdir/usr/bin/dgpam
-
- install -D -m0644 doc/Manual.htm $pkgdir/usr/share/delegate/manual.htm
- install -D -m0644 doc/tutor-en.htm $pkgdir/usr/share/delegate/tutor-en.htm
-}
Copied: delegate/repos/community-i686/PKGBUILD (from rev 127603, delegate/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-12 12:14:02 UTC (rev 127604)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=delegate
+pkgver=9.9.13
+pkgrel=1
+pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface"
+arch=('i686' 'x86_64')
+url="http://www.delegate.org/"
+license=('GPL')
+depends=('pam')
+options=(!strip)
+install=delegate.install
+source=(ftp://ftp:ps790809%40inbox%2Eru@ftp.delegate.org/pub/DeleGate/delegate$pkgver.tar.gz)
+md5sums=('b617959aa785b751a6292dad7487c722')
+
+build() {
+ cd $srcdir/$pkgname$pkgver
+ make ADMIN="root at localhost"
+}
+
+package() {
+ cd $srcdir/$pkgname$pkgver
+
+ install -D -m0755 src/delegated $pkgdir/usr/bin/delegated
+
+ install -D -m0755 subin/dgbind $pkgdir/usr/bin/dgbind
+ install -D -m0755 subin/dgchroot $pkgdir/usr/bin/dgchroot
+ install -D -m0755 subin/dgcpnod $pkgdir/usr/bin/dgcpnod
+ install -D -m0755 subin/dgpam $pkgdir/usr/bin/dgpam
+
+ install -D -m0644 doc/Manual.htm $pkgdir/usr/share/delegate/manual.htm
+ install -D -m0644 doc/tutor-en.htm $pkgdir/usr/share/delegate/tutor-en.htm
+}
Deleted: community-i686/delegate.install
===================================================================
--- community-i686/delegate.install 2015-02-12 12:13:43 UTC (rev 127603)
+++ community-i686/delegate.install 2015-02-12 12:14:02 UTC (rev 127604)
@@ -1,6 +0,0 @@
-post_install() {
- echo "--"
- echo "-- Delegate supports too many protocols, so I did not write any rc-script"
- echo "-- Please read documentation in /usr/share/delegate/"
- echo "--"
-}
Copied: delegate/repos/community-i686/delegate.install (from rev 127603, delegate/trunk/delegate.install)
===================================================================
--- community-i686/delegate.install (rev 0)
+++ community-i686/delegate.install 2015-02-12 12:14:02 UTC (rev 127604)
@@ -0,0 +1,6 @@
+post_install() {
+ echo "--"
+ echo "-- Delegate supports too many protocols, so I did not write any rc-script"
+ echo "-- Please read documentation in /usr/share/delegate/"
+ echo "--"
+}
Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog 2015-02-12 12:13:43 UTC (rev 127603)
+++ community-x86_64/ChangeLog 2015-02-12 12:14:02 UTC (rev 127604)
@@ -1,3 +0,0 @@
-2007-07-02 tardo <tardo at nagi-fanboi.net>
-* Built for x86_64
-
Copied: delegate/repos/community-x86_64/ChangeLog (from rev 127603, delegate/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog (rev 0)
+++ community-x86_64/ChangeLog 2015-02-12 12:14:02 UTC (rev 127604)
@@ -0,0 +1,3 @@
+2007-07-02 tardo <tardo at nagi-fanboi.net>
+* Built for x86_64
+
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-02-12 12:13:43 UTC (rev 127603)
+++ community-x86_64/PKGBUILD 2015-02-12 12:14:02 UTC (rev 127604)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=delegate
-pkgver=9.9.8
-pkgrel=1
-pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface"
-arch=('i686' 'x86_64')
-url="http://www.delegate.org/"
-license=('GPL')
-depends=('pam')
-options=(!strip)
-install=delegate.install
-source=(ftp://ftp:ps790809%40inbox%2Eru@ftp.delegate.org/pub/DeleGate/delegate$pkgver.tar.gz)
-md5sums=('db78957f3a8183a4df6cd047984d5900')
-
-build() {
- cd $srcdir/$pkgname$pkgver
- make ADMIN="root at localhost"
-}
-
-package() {
- cd $srcdir/$pkgname$pkgver
-
- install -D -m0755 src/delegated $pkgdir/usr/bin/delegated
-
- install -D -m0755 subin/dgbind $pkgdir/usr/bin/dgbind
- install -D -m0755 subin/dgchroot $pkgdir/usr/bin/dgchroot
- install -D -m0755 subin/dgcpnod $pkgdir/usr/bin/dgcpnod
- install -D -m0755 subin/dgpam $pkgdir/usr/bin/dgpam
-
- install -D -m0644 doc/Manual.htm $pkgdir/usr/share/delegate/manual.htm
- install -D -m0644 doc/tutor-en.htm $pkgdir/usr/share/delegate/tutor-en.htm
-}
Copied: delegate/repos/community-x86_64/PKGBUILD (from rev 127603, delegate/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-12 12:14:02 UTC (rev 127604)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=delegate
+pkgver=9.9.13
+pkgrel=1
+pkgdesc="Caching and converting multyprotocol proxy. For example, you may use it as NNTP web interface"
+arch=('i686' 'x86_64')
+url="http://www.delegate.org/"
+license=('GPL')
+depends=('pam')
+options=(!strip)
+install=delegate.install
+source=(ftp://ftp:ps790809%40inbox%2Eru@ftp.delegate.org/pub/DeleGate/delegate$pkgver.tar.gz)
+md5sums=('b617959aa785b751a6292dad7487c722')
+
+build() {
+ cd $srcdir/$pkgname$pkgver
+ make ADMIN="root at localhost"
+}
+
+package() {
+ cd $srcdir/$pkgname$pkgver
+
+ install -D -m0755 src/delegated $pkgdir/usr/bin/delegated
+
+ install -D -m0755 subin/dgbind $pkgdir/usr/bin/dgbind
+ install -D -m0755 subin/dgchroot $pkgdir/usr/bin/dgchroot
+ install -D -m0755 subin/dgcpnod $pkgdir/usr/bin/dgcpnod
+ install -D -m0755 subin/dgpam $pkgdir/usr/bin/dgpam
+
+ install -D -m0644 doc/Manual.htm $pkgdir/usr/share/delegate/manual.htm
+ install -D -m0644 doc/tutor-en.htm $pkgdir/usr/share/delegate/tutor-en.htm
+}
Deleted: community-x86_64/delegate.install
===================================================================
--- community-x86_64/delegate.install 2015-02-12 12:13:43 UTC (rev 127603)
+++ community-x86_64/delegate.install 2015-02-12 12:14:02 UTC (rev 127604)
@@ -1,6 +0,0 @@
-post_install() {
- echo "--"
- echo "-- Delegate supports too many protocols, so I did not write any rc-script"
- echo "-- Please read documentation in /usr/share/delegate/"
- echo "--"
-}
Copied: delegate/repos/community-x86_64/delegate.install (from rev 127603, delegate/trunk/delegate.install)
===================================================================
--- community-x86_64/delegate.install (rev 0)
+++ community-x86_64/delegate.install 2015-02-12 12:14:02 UTC (rev 127604)
@@ -0,0 +1,6 @@
+post_install() {
+ echo "--"
+ echo "-- Delegate supports too many protocols, so I did not write any rc-script"
+ echo "-- Please read documentation in /usr/share/delegate/"
+ echo "--"
+}
More information about the arch-commits
mailing list