diff options
author | Christian Heim <phreak@gentoo.org> | 2007-03-07 11:15:54 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-03-07 11:15:54 +0000 |
commit | cdc2a90d28280b69ff541dd0d9bee1c31393d26c (patch) | |
tree | f7974300be57228765ee33d8d2074b5c2b6213fb /dev-util/quilt | |
parent | Importing the ebuilds from my overlay, fixing some bugs (#152124, a stripping... (diff) | |
download | gentoo-2-cdc2a90d28280b69ff541dd0d9bee1c31393d26c.tar.gz gentoo-2-cdc2a90d28280b69ff541dd0d9bee1c31393d26c.tar.bz2 gentoo-2-cdc2a90d28280b69ff541dd0d9bee1c31393d26c.zip |
Hopefully *making* the ebuild(s) pause ..
(Portage version: 2.1.2.1)
Diffstat (limited to 'dev-util/quilt')
-rw-r--r-- | dev-util/quilt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/quilt/quilt-0.42-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/quilt/quilt-0.45-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/quilt/quilt-0.46.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-util/quilt/ChangeLog b/dev-util/quilt/ChangeLog index 4c74c541eff3..610d00cb6420 100644 --- a/dev-util/quilt/ChangeLog +++ b/dev-util/quilt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/quilt # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v 1.21 2007/03/07 11:02:29 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/ChangeLog,v 1.22 2007/03/07 11:15:54 phreak Exp $ + + 07 Mar 2007; Christian Heim <phreak@gentoo.org> quilt-0.42-r1.ebuild, + quilt-0.45-r1.ebuild, quilt-0.46.ebuild: + Hopefully *making* the ebuild(s) pause .. *quilt-0.46 (07 Mar 2007) *quilt-0.45-r1 (07 Mar 2007) diff --git a/dev-util/quilt/quilt-0.42-r1.ebuild b/dev-util/quilt/quilt-0.42-r1.ebuild index e5929c661be0..4b0040d7fe82 100644 --- a/dev-util/quilt/quilt-0.42-r1.ebuild +++ b/dev-util/quilt/quilt-0.42-r1.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/dev-util/quilt/quilt-0.42-r1.ebuild,v 1.1 2007/03/07 11:02:29 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.42-r1.ebuild,v 1.2 2007/03/07 11:15:54 phreak Exp $ inherit bash-completion eutils @@ -26,7 +26,7 @@ pkg_setup() { 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 + epause 5 } src_unpack() { diff --git a/dev-util/quilt/quilt-0.45-r1.ebuild b/dev-util/quilt/quilt-0.45-r1.ebuild index f272f5afc90d..a7cb9db62aaf 100644 --- a/dev-util/quilt/quilt-0.45-r1.ebuild +++ b/dev-util/quilt/quilt-0.45-r1.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/dev-util/quilt/quilt-0.45-r1.ebuild,v 1.1 2007/03/07 11:02:29 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.45-r1.ebuild,v 1.2 2007/03/07 11:15:54 phreak Exp $ inherit bash-completion eutils @@ -26,7 +26,7 @@ pkg_setup() { 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 + epause 5 } src_unpack() { diff --git a/dev-util/quilt/quilt-0.46.ebuild b/dev-util/quilt/quilt-0.46.ebuild index 95d30e864cab..e90e155c6ce1 100644 --- a/dev-util/quilt/quilt-0.46.ebuild +++ b/dev-util/quilt/quilt-0.46.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/dev-util/quilt/quilt-0.46.ebuild,v 1.1 2007/03/07 11:02:29 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/quilt/quilt-0.46.ebuild,v 1.2 2007/03/07 11:15:54 phreak Exp $ inherit bash-completion eutils @@ -26,7 +26,7 @@ pkg_setup() { 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 + epause 5 } src_unpack() { |