ulm 15/01/27 18:33:47 Modified: ChangeLog Added: mcomplete-1.5-r1.ebuild Removed: mcomplete-1.5.ebuild Log: Update HOMEPAGE, bug 537928. Update ebuild to EAPI 5. Specify LICENSE more precisely. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.3 app-emacs/mcomplete/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/mcomplete/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/mcomplete/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/mcomplete/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emacs/mcomplete/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 14 Jun 2008 23:27:32 -0000 1.2 +++ ChangeLog 27 Jan 2015 18:33:47 -0000 1.3 @@ -1,6 +1,13 @@ # ChangeLog for app-emacs/mcomplete -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/mcomplete/ChangeLog,v 1.2 2008/06/14 23:27:32 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/mcomplete/ChangeLog,v 1.3 2015/01/27 18:33:47 ulm Exp $ + +*mcomplete-1.5-r1 (27 Jan 2015) + + 27 Jan 2015; Ulrich Müller <[email protected]> -mcomplete-1.5.ebuild, + +mcomplete-1.5-r1.ebuild: + Update HOMEPAGE, bug 537928. Update ebuild to EAPI 5. Specify LICENSE more + precisely. 14 Jun 2008; Ulrich Mueller <[email protected]> mcomplete-1.5.ebuild: Do not assign SIMPLE_ELISP since elisp.eclass now detects this case 1.1 app-emacs/mcomplete/mcomplete-1.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/mcomplete/mcomplete-1.5-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/mcomplete/mcomplete-1.5-r1.ebuild?rev=1.1&content-type=text/plain Index: mcomplete-1.5-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emacs/mcomplete/mcomplete-1.5-r1.ebuild,v 1.1 2015/01/27 18:33:47 ulm Exp $ EAPI=5 inherit elisp DESCRIPTION="An improved interface to minibuffer completion" HOMEPAGE="http://homepage1.nifty.com/bmonkey/emacs/index-en.html http://www.emacswiki.org/emacs/McompleteMode" # taken from http://homepage1.nifty.com/bmonkey/emacs/elisp/mcomplete.el SRC_URI="mirror://gentoo/${P}.el.bz2" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" SITEFILE="50${PN}-gentoo.el"
