summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-09-21 16:04:36 +0000
committerUlrich Müller <ulm@gentoo.org>2012-09-21 16:04:36 +0000
commit15559ccfc319c070dfd7c0c666d5279dac322384 (patch)
tree9ad474455cf7ed793180df7e3855a29925b22a00 /app-emacs
parentStable for HPPA (bug #435650). (diff)
downloadgentoo-2-15559ccfc319c070dfd7c0c666d5279dac322384.tar.gz
gentoo-2-15559ccfc319c070dfd7c0c666d5279dac322384.tar.bz2
gentoo-2-15559ccfc319c070dfd7c0c666d5279dac322384.zip
Version bump. Specify LICENSE more precisely.
(Portage version: 2.1.11.19/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/htmlize/ChangeLog10
-rw-r--r--app-emacs/htmlize/htmlize-1.36.ebuild6
-rw-r--r--app-emacs/htmlize/htmlize-1.43.ebuild19
3 files changed, 30 insertions, 5 deletions
diff --git a/app-emacs/htmlize/ChangeLog b/app-emacs/htmlize/ChangeLog
index c64f4f583ae7..c867e3fde8c8 100644
--- a/app-emacs/htmlize/ChangeLog
+++ b/app-emacs/htmlize/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/htmlize
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.23 2009/12/02 16:21:14 fauli Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/ChangeLog,v 1.24 2012/09/21 16:04:36 ulm Exp $
+
+*htmlize-1.43 (21 Sep 2012)
+
+ 21 Sep 2012; Ulrich Müller <ulm@gentoo.org> htmlize-1.36.ebuild,
+ +htmlize-1.43.ebuild:
+ Version bump. Specify LICENSE more precisely.
02 Dec 2009; Christian Faulhammer <fauli@gentoo.org> -htmlize-1.34.ebuild:
clean up
diff --git a/app-emacs/htmlize/htmlize-1.36.ebuild b/app-emacs/htmlize/htmlize-1.36.ebuild
index a1a854dfd622..888dcad33ebd 100644
--- a/app-emacs/htmlize/htmlize-1.36.ebuild
+++ b/app-emacs/htmlize/htmlize-1.36.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild,v 1.5 2009/12/02 14:48:50 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.36.ebuild,v 1.6 2012/09/21 16:04:36 ulm Exp $
inherit elisp
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?SaveAsHtml
http://fly.srk.fer.hr/~hniksic/emacs/"
SRC_URI="mirror://gentoo/${P}.el.bz2"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
diff --git a/app-emacs/htmlize/htmlize-1.43.ebuild b/app-emacs/htmlize/htmlize-1.43.ebuild
new file mode 100644
index 000000000000..d089ad4f2363
--- /dev/null
+++ b/app-emacs/htmlize/htmlize-1.43.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.43.ebuild,v 1.1 2012/09/21 16:04:36 ulm Exp $
+
+EAPI=4
+
+inherit elisp
+
+DESCRIPTION="HTML-ize font-lock buffers in Emacs"
+HOMEPAGE="http://emacswiki.org/emacs/Htmlize
+ http://fly.srk.fer.hr/~hniksic/emacs/"
+SRC_URI="mirror://gentoo/${P}.el.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+SITEFILE="50${PN}-gentoo.el"