diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-01-27 19:27:28 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-01-27 19:27:28 +0000 |
commit | c30bbdcd1fbf535ef5a307bf6c1eb09a5e495004 (patch) | |
tree | 512464905c809d1f808744501585555758170695 /app-emacs/regress | |
parent | Update HOMEPAGE, bug 537928. (diff) | |
download | gentoo-2-c30bbdcd1fbf535ef5a307bf6c1eb09a5e495004.tar.gz gentoo-2-c30bbdcd1fbf535ef5a307bf6c1eb09a5e495004.tar.bz2 gentoo-2-c30bbdcd1fbf535ef5a307bf6c1eb09a5e495004.zip |
Update HOMEPAGE, bug 537928.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/regress')
-rw-r--r-- | app-emacs/regress/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/regress/regress-1.5.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-emacs/regress/ChangeLog b/app-emacs/regress/ChangeLog index 0ea7f8bb683e..6a03ae25d680 100644 --- a/app-emacs/regress/ChangeLog +++ b/app-emacs/regress/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/regress -# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/regress/ChangeLog,v 1.14 2014/02/22 11:12:00 ulm Exp $ +# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/regress/ChangeLog,v 1.15 2015/01/27 19:27:28 ulm Exp $ + + 27 Jan 2015; Ulrich Müller <ulm@gentoo.org> regress-1.5.1.ebuild: + Update HOMEPAGE, bug 537928. 22 Feb 2014; Ulrich Müller <ulm@gentoo.org> regress-1.5.1.ebuild: Update ebuild to EAPI 5. Specify LICENSE more precisely. diff --git a/app-emacs/regress/regress-1.5.1.ebuild b/app-emacs/regress/regress-1.5.1.ebuild index 8bb41062cfd0..5f7c35b8080b 100644 --- a/app-emacs/regress/regress-1.5.1.ebuild +++ b/app-emacs/regress/regress-1.5.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/regress/regress-1.5.1.ebuild,v 1.7 2014/02/22 11:12:00 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/regress/regress-1.5.1.ebuild,v 1.8 2015/01/27 19:27:28 ulm Exp $ EAPI=5 inherit elisp DESCRIPTION="Regression test harness for Emacs Lisp code" -HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/WikifiedEmacsLispList" +HOMEPAGE="http://www.emacswiki.org/emacs/WikifiedEmacsLispList" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-1+" |