summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcr/trytond-carrier/PKGBUILD26
-rw-r--r--pcr/trytond-product-price-list/PKGBUILD26
-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
9 files changed, 0 insertions, 227 deletions
diff --git a/pcr/trytond-carrier/PKGBUILD b/pcr/trytond-carrier/PKGBUILD
deleted file mode 100644
index 1b8572691..000000000
--- a/pcr/trytond-carrier/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-pkgname=trytond-carrier
-_pkgname=trytond_carrier
-pkgver=3.8.0
-_pkgdir=3.8
-pkgrel=1
-pkgdesc="The carrier module of the Tryton application platform"
-arch=('any')
-url='http://www.tryton.org/'
-license=('GPL3')
-groups=('trytond-modules')
-depends=('trytond>=3.8' 'trytond-party>=3.8' 'trytond-product>=3.8')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("31e2df3b60c0258c7268d094c6a4c606")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-}
diff --git a/pcr/trytond-product-price-list/PKGBUILD b/pcr/trytond-product-price-list/PKGBUILD
deleted file mode 100644
index 09bb0448e..000000000
--- a/pcr/trytond-product-price-list/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-pkgname=trytond-product-price-list
-_pkgname=trytond_product_price_list
-pkgver=3.8.0
-_pkgdir=3.8
-pkgrel=1
-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.8' 'trytond-company>=3.8' 'trytond-product>=3.8')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("5064f7e33062d56efccb05e836c750a4")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-}
diff --git a/pcr/trytond-sale-invoice-grouping/PKGBUILD b/pcr/trytond-sale-invoice-grouping/PKGBUILD
deleted file mode 100644
index e4b0b38f9..000000000
--- a/pcr/trytond-sale-invoice-grouping/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-sale-invoice-grouping
-_pkgname=trytond_sale_invoice_grouping
-pkgver=3.4.0
-_pkgdir=3.4
-pkgrel=1
-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.4' 'trytond-party>=3.4' 'trytond-account-invoice>=3.4' 'trytond-sale>=3.4')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("9b7b7750e132260ebf6a6f484166ae20")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-}
diff --git a/pcr/trytond-sale-opportunity/PKGBUILD b/pcr/trytond-sale-opportunity/PKGBUILD
deleted file mode 100644
index 10ffea7d3..000000000
--- a/pcr/trytond-sale-opportunity/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-sale-opportunity
-_pkgname=trytond_sale_opportunity
-pkgver=3.4.1
-_pkgdir=3.4
-pkgrel=1
-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.4' 'trytond-account>=3.4' 'trytond-company>=3.4' 'trytond-currency>=3.4' 'trytond-party>=3.4' 'trytond-product>=3.4' 'trytond-sale>=3.4' 'trytond-stock>=3.4')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("3da4755d2efb85ee0bae91272e76bd1a")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-}
diff --git a/pcr/trytond-sale-price-list/PKGBUILD b/pcr/trytond-sale-price-list/PKGBUILD
deleted file mode 100644
index d21cfb77e..000000000
--- a/pcr/trytond-sale-price-list/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-sale-price-list
-_pkgname=trytond_sale_price_list
-pkgver=3.4.0
-_pkgdir=3.4
-pkgrel=1
-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.4' 'trytond-party>=3.4' 'trytond-product-price-list>=3.4' 'trytond-sale>=3.4')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("1c499b3a484983bbcf22bb030b510a54")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-}
diff --git a/pcr/trytond-sale-shipment-cost/PKGBUILD b/pcr/trytond-sale-shipment-cost/PKGBUILD
deleted file mode 100644
index b23f304d2..000000000
--- a/pcr/trytond-sale-shipment-cost/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-sale-shipment-cost
-_pkgname=trytond_sale_shipment_cost
-pkgver=3.4.0
-_pkgdir=3.4
-pkgrel=1
-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.4' 'trytond-account-invoice>=3.4' 'trytond-carrier>=3.4' 'trytond-currency>=3.4' 'trytond-sale>=3.4' 'trytond-stock>=3.4')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("b4e8c9cf43b707343174666438a8fb33")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-}
diff --git a/pcr/trytond-sale-supply-drop-shipment/PKGBUILD b/pcr/trytond-sale-supply-drop-shipment/PKGBUILD
deleted file mode 100644
index 191d585cb..000000000
--- a/pcr/trytond-sale-supply-drop-shipment/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-sale-supply-drop-shipment
-_pkgname=trytond_sale_supply_drop_shipment
-pkgver=3.4.0
-_pkgdir=3.4
-pkgrel=1
-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.4' 'trytond-company>=3.4' 'trytond-purchase>=3.4' 'trytond-sale>=3.4' 'trytond-sale-supply>=3.4' 'trytond-stock>=3.4')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("f8b9e11a17ae1994f9b343d976fecdec")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-}
diff --git a/pcr/trytond-sale-supply/PKGBUILD b/pcr/trytond-sale-supply/PKGBUILD
deleted file mode 100644
index 854769da5..000000000
--- a/pcr/trytond-sale-supply/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-sale-supply
-_pkgname=trytond_sale_supply
-pkgver=3.4.0
-_pkgdir=3.4
-pkgrel=1
-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.4' 'trytond-purchase>=3.4' 'trytond-sale>=3.4' 'trytond-stock>=3.4' 'trytond-stock-supply>=3.4')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("2a77da41b0b68ad264d0a340ca40ba4e")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-}
diff --git a/pcr/trytond-sale/PKGBUILD b/pcr/trytond-sale/PKGBUILD
deleted file mode 100644
index 7557b99d8..000000000
--- a/pcr/trytond-sale/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-pkgname=trytond-sale
-_pkgname=trytond_sale
-pkgver=3.4.0
-_pkgdir=3.4
-pkgrel=1
-pkgdesc="The sale module of the Tryton application platform"
-arch=('any')
-url='http://www.tryton.org/'
-license=('GPL3')
-groups=('trytond-modules')
-depends=('trytond>=3.4' 'trytond-account>=3.4' 'trytond-account-invoice>=3.4' 'trytond-account-invoice-stock>=3.4' 'trytond-account-product>=3.4' 'trytond-company>=3.4' 'trytond-currency>=3.4' 'trytond-party>=3.4' 'trytond-product>=3.4' 'trytond-stock>=3.4')
-makedepends=('python2-distribute')
-source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("45087624eea806ae919fb18f4ace722d")
-
-build() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py build
-}
-
-package() {
- cd $srcdir/$_pkgname-$pkgver
- python2 setup.py install --root=$pkgdir
-}