X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id BCE28DC1916 for ; Tue, 20 Oct 2015 16:23:37 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 14BF7DC021A; Tue, 20 Oct 2015 16:23:36 +0000 (UTC) Received: from localhost (ip5f5ac97f.dynamic.kabel-deutschland.de [95.90.201.127]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id 4b8b5c51; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Tue, 20 Oct 2015 18:23:34 +0200 (CEST) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 1/2] unmaintained/wendy: move from testing/ Date: Tue, 20 Oct 2015 18:23:22 +0200 Message-Id: <1445358203-17812-1-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.6.1 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: The package is outdated and the maintainer (who is also the author of wendy) doesn't seem to be interested in maintaining this package anymore. --- testing/wendy/APKBUILD | 31 ------------------------------- unmaintained/wendy/APKBUILD | 31 +++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 testing/wendy/APKBUILD create mode 100644 unmaintained/wendy/APKBUILD diff --git a/testing/wendy/APKBUILD b/testing/wendy/APKBUILD deleted file mode 100644 index e519f3b..0000000 --- a/testing/wendy/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Contributor: z3bra -# Maintainer: -pkgname=wendy -pkgver=0.5 -pkgrel=0 -pkgdesc="Directory watcher based on inotify(7)" -url="http://git.z3bra.org/cgit.cgi/wendy" -arch="all" -license="wtfpl" -depends="" -depends_dev="" -makedepends="$depends_dev" -install="" -subpackages="" -source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.bz2" - - -_builddir=$srcdir/$pkgname-$pkgver -build() { - cd "$_builddir" - make -} - -package() { - cd "$_builddir" - make PREFIX=/usr DESTDIR=$pkgdir install -} - -md5sums="e617596c2a66b6b0a684e6842e42b760 wendy-0.5.tar.bz2" -sha256sums="9b49bdb0115c6d6cece46d3af94d62a09512d895b7c27001bc54a10f5edd70f6 wendy-0.5.tar.bz2" -sha512sums="3d2c7a016c742da074d0616ec12029e847b6479acdcaefd218e285d76ad0e3c09956e53f300fdfa66c03a649f44ce0eb26ff4878126dafde7fb93670bb60b5f1 wendy-0.5.tar.bz2" diff --git a/unmaintained/wendy/APKBUILD b/unmaintained/wendy/APKBUILD new file mode 100644 index 0000000..e519f3b --- /dev/null +++ b/unmaintained/wendy/APKBUILD @@ -0,0 +1,31 @@ +# Contributor: z3bra +# Maintainer: +pkgname=wendy +pkgver=0.5 +pkgrel=0 +pkgdesc="Directory watcher based on inotify(7)" +url="http://git.z3bra.org/cgit.cgi/wendy" +arch="all" +license="wtfpl" +depends="" +depends_dev="" +makedepends="$depends_dev" +install="" +subpackages="" +source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.bz2" + + +_builddir=$srcdir/$pkgname-$pkgver +build() { + cd "$_builddir" + make +} + +package() { + cd "$_builddir" + make PREFIX=/usr DESTDIR=$pkgdir install +} + +md5sums="e617596c2a66b6b0a684e6842e42b760 wendy-0.5.tar.bz2" +sha256sums="9b49bdb0115c6d6cece46d3af94d62a09512d895b7c27001bc54a10f5edd70f6 wendy-0.5.tar.bz2" +sha512sums="3d2c7a016c742da074d0616ec12029e847b6479acdcaefd218e285d76ad0e3c09956e53f300fdfa66c03a649f44ce0eb26ff4878126dafde7fb93670bb60b5f1 wendy-0.5.tar.bz2" -- 2.6.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---