diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-02-23 08:34:08 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-02-23 08:34:08 +0000 |
commit | 7bf6f8beb5cad7d34f22cc7f2320b59006e10a3c (patch) | |
tree | 95c9eca127ab5ce2302e9359f7fe2ae942fceae6 /app-emacs/hexrgb/hexrgb-0_p957.ebuild | |
parent | Stable for ia64, wrt bug #501946 (diff) | |
download | historical-7bf6f8beb5cad7d34f22cc7f2320b59006e10a3c.tar.gz historical-7bf6f8beb5cad7d34f22cc7f2320b59006e10a3c.tar.bz2 historical-7bf6f8beb5cad7d34f22cc7f2320b59006e10a3c.zip |
Initial import. Ebuild contributed by me.
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0x9433907D693FB5B8!
Diffstat (limited to 'app-emacs/hexrgb/hexrgb-0_p957.ebuild')
-rw-r--r-- | app-emacs/hexrgb/hexrgb-0_p957.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-emacs/hexrgb/hexrgb-0_p957.ebuild b/app-emacs/hexrgb/hexrgb-0_p957.ebuild new file mode 100644 index 000000000000..b356c0e56002 --- /dev/null +++ b/app-emacs/hexrgb/hexrgb-0_p957.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/hexrgb/hexrgb-0_p957.ebuild,v 1.1 2014/02/23 08:33:43 ulm Exp $ + +EAPI=5 + +inherit elisp + +DESCRIPTION="Functions to manipulate colors, including RGB hex strings" +HOMEPAGE="http://www.emacswiki.org/emacs/hexrgb.el" +SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" |