diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
| commit | 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch) | |
| tree | 1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/upstart | |
| parent | 66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff) | |
| download | aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2 aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz | |
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/upstart')
| -rw-r--r-- | testing/upstart/APKBUILD | 43 | ||||
| -rw-r--r-- | testing/upstart/upstart.post-deinstall | 3 | ||||
| -rw-r--r-- | testing/upstart/upstart.post-upgrade | 3 |
3 files changed, 0 insertions, 49 deletions
diff --git a/testing/upstart/APKBUILD b/testing/upstart/APKBUILD deleted file mode 100644 index 4aea050120..0000000000 --- a/testing/upstart/APKBUILD +++ /dev/null @@ -1,43 +0,0 @@ -# Contributor: William Pitcock <nenolod@dereferenced.org> -# Maintainer: William Pitcock <nenolod@dereferenced.org> -pkgname=upstart -pkgver=0.6.7 -pkgrel=1 -pkgdesc="event-based init system" -url="http://upstart.ubuntu.com" -arch="all" -license="GPL" -depends= -depends_dev="libnih-dev" -makedepends="$depends_dev" -install="$pkgname.post-deinstall $pkgname.post-upgrade" -subpackages="$pkgname-doc" -source="http://upstart.ubuntu.com/download/${pkgver%.*}/upstart-${pkgver}.tar.gz" - -_builddir="${srcdir}/${pkgname}-${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 \ - --bindir=/bin \ - --sbindir=/sbin \ - --sysconfdir=/etc \ - --localstatedir=/var || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 -} - -md5sums="37740f81b6d12a53072603fadee451c9 upstart-0.6.7.tar.gz" diff --git a/testing/upstart/upstart.post-deinstall b/testing/upstart/upstart.post-deinstall deleted file mode 100644 index 99b57c4635..0000000000 --- a/testing/upstart/upstart.post-deinstall +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -busybox --install -s diff --git a/testing/upstart/upstart.post-upgrade b/testing/upstart/upstart.post-upgrade deleted file mode 100644 index 99b57c4635..0000000000 --- a/testing/upstart/upstart.post-upgrade +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -busybox --install -s |
