diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-21 17:35:12 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-01-21 17:35:12 +0000 |
commit | 15fc312e5c2d65a90be07cddef8fa8ad2035dff3 (patch) | |
tree | 2386825ea09c9099222e264d7177d701f3cbe577 /app-shells | |
parent | Fix broken Manifest. (diff) | |
download | gentoo-2-15fc312e5c2d65a90be07cddef8fa8ad2035dff3.tar.gz gentoo-2-15fc312e5c2d65a90be07cddef8fa8ad2035dff3.tar.bz2 gentoo-2-15fc312e5c2d65a90be07cddef8fa8ad2035dff3.zip |
Drop old 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 | 5 | ||||
-rw-r--r-- | app-shells/ccsh/ccsh-0.0.4-r2.ebuild | 26 |
2 files changed, 4 insertions, 27 deletions
diff --git a/app-shells/ccsh/ChangeLog b/app-shells/ccsh/ChangeLog index 9c09053c7038..3f9cbde6696c 100644 --- a/app-shells/ccsh/ChangeLog +++ b/app-shells/ccsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/ccsh # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ChangeLog,v 1.19 2013/01/21 17:27:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ChangeLog,v 1.20 2013/01/21 17:35:12 pinkbyte Exp $ + + 21 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> -ccsh-0.0.4-r2.ebuild: + Drop old revision 21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> ccsh-0.0.4-r3.ebuild: Stable for ppc, wrt bug #453112 diff --git a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild b/app-shells/ccsh/ccsh-0.0.4-r2.ebuild deleted file mode 100644 index e5ee14e8c616..000000000000 --- a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2008 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-r2.ebuild,v 1.18 2008/12/30 20:40:07 angelos Exp $ - -inherit toolchain-funcs - -DESCRIPTION="UNIX Shell for people already familiar with the C language" -HOMEPAGE="http://ccsh.sourceforge.net/" -SRC_URI="http://download.sourceforge.net/ccsh/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc" -IUSE="" - -src_compile() { - emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die "emake failed" -} - -src_install() { - into / - dobin ccsh || die - into /usr - newman ccsh.man ccsh.1 - dodoc ChangeLog README TODO -} |