diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-06-06 10:33:06 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-06-06 10:33:06 +0000 |
commit | 42c66f2727426d0c5eb9f52b709a667f3e18b556 (patch) | |
tree | ae112c61aec88853e4242c3c47972115b369c46f /app-emacs/pymacs | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-42c66f2727426d0c5eb9f52b709a667f3e18b556.tar.gz gentoo-2-42c66f2727426d0c5eb9f52b709a667f3e18b556.tar.bz2 gentoo-2-42c66f2727426d0c5eb9f52b709a667f3e18b556.zip |
reset HOMEPAGE wrt bug 503240
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'app-emacs/pymacs')
-rw-r--r-- | app-emacs/pymacs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/pymacs/pymacs-0.25-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/pymacs/ChangeLog b/app-emacs/pymacs/ChangeLog index e99e5b5c2c6f..d4e8dffaeb7b 100644 --- a/app-emacs/pymacs/ChangeLog +++ b/app-emacs/pymacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/pymacs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.67 2015/03/31 06:10:22 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.68 2015/06/06 10:33:06 idella4 Exp $ + + 06 Jun 2015; Ian Delaney <idella4@gentoo.org> pymacs-0.25-r1.ebuild: + reset HOMEPAGE wrt bug 503240 31 Mar 2015; Ian Delaney <idella4@gentoo.org> pymacs-0.25-r1.ebuild: Clean old python impls, add py3.4 support and correction to install phase diff --git a/app-emacs/pymacs/pymacs-0.25-r1.ebuild b/app-emacs/pymacs/pymacs-0.25-r1.ebuild index d407a9d96fe5..24ed61267314 100644 --- a/app-emacs/pymacs/pymacs-0.25-r1.ebuild +++ b/app-emacs/pymacs/pymacs-0.25-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.25-r1.ebuild,v 1.10 2015/03/31 06:10:22 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.25-r1.ebuild,v 1.11 2015/06/06 10:33:06 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit elisp distutils-r1 vcs-snapshot DESCRIPTION="A tool that allows both-side communication beetween Python and Emacs Lisp" -HOMEPAGE="http://pymacs.progiciels-bpi.ca/" +HOMEPAGE="http://www.emacswiki.org/emacs/PyMacs" SRC_URI="https://github.com/pinard/Pymacs/tarball/v${PV} -> ${P}.tar.gz" LICENSE="GPL-2+" |