summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-02-23 08:33:43 +0000
committerUlrich Müller <ulm@gentoo.org>2014-02-23 08:33:43 +0000
commitc9635286a9dfb583aa3ecfe3d1ba28425ed06d47 (patch)
treeca6f964ff9227c1f6375a48900ccb735e5860973 /app-emacs/hexrgb
parentStable for ia64, wrt bug #501946 (diff)
downloadgentoo-2-c9635286a9dfb583aa3ecfe3d1ba28425ed06d47.tar.gz
gentoo-2-c9635286a9dfb583aa3ecfe3d1ba28425ed06d47.tar.bz2
gentoo-2-c9635286a9dfb583aa3ecfe3d1ba28425ed06d47.zip
Initial import. Ebuild contributed by me.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/hexrgb')
-rw-r--r--app-emacs/hexrgb/ChangeLog10
-rw-r--r--app-emacs/hexrgb/files/50hexrgb-gentoo.el1
-rw-r--r--app-emacs/hexrgb/hexrgb-0_p957.ebuild17
-rw-r--r--app-emacs/hexrgb/metadata.xml5
4 files changed, 33 insertions, 0 deletions
diff --git a/app-emacs/hexrgb/ChangeLog b/app-emacs/hexrgb/ChangeLog
new file mode 100644
index 000000000000..deb3e3d99492
--- /dev/null
+++ b/app-emacs/hexrgb/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-emacs/hexrgb
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/hexrgb/ChangeLog,v 1.1 2014/02/23 08:33:43 ulm Exp $
+
+*hexrgb-0_p957 (22 Feb 2014)
+
+ 22 Feb 2014; Ulrich Müller <ulm@gentoo.org> +hexrgb-0_p957.ebuild,
+ +files/50hexrgb-gentoo.el, +metadata.xml:
+ Initial import. Ebuild contributed by me.
+
diff --git a/app-emacs/hexrgb/files/50hexrgb-gentoo.el b/app-emacs/hexrgb/files/50hexrgb-gentoo.el
new file mode 100644
index 000000000000..431f7e90ae73
--- /dev/null
+++ b/app-emacs/hexrgb/files/50hexrgb-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")
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"
diff --git a/app-emacs/hexrgb/metadata.xml b/app-emacs/hexrgb/metadata.xml
new file mode 100644
index 000000000000..bc306fe58224
--- /dev/null
+++ b/app-emacs/hexrgb/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>emacs</herd>
+</pkgmetadata>