summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-01-06 03:51:27 +0000
committerUlrich Müller <ulm@gentoo.org>2015-01-06 03:51:27 +0000
commit585df916cd8d713822bdf5a705005d3e9faa788d (patch)
tree10841a51a2cc6e20aadfead04bbd40550b6e69c3 /app-emacs
parentRemove old. (diff)
downloadgentoo-2-585df916cd8d713822bdf5a705005d3e9faa788d.tar.gz
gentoo-2-585df916cd8d713822bdf5a705005d3e9faa788d.tar.bz2
gentoo-2-585df916cd8d713822bdf5a705005d3e9faa788d.zip
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/po-mode/ChangeLog9
-rw-r--r--app-emacs/po-mode/po-mode-0.19.4.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/app-emacs/po-mode/ChangeLog b/app-emacs/po-mode/ChangeLog
index 9e3da3e06a53..7ec88ae76209 100644
--- a/app-emacs/po-mode/ChangeLog
+++ b/app-emacs/po-mode/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emacs/po-mode
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/po-mode/ChangeLog,v 1.48 2014/11/01 19:59:56 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/po-mode/ChangeLog,v 1.49 2015/01/06 03:51:27 ulm Exp $
+
+*po-mode-0.19.4 (06 Jan 2015)
+
+ 06 Jan 2015; Ulrich Müller <ulm@gentoo.org> +po-mode-0.19.4.ebuild:
+ Version bump.
*po-mode-0.19.3 (01 Nov 2014)
diff --git a/app-emacs/po-mode/po-mode-0.19.4.ebuild b/app-emacs/po-mode/po-mode-0.19.4.ebuild
new file mode 100644
index 000000000000..c302738194af
--- /dev/null
+++ b/app-emacs/po-mode/po-mode-0.19.4.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 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.19.4.ebuild,v 1.1 2015/01/06 03:51:27 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"