diff options
author | 2012-05-10 15:43:19 +0000 | |
---|---|---|
committer | 2012-05-10 15:43:19 +0000 | |
commit | 7a4a0b75254fa8809191a3482474494c9c0c8dec (patch) | |
tree | 87756d605c38078a86b4b082f392e1b1a96e67e4 /dev-lang | |
parent | Remove old (diff) | |
download | gentoo-2-7a4a0b75254fa8809191a3482474494c9c0c8dec.tar.gz gentoo-2-7a4a0b75254fa8809191a3482474494c9c0c8dec.tar.bz2 gentoo-2-7a4a0b75254fa8809191a3482474494c9c0c8dec.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/bashforth/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/bashforth/bashforth-0.54a.ebuild | 19 |
2 files changed, 5 insertions, 21 deletions
diff --git a/dev-lang/bashforth/ChangeLog b/dev-lang/bashforth/ChangeLog index cbee79e0bb57..135a244719bb 100644 --- a/dev-lang/bashforth/ChangeLog +++ b/dev-lang/bashforth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/bashforth -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/bashforth/ChangeLog,v 1.4 2007/03/19 11:47:10 kloeri Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/bashforth/ChangeLog,v 1.5 2012/05/10 15:43:19 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -bashforth-0.54a.ebuild: + Remove old 19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: Remove mkennedy from metadata.xml due to retirement. diff --git a/dev-lang/bashforth/bashforth-0.54a.ebuild b/dev-lang/bashforth/bashforth-0.54a.ebuild deleted file mode 100644 index f66f3379c3eb..000000000000 --- a/dev-lang/bashforth/bashforth-0.54a.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/bashforth/bashforth-0.54a.ebuild,v 1.1 2006/02/17 21:19:50 mkennedy Exp $ - -DESCRIPTION="BashForth is a string-threaded Forth interpreter in Bash." -HOMEPAGE="http://www.forthfreak.net/index.cgi?BashForth" -SRC_URI="mirror://gentoo/bashforth_v${PV}.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">app-shells/bash-2.04" - -S=${WORKDIR} - -src_install() { - newbin bashforth_v${PV} bashforth -} |