diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-09-30 12:46:48 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-09-30 12:46:48 +0000 |
commit | 7d8f2b48786475f05c28ae81eb64a1447ae41fd1 (patch) | |
tree | b46c085265ed65fa068634564e8faa680e1f770e /app-misc | |
parent | stray digests (diff) | |
download | gentoo-2-7d8f2b48786475f05c28ae81eb64a1447ae41fd1.tar.gz gentoo-2-7d8f2b48786475f05c28ae81eb64a1447ae41fd1.tar.bz2 gentoo-2-7d8f2b48786475f05c28ae81eb64a1447ae41fd1.zip |
Version bump.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/cw/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/cw/Manifest | 6 | ||||
-rw-r--r-- | app-misc/cw/cw-1.0.14.ebuild | 60 | ||||
-rw-r--r-- | app-misc/cw/files/digest-cw-1.0.14 | 1 |
4 files changed, 71 insertions, 3 deletions
diff --git a/app-misc/cw/ChangeLog b/app-misc/cw/ChangeLog index e000db841748..1892e7331ca1 100644 --- a/app-misc/cw/ChangeLog +++ b/app-misc/cw/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-misc/cw # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/cw/ChangeLog,v 1.7 2005/07/17 11:54:52 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/cw/ChangeLog,v 1.8 2005/09/30 12:46:48 ka0ttic Exp $ + +*cw-1.0.14 (30 Sep 2005) + + 30 Sep 2005; Aaron Walker <ka0ttic@gentoo.org> +cw-1.0.14.ebuild: + Version bump. 17 Jul 2005; Tobias Scherbaum <dertobi123@gentoo.org> cw-1.0.12.ebuild: ppc stable diff --git a/app-misc/cw/Manifest b/app-misc/cw/Manifest index 0ce7720e1af6..ab75540298bd 100644 --- a/app-misc/cw/Manifest +++ b/app-misc/cw/Manifest @@ -1,6 +1,8 @@ -MD5 9fb0a2e30025d9d0bc7aee502b05c3f4 ChangeLog 900 MD5 06ed2d1fcf49c0f1477fdedd74dbd736 cw-1.0.10.ebuild 1548 -MD5 99ce5509db4b50f28a1f6675f8c09b2b metadata.xml 258 MD5 3aa0eea33cf4fb79c52b069b51e0b17d cw-1.0.12.ebuild 1552 +MD5 5ed115c286b0d76f08f18cf15945ebd7 cw-1.0.14.ebuild 1554 +MD5 2d929020d3cb5a09b772d89930e5ebc0 ChangeLog 1011 +MD5 99ce5509db4b50f28a1f6675f8c09b2b metadata.xml 258 MD5 5e16ced7c98c0fca8ca67d04bdd8f7b0 files/digest-cw-1.0.10 61 MD5 8363eafebe4115d55d24c7c04e6adf5d files/digest-cw-1.0.12 61 +MD5 85da1174644063dc40f6c84320866604 files/digest-cw-1.0.14 61 diff --git a/app-misc/cw/cw-1.0.14.ebuild b/app-misc/cw/cw-1.0.14.ebuild new file mode 100644 index 000000000000..91b4cbdcdf99 --- /dev/null +++ b/app-misc/cw/cw-1.0.14.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/cw/cw-1.0.14.ebuild,v 1.1 2005/09/30 12:46:48 ka0ttic Exp $ + +DESCRIPTION="A non-intrusive real-time ANSI color wrapper for common unix-based commands" +HOMEPAGE="http://cwrapper.sourceforge.net/" +SRC_URI="mirror://sourceforge/cwrapper/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc ~x86" +IUSE="" + +DEPEND=">=sys-apps/sed-4" +RDEPEND="virtual/libc" + +src_unpack() { + unpack ${A} && cd ${S} + sed -i 's|\(CWLIB=\)/usr/local/lib/cw|\1/usr/lib/cw|' bin/colorcfg || \ + die "sed failed" +} + +src_compile() { + econf || die "econf failed" + emake local || die "emake failed" +} + +src_install() { + insinto /usr/share/cw + doins etc/* + + exeinto /usr/lib/cw + doexe def/* + + doman man/* + dodoc CHANGES CONTRIB INSTALL README PLATFORM doc/README* + + cd ${S}/bin + dobin cw cwu colorcfg + # app-misc/color currently conflicts; hopefully 'colors' is safe + newbin color colors +} + +pkg_postinst() { + ebegin "Updating definition files" + cwu /usr/lib/cw /usr/bin/cw >/dev/null + eend $? + + echo + einfo "To enable color-wrapper, as your user, run:" + einfo " colorcfg [1|2|3]" + einfo "to add relevant environment variables to your ~/.bash_profile" + einfo "Run colorcfg without options to see what [1|2|3] means." + einfo + einfo "After sourcing your ~/.bash_profile, commands for which definitions" + einfo "are provided should have colored output." + einfo + einfo "To enable/disable colored output, run: 'colors [on|off]'." + echo +} diff --git a/app-misc/cw/files/digest-cw-1.0.14 b/app-misc/cw/files/digest-cw-1.0.14 new file mode 100644 index 000000000000..e6750913e4f5 --- /dev/null +++ b/app-misc/cw/files/digest-cw-1.0.14 @@ -0,0 +1 @@ +MD5 dd6cf3887eed75eb5bf7beff31047474 cw-1.0.14.tar.bz2 75203 |