diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-01 11:58:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-04-01 11:58:52 +0000 |
commit | 84647d35e3a762b4d1bbc83074a3c2eb6f4c17ce (patch) | |
tree | f4f483160c2ac8a8a830cc952d28dc5b8fbf773b /app-arch | |
parent | fix collision (diff) | |
download | gentoo-2-84647d35e3a762b4d1bbc83074a3c2eb6f4c17ce.tar.gz gentoo-2-84647d35e3a762b4d1bbc83074a3c2eb6f4c17ce.tar.bz2 gentoo-2-84647d35e3a762b4d1bbc83074a3c2eb6f4c17ce.zip |
Add symlinks for man pages #172986 by Guido Imperiale.
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/bzip2/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/bzip2/bzip2-1.0.4.ebuild | 3 | ||||
-rw-r--r-- | app-arch/bzip2/files/bzip2-1.0.4-man-links.patch | 12 |
3 files changed, 19 insertions, 2 deletions
diff --git a/app-arch/bzip2/ChangeLog b/app-arch/bzip2/ChangeLog index 928b8602d410..66367d03300c 100644 --- a/app-arch/bzip2/ChangeLog +++ b/app-arch/bzip2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/bzip2 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v 1.52 2007/03/17 18:14:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v 1.53 2007/04/01 11:58:52 vapier Exp $ + + 01 Apr 2007; Mike Frysinger <vapier@gentoo.org> + +files/bzip2-1.0.4-man-links.patch, bzip2-1.0.4.ebuild: + Add symlinks for man pages #172986 by Guido Imperiale. 17 Mar 2007; nixnut <nixnut@gentoo.org> bzip2-1.0.4.ebuild: Stable on ppc wrt bug 170457 diff --git a/app-arch/bzip2/bzip2-1.0.4.ebuild b/app-arch/bzip2/bzip2-1.0.4.ebuild index ebe28563497e..affa3776af16 100644 --- a/app-arch/bzip2/bzip2-1.0.4.ebuild +++ b/app-arch/bzip2/bzip2-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.4.ebuild,v 1.10 2007/03/17 18:14:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.4.ebuild,v 1.11 2007/04/01 11:58:52 vapier Exp $ inherit eutils multilib toolchain-funcs flag-o-matic @@ -20,6 +20,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PN}-1.0.4-makefile-CFLAGS.patch epatch "${FILESDIR}"/${PN}-1.0.4-saneso.patch + epatch "${FILESDIR}"/${PN}-1.0.4-man-links.patch #172986 epatch "${FILESDIR}"/${PN}-1.0.3-shared-largefile-support.patch epatch "${FILESDIR}"/${PN}-1.0.2-progress.patch epatch "${FILESDIR}"/${PN}-1.0.3-no-test.patch diff --git a/app-arch/bzip2/files/bzip2-1.0.4-man-links.patch b/app-arch/bzip2/files/bzip2-1.0.4-man-links.patch new file mode 100644 index 000000000000..2427d6a7fb13 --- /dev/null +++ b/app-arch/bzip2/files/bzip2-1.0.4-man-links.patch @@ -0,0 +1,12 @@ +http://bugs.gentoo.org/172986 + +--- bzip2-1.0.4/Makefile ++++ bzip2-1.0.4/Makefile +@@ -85,4 +85,7 @@ + cp -f bzip2.1 $(PREFIX)/share/man/man1 + chmod a+r $(PREFIX)/share/man/man1/bzip2.1 ++ ln -s bzip2.1 $(PREFIX)/share/man/man1/bunzip2.1 ++ ln -s bzip2.1 $(PREFIX)/share/man/man1/bzcat.1 ++ ln -s bzip2.1 $(PREFIX)/share/man/man1/bzip2recover.1 + cp -f bzlib.h $(PREFIX)/include + chmod a+r $(PREFIX)/include/bzlib.h |