diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-10-09 08:50:06 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-10-09 08:50:06 +0000 |
commit | 2d96055385ee03732b8b8f73bc407e39c7ae769c (patch) | |
tree | ee45f101b77052bb28f7fe0808f48a8f8ed763e2 /dev-ruby/mash | |
parent | Remove old versions. (diff) | |
download | historical-2d96055385ee03732b8b8f73bc407e39c7ae769c.tar.gz historical-2d96055385ee03732b8b8f73bc407e39c7ae769c.tar.bz2 historical-2d96055385ee03732b8b8f73bc407e39c7ae769c.zip |
Remove old version.
Package-Manager: portage-2.1.8.3/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.1.1.ebuild | 15 |
2 files changed, 4 insertions, 16 deletions
diff --git a/dev-ruby/mash/ChangeLog b/dev-ruby/mash/ChangeLog index 7cd17727eba6..7eeb117f4d79 100644 --- a/dev-ruby/mash/ChangeLog +++ b/dev-ruby/mash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/mash # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v 1.4 2010/06/26 06:50:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mash/ChangeLog,v 1.5 2010/10/09 08:47:33 graaff Exp $ + + 09 Oct 2010; Hans de Graaff <graaff@gentoo.org> -mash-0.1.1.ebuild: + Remove old version. *mash-0.1.1-r1 (26 Jun 2010) diff --git a/dev-ruby/mash/mash-0.1.1.ebuild b/dev-ruby/mash/mash-0.1.1.ebuild deleted file mode 100644 index 8597144747d3..000000000000 --- a/dev-ruby/mash/mash-0.1.1.ebuild +++ /dev/null @@ -1,15 +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.1.1.ebuild,v 1.1 2009/11/28 10:02:59 a3li 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" |