diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-25 18:06:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-25 19:27:08 +0200 |
commit | 3a0ef73ddefaf66856a39762406445408cbc4874 (patch) | |
tree | ba9cdf39076ca4e744c3d619243ab0b123ba8fac /xfce-extra/eatmonkey | |
parent | xfce-base/xfwm4: Drop old (diff) | |
download | gentoo-3a0ef73ddefaf66856a39762406445408cbc4874.tar.gz gentoo-3a0ef73ddefaf66856a39762406445408cbc4874.tar.bz2 gentoo-3a0ef73ddefaf66856a39762406445408cbc4874.zip |
xfce-extra/eatmonkey: Drop old
Diffstat (limited to 'xfce-extra/eatmonkey')
-rw-r--r-- | xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild b/xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild deleted file mode 100644 index 0fcf5ac16a0c..000000000000 --- a/xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xfconf - -DESCRIPTION="A download manager that works exclusively with aria2" -HOMEPAGE="https://goodies.xfce.org/projects/applications/eatmonkey" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -COMMON_DEPEND=">=x11-libs/gtk+-2.12:2 - dev-libs/libunique:1 - >=xfce-base/libxfce4util-4.8 - >=net-libs/libsoup-2.26:2.4" -RDEPEND="${COMMON_DEPEND} - >=net-misc/aria2-1.9.0[bittorrent,xmlrpc] - dev-lang/ruby - dev-ruby/ruby-glib2 - dev-ruby/ruby-gtk2" -DEPEND="${COMMON_DEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -pkg_setup() { - PATCHES=( "${FILESDIR}"/${P}-syntax.patch ) - DOCS=( AUTHORS ChangeLog NEWS README ) -} - -src_prepare() { - sed -i -e 's:/usr/local:/usr:' src/eat{monkey,manager.rb} || die - xfconf_src_prepare -} |