summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-07-08 18:19:13 +0000
committerHans de Graaff <graaff@gentoo.org>2013-07-08 18:19:13 +0000
commit9db1e344b228c7ac5ccff11e2788f1d520e0a044 (patch)
tree5be8477f0203772d8d1de43a42b37ab5d1079181 /dev-ruby
parentversion bump wrt #476176 (diff)
downloadgentoo-2-9db1e344b228c7ac5ccff11e2788f1d520e0a044.tar.gz
gentoo-2-9db1e344b228c7ac5ccff11e2788f1d520e0a044.tar.bz2
gentoo-2-9db1e344b228c7ac5ccff11e2788f1d520e0a044.zip
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/log4r/ChangeLog5
-rw-r--r--dev-ruby/log4r/log4r-1.1.8.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/dev-ruby/log4r/ChangeLog b/dev-ruby/log4r/ChangeLog
index b7e143671617..bcff8886e615 100644
--- a/dev-ruby/log4r/ChangeLog
+++ b/dev-ruby/log4r/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/log4r
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.34 2013/02/02 22:31:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.35 2013/07/08 18:19:13 graaff Exp $
+
+ 08 Jul 2013; Hans de Graaff <graaff@gentoo.org> -log4r-1.1.8.ebuild:
+ Cleanup.
02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> log4r-1.1.10.ebuild:
Add ~arm, wrt bug #449220
diff --git a/dev-ruby/log4r/log4r-1.1.8.ebuild b/dev-ruby/log4r/log4r-1.1.8.ebuild
deleted file mode 100644
index 4f964e0f2366..000000000000
--- a/dev-ruby/log4r/log4r-1.1.8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.8.ebuild,v 1.5 2012/05/01 18:24:19 armin76 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"
-
-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 ~ppc ~ppc64 x86"
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}
- doins -r examples || die
-}