diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-02-16 13:34:12 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-02-16 13:34:12 +0000 |
commit | 6c751127a29bbcae18fa85313e70390bb9c14fa7 (patch) | |
tree | 4d0cef0c32b97b2f3132527846c0fccbbe736bb2 /app-emacs/htmlize/htmlize-1.47.ebuild | |
parent | Version bump. Remove old. (diff) | |
download | historical-6c751127a29bbcae18fa85313e70390bb9c14fa7.tar.gz historical-6c751127a29bbcae18fa85313e70390bb9c14fa7.tar.bz2 historical-6c751127a29bbcae18fa85313e70390bb9c14fa7.zip |
Version bump. Remove old.
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0x9433907D693FB5B8!
Diffstat (limited to 'app-emacs/htmlize/htmlize-1.47.ebuild')
-rw-r--r-- | app-emacs/htmlize/htmlize-1.47.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/htmlize/htmlize-1.47.ebuild b/app-emacs/htmlize/htmlize-1.47.ebuild new file mode 100644 index 000000000000..e535bb5b0c54 --- /dev/null +++ b/app-emacs/htmlize/htmlize-1.47.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlize/htmlize-1.47.ebuild,v 1.1 2014/02/16 13:34:04 ulm Exp $ + +EAPI=5 + +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="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +SITEFILE="50${PN}-gentoo.el" |