diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /testing/atheme-services | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2 aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz |
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/atheme-services')
-rw-r--r-- | testing/atheme-services/APKBUILD | 52 | ||||
-rw-r--r-- | testing/atheme-services/cc.patch | 11 |
2 files changed, 0 insertions, 63 deletions
diff --git a/testing/atheme-services/APKBUILD b/testing/atheme-services/APKBUILD deleted file mode 100644 index 392ded93ec..0000000000 --- a/testing/atheme-services/APKBUILD +++ /dev/null @@ -1,52 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=atheme-services -pkgver=7.0.5 -pkgrel=1 -pkgdesc="Atheme IRC services" -url="http://www.atheme.net/atheme.html" -arch="all" -license="BSD" -depends="" -depends_dev="" -makedepends="$depends_dev openssl-dev pcre-dev libmowgli-dev>=2" -install="" -subpackages="$pkgname-dev $pkgname-doc" -source="http://www.atheme.net/downloads/atheme-services-$pkgver.tar.bz2 - cc.patch" - -_builddir="$srcdir"/atheme-services-$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" - ./configure --prefix=/usr \ - --sysconfdir=/etc/atheme \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --localstatedir=/var \ - --enable-fhs-paths \ - --disable-rpath \ - --with-pcre \ - || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 -} - -md5sums="e9b7ae54374eed559d0a693e3bb34ac0 atheme-services-7.0.5.tar.bz2 -ad2542446b126511c61250d8f6a085d8 cc.patch" -sha256sums="25271eb1e9218ceeec87824dbe90a2bfc59f116e258b6ee803573dfa8c4fcc30 atheme-services-7.0.5.tar.bz2 -d49ad794e1513477bbe69dfe678ab90f6eb496f209a64ca114f7cde2fd64ff03 cc.patch" -sha512sums="dfa27c2d7a90ae9be173ccf6675bec4db92f92f01a9ebb8e8847730f45d159db316d827cbe1f30276dbd7db326529d42f1281e0b6940261992893f0ff36710a5 atheme-services-7.0.5.tar.bz2 -f925ca0d69c79e597bcf322b0b7dbdf9f929166cbb8e62171f0b4674309023eaa679df29f9fdf11ccdacf770dad676db32657f58ea62d066bf9cda5709e55db8 cc.patch" diff --git a/testing/atheme-services/cc.patch b/testing/atheme-services/cc.patch deleted file mode 100644 index 25ca1b47ca..0000000000 --- a/testing/atheme-services/cc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./buildsys.module.mk.orig 2013-02-27 15:42:02.645844726 +0000 -+++ ./buildsys.module.mk 2013-02-27 15:42:29.722758404 +0000 -@@ -8,7 +8,7 @@ - install: $(PLUGIN) - - .c$(PLUGIN_SUFFIX): -- COMPILER=${CC}; \ -+ COMPILER="${CC}"; \ - COMPILER_FLAGS="-MMD -MP ${CFLAGS} ${PLUGIN_CFLAGS} ${CPPFLAGS} ${PLUGIN_LDFLAGS} ${LDFLAGS} -o $@ $< ${LIBS}"; \ - ${COMPILE_STATUS}; \ - if $${COMPILER} $${COMPILER_FLAGS}; then \ |