summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-08-25 06:39:25 +0000
committerHans de Graaff <graaff@gentoo.org>2012-08-25 06:39:25 +0000
commitdbe12c0ce230443050c8562f2a17547141b12574 (patch)
tree038283123c060c8e9005da5a1f7612a794b5df77 /dev-ruby/log4r
parentCleanup. (diff)
downloadgentoo-2-dbe12c0ce230443050c8562f2a17547141b12574.tar.gz
gentoo-2-dbe12c0ce230443050c8562f2a17547141b12574.tar.bz2
gentoo-2-dbe12c0ce230443050c8562f2a17547141b12574.zip
Cleanup.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/log4r')
-rw-r--r--dev-ruby/log4r/ChangeLog5
-rw-r--r--dev-ruby/log4r/log4r-1.1.9.ebuild32
2 files changed, 4 insertions, 33 deletions
diff --git a/dev-ruby/log4r/ChangeLog b/dev-ruby/log4r/ChangeLog
index b9d7ab3df471..705cdc6dda15 100644
--- a/dev-ruby/log4r/ChangeLog
+++ b/dev-ruby/log4r/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/log4r
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.27 2012/05/01 18:24:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/log4r/ChangeLog,v 1.28 2012/08/25 06:39:25 graaff Exp $
+
+ 25 Aug 2012; Hans de Graaff <graaff@gentoo.org> -log4r-1.1.9.ebuild:
+ Cleanup.
01 May 2012; Raúl Porcel <armin76@gentoo.org> log4r-1.1.8.ebuild,
log4r-1.1.9.ebuild, log4r-1.1.10.ebuild:
diff --git a/dev-ruby/log4r/log4r-1.1.9.ebuild b/dev-ruby/log4r/log4r-1.1.9.ebuild
deleted file mode 100644
index a2d0738e49e6..000000000000
--- a/dev-ruby/log4r/log4r-1.1.9.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.9.ebuild,v 1.2 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
-}