diff options
-rw-r--r-- | sys-fs/xfsdump/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/xfsdump/files/xfsdump-2.2.33-no-compress-docs.patch | 23 | ||||
-rw-r--r-- | sys-fs/xfsdump/xfsdump-2.2.33.ebuild | 4 |
3 files changed, 30 insertions, 3 deletions
diff --git a/sys-fs/xfsdump/ChangeLog b/sys-fs/xfsdump/ChangeLog index d8bce13a163e..cbfe78a25598 100644 --- a/sys-fs/xfsdump/ChangeLog +++ b/sys-fs/xfsdump/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/xfsdump # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.30 2006/04/20 01:40:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/ChangeLog,v 1.31 2006/06/07 17:31:51 vapier Exp $ + + 07 Jun 2006; Mike Frysinger <vapier@gentoo.org> + +files/xfsdump-2.2.33-no-compress-docs.patch, xfsdump-2.2.33.ebuild: + Let portage compress the docs #129486 by Stefan de Konink. 20 Apr 2006; Mike Frysinger <vapier@gentoo.org> +files/xfsdump-2.2.33-LDFLAGS.patch, xfsdump-2.2.33.ebuild: diff --git a/sys-fs/xfsdump/files/xfsdump-2.2.33-no-compress-docs.patch b/sys-fs/xfsdump/files/xfsdump-2.2.33-no-compress-docs.patch new file mode 100644 index 000000000000..1e53181738b6 --- /dev/null +++ b/sys-fs/xfsdump/files/xfsdump-2.2.33-no-compress-docs.patch @@ -0,0 +1,23 @@ +let portage compress CHANGES + +--- doc/Makefile ++++ doc/Makefile +@@ -17,16 +17,13 @@ + + LDIRT = *.gz + +-default: CHANGES.gz ++default: + + include $(BUILDRULES) + +-CHANGES.gz: +- $(ZIP) --best -c < CHANGES > $@ +- + install: default + $(INSTALL) -m 755 -d $(PKG_DOC_DIR) +- $(INSTALL) -m 644 PORTING CHANGES.gz $(README) $(PKG_DOC_DIR) ++ $(INSTALL) -m 644 PORTING CHANGES $(README) $(PKG_DOC_DIR) + ifeq ($(PKG_DISTRIBUTION), debian) + $(INSTALL) -S CHANGES.gz $(PKG_DOC_DIR)/changelog.gz + else diff --git a/sys-fs/xfsdump/xfsdump-2.2.33.ebuild b/sys-fs/xfsdump/xfsdump-2.2.33.ebuild index 9a34df31ec56..9bcb47b699b9 100644 --- a/sys-fs/xfsdump/xfsdump-2.2.33.ebuild +++ b/sys-fs/xfsdump/xfsdump-2.2.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.33.ebuild,v 1.2 2006/04/20 01:40:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/xfsdump/xfsdump-2.2.33.ebuild,v 1.3 2006/06/07 17:31:51 vapier Exp $ inherit eutils @@ -21,7 +21,7 @@ DEPEND="sys-fs/e2fsprogs src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/xfsdump-2.2.30-docs.patch + epatch "${FILESDIR}"/xfsdump-2.2.33-no-compress-docs.patch epatch "${FILESDIR}"/${P}-LDFLAGS.patch #126825 sed -i \ -e "/^PKG_DOC_DIR/s:=.*:= /usr/share/doc/${PF}:" \ |