ulm 14/09/29 20:02:56 Modified: jed-0.99.19.ebuild ChangeLog Log: Fix LICENSE, clean up unused dependencies. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.10 app-editors/jed/jed-0.99.19.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jed/jed-0.99.19.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jed/jed-0.99.19.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jed/jed-0.99.19.ebuild?r1=1.9&r2=1.10 Index: jed-0.99.19.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.19.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- jed-0.99.19.ebuild 10 May 2013 15:57:02 -0000 1.9 +++ jed-0.99.19.ebuild 29 Sep 2014 20:02:56 -0000 1.10 @@ -1,8 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.19.ebuild,v 1.9 2013/05/10 15:57:02 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/jed-0.99.19.ebuild,v 1.10 2014/09/29 20:02:56 ulm Exp $ EAPI=4 + inherit versionator MY_P=${PN}-$(replace_version_separator 2 '-') @@ -11,7 +12,7 @@ HOMEPAGE="http://www.jedsoft.org/jed/" SRC_URI="ftp://space.mit.edu/pub/davis/jed/v${PV%.*}/${MY_P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="X gpm xft" @@ -22,16 +23,14 @@ x11-libs/libX11 xft? ( >=media-libs/freetype-2 - x11-libs/libXext x11-libs/libXft - x11-libs/libXrender - ) - )" + ) + )" DEPEND="${RDEPEND} X? ( x11-libs/libXt x11-proto/xproto - )" + )" S=${WORKDIR}/${MY_P} 1.65 app-editors/jed/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jed/ChangeLog?rev=1.65&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jed/ChangeLog?rev=1.65&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/jed/ChangeLog?r1=1.64&r2=1.65 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- ChangeLog 10 May 2013 15:57:02 -0000 1.64 +++ ChangeLog 29 Sep 2014 20:02:56 -0000 1.65 @@ -1,6 +1,9 @@ # ChangeLog for app-editors/jed -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v 1.64 2013/05/10 15:57:02 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/jed/ChangeLog,v 1.65 2014/09/29 20:02:56 ulm Exp $ + + 29 Sep 2014; Ulrich Müller <u...@gentoo.org> jed-0.99.19.ebuild: + Fix LICENSE, clean up unused dependencies. 10 May 2013; Markus Meier <mae...@gentoo.org> jed-0.99.19.ebuild: add ~arm, bug #466712