commit:     4113b84e93bbfabe308669738e581f9a7c98fb70
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Jun 16 19:33:40 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 16 19:33:40 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=4113b84e

Remove: ruby18-only, not updated in a long time.

---
 dev-ruby/shoes/ChangeLog           | 26 ------------------
 dev-ruby/shoes/metadata.xml        | 16 -----------
 dev-ruby/shoes/shoes-0.1134.ebuild | 55 --------------------------------------
 3 files changed, 97 deletions(-)

diff --git a/dev-ruby/shoes/ChangeLog b/dev-ruby/shoes/ChangeLog
deleted file mode 100644
index 0fbcc1b..0000000
--- a/dev-ruby/shoes/ChangeLog
+++ /dev/null
@@ -1,26 +0,0 @@
-# ChangeLog for dev-ruby/shoes
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  15 Mar 2010; Alex Legler <[email protected]> shoes-0.1134.ebuild:
-  Fix SRC_URI, closes 308407.
-
-  24 Jul 2009; Hans de Graaff <[email protected]> -shoes-0.1091.ebuild,
-  shoes-0.1134.ebuild:
-  Drop obsolete libpixman dependency. libpixman is now masked, and shoes
-  does not depend directly on pixman, but indirectly through cairo.
-  Remove old version.
-
-  18 Dec 2008; Sergio D. Rodriguez Inclan (ZeRoX) <[email protected]>
-  ChangeLog:
-  Removed USE_RUBY variable.
-
-  18 Dec 2008; Sergio D. Rodriguez Inclan (ZeRoX) <[email protected]>
-  ChangeLog:
-  Original ebuild submitted by Greg Fitzgerald. Bug #234985.
-
-  18 Dec 2008; Sergio D. Rodriguez Inclan (ZeRoX) <[email protected]>
-  ChangeLog:
-  Initial ebuild for Shoes and Shoes 2. They don't work with ruby19 and Shoes
-  2 has two QA issues.
-

diff --git a/dev-ruby/shoes/metadata.xml b/dev-ruby/shoes/metadata.xml
deleted file mode 100644
index d2da994..0000000
--- a/dev-ruby/shoes/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <herd>ruby</herd>
-       <maintainer>
-               <email>[email protected]</email>
-               <name>Sergio D. Rodriguez Inclan (ZeRoX)</name>
-       </maintainer>
-       <longdescription lang="en">
-               Shoes is a very informal graphics and windowing toolkit for 
Ruby.
-       </longdescription>
-       <use>
-               <flag name="video">Video support for Shoes</flag>
-       </use>
-</pkgmetadata>
-

diff --git a/dev-ruby/shoes/shoes-0.1134.ebuild 
b/dev-ruby/shoes/shoes-0.1134.ebuild
deleted file mode 100644
index db8cca9..0000000
--- a/dev-ruby/shoes/shoes-0.1134.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-MY_PV=${PV/./.r}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="Shoes is a very informal graphics and windowing toolkit for Ruby."
-HOMEPAGE="http://shoesrb.com/";
-SRC_URI="http://dev.a3li.li/gentoo/distfiles/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="video"
-
-USE_RUBY="ruby18"
-
-RDEPEND="x11-libs/gtk+:2
-       >=media-libs/giflib-4.1.6-r1
-       >=x11-libs/cairo-1.6.4-r1[svg]
-       >=x11-libs/pango-1.20.5
-       >=media-libs/jpeg-6b-r8
-       =dev-lang/ruby-1.8*
-       >=dev-ruby/rubygems-1.2.0
-       >=net-misc/curl-7.18.2
-       dev-db/sqlite:3
-       video? ( >=media-video/vlc-0.9.6 )"
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
-       local myconf=""
-
-       use video && myconf="VIDEO=1"
-
-       emake  ${myconf} || die "emake failed"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "Install failed"
-       dodoc CHANGELOG README || die
-}
-
-pkg_postinst(){
-       einfo
-       einfo "You can find the samples into the"
-       einfo "/usr/local/lib/shoes/samples/ directory."
-       einfo
-}

Reply via email to