From 139dd436b34e063cb36d6dc4ed6445a22ead6c0e Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 14 Apr 2013 16:05:04 +0000 Subject: Add slot operator to libpng dependency. Update EAPI to 5. Specify LICENSE more precisely. (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) --- app-editors/qemacs/ChangeLog | 7 ++++++- app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild | 8 ++++---- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'app-editors/qemacs') diff --git a/app-editors/qemacs/ChangeLog b/app-editors/qemacs/ChangeLog index bde6069f2b7e..44cad551ffa5 100644 --- a/app-editors/qemacs/ChangeLog +++ b/app-editors/qemacs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/qemacs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.60 2013/02/28 00:33:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/ChangeLog,v 1.61 2013/04/14 16:05:04 ulm Exp $ + + 14 Apr 2013; Ulrich Müller + qemacs-0.4.0_pre20090420-r1.ebuild: + Add slot operator to libpng dependency. Update EAPI to 5. Specify LICENSE + more precisely. 28 Feb 2013; Mike Frysinger qemacs-0.4.0_pre20090420-r1.ebuild: diff --git a/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild b/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild index 077a0f36b34d..4d36fb9fe576 100644 --- a/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild +++ b/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild,v 1.9 2013/02/28 00:33:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.4.0_pre20090420-r1.ebuild,v 1.10 2013/04/14 16:05:04 ulm Exp $ -EAPI=4 +EAPI=5 inherit eutils flag-o-matic toolchain-funcs @@ -10,7 +10,7 @@ DESCRIPTION="QEmacs is a very small but powerful UNIX editor" HOMEPAGE="http://savannah.nongnu.org/projects/qemacs" SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1+ GPL-2+" SLOT="0" KEYWORDS="amd64 arm ~ppc x86" IUSE="X png unicode xv" @@ -20,7 +20,7 @@ RDEPEND=" X? ( x11-libs/libX11 x11-libs/libXext xv? ( x11-libs/libXv ) ) - png? ( >=media-libs/libpng-1.2:0 )" + png? ( >=media-libs/libpng-1.2:0= )" DEPEND="${RDEPEND} >=app-text/texi2html-5" -- cgit v1.2.3-65-gdbad