diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-20 11:00:01 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-20 11:00:01 +0000 |
commit | 60bd25f2e6b2f0dd8451225bcc3a4b479cec0de4 (patch) | |
tree | 6fbf9406bada71ef8f42ea860db7eb81676e27d3 /app-shells | |
parent | Version bump (diff) | |
download | gentoo-2-60bd25f2e6b2f0dd8451225bcc3a4b479cec0de4.tar.gz gentoo-2-60bd25f2e6b2f0dd8451225bcc3a4b479cec0de4.tar.bz2 gentoo-2-60bd25f2e6b2f0dd8451225bcc3a4b479cec0de4.zip |
Install ccsh binary to /bin as in previous revision
(Portage version: 2.2.0_alpha152/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/ccsh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/ccsh/ccsh-0.0.4-r3.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-shells/ccsh/ChangeLog b/app-shells/ccsh/ChangeLog index 544b7e4d29db..618823847332 100644 --- a/app-shells/ccsh/ChangeLog +++ b/app-shells/ccsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/ccsh -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ChangeLog,v 1.14 2012/10/15 09:58:47 pinkbyte Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ChangeLog,v 1.15 2013/01/20 11:00:01 pinkbyte Exp $ + + 20 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> ccsh-0.0.4-r3.ebuild: + Install ccsh binary to /bin as in previous revision 15 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> metadata.xml: Assign myself as maintainer diff --git a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild b/app-shells/ccsh/ccsh-0.0.4-r3.ebuild index 6c6baf941c73..f34bec7a80dd 100644 --- a/app-shells/ccsh/ccsh-0.0.4-r3.ebuild +++ b/app-shells/ccsh/ccsh-0.0.4-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r3.ebuild,v 1.1 2012/10/15 09:56:12 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r3.ebuild,v 1.2 2013/01/20 11:00:01 pinkbyte Exp $ EAPI="4" @@ -20,7 +20,8 @@ src_compile() { } src_install() { - dobin ccsh + exeinto /bin + doexe ccsh newman ccsh.man ccsh.1 dodoc ChangeLog README TODO } |