summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pagano <mpagano@gentoo.org>2011-12-29 23:43:14 +0000
committerMike Pagano <mpagano@gentoo.org>2011-12-29 23:43:14 +0000
commit951205adcc57446928e6cf1ffbd181a1954f9f6d (patch)
tree23ad5d57d455a8d338e80d5b685bc748a9a64088 /dev-util/quilt
parentFixes USE=nls and build failure(sparc) on Gentoo/FreeBSD. Thanks to Dmitri Bo... (diff)
downloadgentoo-2-951205adcc57446928e6cf1ffbd181a1954f9f6d.tar.gz
gentoo-2-951205adcc57446928e6cf1ffbd181a1954f9f6d.tar.bz2
gentoo-2-951205adcc57446928e6cf1ffbd181a1954f9f6d.zip
Drop old versions
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/quilt')
-rw-r--r--dev-util/quilt/ChangeLog10
-rw-r--r--dev-util/quilt/files/quilt-0.42-no-graphviz.patch28
-rw-r--r--dev-util/quilt/files/quilt-0.42-prevent-stripping.patch13
-rw-r--r--dev-util/quilt/files/quilt-0.45-no-graphviz.patch45
-rw-r--r--dev-util/quilt/files/quilt-0.46-no-graphviz.patch45
-rw-r--r--dev-util/quilt/files/quilt-0.47-no-graphviz.patch43
-rw-r--r--dev-util/quilt/quilt-0.42-r1.ebuild54
-rw-r--r--dev-util/quilt/quilt-0.45-r1.ebuild51
-rw-r--r--dev-util/quilt/quilt-0.46.ebuild54
-rw-r--r--dev-util/quilt/quilt-0.47-r1.ebuild59
-rw-r--r--dev-util/quilt/quilt-0.47.ebuild54
11 files changed, 9 insertions, 447 deletions
diff --git a/dev-util/quilt/ChangeLog b/dev-util/quilt/ChangeLog
index 48406b03a6a3..c42a306a6269 100644
--- a/dev-util/quilt/ChangeLog
+++ b/dev-util/quilt/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-util/quilt
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v 1.50 2011/12/29 23:00:52 mpagano Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v 1.51 2011/12/29 23:43:14 mpagano Exp $
+
+ 29 Dec 2011; Michael Pagano <mpagano@gentoo.org> -quilt-0.42-r1.ebuild,
+ -files/quilt-0.42-no-graphviz.patch,
+ -files/quilt-0.42-prevent-stripping.patch, -quilt-0.45-r1.ebuild,
+ -files/quilt-0.45-no-graphviz.patch, -quilt-0.46.ebuild,
+ -files/quilt-0.46-no-graphviz.patch, -quilt-0.47.ebuild,
+ -quilt-0.47-r1.ebuild, -files/quilt-0.47-no-graphviz.patch:
+ Drop old versions
*quilt-0.50 (29 Dec 2011)
diff --git a/dev-util/quilt/files/quilt-0.42-no-graphviz.patch b/dev-util/quilt/files/quilt-0.42-no-graphviz.patch
deleted file mode 100644
index 707fc291d5e2..000000000000
--- a/dev-util/quilt/files/quilt-0.42-no-graphviz.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Index: quilt-0.42/Makefile.in
-===================================================================
---- quilt-0.42.orig/Makefile.in
-+++ quilt-0.42/Makefile.in
-@@ -62,8 +62,7 @@ QUILT := $(QUILT_IN)
- SRC += $(QUILT_SRC:%=quilt/%)
- DIRT += $(QUILT_IN:%=quilt/%)
-
--SCRIPTS_IN := patchfns parse-patch inspect dependency-graph edmail \
-- remove-trailing-ws
-+SCRIPTS_IN := patchfns parse-patch inspect edmail remove-trailing-ws
- SCRIPTS_SRC := $(SCRIPTS_IN:%=%.in)
- SCRIPTS := $(SCRIPTS_IN)
- SRC += $(SCRIPTS_SRC:%=scripts/%)
-Index: quilt-0.42/bash_completion
-===================================================================
---- quilt-0.42.orig/bash_completion
-+++ quilt-0.42/bash_completion
-@@ -178,9 +178,6 @@ _quilt_completion()
- fork)
- COMPREPLY=( )
- ;;
-- graph)
-- COMPREPLY=( $( compgen -W "-h --all --reduce --lines --edge-labels $(quilt applied)" -- $cur ) )
-- ;;
- grep)
- _longopt grep
- COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -W "-h" -- $cur ) )
diff --git a/dev-util/quilt/files/quilt-0.42-prevent-stripping.patch b/dev-util/quilt/files/quilt-0.42-prevent-stripping.patch
deleted file mode 100644
index 1f981977300e..000000000000
--- a/dev-util/quilt/files/quilt-0.42-prevent-stripping.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: quilt-0.42/Makefile.in
-===================================================================
---- quilt-0.42.orig/Makefile.in
-+++ quilt-0.42/Makefile.in
-@@ -235,7 +235,7 @@ install : scripts
- @INSTALL@ -m 644 scripts/patchfns $(BUILD_ROOT)$(SCRIPTS_DIR)
-
- @INSTALL@ -d $(BUILD_ROOT)$(LIB_DIR)
-- @INSTALL@ -m 755 -s $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/
-+ @INSTALL@ -m 755 $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/
-
- @INSTALL@ -d $(BUILD_ROOT)$(docdir)/$(PACKAGE)-$(VERSION)/
- @INSTALL@ -m 644 doc/README \
diff --git a/dev-util/quilt/files/quilt-0.45-no-graphviz.patch b/dev-util/quilt/files/quilt-0.45-no-graphviz.patch
deleted file mode 100644
index 1654b103b752..000000000000
--- a/dev-util/quilt/files/quilt-0.45-no-graphviz.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -Nupr quilt-0.45.orig/Makefile.in quilt-0.45/Makefile.in
---- quilt-0.45.orig/Makefile.in 2006-03-25 13:07:26.000000000 +0100
-+++ quilt-0.45/Makefile.in 2006-12-27 15:18:36.000000000 +0100
-@@ -80,8 +80,7 @@ QUILT := $(QUILT_IN)
- SRC += $(QUILT_SRC:%=quilt/%)
- DIRT += $(QUILT_IN:%=quilt/%)
-
--SCRIPTS_IN := patchfns parse-patch inspect dependency-graph edmail \
-- remove-trailing-ws
-+SCRIPTS_IN := patchfns parse-patch inspect edmail remove-trailing-ws
-
- SCRIPTS_SRC := $(SCRIPTS_IN:%=%.in)
- SCRIPTS := $(SCRIPTS_IN)
-diff -Nupr quilt-0.45.orig/bash_completion quilt-0.45/bash_completion
---- quilt-0.45.orig/bash_completion 2006-02-03 08:38:15.000000000 +0100
-+++ quilt-0.45/bash_completion 2006-12-27 15:17:58.000000000 +0100
-@@ -95,7 +95,7 @@ _quilt_completion()
- prev=${COMP_WORDS[COMP_CWORD-1]}
-
- # quilt sub commands
-- cmds='add annotate applied delete diff edit files fold fork graph \
-+ cmds='add annotate applied delete diff edit files fold fork \
- grep header import mail new next patches pop previous push refresh \
- remove rename series setup snapshot top unapplied'
-
-@@ -188,19 +188,6 @@ _quilt_completion()
- ;;
- esac
- ;;
-- graph)
-- case $prev in
-- -T)
-- COMPREPLY=( $( compgen -W "ps" -- $cur ) )
-- ;;
-- --edge-labels)
-- COMPREPLY=( $( compgen -W "files" -- $cur ) )
-- ;;
-- *)
-- COMPREPLY=( $( compgen -W "-T -h --all --reduce --lines --edge-labels $(quilt applied)" -- $cur ) )
-- ;;
-- esac
-- ;;
- grep)
- _longopt grep
- COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -W "-h" -- $cur ) )
diff --git a/dev-util/quilt/files/quilt-0.46-no-graphviz.patch b/dev-util/quilt/files/quilt-0.46-no-graphviz.patch
deleted file mode 100644
index cdc1dffd65b7..000000000000
--- a/dev-util/quilt/files/quilt-0.46-no-graphviz.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -Nurp quilt-0.46.orig/Makefile.in quilt-0.46/Makefile.in
---- quilt-0.46.orig/Makefile.in 2006-10-11 14:36:10.000000000 +0200
-+++ quilt-0.46/Makefile.in 2006-12-27 15:26:38.000000000 +0100
-@@ -81,8 +81,7 @@ QUILT := $(QUILT_IN)
- SRC += $(QUILT_SRC:%=quilt/%)
- DIRT += $(QUILT_IN:%=quilt/%)
-
--SCRIPTS_IN := patchfns parse-patch inspect dependency-graph edmail \
-- remove-trailing-ws
-+SCRIPTS_IN := patchfns parse-patch inspect edmail remove-trailing-ws
-
- SCRIPTS_SRC := $(SCRIPTS_IN:%=%.in)
- SCRIPTS := $(SCRIPTS_IN)
-diff -Nurp quilt-0.46.orig/bash_completion quilt-0.46/bash_completion
---- quilt-0.46.orig/bash_completion 2006-02-03 08:38:15.000000000 +0100
-+++ quilt-0.46/bash_completion 2006-12-27 15:26:38.000000000 +0100
-@@ -95,7 +95,7 @@ _quilt_completion()
- prev=${COMP_WORDS[COMP_CWORD-1]}
-
- # quilt sub commands
-- cmds='add annotate applied delete diff edit files fold fork graph \
-+ cmds='add annotate applied delete diff edit files fold fork \
- grep header import mail new next patches pop previous push refresh \
- remove rename series setup snapshot top unapplied'
-
-@@ -188,19 +188,6 @@ _quilt_completion()
- ;;
- esac
- ;;
-- graph)
-- case $prev in
-- -T)
-- COMPREPLY=( $( compgen -W "ps" -- $cur ) )
-- ;;
-- --edge-labels)
-- COMPREPLY=( $( compgen -W "files" -- $cur ) )
-- ;;
-- *)
-- COMPREPLY=( $( compgen -W "-T -h --all --reduce --lines --edge-labels $(quilt applied)" -- $cur ) )
-- ;;
-- esac
-- ;;
- grep)
- _longopt grep
- COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -W "-h" -- $cur ) )
diff --git a/dev-util/quilt/files/quilt-0.47-no-graphviz.patch b/dev-util/quilt/files/quilt-0.47-no-graphviz.patch
deleted file mode 100644
index b8346cfc338a..000000000000
--- a/dev-util/quilt/files/quilt-0.47-no-graphviz.patch
+++ /dev/null
@@ -1,43 +0,0 @@
---- quilt-0.47/Makefile.in.orig 2008-11-17 14:53:21.000000000 -0500
-+++ quilt-0.47/Makefile.in 2008-11-17 14:53:49.000000000 -0500
-@@ -82,8 +82,7 @@ QUILT := $(QUILT_IN)
- SRC += $(QUILT_SRC:%=quilt/%)
- DIRT += $(QUILT_IN:%=quilt/%)
-
--SCRIPTS_IN := patchfns parse-patch inspect dependency-graph edmail \
-- remove-trailing-ws
-+SCRIPTS_IN := patchfns parse-patch inspect edmail remove-trailing-ws
-
- SCRIPTS_SRC := $(SCRIPTS_IN:%=%.in)
- SCRIPTS := $(SCRIPTS_IN)
---- quilt-0.47/bash_completion.orig 2008-11-17 14:56:25.000000000 -0500
-+++ quilt-0.47/bash_completion 2008-11-17 15:02:50.000000000 -0500
-@@ -95,7 +95,7 @@ _quilt_completion()
- prev=${COMP_WORDS[COMP_CWORD-1]}
-
- # quilt sub commands
-- cmds='add annotate applied delete diff edit files fold fork graph \
-+ cmds='add annotate applied delete diff edit files fold fork \
- grep header import mail new next patches pop previous push refresh \
- remove rename series setup snapshot top unapplied'
-
-@@ -188,19 +188,6 @@ _quilt_completion()
- ;;
- esac
- ;;
-- graph)
-- case $prev in
-- -T)
-- COMPREPLY=( $( compgen -W "ps" -- $cur ) )
-- ;;
-- --edge-labels)
-- COMPREPLY=( $( compgen -W "files" -- $cur ) )
-- ;;
-- *)
-- COMPREPLY=( $( compgen -W "-T -h --all --reduce --lines --edge-labels $(quilt applied)" -- $cur ) )
-- ;;
-- esac
-- ;;
- grep)
- _longopt grep
- COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -W "-h" -- $cur ) )
diff --git a/dev-util/quilt/quilt-0.42-r1.ebuild b/dev-util/quilt/quilt-0.42-r1.ebuild
deleted file mode 100644
index 15f67a7ad835..000000000000
--- a/dev-util/quilt/quilt-0.42-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.42-r1.ebuild,v 1.4 2008/01/23 04:32:20 cardoe Exp $
-
-inherit bash-completion eutils
-
-DESCRIPTION="quilt patch manager"
-HOMEPAGE="http://savannah.nongnu.org/projects/quilt"
-SRC_URI="http://savannah.nongnu.org/download/quilt/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="graphviz"
-
-RDEPEND="sys-apps/ed
- dev-util/diffstat
- graphviz? ( media-gfx/graphviz )
- || ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp )"
-
-# The tests are somewhat broken while being run from within portage, work fine
-# if you run them manually
-RESTRICT="test"
-
-pkg_setup() {
- use graphviz && return 0
- echo
- elog "If you intend to use the folding functionality (graphical illustration of the patch stack)"
- elog "then you'll need to remerge this package with USE=graphviz."
- echo
- epause 5
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # quilt-0.4.2 prestrips the libraries. Prevent it!
- epatch "${FILESDIR}"/${P}-prevent-stripping.patch
-
- # Add support for a "no-graphviz" version
- use graphviz || epatch "${FILESDIR}"/${P}-no-graphviz.patch
-}
-
-src_install() {
- make BUILD_ROOT="${D}" install || die "make install failed"
-
- rm -rf "${D}"/usr/share/doc/${P}
- dodoc AUTHORS TODO quilt.changes doc/README doc/README.MAIL \
- doc/quilt.pdf doc/sample.quiltrc
-
- rm -rf "${D}"/etc/bash_completion.d
- dobashcompletion bash_completion
-}
diff --git a/dev-util/quilt/quilt-0.45-r1.ebuild b/dev-util/quilt/quilt-0.45-r1.ebuild
deleted file mode 100644
index 551155ed02e0..000000000000
--- a/dev-util/quilt/quilt-0.45-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.45-r1.ebuild,v 1.7 2008/11/20 15:38:52 mpagano Exp $
-
-inherit bash-completion eutils
-
-DESCRIPTION="quilt patch manager"
-HOMEPAGE="http://savannah.nongnu.org/projects/quilt"
-SRC_URI="http://savannah.nongnu.org/download/quilt/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 x86"
-IUSE="graphviz"
-
-RDEPEND="sys-apps/ed
- dev-util/diffstat
- graphviz? ( media-gfx/graphviz )
- || ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp )"
-
-pkg_setup() {
- use graphviz && return 0
- echo
- elog "If you intend to use the folding functionality (graphical illustration of the"
- elog "patch stack) then you'll need to remerge this package with USE=graphviz."
- echo
- epause 5
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Add support for USE=graphviz
- use graphviz || epatch "${FILESDIR}/${P}-no-graphviz.patch"
-
- # Some tests are somewhat broken while being run from within portage, work
- # fine if you run them manually
- rm "${S}"/test/delete.test
-}
-
-src_install() {
- make BUILD_ROOT="${D}" install || die "make install failed"
-
- rm -rf "${D}"/usr/share/doc/${P}
- dodoc AUTHORS BUGS TODO quilt.changes doc/README doc/README.MAIL \
- doc/quilt.pdf doc/sample.quiltrc
-
- rm -rf "${D}"/etc/bash_completion.d
- dobashcompletion bash_completion
-}
diff --git a/dev-util/quilt/quilt-0.46.ebuild b/dev-util/quilt/quilt-0.46.ebuild
deleted file mode 100644
index 7856cf6e7106..000000000000
--- a/dev-util/quilt/quilt-0.46.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.46.ebuild,v 1.14 2009/01/12 14:02:52 fmccor Exp $
-
-inherit bash-completion eutils
-
-DESCRIPTION="quilt patch manager"
-HOMEPAGE="http://savannah.nongnu.org/projects/quilt"
-SRC_URI="http://savannah.nongnu.org/download/quilt/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE="graphviz"
-
-RDEPEND="sys-apps/ed
- dev-util/diffstat
- graphviz? ( media-gfx/graphviz )
- || ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp )"
-
-pkg_setup() {
- use graphviz && return 0
- echo
- elog "If you intend to use the folding functionality (graphical illustration of the"
- elog "patch stack) then you'll need to remerge this package with USE=graphviz."
- echo
- epause 5
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Add support for USE=graphviz
- use graphviz || epatch "${FILESDIR}/${P}-no-graphviz.patch"
-
- # Some tests are somewhat broken while being run from within portage, work
- # fine if you run them manually
- rm "${S}"/test/delete.test "${S}"/test/mail.test
-}
-
-src_install() {
- make BUILD_ROOT="${D}" install || die "make install failed"
-
- rm -rf "${D}"/usr/share/doc/${P}
- dodoc AUTHORS TODO quilt.changes doc/README doc/README.MAIL \
- doc/quilt.pdf
-
- rm -rf "${D}"/etc/bash_completion.d
- dobashcompletion bash_completion
-
- # Remove the compat symlinks
- rm -rf "${D}"/usr/share/quilt/compat
-}
diff --git a/dev-util/quilt/quilt-0.47-r1.ebuild b/dev-util/quilt/quilt-0.47-r1.ebuild
deleted file mode 100644
index 1991a0f69048..000000000000
--- a/dev-util/quilt/quilt-0.47-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.47-r1.ebuild,v 1.3 2009/01/10 16:14:42 ulm Exp $
-
-inherit bash-completion eutils
-
-DESCRIPTION="quilt patch manager"
-HOMEPAGE="http://savannah.nongnu.org/projects/quilt"
-SRC_URI="http://savannah.nongnu.org/download/quilt/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="emacs graphviz"
-
-RDEPEND="sys-apps/ed
- dev-util/diffstat
- graphviz? ( media-gfx/graphviz )
- || ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp )"
-
-PDEPEND="emacs? ( app-emacs/quilt-el )"
-
-pkg_setup() {
- use graphviz && return 0
- echo
- elog "If you intend to use the folding functionality (graphical illustration of the"
- elog "patch stack) then you'll need to remerge this package with USE=graphviz."
- echo
- epause 5
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Add support for USE=graphviz
- use graphviz || epatch "${FILESDIR}/${P}-no-graphviz.patch"
-
- # Some tests are somewhat broken while being run from within portage, work
- # fine if you run them manually
- rm "${S}"/test/delete.test "${S}"/test/mail.test
-}
-
-src_install() {
- emake BUILD_ROOT="${D}" install || die "make install failed"
-
- rm -rf "${D}"/usr/share/doc/${P}
- dodoc AUTHORS TODO quilt.changes doc/README doc/README.MAIL \
- doc/quilt.pdf
-
- rm -rf "${D}"/etc/bash_completion.d
- dobashcompletion bash_completion
-
- # Remove the compat symlinks
- rm -rf "${D}"/usr/share/quilt/compat
-
- # Remove Emacs mode; newer version is in app-emacs/quilt-el, bug 247500
- rm -rf "${D}"/usr/share/emacs
-}
diff --git a/dev-util/quilt/quilt-0.47.ebuild b/dev-util/quilt/quilt-0.47.ebuild
deleted file mode 100644
index bae8451c2c32..000000000000
--- a/dev-util/quilt/quilt-0.47.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.47.ebuild,v 1.1 2008/11/16 21:19:43 mpagano Exp $
-
-inherit bash-completion eutils
-
-DESCRIPTION="quilt patch manager"
-HOMEPAGE="http://savannah.nongnu.org/projects/quilt"
-SRC_URI="http://savannah.nongnu.org/download/quilt/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="graphviz"
-
-RDEPEND="sys-apps/ed
- dev-util/diffstat
- graphviz? ( media-gfx/graphviz )
- || ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp )"
-
-pkg_setup() {
- use graphviz && return 0
- echo
- elog "If you intend to use the folding functionality (graphical illustration of the"
- elog "patch stack) then you'll need to remerge this package with USE=graphviz."
- echo
- epause 5
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Add support for USE=graphviz
- use graphviz || epatch "${FILESDIR}/${P}-no-graphviz.patch"
-
- # Some tests are somewhat broken while being run from within portage, work
- # fine if you run them manually
- rm "${S}"/test/delete.test "${S}"/test/mail.test
-}
-
-src_install() {
- make BUILD_ROOT="${D}" install || die "make install failed"
-
- rm -rf "${D}"/usr/share/doc/${P}
- dodoc AUTHORS TODO quilt.changes doc/README doc/README.MAIL \
- doc/quilt.pdf
-
- rm -rf "${D}"/etc/bash_completion.d
- dobashcompletion bash_completion
-
- # Remove the compat symlinks
- rm -rf "${D}"/usr/share/quilt/compat
-}