Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/facebooker/
Date: Mon, 25 Aug 2014 12:50:01
Message-Id: 1408970972.125df09ad285cf1aaa17e32756ca0684a7c80faa.mrueg@gentoo
1 commit: 125df09ad285cf1aaa17e32756ca0684a7c80faa
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 25 12:49:32 2014 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 25 12:49:32 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=125df09a
7
8 [dev-ruby/facebooker] Remove unmaintained gem.
9
10 ---
11 dev-ruby/facebooker/ChangeLog | 36 -------------------
12 dev-ruby/facebooker/facebooker-1.0.74.ebuild | 54 ----------------------------
13 dev-ruby/facebooker/metadata.xml | 5 ---
14 3 files changed, 95 deletions(-)
15
16 diff --git a/dev-ruby/facebooker/ChangeLog b/dev-ruby/facebooker/ChangeLog
17 deleted file mode 100644
18 index fc16a30..0000000
19 --- a/dev-ruby/facebooker/ChangeLog
20 +++ /dev/null
21 @@ -1,36 +0,0 @@
22 -# ChangeLog for dev-ruby/facebooker
23 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
24 -# $Header: $
25 -
26 - 02 Jun 2013; Hans de Graaff <graaff@g.o> facebooker-1.0.74.ebuild:
27 - Fix repoman warning.
28 -
29 -*facebooker-1.0.74 (29 Jun 2010)
30 -
31 - 29 Jun 2010; Diego E. Pettenò <flameeyes@g.o>
32 - -facebooker-1.0.71.ebuild, -files/facebooker-1.0.71-gentoo.patch,
33 - +facebooker-1.0.74.ebuild:
34 - Bump to latest version, this time with the correct patch in. Good.
35 -
36 -*facebooker-1.0.71 (19 Jun 2010)
37 -
38 - 19 Jun 2010; Diego E. Pettenò <flameeyes@g.o>
39 - -facebooker-1.0.70.ebuild, +facebooker-1.0.71.ebuild,
40 - +files/facebooker-1.0.71-gentoo.patch:
41 - Version bump, fix the code as the original-release 1.0.71 is partly
42 - broken.
43 -
44 -*facebooker-1.0.70 (14 Jun 2010)
45 -
46 - 14 Jun 2010; Diego E. Pettenò <flameeyes@g.o>
47 - -facebooker-1.0.69.ebuild, +facebooker-1.0.70.ebuild:
48 - Version bump, update to new syntax, don't force a specific Rails version
49 - during testing, add Hoe dependencies.
50 -
51 -*facebooker-1.0.69 (18 May 2010)
52 -
53 - 18 May 2010; Diego E. Pettenò <flameeyes@g.o>
54 - +facebooker-1.0.69.ebuild:
55 - Initial import of facebooker, for facebook access from Ruby/Rails
56 - software.
57 -
58
59 diff --git a/dev-ruby/facebooker/facebooker-1.0.74.ebuild b/dev-ruby/facebooker/facebooker-1.0.74.ebuild
60 deleted file mode 100644
61 index 47d17b1..0000000
62 --- a/dev-ruby/facebooker/facebooker-1.0.74.ebuild
63 +++ /dev/null
64 @@ -1,54 +0,0 @@
65 -# Copyright 1999-2013 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -# $Header: $
68 -
69 -EAPI="2"
70 -
71 -USE_RUBY="ruby18"
72 -
73 -RUBY_FAKEGEM_TASK_TEST="test"
74 -RUBY_FAKEGEM_TASK_DOC="docs"
75 -
76 -RUBY_FAKEGEM_DOCDIR="doc"
77 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc TODO.rdoc"
78 -
79 -RUBY_FAKEGEM_EXTRAINSTALL="generators rails templates init.rb"
80 -
81 -inherit ruby-fakegem versionator
82 -
83 -DESCRIPTION="Ruby wrapper over the Facebook REST API"
84 -HOMEPAGE="http://facebooker.rubyforge.org/"
85 -
86 -LICENSE="MIT"
87 -SLOT="0"
88 -KEYWORDS="~amd64"
89 -IUSE=""
90 -
91 -ruby_add_rdepend "dev-ruby/json"
92 -ruby_add_bdepend "
93 - test? (
94 - virtual/ruby-test-unit
95 - dev-ruby/rails
96 - dev-ruby/mocha
97 - dev-ruby/hoe
98 - dev-ruby/flexmock
99 - )
100 - doc? ( dev-ruby/hoe )"
101 -
102 -RDEPEND="${RDEPEND}"
103 -DEPEND="${DEPEND}
104 - doc? ( media-gfx/graphviz )"
105 -
106 -each_ruby_test() {
107 - local rails_cpv=$(best_version =dev-ruby/rails-2*)
108 - export RAILS_VERSION=$(get_version_component_range 1-3 ${rails_cpv#*/rails-})
109 -
110 - each_fakegem_test
111 -}
112 -
113 -all_ruby_install() {
114 - all_fakegem_install
115 -
116 - insinto /usr/share/doc/${PF}/examples
117 - doins examples/* || die
118 -}
119
120 diff --git a/dev-ruby/facebooker/metadata.xml b/dev-ruby/facebooker/metadata.xml
121 deleted file mode 100644
122 index ed77b4f..0000000
123 --- a/dev-ruby/facebooker/metadata.xml
124 +++ /dev/null
125 @@ -1,5 +0,0 @@
126 -<?xml version="1.0" encoding="UTF-8"?>
127 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
128 -<pkgmetadata>
129 - <herd>ruby</herd>
130 -</pkgmetadata>