diff options
-rw-r--r-- | app-shells/termcolors-mv/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/termcolors-mv/Manifest | 2 | ||||
-rw-r--r-- | app-shells/termcolors-mv/metadata.xml | 1 | ||||
-rw-r--r-- | app-shells/termcolors-mv/termcolors-mv-3.0.ebuild (renamed from app-shells/termcolors-mv/termcolors-mv-2.0.ebuild) | 15 | ||||
-rw-r--r-- | app-shells/zsh/zsh-99999999.ebuild | 2 | ||||
-rw-r--r-- | profiles/use.local.desc | 1 |
6 files changed, 20 insertions, 6 deletions
diff --git a/app-shells/termcolors-mv/ChangeLog b/app-shells/termcolors-mv/ChangeLog index a1233c55..591b7063 100644 --- a/app-shells/termcolors-mv/ChangeLog +++ b/app-shells/termcolors-mv/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*termcolors-3.0 (07 Aug 2013) + + 07 Aug 2013; Martin Väth <martin@mvath.de>: + Version bump, remove old ebuild. + *termcolors-2.0 (23 Mar 2013) 23 Mar 2013; Martin Väth <martin@mvath.de>: diff --git a/app-shells/termcolors-mv/Manifest b/app-shells/termcolors-mv/Manifest index 67e95f75..359eb98d 100644 --- a/app-shells/termcolors-mv/Manifest +++ b/app-shells/termcolors-mv/Manifest @@ -1 +1 @@ -DIST termcolors-mv-2.0.tar.gz 9253 SHA256 7905858f44af975ab84e2011bc5ff1170b7f48e4ec20e97f7f224d9b3323173b SHA512 c39648c38a49710fb64593da07c344ed09ff16689b896bfe822f9245600c8ce5a8b326ed2ba192a1868c358434306df70a9589fafc681110425694a4ff53f67b WHIRLPOOL 128d8f386c8e8f081d9a53bd970075ca79f41297bbd6fb44ee6a0697719b31be52f124f4298f12d069446d0413129df5952ed3e4870c01a6359e10141f031e5e +DIST termcolors-mv-3.0.tar.gz 7720 SHA256 e796c7d33b7c52aed72b780f8344989cb25cc17e505a0f3d1a70c4104d79c842 SHA512 be32c3713346a494ebfddc1855d21c28333597593f7c6d4b6035ec708e1ec5944f21db1bc81703a075152877f940da9eac94ed07471f6ba8111231c0098a4b1a WHIRLPOOL d8c2d332ab3e49fda40c82789e17267ed309a3e2924beaa1c297a1e83c8616325e112afe28dc754b30dbf08e395b57835af2cddb89124aa65aad484ed6e4c68a diff --git a/app-shells/termcolors-mv/metadata.xml b/app-shells/termcolors-mv/metadata.xml index e72e7dfe..afa70177 100644 --- a/app-shells/termcolors-mv/metadata.xml +++ b/app-shells/termcolors-mv/metadata.xml @@ -14,6 +14,7 @@ <remote-id type="github">vaeth/termcolors-mv</remote-id> </upstream> <use> + <flag name="create">Install DIR_COLORS-create perl script</flag> <flag name="perl">Install 256colors perl script</flag> </use> </pkgmetadata> diff --git a/app-shells/termcolors-mv/termcolors-mv-2.0.ebuild b/app-shells/termcolors-mv/termcolors-mv-3.0.ebuild index d8ceba91..73b99521 100644 --- a/app-shells/termcolors-mv/termcolors-mv-2.0.ebuild +++ b/app-shells/termcolors-mv/termcolors-mv-3.0.ebuild @@ -13,19 +13,26 @@ SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="perl" -REDEPEND="perl? ( dev-lang/perl )" +IUSE="create +perl" +DEPEND="dev-lang/perl" +RDEPEND="create? ( dev-lang/perl ) +perl? ( dev-lang/perl )" src_prepare() { epatch_user } +src_compile() { + perl bin/DIR_COLORS-create +} + src_install() { dodoc README dobin bin/dircolors-mv + use create && dobin bin/DIR_COLORS-create use perl && dobin bin/256colors - insinto /etc - doins -r etc/* + insinto /etc/dir_colors + doins DIR_COLORS* } pkg_postinst() { diff --git a/app-shells/zsh/zsh-99999999.ebuild b/app-shells/zsh/zsh-99999999.ebuild index d5dd6268..20b462cd 100644 --- a/app-shells/zsh/zsh-99999999.ebuild +++ b/app-shells/zsh/zsh-99999999.ebuild @@ -230,7 +230,7 @@ generate_run_help() ( eend 1 eerror "Could not produce all required files for run-help." eerror "This can be caused by a broken locale setting:" - eerror "Try to set LC_CTYPE to a utf8 aware locale like en_US.utf8," + eerror "Try to set LC_CTYPE to a utf8 aware locale like en_US.UTF-8," eerror "making sure that this locale is supported by your glibc." eerror "For compatibility reasons, this ebuild ignores LC_ALL." return false diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 0a064f3b..03cad888 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -14,6 +14,7 @@ app-portage/eix:strong-security - Add many checks to prevent exploits if eix cod app-portage/eix:swap-remote - Swap role of remote addresses in eix-remote, making the data from gpo.zugaina.org the first choice. app-portage/eix:tools - Create separate binary for script helper tools; useful if they are called extremely often app-shells/auto-fu-zsh:compile - Byte-compile to speed up +app-shells/termcolors-mv:create - Install DIR_COLORS-create perl script app-shells/termcolors-mv:perl - Install 256colors perl script app-shells/zsh:completion_AIX - Install zsh completions for AIX app-shells/zsh:completion_BSD - Install zsh completions for BSD |