dev-util/deb-devscripts: update metadata

Package-Manager: Portage-3.0.30, Repoman-3.0.3
This commit is contained in:
Mario Fetka
2022-04-05 11:22:28 +02:00
parent 07b5b2c0b1
commit a3314f7ddd
5 changed files with 25 additions and 21 deletions

View File

@@ -1,6 +1,5 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="6"
MY_PN="devscripts"
@@ -25,19 +24,18 @@ RDEPEND="dev-lang/ruby
virtual/perl-JSON-PP
app-arch/dpkg
app-text/docbook-xsl-stylesheets
app-portage/portage-utils"
S="${WORKDIR}/${MY_PN}-${PV}ubuntu0.1"
src_prepare() {
sed -e "s!/stylesheet/xsl/nwalsh/!/xsl-ns-stylesheets/!g" \
-e "s!--install-layout=deb!!g" -i $(find -name Makefile)
-e "s!--install-layout=deb!!g" -i $(find -name Makefile)
eapply_user
}
src_install() {
emake DESTDIR="${D}" install || die "install fail"
dodoc README COPYING AUTHORS
dodoc README AUTHORS
}