diff options
author | 2011-08-01 06:33:39 +0000 | |
---|---|---|
committer | 2011-08-01 06:33:39 +0000 | |
commit | 8318fdf5699e633123f4db53bba8342dd9bbfa45 (patch) | |
tree | 8e9bef70cfec43259b7b4d1c492683adaaa24c52 /app-editors | |
parent | Version bump, drop old, fix perl dependencies (diff) | |
download | gentoo-2-8318fdf5699e633123f4db53bba8342dd9bbfa45.tar.gz gentoo-2-8318fdf5699e633123f4db53bba8342dd9bbfa45.tar.bz2 gentoo-2-8318fdf5699e633123f4db53bba8342dd9bbfa45.zip |
Update Manifest file; upstream tarballs have been replaced without version bump. Add PSF-2 to LICENSE for CEDET grammars.
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/emacs/emacs-23.2-r2.ebuild | 6 | ||||
-rw-r--r-- | app-editors/emacs/emacs-23.3.ebuild | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index 1849656cc12f..0381b33fcb38 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/emacs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.422 2011/07/15 16:09:26 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.423 2011/08/01 06:33:39 ulm Exp $ + + 01 Aug 2011; Ulrich Mueller <ulm@gentoo.org> emacs-23.2-r2.ebuild, + emacs-23.3.ebuild: + Update Manifest file; upstream tarballs have been replaced without version + bump. Add PSF-2 to LICENSE for CEDET grammars. 15 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> emacs-23.3.ebuild: ppc64 stable wrt #363633 diff --git a/app-editors/emacs/emacs-23.2-r2.ebuild b/app-editors/emacs/emacs-23.2-r2.ebuild index 4a3a869e4336..b6ff308f05af 100644 --- a/app-editors/emacs/emacs-23.2-r2.ebuild +++ b/app-editors/emacs/emacs-23.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.2-r2.ebuild,v 1.12 2010/12/29 13:09:01 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.2-r2.ebuild,v 1.13 2011/08/01 06:33:39 ulm Exp $ EAPI=2 @@ -25,7 +25,7 @@ fi DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" HOMEPAGE="http://www.gnu.org/software/emacs/" -LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode" +LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2" SLOT="23" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="alsa dbus gconf gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm" diff --git a/app-editors/emacs/emacs-23.3.ebuild b/app-editors/emacs/emacs-23.3.ebuild index e9acb54a2941..512de159ca4f 100644 --- a/app-editors/emacs/emacs-23.3.ebuild +++ b/app-editors/emacs/emacs-23.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3.ebuild,v 1.10 2011/07/15 16:09:26 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.3.ebuild,v 1.11 2011/08/01 06:33:39 ulm Exp $ EAPI=4 WANT_AUTOMAKE="none" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnu.org/software/emacs/" SRC_URI="mirror://gnu/emacs/${P}.tar.bz2 mirror://gentoo/${P}-patches-1.tar.bz2" -LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode" +LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2" SLOT="23" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="alsa aqua dbus gconf gif gpm gtk gzip-el hesiod jpeg kerberos m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm" |