Remove old version.
authorHans de Graaff <graaff@gentoo.org>
Sat, 7 Jan 2012 07:40:50 +0000 (07:40 +0000)
committerHans de Graaff <graaff@gentoo.org>
Sat, 7 Jan 2012 07:40:50 +0000 (07:40 +0000)
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64

dev-ruby/color-tools/ChangeLog
dev-ruby/color-tools/color-tools-1.3.0.ebuild [deleted file]
dev-ruby/rcsparse/ChangeLog
dev-ruby/rcsparse/rcsparse-0_pre45.ebuild [deleted file]

index f8acaeaa720d25020b842808051668790c6f2d0b..86fe2e2bea8fd3a3b2084947a62cd25aa2908588 100644 (file)
@@ -1,6 +1,9 @@
 # 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:
diff --git a/dev-ruby/color-tools/color-tools-1.3.0.ebuild b/dev-ruby/color-tools/color-tools-1.3.0.ebuild
deleted file mode 100644 (file)
index c561284..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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}'."
-}
index 13b8ad28cd5cf41756325b9de501fe4c482866bc..14ff7f42640f326a4e72652305e070a1aca9cd69 100644 (file)
@@ -1,6 +1,9 @@
 # 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:
diff --git a/dev-ruby/rcsparse/rcsparse-0_pre45.ebuild b/dev-ruby/rcsparse/rcsparse-0_pre45.ebuild
deleted file mode 100644 (file)
index a5d548c..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-# 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
-}