summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-14 03:52:55 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-14 03:52:55 +0000
commit7c266ff5a9e1f533fd8bd8c2fbbcc05df350dcd3 (patch)
treea65448ff1236d65a3fea9015e7cd01e6483eb282 /pcr
parent3d6877ee9ee7bba813a4b6be30a11d2b1942c656 (diff)
Mon Apr 14 03:47:31 UTC 2014
Diffstat (limited to 'pcr')
-rw-r--r--pcr/trytond-carrier/PKGBUILD25
-rw-r--r--pcr/trytond-product-price-list/PKGBUILD25
-rw-r--r--pcr/trytond-purchase/PKGBUILD25
-rw-r--r--pcr/trytond-sale-invoice-grouping/PKGBUILD25
-rw-r--r--pcr/trytond-sale-opportunity/PKGBUILD25
-rw-r--r--pcr/trytond-sale-price-list/PKGBUILD25
-rw-r--r--pcr/trytond-sale-shipment-cost/PKGBUILD25
-rw-r--r--pcr/trytond-sale-supply-drop-shipment/PKGBUILD25
-rw-r--r--pcr/trytond-sale-supply/PKGBUILD25
-rw-r--r--pcr/trytond-sale/PKGBUILD25
-rw-r--r--pcr/trytond-stock-supply/PKGBUILD25
11 files changed, 0 insertions, 275 deletions
diff --git a/pcr/trytond-carrier/PKGBUILD b/pcr/trytond-carrier/PKGBUILD
deleted file mode 100644
index c4827cac0..000000000
--- a/pcr/trytond-carrier/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-carrier
-_pkgname=trytond_carrier
-pkgver=3.0.0
-_pkgdir=3.0
-pkgrel=3
-pkgdesc="The carrier module of the Tryton application platform"
-arch=('any')
-url='http://www.tryton.org/'
-license=('GPL3')
-groups=('trytond-modules')
-depends=('trytond>=3.0' 'trytond-party>=3.0' 'trytond-product>=3.0')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("f1c0c88d3e3ab4f2955a252125090eb7")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-} \ No newline at end of file
diff --git a/pcr/trytond-product-price-list/PKGBUILD b/pcr/trytond-product-price-list/PKGBUILD
deleted file mode 100644
index bc55f3e7b..000000000
--- a/pcr/trytond-product-price-list/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-product-price-list
-_pkgname=trytond_product_price_list
-pkgver=3.0.0
-_pkgdir=3.0
-pkgrel=3
-pkgdesc="The product_price_list module of the Tryton application platform"
-arch=('any')
-url='http://www.tryton.org/'
-license=('GPL3')
-groups=('trytond-modules')
-depends=('trytond>=3.0' 'trytond-company>=3.0' 'trytond-product>=3.0')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("d220b8f8693368fe17688ddeda92aaa8")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-} \ No newline at end of file
diff --git a/pcr/trytond-purchase/PKGBUILD b/pcr/trytond-purchase/PKGBUILD
deleted file mode 100644
index 5b0042cb0..000000000
--- a/pcr/trytond-purchase/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-purchase
-_pkgname=trytond_purchase
-pkgver=3.0.0
-_pkgdir=3.0
-pkgrel=3
-pkgdesc="The purchase module of the Tryton application platform"
-arch=('any')
-url='http://www.tryton.org/'
-license=('GPL3')
-groups=('trytond-modules')
-depends=('trytond>=3.0' 'trytond-account>=3.0' 'trytond-account-invoice>=3.0' 'trytond-account-product>=3.0' 'trytond-company>=3.0' 'trytond-currency>=3.0' 'trytond-party>=3.0' 'trytond-product>=3.0' 'trytond-stock>=3.0')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("83da5c8fce0588ca6077e1adb21d15d9")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-} \ No newline at end of file
diff --git a/pcr/trytond-sale-invoice-grouping/PKGBUILD b/pcr/trytond-sale-invoice-grouping/PKGBUILD
deleted file mode 100644
index 8606d43e2..000000000
--- a/pcr/trytond-sale-invoice-grouping/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-sale-invoice-grouping
-_pkgname=trytond_sale_invoice_grouping
-pkgver=3.0.1
-_pkgdir=3.0
-pkgrel=2
-pkgdesc="The sale_invoice_grouping module of the Tryton application platform"
-arch=('any')
-url='http://www.tryton.org/'
-license=('GPL3')
-groups=('trytond-modules')
-depends=('trytond>=3.0' 'trytond-party>=3.0' 'trytond-account-invoice>=3.0' 'trytond-sale>=3.0')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("aef313cc4465536e7c4c925514bbdc3f")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-} \ No newline at end of file
diff --git a/pcr/trytond-sale-opportunity/PKGBUILD b/pcr/trytond-sale-opportunity/PKGBUILD
deleted file mode 100644
index c2702eb4b..000000000
--- a/pcr/trytond-sale-opportunity/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-sale-opportunity
-_pkgname=trytond_sale_opportunity
-pkgver=3.0.0
-_pkgdir=3.0
-pkgrel=3
-pkgdesc="The sale_opportunity module of the Tryton application platform"
-arch=('any')
-url='http://www.tryton.org/'
-license=('GPL3')
-groups=('trytond-modules')
-depends=('trytond>=3.0' 'trytond-account>=3.0' 'trytond-company>=3.0' 'trytond-currency>=3.0' 'trytond-party>=3.0' 'trytond-product>=3.0' 'trytond-sale>=3.0' 'trytond-stock>=3.0')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("08a104e969fa638f265e427260756dfd")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-} \ No newline at end of file
diff --git a/pcr/trytond-sale-price-list/PKGBUILD b/pcr/trytond-sale-price-list/PKGBUILD
deleted file mode 100644
index f0d501e9a..000000000
--- a/pcr/trytond-sale-price-list/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-sale-price-list
-_pkgname=trytond_sale_price_list
-pkgver=3.0.0
-_pkgdir=3.0
-pkgrel=3
-pkgdesc="The sale_price_list module of the Tryton application platform"
-arch=('any')
-url='http://www.tryton.org/'
-license=('GPL3')
-groups=('trytond-modules')
-depends=('trytond>=3.0' 'trytond-party>=3.0' 'trytond-product-price-list>=3.0' 'trytond-sale>=3.0')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("aad1178622b585285bd24964926a1326")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-} \ No newline at end of file
diff --git a/pcr/trytond-sale-shipment-cost/PKGBUILD b/pcr/trytond-sale-shipment-cost/PKGBUILD
deleted file mode 100644
index 723ebfc11..000000000
--- a/pcr/trytond-sale-shipment-cost/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-sale-shipment-cost
-_pkgname=trytond_sale_shipment_cost
-pkgver=3.0.0
-_pkgdir=3.0
-pkgrel=3
-pkgdesc="The sale_shipment_cost module of the Tryton application platform"
-arch=('any')
-url='http://www.tryton.org/'
-license=('GPL3')
-groups=('trytond-modules')
-depends=('trytond>=3.0' 'trytond-account-invoice>=3.0' 'trytond-carrier>=3.0' 'trytond-currency>=3.0' 'trytond-sale>=3.0' 'trytond-stock>=3.0')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("031f6c3decc0f8918527b324c3674238")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-} \ No newline at end of file
diff --git a/pcr/trytond-sale-supply-drop-shipment/PKGBUILD b/pcr/trytond-sale-supply-drop-shipment/PKGBUILD
deleted file mode 100644
index 2c8acf5e5..000000000
--- a/pcr/trytond-sale-supply-drop-shipment/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-sale-supply-drop-shipment
-_pkgname=trytond_sale_supply_drop_shipment
-pkgver=3.0.0
-_pkgdir=3.0
-pkgrel=3
-pkgdesc="The sale_supply_drop_shipment module of the Tryton application platform"
-arch=('any')
-url='http://www.tryton.org/'
-license=('GPL3')
-groups=('trytond-modules')
-depends=('trytond>=3.0' 'trytond-company>=3.0' 'trytond-purchase>=3.0' 'trytond-sale>=3.0' 'trytond-sale-supply>=3.0' 'trytond-stock>=3.0')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("3c7ace69223264f6a06ee2a5393bdb3e")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-} \ No newline at end of file
diff --git a/pcr/trytond-sale-supply/PKGBUILD b/pcr/trytond-sale-supply/PKGBUILD
deleted file mode 100644
index 031c2ca85..000000000
--- a/pcr/trytond-sale-supply/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-sale-supply
-_pkgname=trytond_sale_supply
-pkgver=3.0.0
-_pkgdir=3.0
-pkgrel=3
-pkgdesc="The sale_supply module of the Tryton application platform"
-arch=('any')
-url='http://www.tryton.org/'
-license=('GPL3')
-groups=('trytond-modules')
-depends=('trytond>=3.0' 'trytond-purchase>=3.0' 'trytond-sale>=3.0' 'trytond-stock>=3.0' 'trytond-stock-supply>=3.0')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("806c0c542375cd2f9883352c544b2411")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-} \ No newline at end of file
diff --git a/pcr/trytond-sale/PKGBUILD b/pcr/trytond-sale/PKGBUILD
deleted file mode 100644
index f6ac99044..000000000
--- a/pcr/trytond-sale/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-sale
-_pkgname=trytond_sale
-pkgver=3.0.0
-_pkgdir=3.0
-pkgrel=3
-pkgdesc="The sale module of the Tryton application platform"
-arch=('any')
-url='http://www.tryton.org/'
-license=('GPL3')
-groups=('trytond-modules')
-depends=('trytond>=3.0' 'trytond-account>=3.0' 'trytond-account-invoice>=3.0' 'trytond-account-product>=3.0' 'trytond-company>=3.0' 'trytond-currency>=3.0' 'trytond-party>=3.0' 'trytond-product>=3.0' 'trytond-stock>=3.0')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("87b25a8af9d592a903a071031bd5f2e9")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-} \ No newline at end of file
diff --git a/pcr/trytond-stock-supply/PKGBUILD b/pcr/trytond-stock-supply/PKGBUILD
deleted file mode 100644
index 6f65cfc8d..000000000
--- a/pcr/trytond-stock-supply/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-stock-supply
-_pkgname=trytond_stock_supply
-pkgver=3.0.0
-_pkgdir=3.0
-pkgrel=3
-pkgdesc="The stock_supply module of the Tryton application platform"
-arch=('any')
-url='http://www.tryton.org/'
-license=('GPL3')
-groups=('trytond-modules')
-depends=('trytond>=3.0' 'trytond-account>=3.0' 'trytond-party>=3.0' 'trytond-product>=3.0' 'trytond-purchase>=3.0' 'trytond-stock>=3.0')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("19b178ba0b6d42cc64e09577113edf88")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-} \ No newline at end of file