aboutsummaryrefslogtreecommitdiffstats
path: root/testing/postler
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-03 06:19:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-03 06:19:04 +0000
commit6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch)
tree1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/postler
parent66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff)
downloadaports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2
aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/postler')
-rw-r--r--testing/postler/APKBUILD42
-rw-r--r--testing/postler/inet_ntoa.patch10
2 files changed, 0 insertions, 52 deletions
diff --git a/testing/postler/APKBUILD b/testing/postler/APKBUILD
deleted file mode 100644
index 12aa2604fb..0000000000
--- a/testing/postler/APKBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=postler
-pkgver=0.1.1
-pkgrel=1
-pkgdesc="Email client"
-url="https://launchpad.net/postler/"
-arch=""
-license="LGPL-2.1"
-depends="msmtp"
-makedepends="gtk+-dev webkit-dev libunique-dev libnotify-dev libcanberra-dev
- python vala db-dev openssl-dev"
-install=""
-subpackages="$pkgname-doc"
-source="http://archive.xfce.org/src/apps/postler/0.1/postler-$pkgver.tar.bz2
- inet_ntoa.patch"
-
-_builddir="$srcdir"/postler-$pkgver
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- ./waf configure --prefix=/usr \
- --disable-libindicate \
- || return 1
- ./waf build || return 1
-}
-
-package() {
- cd "$_builddir"
- ./waf install --destdir="$pkgdir" || return 1
-}
-
-md5sums="02e502c9f4a4b92e4ace32d9e268f06d postler-0.1.1.tar.bz2
-06bb9bb2d1a809b6e58b2a5012393151 inet_ntoa.patch"
diff --git a/testing/postler/inet_ntoa.patch b/testing/postler/inet_ntoa.patch
deleted file mode 100644
index bbb0969bc2..0000000000
--- a/testing/postler/inet_ntoa.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/wscript
-+++ b/wscript
-@@ -141,7 +141,6 @@
- includes=['/usr/local/include/db42'],
- libpath=['/usr/local/lib/db42'], lib='db', mandatory=True)
- else:
-- check_function ('inet_ntoa', 'arpa/inet.h', 'nsl')
- check_function ('dlopen', 'dlfcn.h', 'dl')
- check_function ('db_create', 'db.h', 'db')
- check_pkg ('openssl')