gnustep-libs/netclasses: fix USE=doc install, thanks <deference@null.net> in bug #625768

Package-Manager: Portage-2.3.6, Repoman-2.3.3
This commit is contained in:
Bernard Cafarelli
2017-07-24 11:41:53 +02:00
parent 47226d88d0
commit 560f68ef9d
2 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
diff -Naur netclasses-1.1.0.orig/Documentation/GNUmakefile.postamble netclasses-1.1.0/Documentation/GNUmakefile.postamble
--- netclasses-1.1.0.orig/Documentation/GNUmakefile.postamble 2014-06-10 10:16:08.000000000 +0200
+++ netclasses-1.1.0/Documentation/GNUmakefile.postamble 1970-01-01 01:00:00.000000000 +0100
@@ -1,4 +0,0 @@
-before-all::
- mkdir -p $(DOCUMENT_NAME)
- cp -f rfc1459.txt $(DOCUMENT_NAME)
-

View File

@@ -6,8 +6,10 @@ inherit gnustep-2
DESCRIPTION="An asynchronous networking library for GNUstep"
HOMEPAGE="http://gap.nongnu.org/talksoup/"
SRC_URI="http://savannah.nongnu.org/download/gap/${P}.tar.gz"
SRC_URI="https://savannah.nongnu.org/download/gap/${P}.tar.gz"
KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
PATCHES=( "${FILESDIR}"/${P}-no_rfc.patch )