mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
net-misc/mikutter: cleanup
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST mikutter.3.5.4.tar.gz 3743674 BLAKE2B af166219af2a36e84c4e13209830d12be6e085e6c76fa101c265c40bc85d465f50f56311783b647f10ec0021450fd45ca411643e7612e8225df6c9e75ac83be1 SHA512 adb7a1902026ee01737840d0b7f9004ab363e874e01f7c497bd9252fccb3cc16f86f1959bb2eff3d309cb7ba1fa93376d9a1e46d5226859a1279069de7f2ba8e
|
||||
DIST mikutter.3.8.6.tar.gz 3174454 BLAKE2B 3fc3802ae840fc310f1b9abd51c560fb804b57aad6bf78bd1e3b8046a42dc785c8a454de722a5e57d499bda15884a255da50d3919a1c5bbcd9e5753948d45f46 SHA512 102c25263df804fd005928ac8605ca4d115040c0e3bd13a09e73bac5b1a4ddedff92b45ac38c54692bf388b5ac8ea422a0b5c42851bb3616c74991943f1cd98f
|
||||
DIST twitter_api_keys.rb 336 BLAKE2B 9b134fb9169f96c99582d1ceffe39cfa1675b6e747a8a46f6123cbff73b7e255e59aba3f6cf247decc9824244947d260658011b5aa72a915d50565e797e31703 SHA512 39efeed878f763101329c781fb501c5b5df848e4ae3c1f6bcdf3e6b151c5d647c68127f906eccf7861466d2ff88e7f1bdc27065205ed91a80e9cdc89fa5152e4
|
||||
|
||||
@@ -1,80 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
USE_RUBY="ruby23 ruby24"
|
||||
|
||||
inherit eutils ruby-ng
|
||||
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
EGIT_REPO_URI="git://toshia.dip.jp/mikutter.git"
|
||||
inherit git-2
|
||||
KEYWORDS=""
|
||||
EGIT_SOURCEDIR="${WORKDIR}/all"
|
||||
else
|
||||
MY_P="${PN}.${PV}"
|
||||
SRC_URI="http://mikutter.hachune.net/bin/${MY_P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
RUBY_S="${PN}"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Simple, powerful and moeful twitter client"
|
||||
HOMEPAGE="http://mikutter.hachune.net/"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="+libnotify"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
libnotify? ( x11-libs/libnotify )
|
||||
media-sound/alsa-utils"
|
||||
|
||||
ruby_add_rdepend "dev-ruby/addressable
|
||||
dev-ruby/delayer
|
||||
dev-ruby/delayer-deferred
|
||||
dev-ruby/httpclient
|
||||
dev-ruby/json:0
|
||||
dev-ruby/instance_storage
|
||||
<dev-ruby/memoist-0.16
|
||||
>=dev-ruby/moneta-0.7
|
||||
dev-ruby/nokogiri
|
||||
>=dev-ruby/oauth-0.5.1
|
||||
dev-ruby/pluggaloid
|
||||
dev-ruby/rcairo
|
||||
>=dev-ruby/ruby-gettext-3.0.1
|
||||
>=dev-ruby/ruby-gtk2-3.1.1
|
||||
dev-ruby/ruby-hmac
|
||||
dev-ruby/totoridipjp
|
||||
dev-ruby/twitter-text
|
||||
dev-ruby/typed-array
|
||||
virtual/ruby-ssl"
|
||||
|
||||
all_ruby_unpack() {
|
||||
if [ "${PV}" = "9999" ];then
|
||||
git-2_src_unpack
|
||||
else
|
||||
default
|
||||
fi
|
||||
}
|
||||
|
||||
each_ruby_install() {
|
||||
local rubyversion
|
||||
|
||||
if use ruby_targets_ruby23; then
|
||||
rubyversion=ruby23
|
||||
elif use ruby_targets_ruby22; then
|
||||
rubyversion=ruby22
|
||||
fi
|
||||
|
||||
exeinto /usr/share/mikutter
|
||||
doexe mikutter.rb
|
||||
insinto /usr/share/mikutter
|
||||
doins -r core plugin
|
||||
sed -e "s/ruby19/${rubyversion}/" "${FILESDIR}"/mikutter \
|
||||
| newbin - mikutter
|
||||
dodoc README
|
||||
make_desktop_entry mikutter Mikutter \
|
||||
/usr/share/mikutter/core/skin/data/icon.png
|
||||
}
|
||||
Reference in New Issue
Block a user