diff options
Diffstat (limited to 'app-emacs/po-mode')
-rw-r--r-- | app-emacs/po-mode/ChangeLog | 11 | ||||
-rw-r--r-- | app-emacs/po-mode/files/51po-mode-gentoo.el | 11 | ||||
-rw-r--r-- | app-emacs/po-mode/po-mode-0.17.ebuild | 21 | ||||
-rw-r--r-- | app-emacs/po-mode/po-mode-0.18.1.1.ebuild | 8 | ||||
-rw-r--r-- | app-emacs/po-mode/po-mode-0.18.3.1.ebuild | 19 |
5 files changed, 32 insertions, 38 deletions
diff --git a/app-emacs/po-mode/ChangeLog b/app-emacs/po-mode/ChangeLog index a51cfef1d8cf..671e4e21060d 100644 --- a/app-emacs/po-mode/ChangeLog +++ b/app-emacs/po-mode/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-emacs/po-mode -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/po-mode/ChangeLog,v 1.26 2012/05/09 01:46:29 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/po-mode/ChangeLog,v 1.27 2013/09/17 17:37:34 ulm Exp $ + +*po-mode-0.18.3.1 (17 Sep 2013) + + 17 Sep 2013; Ulrich Müller <ulm@gentoo.org> -po-mode-0.17.ebuild, + po-mode-0.18.1.1.ebuild, +po-mode-0.18.3.1.ebuild, + -files/51po-mode-gentoo.el: + Version bump. Drop ~sparc-fbsd keyword. Remove old. 09 May 2012; Alexis Ballier <aballier@gentoo.org> po-mode-0.18.1.1.ebuild: keyword ~amd64-fbsd diff --git a/app-emacs/po-mode/files/51po-mode-gentoo.el b/app-emacs/po-mode/files/51po-mode-gentoo.el deleted file mode 100644 index a028b89d6801..000000000000 --- a/app-emacs/po-mode/files/51po-mode-gentoo.el +++ /dev/null @@ -1,11 +0,0 @@ - -;;; po-mode site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") -(autoload 'po-mode "po-mode" "Major mode for translators to edit PO files" t) -(or (fboundp 'po-find-file-coding-system) - (autoload 'po-find-file-coding-system "po-compat")) - -(add-to-list 'auto-mode-alist '("\\.po\\'\\|\\.po\\." . po-mode)) -(modify-coding-system-alist 'file "\\.po\\'\\|\\.po\\." - 'po-find-file-coding-system) diff --git a/app-emacs/po-mode/po-mode-0.17.ebuild b/app-emacs/po-mode/po-mode-0.17.ebuild deleted file mode 100644 index 0f5cb41a6372..000000000000 --- a/app-emacs/po-mode/po-mode-0.17.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/po-mode/po-mode-0.17.ebuild,v 1.9 2009/11/24 21:11:03 fauli Exp $ - -inherit elisp - -DESCRIPTION="Major mode for GNU gettext PO files" -HOMEPAGE="http://www.gnu.org/software/gettext/" -SRC_URI="mirror://gnu/gettext/gettext-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" -IUSE="" - -S="${WORKDIR}/gettext-${PV}/gettext-tools/misc" -SITEFILE=51${PN}-gentoo.el - -src_compile() { - elisp-compile po-mode.el po-compat.el || die "elisp-compile failed" -} diff --git a/app-emacs/po-mode/po-mode-0.18.1.1.ebuild b/app-emacs/po-mode/po-mode-0.18.1.1.ebuild index ee1f47ea6a03..0262095d8a02 100644 --- a/app-emacs/po-mode/po-mode-0.18.1.1.ebuild +++ b/app-emacs/po-mode/po-mode-0.18.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/po-mode/po-mode-0.18.1.1.ebuild,v 1.9 2012/05/09 01:46:29 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/po-mode/po-mode-0.18.1.1.ebuild,v 1.10 2013/09/17 17:37:34 ulm Exp $ inherit elisp @@ -8,9 +8,9 @@ DESCRIPTION="Major mode for GNU gettext PO files" HOMEPAGE="http://www.gnu.org/software/gettext/" SRC_URI="mirror://gnu/gettext/gettext-${PV}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="" S="${WORKDIR}/gettext-${PV}/gettext-tools/misc" diff --git a/app-emacs/po-mode/po-mode-0.18.3.1.ebuild b/app-emacs/po-mode/po-mode-0.18.3.1.ebuild new file mode 100644 index 000000000000..e428863fb650 --- /dev/null +++ b/app-emacs/po-mode/po-mode-0.18.3.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/po-mode/po-mode-0.18.3.1.ebuild,v 1.1 2013/09/17 17:37:34 ulm Exp $ + +EAPI=5 + +inherit elisp + +DESCRIPTION="Major mode for GNU gettext PO files" +HOMEPAGE="http://www.gnu.org/software/gettext/" +SRC_URI="mirror://gnu/gettext/gettext-${PV}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" + +S="${WORKDIR}/gettext-${PV}/gettext-tools/misc" +ELISP_REMOVE="start-po.el" +SITEFILE="50${PN}-gentoo.el" |