# ChangeLog for dev-ruby/color-tools
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color-tools/ChangeLog,v 1.19 2011/12/11 09:28:24 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color-tools/ChangeLog,v 1.20 2012/01/07 07:40:50 graaff Exp $
+
+ 07 Jan 2012; Hans de Graaff <graaff@gentoo.org> -color-tools-1.3.0.ebuild:
+ Remove old version.
11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
color-tools-1.3.0-r1.ebuild:
+++ /dev/null
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/color-tools/color-tools-1.3.0.ebuild,v 1.12 2011/07/24 17:40:12 armin76 Exp $
-
-inherit ruby gems
-
-DESCRIPTION="Ruby library to provide RGB and CMYK colour support."
-HOMEPAGE="http://ruby-pdf.rubyforge.org/color-tools/"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-IUSE=""
-
-USE_RUBY="ruby18"
-
-pkg_postinst() {
- elog "This package was installed using a 'gem'."
- elog "If you are intending to write code which"
- elog "requires ${PN}, you will need to"
- elog
- elog "require 'rubygems'"
- elog
- elog "before requiring '${PN}'."
-}
# ChangeLog for dev-ruby/rcsparse
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcsparse/ChangeLog,v 1.3 2011/06/18 10:10:00 sochotnicky Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcsparse/ChangeLog,v 1.4 2012/01/07 07:35:50 graaff Exp $
+
+ 07 Jan 2012; Hans de Graaff <graaff@gentoo.org> -rcsparse-0_pre45.ebuild:
+ Remove old version.
18 Jun 2011; Stanislav Ochotnicky <sochotnicky@gentoo.org>
rcsparse-0_pre45-r1.ebuild:
+++ /dev/null
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcsparse/rcsparse-0_pre45.ebuild,v 1.1 2011/06/15 22:01:26 sochotnicky Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18"
-
-#mercurial after ruby!
-inherit ruby-ng mercurial
-
-MY_PV="${PV#0_pre}"
-
-DESCRIPTION="rcsparse ruby module"
-HOMEPAGE="http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse"
-SRC_URI=""
-EHG_REPO_URI="http://ww2.fs.ei.tum.de/~corecode/hg/rcsparse"
-EHG_REVISION="${MY_PV}"
-
-LICENSE="BSD-4"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RUBY_S="${PN}-${PV}"
-
-# this is a workaround because combination of ruby-ng and mercurial is
-# not working correctly for unpacking
-src_prepare() {
- for rubyv in ${USE_RUBY}; do
- mkdir "${WORKDIR}/$rubyv"
- cp -prl "${S}" "${WORKDIR}/$rubyv/${RUBY_S}"
- done
-}
-
-each_ruby_configure() {
- ${RUBY} extconf.rb || die
-}
-
-each_ruby_compile() {
- emake || die
-}
-
-each_ruby_test() {
- ${RUBY} test.rb || die
-}
-
-each_ruby_install() {
- emake DESTDIR="${D}" install || die
-}