From 708f64eded38fac8b6738b515ad5e184119144ec Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 6 Jun 2018 18:38:15 -0400 Subject: sys-fs/udftools: drop init script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per the upstream developer, there is now a udev rule to handle the functionality provided by the init script. Also drop the unnecessary manpage symlink. Reported-by: Pali Rohár Package-Manager: Portage-2.3.40_p14, Repoman-2.3.9_p246 --- sys-fs/udftools/udftools-2.0-r1.ebuild | 26 -------------------------- sys-fs/udftools/udftools-2.0-r2.ebuild | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 26 deletions(-) delete mode 100644 sys-fs/udftools/udftools-2.0-r1.ebuild create mode 100644 sys-fs/udftools/udftools-2.0-r2.ebuild (limited to 'sys-fs') diff --git a/sys-fs/udftools/udftools-2.0-r1.ebuild b/sys-fs/udftools/udftools-2.0-r1.ebuild deleted file mode 100644 index 65def21df1b..00000000000 --- a/sys-fs/udftools/udftools-2.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic - -DESCRIPTION="Ben Fennema's tools for packet writing and the UDF filesystem" -HOMEPAGE="https://github.com/pali/udftools/ https://sourceforge.net/projects/linux-udf/" -SRC_URI="https://github.com/pali/udftools/releases/download/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" -IUSE="" - -RDEPEND="sys-libs/readline:0=" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}/${P}-sysmacros.patch" ) - -src_install() { - default - newinitd "${FILESDIR}"/pktcdvd.init pktcdvd - dosym mkudffs.8 /usr/share/man/man8/mkfs.udf.8 -} diff --git a/sys-fs/udftools/udftools-2.0-r2.ebuild b/sys-fs/udftools/udftools-2.0-r2.ebuild new file mode 100644 index 00000000000..8f67101d352 --- /dev/null +++ b/sys-fs/udftools/udftools-2.0-r2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit flag-o-matic + +DESCRIPTION="Ben Fennema's tools for packet writing and the UDF filesystem" +HOMEPAGE="https://github.com/pali/udftools/ https://sourceforge.net/projects/linux-udf/" +SRC_URI="https://github.com/pali/udftools/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" +IUSE="" + +RDEPEND="sys-libs/readline:0=" +DEPEND="${RDEPEND}" + +PATCHES=( "${FILESDIR}/${P}-sysmacros.patch" ) -- cgit v1.2.1