Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/hexrgb: metadata.xml ChangeLog hexrgb-0_p957.ebuild
Date: Sun, 23 Feb 2014 08:33:51
Message-Id: 20140223083343.C56002004C@flycatcher.gentoo.org
1 ulm 14/02/23 08:33:43
2
3 Added: metadata.xml ChangeLog hexrgb-0_p957.ebuild
4 Log:
5 Initial import. Ebuild contributed by me.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.1 app-emacs/hexrgb/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/hexrgb/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/hexrgb/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>emacs</herd>
21 </pkgmetadata>
22
23
24
25 1.1 app-emacs/hexrgb/ChangeLog
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/hexrgb/ChangeLog?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/hexrgb/ChangeLog?rev=1.1&content-type=text/plain
29
30 Index: ChangeLog
31 ===================================================================
32 # ChangeLog for app-emacs/hexrgb
33 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
34 # $Header: /var/cvsroot/gentoo-x86/app-emacs/hexrgb/ChangeLog,v 1.1 2014/02/23 08:33:43 ulm Exp $
35
36 *hexrgb-0_p957 (22 Feb 2014)
37
38 22 Feb 2014; Ulrich Müller <ulm@g.o> +hexrgb-0_p957.ebuild,
39 +files/50hexrgb-gentoo.el, +metadata.xml:
40 Initial import. Ebuild contributed by me.
41
42
43
44
45 1.1 app-emacs/hexrgb/hexrgb-0_p957.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/hexrgb/hexrgb-0_p957.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/hexrgb/hexrgb-0_p957.ebuild?rev=1.1&content-type=text/plain
49
50 Index: hexrgb-0_p957.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/app-emacs/hexrgb/hexrgb-0_p957.ebuild,v 1.1 2014/02/23 08:33:43 ulm Exp $
55
56 EAPI=5
57
58 inherit elisp
59
60 DESCRIPTION="Functions to manipulate colors, including RGB hex strings"
61 HOMEPAGE="http://www.emacswiki.org/emacs/hexrgb.el"
62 SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
63
64 LICENSE="GPL-2+"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67
68 SITEFILE="50${PN}-gentoo.el"