diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-12-02 14:41:42 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-12-02 14:41:42 +0000 |
commit | 4f12f2308bef5c548afb1a17057717ffd4d5753c (patch) | |
tree | 86e692fecabfc0483531bec82f2cb066ca71a02f /app-emacs | |
parent | stable amd64 (diff) | |
download | gentoo-2-4f12f2308bef5c548afb1a17057717ffd4d5753c.tar.gz gentoo-2-4f12f2308bef5c548afb1a17057717ffd4d5753c.tar.bz2 gentoo-2-4f12f2308bef5c548afb1a17057717ffd4d5753c.zip |
stable amd64
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/emacs-wget/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emacs/emacs-wget/ChangeLog b/app-emacs/emacs-wget/ChangeLog index 5025c64cf286..3c61b477d27d 100644 --- a/app-emacs/emacs-wget/ChangeLog +++ b/app-emacs/emacs-wget/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/emacs-wget # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.17 2007/10/06 20:42:55 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.18 2007/12/02 14:41:42 opfer Exp $ + + 02 Dec 2007; Christian Faulhammer <opfer@gentoo.org> + emacs-wget-0.5.0.ebuild: + stable amd64 06 Oct 2007; Ulrich Mueller <ulm@gentoo.org> -emacs-wget-0.4.2.ebuild: Remove old. diff --git a/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild b/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild index 369195ea0343..67219fd9dd38 100644 --- a/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild +++ b/app-emacs/emacs-wget/emacs-wget-0.5.0.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/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild,v 1.9 2007/09/20 13:20:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild,v 1.10 2007/12/02 14:41:42 opfer Exp $ inherit elisp @@ -10,7 +10,7 @@ SRC_URI="http://pop-club.hp.infoseek.co.jp/emacs/emacs-wget/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ppc ppc64 x86" +KEYWORDS="alpha amd64 ppc ppc64 x86" IUSE="" RDEPEND=">=net-misc/wget-1.8.2" |