diff options
author | 2004-09-06 19:07:39 +0000 | |
---|---|---|
committer | 2004-09-06 19:07:39 +0000 | |
commit | c53393908b036699f947857d72c9526afdfd0ae4 (patch) | |
tree | e1dcfdc3eaa643e84e0ad41e926a6b6cc5a3fd8b /net-ftp | |
parent | Switch to use epause and ebeep, bug #62950 (Manifest recommit) (diff) | |
download | gentoo-2-c53393908b036699f947857d72c9526afdfd0ae4.tar.gz gentoo-2-c53393908b036699f947857d72c9526afdfd0ae4.tar.bz2 gentoo-2-c53393908b036699f947857d72c9526afdfd0ae4.zip |
Switch to use epause and ebeep, bug #62950
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/proftpd/ChangeLog | 8 | ||||
-rw-r--r-- | net-ftp/proftpd/proftpd-1.2.10_rc3-r1.ebuild | 4 | ||||
-rw-r--r-- | net-ftp/proftpd/proftpd-1.2.9-r2.ebuild | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/net-ftp/proftpd/ChangeLog b/net-ftp/proftpd/ChangeLog index fb53b3940688..ad76b2317a8f 100644 --- a/net-ftp/proftpd/ChangeLog +++ b/net-ftp/proftpd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-ftp/proftpd # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.67 2004/07/29 22:31:26 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/ChangeLog,v 1.68 2004/09/06 19:04:05 ciaranm Exp $ + +*proftpd-1.2.10_rc3-r1 (06 Sep 2004) + + 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> + proftpd-1.2.10_rc3-r1.ebuild, proftpd-1.2.9-r2.ebuild: + Switch to use epause and ebeep, bug #62950 29 Jul 2004; Gustavo Felisberto <humpback@gentoo.org>; -proftpd-1.2.10_rc1-r1.ebuild: diff --git a/net-ftp/proftpd/proftpd-1.2.10_rc3-r1.ebuild b/net-ftp/proftpd/proftpd-1.2.10_rc3-r1.ebuild index b621bebf37f8..ebe130f4f2f3 100644 --- a/net-ftp/proftpd/proftpd-1.2.10_rc3-r1.ebuild +++ b/net-ftp/proftpd/proftpd-1.2.10_rc3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10_rc3-r1.ebuild,v 1.2 2004/08/11 11:05:27 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.10_rc3-r1.ebuild,v 1.3 2004/09/06 19:04:05 ciaranm Exp $ inherit flag-o-matic eutils @@ -61,7 +61,7 @@ src_compile() { ewarn "Presently this ebuild defaults to mysql. If you would like to" ewarn "change the default behaviour, merge ProFTPD with;" ewarn "USE=\"-mysql postgres\" emerge proftpd" - sleep 5 + epause 5 fi if use mysql; then diff --git a/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild b/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild index 675e8716ca69..a4db46f73103 100644 --- a/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild +++ b/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild,v 1.9 2004/07/15 00:03:01 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/proftpd-1.2.9-r2.ebuild,v 1.10 2004/09/06 19:04:05 ciaranm Exp $ inherit flag-o-matic eutils @@ -56,7 +56,7 @@ src_compile() { ewarn "Presently this ebuild defaults to mysql. If you would like to" ewarn "change the default behaviour, merge ProFTPD with;" ewarn "USE=\"-mysql postgres\" emerge proftpd" - sleep 5 + epause 5 fi if use mysql; then |