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/pastebinc | |
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/pastebinc')
-rw-r--r-- | testing/pastebinc/APKBUILD | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/testing/pastebinc/APKBUILD b/testing/pastebinc/APKBUILD deleted file mode 100644 index d9123bf203..0000000000 --- a/testing/pastebinc/APKBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# Contributor: Jeremy Thomerson <jeremy@thomersonfamily.com> -# Maintainer: Jeremy Thomerson <jeremy@thomersonfamily.com> -pkgname=pastebinc -pkgver=0.9.1 -pkgrel=1 -pkgdesc="utility to pipe data into a paste on pastebin.com or a similar site" -url="https://github.com/jthomerson/pastebinc" -arch="all" -license="ASL 2.0" -depends= -depends_dev= -makedepends="wget glib-dev curl-dev" -install="" -subpackages="" -source="$pkgname-$pkgver.tar.gz::https://github.com/jthomerson/pastebinc/archive/RELEASE_$pkgver.tar.gz" -_builddir="$srcdir/pastebinc-RELEASE_$pkgver" - -makeparams="VERSION=$pkgver-$pkgrel CONFDIR=/etc/pastebinc prefix=/usr" - -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" - make $makeparams clean || return 1 - make $makeparams || return 1 -} - -package() { - cd "$_builddir" - make $makeparams DESTDIR="$pkgdir" install || return 1 -} - -md5sums="761446cc029b61db0870d89e97a393de pastebinc-0.9.1.tar.gz" -sha256sums="ea262fd31a2ce7952cfbe201bf990c16c537d3fe3af5b3d8e97d5c31ebfd7e07 pastebinc-0.9.1.tar.gz" -sha512sums="84f8f2879572a9c6ee5c990b7b94e2b311141bf555a4ca4afd39d24211b267b7bc87e67ecf64632d27ac6ac5901b3dd9e7bb76dfb33276c81a9931009244bc29 pastebinc-0.9.1.tar.gz" |