summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-01-07 07:35:50 +0000
committerHans de Graaff <graaff@gentoo.org>2012-01-07 07:35:50 +0000
commit991576668242ca4c40b23e14878c6a5a3002c4d0 (patch)
treebf21ad8431bf33657abb2c96711ab40583e056cf /dev-ruby/rcsparse
parentDrop unused swig USE flag. (diff)
downloadgentoo-2-991576668242ca4c40b23e14878c6a5a3002c4d0.tar.gz
gentoo-2-991576668242ca4c40b23e14878c6a5a3002c4d0.tar.bz2
gentoo-2-991576668242ca4c40b23e14878c6a5a3002c4d0.zip
Remove old version.
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rcsparse')
-rw-r--r--dev-ruby/rcsparse/ChangeLog7
-rw-r--r--dev-ruby/rcsparse/rcsparse-0_pre45.ebuild50
2 files changed, 5 insertions, 52 deletions
diff --git a/dev-ruby/rcsparse/ChangeLog b/dev-ruby/rcsparse/ChangeLog
index 13b8ad28cd5c..14ff7f42640f 100644
--- a/dev-ruby/rcsparse/ChangeLog
+++ b/dev-ruby/rcsparse/ChangeLog
@@ -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
index a5d548cdcd00..000000000000
--- a/dev-ruby/rcsparse/rcsparse-0_pre45.ebuild
+++ /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
-}