isl16: prepare for removal
Closes: #11788 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
d650267bbe
commit
0d225d965b
4 changed files with 7 additions and 30 deletions
|
@ -1105,7 +1105,6 @@ libspectre.so.1 libspectre-0.2.6_1
|
|||
libsratom-0.so.0 sratom-0.4.0_1
|
||||
libpwquality.so.1 libpwquality-1.1.1_1
|
||||
libisl.so.10 isl-0.10_1
|
||||
libisl.so.15 isl16-0.16_1
|
||||
libisl.so.19 isl15-0.19_1
|
||||
libcloog-isl.so.4 cloog-0.18.1_1
|
||||
librtmp.so.1 librtmp-2.4.20161210_1
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
isl16
|
1
srcpkgs/isl16/INSTALL.msg
Normal file
1
srcpkgs/isl16/INSTALL.msg
Normal file
|
@ -0,0 +1 @@
|
|||
isl16 is no longer provided by Void Linux, and will be fully removed from the repos on 2019-08-18
|
|
@ -1,31 +1,9 @@
|
|||
# Template file for 'isl16'.
|
||||
# Template file for 'isl16'
|
||||
pkgname=isl16
|
||||
version=0.16
|
||||
revision=1
|
||||
wrksrc="isl-${version}"
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
makedepends="gmp-devel"
|
||||
short_desc="Integer Set Library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
revision=2
|
||||
archs=noarch
|
||||
build_style=meta
|
||||
short_desc="Integer Set Library (removed package)"
|
||||
license="BSD-2-Clause" # Suppress xlint warning: vlicense
|
||||
homepage="http://freecode.com/projects/isl"
|
||||
license="LGPL-2.1"
|
||||
distfiles="http://isl.gforge.inria.fr/isl-${version}.tar.bz2"
|
||||
checksum=3899e68047d0a18db5a7d73bdabcbe9246865e73e86efbd95387817d342fd554
|
||||
|
||||
post_install() {
|
||||
# Remove gdb python files.
|
||||
rm -f ${DESTDIR}/usr/lib/*.py
|
||||
}
|
||||
|
||||
isl16-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
conflicts="isl-devel>=0"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue