diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-06-26 06:44:06 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-06-26 06:44:06 +0000 |
commit | b9e092d40054147789c964b9031ace2fc8321888 (patch) | |
tree | 971c442c19c146c4b016e39459a3c460e5b7690e /dev-ruby/log4r | |
parent | Remove old version. (diff) | |
download | gentoo-2-b9e092d40054147789c964b9031ace2fc8321888.tar.gz gentoo-2-b9e092d40054147789c964b9031ace2fc8321888.tar.bz2 gentoo-2-b9e092d40054147789c964b9031ace2fc8321888.zip |
Remove old versions.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/log4r')
-rw-r--r-- | dev-ruby/log4r/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/log4r/log4r-1.1.5-r1.ebuild | 35 | ||||
-rw-r--r-- | dev-ruby/log4r/log4r-1.1.7.ebuild | 35 |
3 files changed, 5 insertions, 71 deletions
diff --git a/dev-ruby/log4r/ChangeLog b/dev-ruby/log4r/ChangeLog index c33bf851d75d..1b51a410b092 100644 --- a/dev-ruby/log4r/ChangeLog +++ b/dev-ruby/log4r/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/log4r # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.18 2010/06/09 06:24:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.19 2010/06/26 06:44:06 graaff Exp $ + + 26 Jun 2010; Hans de Graaff <graaff@gentoo.org> -log4r-1.1.5-r1.ebuild, + -log4r-1.1.7.ebuild: + Remove old versions. *log4r-1.1.8 (09 Jun 2010) diff --git a/dev-ruby/log4r/log4r-1.1.5-r1.ebuild b/dev-ruby/log4r/log4r-1.1.5-r1.ebuild deleted file mode 100644 index c9a96abaa113..000000000000 --- a/dev-ruby/log4r/log4r-1.1.5-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.5-r1.ebuild,v 1.1 2010/02/15 16:54:42 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" - -# There are no working tests atm, to be checked on next version bump. -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README TODO" - -RUBY_FAKEGEM_EXTRAINSTALL="src" -RUBY_FAKEGEM_REQUIRE_PATHS="src" - -inherit ruby-fakegem - -DESCRIPTION="Log4r is a comprehensive and flexible logging library written in -Ruby for use in Ruby programs." -HOMEPAGE="http://log4r.sourceforge.net/" -IUSE="" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc examples/* || die -} diff --git a/dev-ruby/log4r/log4r-1.1.7.ebuild b/dev-ruby/log4r/log4r-1.1.7.ebuild deleted file mode 100644 index 2fa0d438afd4..000000000000 --- a/dev-ruby/log4r/log4r-1.1.7.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.7.ebuild,v 1.1 2010/03/18 07:14:58 graaff Exp $ - -EAPI="2" -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" - -# There are no working tests atm, to be checked on next version bump. -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README TODO" - -RUBY_FAKEGEM_EXTRAINSTALL="src" -RUBY_FAKEGEM_REQUIRE_PATHS="src" - -inherit ruby-fakegem - -DESCRIPTION="Log4r is a comprehensive and flexible logging library written in -Ruby for use in Ruby programs." -HOMEPAGE="http://log4r.sourceforge.net/" -IUSE="" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc examples/* || die -} |