From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- app-emacs/hexrgb/Manifest | 1 + app-emacs/hexrgb/files/50hexrgb-gentoo.el | 1 + app-emacs/hexrgb/hexrgb-0_p957.ebuild | 17 +++++++++++++++++ app-emacs/hexrgb/metadata.xml | 5 +++++ 4 files changed, 24 insertions(+) create mode 100644 app-emacs/hexrgb/Manifest create mode 100644 app-emacs/hexrgb/files/50hexrgb-gentoo.el create mode 100644 app-emacs/hexrgb/hexrgb-0_p957.ebuild create mode 100644 app-emacs/hexrgb/metadata.xml (limited to 'app-emacs/hexrgb') diff --git a/app-emacs/hexrgb/Manifest b/app-emacs/hexrgb/Manifest new file mode 100644 index 000000000000..bffcdc073b13 --- /dev/null +++ b/app-emacs/hexrgb/Manifest @@ -0,0 +1 @@ +DIST hexrgb-0_p957.el.xz 9620 SHA256 7d5af0007afa7c07962543c06cf0b53c7843171e09d7193ab1e8083f294a3a0e SHA512 5948dac5a771a7d3e9632a9783478181a39c4cb0e6d399ec8793730883182e44eb1aeef1dc9ebaadb4004f1b766e85033f79fa6db4b68ed5b11d38eec5b934d1 WHIRLPOOL f1a2c4d9090cd1365f3d183d605212c8790df76c572f6e6cb7837f20eaab03665469959811cc1d2fda5067e7d2808453bf53d451afb0dee9c82ff84dd75b48a5 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..029f1b5c6d10 --- /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 +# $Id$ + +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 ppc sparc 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 @@ + + + +emacs + -- cgit v1.2.3-65-gdbad