summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-04-03 15:01:51 +0000
committerHans de Graaff <graaff@gentoo.org>2015-04-03 15:01:51 +0000
commit946fee75c4c1c6b75c6dbe9faa62ed4b3fc8673b (patch)
tree74fb7001a098794cb88d135724c1456f45bad013 /dev-ruby/log4r
parentCleanup. (diff)
downloadgentoo-2-946fee75c4c1c6b75c6dbe9faa62ed4b3fc8673b.tar.gz
gentoo-2-946fee75c4c1c6b75c6dbe9faa62ed4b3fc8673b.tar.bz2
gentoo-2-946fee75c4c1c6b75c6dbe9faa62ed4b3fc8673b.zip
Cleanup.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/log4r')
-rw-r--r--dev-ruby/log4r/ChangeLog5
-rw-r--r--dev-ruby/log4r/log4r-1.1.10.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/dev-ruby/log4r/ChangeLog b/dev-ruby/log4r/ChangeLog
index a4e6e04ba9b4..299f3b3c78b2 100644
--- a/dev-ruby/log4r/ChangeLog
+++ b/dev-ruby/log4r/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/log4r
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.55 2015/04/03 10:43:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.56 2015/04/03 15:01:51 graaff Exp $
+
+ 03 Apr 2015; Hans de Graaff <graaff@gentoo.org> -log4r-1.1.10.ebuild:
+ Cleanup.
03 Apr 2015; Agostino Sarubbo <ago@gentoo.org> log4r-1.1.10-r1.ebuild:
Stable for alpha, wrt bug #543538
diff --git a/dev-ruby/log4r/log4r-1.1.10.ebuild b/dev-ruby/log4r/log4r-1.1.10.ebuild
deleted file mode 100644
index 89ef41405ce4..000000000000
--- a/dev-ruby/log4r/log4r-1.1.10.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/log4r-1.1.10.ebuild,v 1.17 2014/08/05 16:00:51 mrueg Exp $
-
-EAPI="2"
-USE_RUBY="ruby19"
-
-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"
-
-inherit ruby-fakegem
-
-DESCRIPTION="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="alpha amd64 arm ia64 ppc ppc64 sparc x86"
-
-all_ruby_install() {
- all_fakegem_install
-
- insinto /usr/share/doc/${PF}
- doins -r examples || die
-}