diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-12-09 19:41:39 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-12-09 19:41:39 +0000 |
commit | 5a96b1cd7f2dc4956ab73f342827a04d649bcceb (patch) | |
tree | 5c585cf96fce9323e4e1afcd8d079d67bede7780 /dev-ruby/mash | |
parent | Remove old versions. (diff) | |
download | gentoo-2-5a96b1cd7f2dc4956ab73f342827a04d649bcceb.tar.gz gentoo-2-5a96b1cd7f2dc4956ab73f342827a04d649bcceb.tar.bz2 gentoo-2-5a96b1cd7f2dc4956ab73f342827a04d649bcceb.zip |
Remove old version.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/mash')
-rw-r--r-- | dev-ruby/mash/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/mash/mash-0.0.3.ebuild | 17 |
2 files changed, 4 insertions, 18 deletions
diff --git a/dev-ruby/mash/ChangeLog b/dev-ruby/mash/ChangeLog index 5e51d2638227..c82a1873d145 100644 --- a/dev-ruby/mash/ChangeLog +++ b/dev-ruby/mash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/mash # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v 1.2 2009/11/28 10:02:59 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v 1.3 2009/12/09 19:41:39 graaff Exp $ + + 09 Dec 2009; Hans de Graaff <graaff@gentoo.org> -mash-0.0.3.ebuild: + Remove old version. *mash-0.1.1 (28 Nov 2009) diff --git a/dev-ruby/mash/mash-0.0.3.ebuild b/dev-ruby/mash/mash-0.0.3.ebuild deleted file mode 100644 index 2159c4632aa0..000000000000 --- a/dev-ruby/mash/mash-0.0.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/mash-0.0.3.ebuild,v 1.1 2009/05/16 20:25:31 graaff Exp $ - -inherit gems - -DESCRIPTION="Mash is an extended Hash that gives simple pseudo-object functionality." -HOMEPAGE="http://github.com/mbleigh/mash" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -USE_RUBY="ruby18" - -DEPEND=">=dev-ruby/hoe-1.5.1" |