Portage is a package management system used by Gentoo Linux
# ChangeLog for app-emacs/color-browser
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-browser/ChangeLog,v 1.4 2008/03/22 07:22:21 ulm Exp $
*color-browser-0.3-r1 (22 Mar 2008)
22 Mar 2008; Ulrich Mueller
files/60color-browser-gentoo.el, metadata.xml, -color-browser-0.3.ebuild,
+color-browser-0.3-r1.ebuild:
Sane default values for palette and theme directories. Add longdescription
to metadata.
06 Oct 2007; Ulrich Mueller
Minor QA: quote some variables, whitespace changes.
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
*color-browser-0.3 (18 May 2006)
18 May 2006; Matthew Kennedy
+files/0.3-gentoo.patch, +files/60color-browser-gentoo.el, +metadata.xml,
+color-browser-0.3.ebuild:
Initial port. Ebuild contributed by Matthew Kennedy
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
AUX 0.3-gentoo.patch 2448 RMD160 fab8a4482807050cb7c58879842b7fe4aad0227c SHA1 f23bff808fb519636d2534f848ecee9e93644a7c SHA256 1ee805895e63b32912818277e758b4f0d1993544f296ccc6e5c9de32b1c5d50f
AUX 60color-browser-gentoo.el 272 RMD160 8e81812bb10bfa43e2897dd9e2ffd399159ab133 SHA1 a981ddd0ba10301dfdb7fbbb4ce61c2dbc9bffea SHA256 422e8c34a64933d7205caea105edb3db8d4bf76e2daf3895655f331b1c625ea5
DIST color-browser-0.3.tar.gz 18685 RMD160 06a0558c343381aab08d5511db99629e4866f0b1 SHA1 8a4f31be72dfe5fc54f6a0ed296bc68055d44a4e SHA256 5456c099f8c90d943f8b8e02a4199a631cac0952a91b41bede09b2dc0464fdc7
EBUILD color-browser-0.3-r1.ebuild 603 RMD160 5a973392b638d2bd135c443277e80030d9bcc27a SHA1 374057b1f3bf593be46b28b63efd3f93d25c5566 SHA256 36c36e32f8d9f169362a8bf12d71133f4c838382413964b734cb1dd581319f31
MISC ChangeLog 992 RMD160 a9a29d75b24ac344c470004be3865fcf72693710 SHA1 bc3ee4b977a83c77b0a7937c75045df81910d678 SHA256 7951e112523f06bb41690a5e2cea19dcb64f974178e192ab7156d01d16e67ac3
MISC metadata.xml 550 RMD160 16dac3d16cbd6b63186df45ce99aa44e5e2b5826 SHA1 26cf7d1f2229633056050e73419bfc6eb9509c23 SHA256 a6c427a10f5851a571dd4d5e54a662b53136381ed35ec3f2c89fa65c4aaa37ff
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (GNU/Linux)
iEYEARECAAYFAkfks7MACgkQOeoy/oIi7uymCgCfeoJ21+jvlbwMEhtHozP0LZzM
TvgAn0b/z1OTVjxFHBl5vqTLjmtp8Wwx
=Cq2J
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/color-browser/color-browser-0.3-r1.ebuild,v 1.1 2008/03/22 07:22:21 ulm Exp $
inherit elisp eutils
DESCRIPTION="A utility for designing Emacs color themes"
HOMEPAGE="http://www.emacswiki.org/elisp/"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~sparc"
IUSE=""
DEPEND="app-emacs/color-theme"
SITEFILE=60${PN}-gentoo.el
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${PV}-gentoo.patch"
}
This package provides a tool that can (hopefully) aid in the production of
quality color themes. Basically it allows the user to
* develop sets of colors (palettes) that work well together,
* use those palettes to quickly select and set the properties of key face
groups, and
* save and manipulate themes and palettes under development.