pax-utils: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:18 +00:00
parent 563aa2e5a2
commit 816865c28f
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,5 @@ short_desc="PaX aware and related utilities for ELF binaries"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://hardened.gentoo.org/pax-utils.xml"
update_site="http://ftp.heanet.ie/disk1/gentoo-portage/app-misc/pax-utils/"
update_pattern='pax-utils-\K[\d.]+(?=.ebuild)'
distfiles="http://distfiles.gentoo.org/distfiles/${pkgname}-${version}.tar.xz"
checksum=578801df0661b1b7b8fed0ce4a9859239f919fd37529907681e51091a1bcb4de

2
srcpkgs/pax-utils/update Normal file
View file

@ -0,0 +1,2 @@
site="http://ftp.heanet.ie/disk1/gentoo-portage/app-misc/pax-utils/"
pattern='pax-utils-\K[\d.]+(?=.ebuild)'