aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/postler
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-01 17:26:53 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-01 17:26:53 +0100
commit3ce3c4fd596debefbad77328a9b62a39eccf753c (patch)
tree8ea8842d946335dbd124e71336a11b928481c544 /unmaintained/postler
parent62b8ba5f8fe6d62d56b2d078b4f12f72830ee4af (diff)
downloadaports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.bz2
aports-3ce3c4fd596debefbad77328a9b62a39eccf753c.tar.xz
unmaintained/*: purge aports not touched since v3.5.0
We agreed with ncopa on #alpine-devel (2017-12-01 16:20 UTC) to periodically purge aports in unmaintained that haven't been touched in last 1 year (2 releases).
Diffstat (limited to 'unmaintained/postler')
-rw-r--r--unmaintained/postler/APKBUILD42
-rw-r--r--unmaintained/postler/inet_ntoa.patch10
2 files changed, 0 insertions, 52 deletions
diff --git a/unmaintained/postler/APKBUILD b/unmaintained/postler/APKBUILD
deleted file mode 100644
index e8f3117388..0000000000
--- a/unmaintained/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="LGPL2.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/unmaintained/postler/inet_ntoa.patch b/unmaintained/postler/inet_ntoa.patch
deleted file mode 100644
index bbb0969bc2..0000000000
--- a/unmaintained/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')