aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/yum
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/yum
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/yum')
-rw-r--r--unmaintained/yum/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/unmaintained/yum/APKBUILD b/unmaintained/yum/APKBUILD
deleted file mode 100644
index 50c472c491..0000000000
--- a/unmaintained/yum/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
-
-pkgname=yum
-pkgver=3.4.3
-pkgrel=1
-pkgdesc='Advanced front-end for rpm'
-arch=noarch
-license='GPL'
-url='http://yum.baseurl.org'
-depends='python py-urlgrabber py-pysqlite yum-metadata-parser py-iniparse py-rpm rpm'
-makedepends='intltool'
-subpackages="$pkgname-doc $pkgname-lang"
-source="$url/download/3.4/yum-$pkgver.tar.gz"
-
-build() {
- make -C "$srcdir"/$pkgname-$pkgver || return 1
-}
-
-package() {
- make -C "$srcdir"/$pkgname-$pkgver DESTDIR="$pkgdir" install || return 1
- rm -rf "$pkgdir"/etc/rc.d
-}
-
-md5sums="7c8ea8beba5b4e7fe0c215e4ebaa26ed yum-3.4.3.tar.gz"
-sha256sums="0178f97820ced9bfbcc269e6fc3ea35e29e35e2d263d24c7bff8660ee62d37ca yum-3.4.3.tar.gz"
-sha512sums="e72f83ba090ba7453a78954437dd14b8f818302464d0a278b60c2c5e0530684db0cece60cb30fce85d8014034c857da3696e1e51e08fddde39be66f3ad1eb817 yum-3.4.3.tar.gz"