diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-08-29 06:22:33 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-08-29 06:22:33 +0000 |
commit | f3cc6f9f5555287e77178f3222ce1e2608aecc4b (patch) | |
tree | 260f4fdf69efb0aab2ba1490efd31bfd8d55dbbc | |
parent | Stable for HPPA (bug #378039). (diff) | |
download | gentoo-2-f3cc6f9f5555287e77178f3222ce1e2608aecc4b.tar.gz gentoo-2-f3cc6f9f5555287e77178f3222ce1e2608aecc4b.tar.bz2 gentoo-2-f3cc6f9f5555287e77178f3222ce1e2608aecc4b.zip |
remove epause
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
-rw-r--r-- | dev-lang/path64/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/path64/path64-1.0.0_pre20110729.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/path64/path64-1.0.0_pre20110821.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/dev-lang/path64/ChangeLog b/dev-lang/path64/ChangeLog index bc4c321a6fa6..1d7356b14b9d 100644 --- a/dev-lang/path64/ChangeLog +++ b/dev-lang/path64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/path64 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/path64/ChangeLog,v 1.3 2011/08/21 08:28:41 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/path64/ChangeLog,v 1.4 2011/08/29 06:22:33 xarthisius Exp $ + + 29 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> + path64-1.0.0_pre20110729.ebuild, path64-1.0.0_pre20110821.ebuild: + remove epause *path64-1.0.0_pre20110821 (21 Aug 2011) diff --git a/dev-lang/path64/path64-1.0.0_pre20110729.ebuild b/dev-lang/path64/path64-1.0.0_pre20110729.ebuild index e2d149d889a5..8253f20d2ba6 100644 --- a/dev-lang/path64/path64-1.0.0_pre20110729.ebuild +++ b/dev-lang/path64/path64-1.0.0_pre20110729.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/path64/path64-1.0.0_pre20110729.ebuild,v 1.2 2011/07/31 07:46:21 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/path64/path64-1.0.0_pre20110729.ebuild,v 1.3 2011/08/29 06:22:33 xarthisius Exp $ EAPI=4 CMAKE_VERBOSE=1 @@ -33,7 +33,6 @@ pkg_setup() { ewarn "There is a high chance that you will utterly fail!" ewarn "Unless you know what you are doing you'd better stop now" ewarn "Should you decide to proceed, you are on your own..." - epause fi } diff --git a/dev-lang/path64/path64-1.0.0_pre20110821.ebuild b/dev-lang/path64/path64-1.0.0_pre20110821.ebuild index bff313a6b0fa..3804a1ef5ab0 100644 --- a/dev-lang/path64/path64-1.0.0_pre20110821.ebuild +++ b/dev-lang/path64/path64-1.0.0_pre20110821.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/path64/path64-1.0.0_pre20110821.ebuild,v 1.1 2011/08/21 08:28:41 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/path64/path64-1.0.0_pre20110821.ebuild,v 1.2 2011/08/29 06:22:33 xarthisius Exp $ EAPI=4 CMAKE_VERBOSE=1 @@ -33,7 +33,6 @@ pkg_setup() { ewarn "There is a high chance that you will utterly fail!" ewarn "Unless you know what you are doing you'd better stop now" ewarn "Should you decide to proceed, you are on your own..." - epause fi } |