initramfs-tools: remove references to vanilla.
This commit is contained in:
parent
8b0874222c
commit
22c5cba96f
2 changed files with 3 additions and 3 deletions
srcpkgs/initramfs-tools
|
@ -91,7 +91,7 @@ Create the initramfs for a specific kernel:
|
||||||
/etc/initramfs-tools/update-initramfs.conf
|
/etc/initramfs-tools/update-initramfs.conf
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
The initramfs-tools from Vanilla are maintained by
|
The initramfs-tools from Void GNU/Linux are maintained by
|
||||||
Juan Romero Pardines <xtraeme@gmail.com>, they diverged substantially
|
Juan Romero Pardines <xtraeme@gmail.com>, they diverged substantially
|
||||||
from the original implementation coming from Debian.
|
from the original implementation coming from Debian.
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'initramfs-tools'
|
# Template file for 'initramfs-tools'
|
||||||
pkgname=initramfs-tools
|
pkgname=initramfs-tools
|
||||||
_localver=0.99.20 # This is the XBPS version
|
_localver=0.99.21 # This is the XBPS version
|
||||||
_distver=0.98.8 # This should match debian version
|
_distver=0.98.8 # This should match debian version
|
||||||
version=${_localver}.${_distver}
|
version=${_localver}.${_distver}
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="Tools for generating an initramfs"
|
short_desc="Tools for generating an initramfs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://vanilla.github.com"
|
homepage="http://code.google.com/p/xbps"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
long_desc="
|
long_desc="
|
||||||
This package contains tools to create and boot an initramfs for packaged 2.6
|
This package contains tools to create and boot an initramfs for packaged 2.6
|
||||||
|
|
Loading…
Reference in a new issue