summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-12-09 20:28:36 +0000
committerHans de Graaff <graaff@gentoo.org>2009-12-09 20:28:36 +0000
commit82db4ce50c5d346aff4420d02e27768120bf983c (patch)
tree707889301c61d023167d8f3526c562c2973b4421 /dev-ruby
parentMarking unfonts-extra-1.0.2_pre080608-r1 ppc64 for bug 287988 (diff)
downloadgentoo-2-82db4ce50c5d346aff4420d02e27768120bf983c.tar.gz
gentoo-2-82db4ce50c5d346aff4420d02e27768120bf983c.tar.bz2
gentoo-2-82db4ce50c5d346aff4420d02e27768120bf983c.zip
Remove old version.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/png/ChangeLog5
-rw-r--r--dev-ruby/png/png-1.1.0.ebuild21
2 files changed, 4 insertions, 22 deletions
diff --git a/dev-ruby/png/ChangeLog b/dev-ruby/png/ChangeLog
index cf977b2ca9d7..d7faa44fcf49 100644
--- a/dev-ruby/png/ChangeLog
+++ b/dev-ruby/png/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/png
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v 1.4 2009/07/03 06:01:32 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/ChangeLog,v 1.5 2009/12/09 20:28:36 graaff Exp $
+
+ 09 Dec 2009; Hans de Graaff <graaff@gentoo.org> -png-1.1.0.ebuild:
+ Remove old version.
03 Jul 2009; Hans de Graaff <graaff@gentoo.org> png-1.2.0.ebuild:
Add back ruby-inline dependency. It is not listed in the gemspec but still
diff --git a/dev-ruby/png/png-1.1.0.ebuild b/dev-ruby/png/png-1.1.0.ebuild
deleted file mode 100644
index 5480c65aa054..000000000000
--- a/dev-ruby/png/png-1.1.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/png-1.1.0.ebuild,v 1.1 2007/09/21 23:03:01 agorf Exp $
-
-inherit ruby gems
-
-USE_RUBY="ruby18"
-
-DESCRIPTION="An almost pure-Ruby Portable Network Graphics (PNG) library."
-HOMEPAGE="http://rubyforge.org/projects/seattlerb/"
-SRC_URI="http://gems.rubyforge.org/gems/${P}.gem"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=">=dev-ruby/ruby-inline-3.5.0
- >=dev-ruby/hoe-1.2.0
- >=dev-lang/ruby-1.8.4"
-RDEPEND="${DEPEND}"